.support-tenders {
  position: relative;
  border-top: 1px solid #e4e6e8;
  padding: 120px 0 80px; }
.support-tenders.background--modif {
  background-color: #f6f9fb;
}
  @media only screen and (max-width: 991px) {
    .support-tenders {
      padding: 80px 0 60px; } }
  @media only screen and (max-width: 767px) {
    .support-tenders {
      padding: 60px 0 40px; } }
  .support-tenders__wrapper {
    position: relative;
    opacity: 0; }
    .support-tenders__wrapper:before {
      content: '';
      position: absolute;
      background-image: url("/local/static/build/img/svg/bg-g-b.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      top: -50px;
      bottom: 60px;
      right: 0;
      left: 0; }
      @media only screen and (max-width: 991px) {
        .support-tenders__wrapper:before {
          top: -20px;
          bottom: 80px; } }
  .support-tenders__title {
    position: relative;
    margin: 0 0 10px 0;
    z-index: 1; }
  .support-tenders__text {
    position: relative;
    display: block;
    margin: 0 auto 40px;
    max-width: 740px;
    text-align: center;
    z-index: 1;
    font: 300 26px/154% "Stem", sans-serif; }
    @media only screen and (max-width: 991px) {
      .support-tenders__text {
        font: 300 20px/160% "Stem", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .support-tenders__text {
        font: 300 16px/150% "Stem", sans-serif; } }
  .support-tenders__grid {
    margin: 0 auto 30px;
    max-width: 660px;
    text-align: center;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-around; }
  .support-tenders__grid.lang_RU {
    max-width: 880px; }    
    @media only screen and (max-width: 767px) {
      .support-tenders__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .support-tenders__cell {
    padding: 0 16px; }
  @media only screen and (max-width: 767px) {
    .support-tenders__cell + .support-tenders__cell {
      margin: 16px 0 0 0; } }
  .support-tenders__grid-desc {
    margin: 0 0 10px;
    font: bold 14px/100% "Stem", sans-serif;
    text-transform: uppercase;
    color: #bdc9d3; }
  .support-tenders__grid-value {
    font: 300 26px/130% "Stem", sans-serif; }
    @media only screen and (max-width: 991px) {
      .support-tenders__grid-value {
        font: 300 20px/130% "Stem", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .support-tenders__grid-value {
        font: 300 16px/130% "Stem", sans-serif; } }
    .support-tenders__grid-value a {
      color: #5099f6; }
      .support-tenders__grid-value a:hover, .support-tenders__grid-value a:active {
        color: #007b87; }
    .support-tenders__grid-value--tel a {
      color: #253746; }
      .support-tenders__grid-value--tel a:hover, .support-tenders__grid-value--tel a:active {
        color: #253746; }
  .support-tenders__social {
    margin: 43px 0 0; }


  .support-tenders__social-title {
    text-align: center;
    margin: 0 0 27px 0; }
    @media only screen and (max-width: 767px) {
      .support-tenders__social-title {
        margin: 0 0 15px 0; } }
  .support-tenders__soc {
    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-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 460px) {
      .support-tenders__soc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center; } }
  .support-tenders__soc-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font: 300 26px/154% "Stem", sans-serif;
    color: #253746; }
    .support-tenders__soc-item:not(:last-child) {
      margin-right: 60px; }
    .support-tenders__soc-item:hover, .support-tenders__soc-item:active, .support-tenders__soc-item:focus {
      color: #00afdd; }
    @media only screen and (max-width: 767px) {
      .support-tenders__soc-item {
        font: 300 20px/154% "Stem", sans-serif; } }
    @media only screen and (max-width: 460px) {
      .support-tenders__soc-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px; } }
  .support-tenders__soc-icon {
    width: 44px;
    height: 44px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 12px; }
  .support-tenders--contacts {
    background: #f6f9fb;
    padding: 80px 0;
    border-top: 0; }

    @media only screen and (max-width: 991px) {
      .support-tenders--contacts {
        padding: 50px 0 35px; } }
    @media only screen and (max-width: 767px) {
      .support-tenders--contacts {
        padding: 40px 0 30px; } }
  .support-tenders--contacts .support-tenders__wrapper:before {
    content: none; }
  .support-tenders--contacts .support-tenders__title {
    margin: 0 0 21px 0; }
    @media only screen and (max-width: 767px) {
      .support-tenders--contacts .support-tenders__title {
        margin: 0 0 15px 0; } }
  .support-tenders--contacts .support-tenders__grid-desc {
    margin: 0 0 8px;
    font: 300 20px/160% "Stem", sans-serif;
    text-transform: none;
    color: #253746; }
    @media only screen and (max-width: 767px) {
      .support-tenders--contacts .support-tenders__grid-desc {
        font: 300 18px/160% "Stem", sans-serif; } }
  .support-tenders--contacts .support-tenders__grid-value {
    font: bold 26px/130% "Stem", sans-serif; }
.support-tenders--contacts .support-tenders__grid-value.readable--modif, .support-tenders__grid-value.readable--modif-font {
  font: 300 26px/130% "Stem", sans-serif; }

    @media only screen and (max-width: 991px) {
      .support-tenders--contacts .support-tenders__grid-value {
        font: 300 20px/130% "Stem", sans-serif;
      }
    }
    @media only screen and (max-width: 767px) {
      .support-tenders--contacts .support-tenders__grid-value {
        font: 300 16px/130% "Stem", sans-serif;
      }
    }
    .support-tenders--contacts .support-tenders__grid-value a {
      color: #00afdd; }
      .support-tenders--contacts .support-tenders__grid-value a:hover, .support-tenders--contacts .support-tenders__grid-value a:active {
        color: #253746; }
    .support-tenders--contacts .support-tenders__grid-value--tel a {
      color: #253746; }
      .support-tenders--contacts .support-tenders__grid-value--tel a:hover, .support-tenders--contacts .support-tenders__grid-value--tel a:active {
        color: #253746; }
  .support-tenders--bg {
    background: #eaf1f3;
    padding: 75px 0 80px; }
    @media only screen and (max-width: 991px) {
      .support-tenders--bg {
        padding: 75px 0 40px; } }
    @media only screen and (max-width: 767px) {
      .support-tenders--bg {
        padding: 40px 0 30px; } }
        
  .support-tenders.aero--bg {
    background: #F6F9FB;
    padding: 75px 0 80px; }
    @media only screen and (max-width: 991px) {
      .support-tenders.aero--bg {
        padding: 75px 0 40px; } }
    @media only screen and (max-width: 767px) {
      .support-tenders.aero--bg {
        padding: 40px 0 30px; } }
        

@-webkit-keyframes animLeft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes animLeft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes animRight {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes animRight {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes animBottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes animBottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes animOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .support-tenders .support-tenders__wrapper.active {
    -webkit-animation-name: animOpacity;
    animation-name: animOpacity;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .support-tenders .support-tenders__title.active {
    -webkit-animation-name: animLeft;
    animation-name: animLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .support-tenders .support-tenders__text.active {
    -webkit-animation-name: animLeft;
    animation-name: animLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .support-tenders .support-tenders__cell.active {
    -webkit-animation-name: animRight;
    animation-name: animRight;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .support-tenders .support-tenders__btn.active {
    -webkit-animation-name: animBottom;
    animation-name: animBottom;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .support-tenders .support-tenders__social.active {
    -webkit-animation-name: animBottom;
    animation-name: animBottom;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
