.about-tenders {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  .about-tenders .main-h2 {
    margin: 0 0 25px; }
  .about-tenders.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
.about-tenders.readable--modif {
  padding: 40px 0 0 0; }
  .about-tenders__body {
    min-height: 100px;
    max-width: 1120px;
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (min-width: 1200px) {
      .about-tenders__body .about-tenders__section {
        font: 300 20px/150% "Stem", sans-serif; } }
  .about-tenders.--ic {
    padding: 80px 0 50px; }
    .about-tenders.--ic .nti-tabs__tab {
      position: relative;
      color: #00afdd; }

      .about-tenders.--ic .nti-tabs__tab:before {
        background-image: url("/local/static/build/img/svg/decor-el.svg"); }
      .about-tenders.--ic .nti-tabs__tab:hover, .about-tenders.--ic .nti-tabs__tab:active {
        color: #c2c6c9; }
      .about-tenders.--ic .nti-tabs__tab--active {
        color: #c2c6c9;
        cursor: default; }
      .about-tenders.--ic .nti-tabs__tab a {
        color: #aa3186; }
        .about-tenders.--ic .nti-tabs__tab a:hover, .about-tenders.--ic .nti-tabs__tab a:active {
          color: #c2c6c9; }
        .about-tenders.--ic .nti-tabs__tab a--active {
          color: #c2c6c9;
          cursor: default; }
  .about-tenders--el {
    padding: 80px 0 0; }
    .about-tenders--el .nti-tabs__tab {
      position: relative;
      color: #594a90; }
      .about-tenders--el .nti-tabs__tab:before {
        background-image: url("/local/static/build/img/svg/decor-el.svg"); }
      .about-tenders--el .nti-tabs__tab:hover, .about-tenders--el .nti-tabs__tab:active {
        color: #c2c6c9; }
      .about-tenders--el .nti-tabs__tab--active {
        color: #c2c6c9;
        cursor: default; }
    .about-tenders--el a:not(.button) {
      color: #594a90; }
      .about-tenders--el a:not(.button):hover {
        color: #CDBFFF; }
  .about-tenders--zg a:not(.button) {
    color: #00a9dc; }

.about-tenders-result__title {
  font: bold 30px/130% "Stem", sans-serif;
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .about-tenders-result__title {
      font: bold 26px/130% "Stem", sans-serif; } }
  @media only screen and (max-width: 767px) {
    .about-tenders-result__title {
      font: bold 20px/130% "Stem", sans-serif; } }

.about-tenders-result__subtitle {
  font: 300 20px/140% "Stem", sans-serif;
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .about-tenders-result__subtitle {
      font: 300 18px/140% "Stem", sans-serif; } }
  @media only screen and (max-width: 767px) {
    .about-tenders-result__subtitle {
      font: 300 16px/140% "Stem", sans-serif; } }

.about-tenders-result-items-table {
  border-top: 1px solid #dee5e9;
  border-bottom: 1px solid #dee5e9;
  margin-bottom: 20px; }
  .about-tenders-result-items-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    padding: 15px 30px 15px 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .about-tenders-result-items-table__row:not(:last-child) {
      border-bottom: 1px solid #dee5e9; }
  .about-tenders-result-items-table__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .about-tenders-result-items-table__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
    width: 100%; }
  .about-tenders-result-items-table__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 30px;
    margin-right: 15px;
    text-align: left;
    font: 300 20px/120% "Stem", sans-serif; }
  .about-tenders-result-items-table__text {
    text-align: left; }
    .about-tenders-result-items-table__text p {
      font: 300 16px/150% "Stem", sans-serif;
      margin-bottom: 0; }
      .about-tenders-result-items-table__text p.about-tenders-result-items-table__bold {
        font: bold 20px/150% "Stem", sans-serif;
        margin-bottom: 0; }

.about-tenders-barier {
  background-color: #eeeef5;
  padding: 15px;
  margin-bottom: 30px;
  font: 500 20px/142% "Stem", sans-serif; }

.about-tenders-result {
  margin-bottom: 90px; }

@media screen and (max-width: 767px) {
  .about-tenders-result__subtitle {
    font: 300 17px/140% "Blogger Sans", sans-serif;
    margin-bottom: 20px; }
  .about-tenders-result__title {
    font: 500 22px/130% "ChevinMedium", sans-serif;
    text-align: center;
    margin-bottom: 10px; }
  .about-tenders-result-items-table__text {
    text-align: left;
    margin-top: 7px; }
  .about-tenders-result-items-table__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center; }
  .about-tenders-result-items-table__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .about-tenders-result-items-table__title {
    margin-right: 0; }
  .about-tenders-result-items-table__row {
    padding: 15px 15px 15px 13px; } }
