
/* Новый хедер */
@font-face {
    font-family: 'Conv_ProximaNovaT-Thin';
    src: url("./fonts/ProximaNovaT-Thin.eot");
    src: local("☺"), url("./fonts/ProximaNovaT-Thin.woff") format("woff"), url("./fonts/ProximaNovaT-Thin.ttf") format("truetype"), url("./fonts/ProximaNovaT-Thin.svg") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Proxima-Nova-regular';
    src: url("./fonts/Proxima-Nova-regular.eot");
    src: local("☺"), url("./fonts/Proxima-Nova-regular.woff") format("woff"), url("./fonts/Proxima-Nova-regular.ttf") format("truetype"), url("./fonts/Proxima-Nova-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Proxima-Nova_bold';
    src: url("./fonts/Proxima-Nova_bold.eot");
    src: local("☺"), url("./fonts/Proxima-Nova_bold.woff") format("woff"), url("./fonts/Proxima-Nova_bold.ttf") format("truetype"), url("./fonts/Proxima-Nova_bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }



  a.top-menu__item:hover,
  a.bottom-menu__item:hover {
    text-decoration: none;
  }

  a.top-menu__item:hover {
    color: unset;
  }
  
  a.top-menu__item span:hover {
    text-decoration: underline;
  }


.container-wrap {
    max-width: 1110px;
    margin: 0 auto;
  }
  
  @media (max-width: 1122px) {
    .container-wrap {
      max-width: 970px;
    }
  }
  
  @media (max-width: 991.98px) {
    .container-wrap {
      max-width: 750px;
    }
  }
  
  @media (max-width: 767.98px) {
    .container-wrap {
      max-width: none;
      padding: 0 20px;
    }
  }
  
  @media (max-width: 574.98px) {
    .container-wrap {
      max-width: none;
      padding: 0 10px;
    }
  }
  




@media (max-width: 767.98px) {
    .header {
      display: none;
    }
  }
  
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .header__top {
    position: fixed;
    top: 0;
    z-index: 120;
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(269.1deg, #019DD9 22.44%, #2EC2AA 85.41%);
    color: #fff;
  }
  
  .header__top .container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
  }
  
  .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 83px;
  }
  
  @media (max-width: 1199.98px) {
    .header__left {
      margin-right: 40px;
    }
  }
  
  .header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .header__socials a {
    height: 17px;
  }

  .header__socials img {
    margin-right: 10px;
    vertical-align: top;
  }

  .header__socials svg {
    vertical-align: top;
  }
  
  .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 26px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .header__lang:hover {
    color: unset;
  }
  
  .header__lang img {
    margin-right: 5px;
    border: 1px solid #fff;
    border-radius: 25px;
  }
  
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .header__phone a {
    margin-left: 10px;
    font-family: "Conv_ProximaNovaT-Thin", sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .header__phone a:hover {
    color: unset;
  }
  
  .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 59px;
    padding-top: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #E4F2DC;
  }
  
  @media (max-width: 1199.98px) {
    .header__bottom {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  
  .header__logo {
    margin-right: 150px;
  }
  
  @media (max-width: 991.98px) {
    .header__logo {
      margin-right: 40px;
    }
  }
  
  .header__logo img {
    position: relative;
    top: -5px;
    left: -6px;
  }
  
  @media (max-width: 991.98px) {
    .header__logo img {
      width: 80px;
    }
  }
  
  .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 25px;
  }
  
  .top-menu__item {
    margin-right: 53px;
    font-family: "Conv_ProximaNovaT-Thin";
    font-style: normal;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  @media (max-width: 1200px) {
    .top-menu__item {
      margin-right: 35px;
      font-size: 12px;
    }
  }
  
  @media (max-width: 991.98px) {
    .top-menu__item {
      margin-right: 50px;
    }
  }
  
  .top-menu__item:hover {
    color: #39961E;
  }
  
  .top-menu__item img {
    margin-right: 8px;
  }
  
  @media (max-width: 991.98px) {
    .top-menu__item span {
      display: none;
    }
  }
  
  @media (max-width: 991.98px) {
    .top-menu__item:last-child {
      margin-right: 25px;
    }
  }
  
  .bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  .bottom-menu__item {
    font-family: "Proxima-Nova-regular";
    font-size: 16px;
    line-height: 19px;
    color: #2C2F33;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  @media (max-width: 991.98px) {
    .bottom-menu__item {
      padding-bottom: 8px;
      font-size: 14px;
    }
  }
  
  .bottom-menu__item:hover {
    color: #39961E;
  }
  
  .bottom-menu__item:not(:last-child) {
    margin-right: 69px;
  }
  
  @media (max-width: 1199.98px) {
    .bottom-menu__item:not(:last-child) {
      margin-right: 40px;
    }
  }
  
  @media (max-width: 991.98px) {
    .bottom-menu__item:not(:last-child) {
      margin-right: 28px;
    }
  }
  
  .bottom-menu__item:after {
    display: block;
    content: "";
    background-color: #39961E;
    height: 1px;
    width: 0%;
    left: 50%;
    bottom: -30px;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .bottom-menu__item:hover:after {
    width: 120%;
  }
  
  .bottom-menu__item.active {
    color: #39961E;
  }
  
  .bottom-menu__item.active:after {
    display: block;
    content: "";
    background-color: #39961E;
    height: 1px;
    width: 120%;
    left: 50%;
    bottom: -30px;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .item-bold {
      font-weight: bold;
      color: #39961E !important;
  }
  
  .header-mobile {
    display: none;
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
  }
  
  @media (max-width: 767.98px) {
    .header-mobile {
      display: block;
    }
  }
  
  .header-mobile__burger {
    display: block;
    width: 24px;
    height: 16px;
    position: relative;
  }
  
  .header-mobile__burger:before, .header-mobile__burger:after {
    content: '';
    position: absolute;
    background-color: #39961E;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .header-mobile__burger:before {
    top: 0;
  }
  
  .header-mobile__burger:after {
    bottom: 0;
  }
  
  .header-mobile__burger span {
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #39961E;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .header-mobile__burger.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
  }
  
  .header-mobile__burger.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 7px;
  }
  
  .header-mobile__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  
  .header-mobile__top {
    position: relative;
    z-index: 3;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.05);
  }
  
  .header-mobile__top .container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .header-mobile__cabinet {
    height: 20px;
  }
  
  .header-mobile__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .header-mobile__bottom.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  
  .header-mobile__left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 28px;
    padding-bottom: 40px;
    background-color: #fff;
  }
  
  .header-mobile__left-item {
    margin-bottom: 18px;
    font-family: "Proxima-Nova-regular";
    font-size: 16px;
    color: #2C2F33;
  }
  
  .header-mobile__right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 28px;
    background: linear-gradient(224.48deg, #019DD9 34.93%, #2EC2AA 64.28%);
  }
  
  .header-mobile__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .header-mobile__socials-item {
    /* height: 15px; */
    margin-right: 10px;
  }
  
  .header-mobile__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 8px;
    height: 15px;
  }
  
  .header-mobile__lang span {
    margin-left: 5px;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
  }
  
  .header-mobile__right-items {
    margin-top: 32px;
  }
  
  .header-mobile__right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
  }
  
  .header-mobile__right-item span {
    margin-left: 11px;
  }
  
  .header-mobile.active {
    height: 100%;
    overflow: auto;
  }