@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont/Mont-Regular.eot");
  src: local("../fonts/Mont/Mont Regular"), local("../fonts/Mont/Mont-Regular"), url("../fonts/Mont/Mont-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont/Mont-Regular.woff") format("woff"), url("../fonts/Mont/Mont-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont/Mont-Bold.eot");
  src: local("Mont Bold"), local("../fonts/Mont/Mont-Bold"), url("../fonts/Mont/Mont-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont/Mont-Bold.woff") format("woff"), url("../fonts/Mont/Mont-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

.header {
  position: sticky;
  /* stylelint-disable */
  position: -webkit-sticky;
  top: 0;
  left: 0;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 195px;
  z-index: 10; }
  .header__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 1700px) {
    .header {
      padding: 14px 40px;
      min-height: 82px; } }
  @media (max-width: 1136px) {
    .header {
      padding: 14px 20px; } }
  @media (max-width: 768px) {
    .header {
      position: static;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.menu-link {
  display: none;
  width: 18px;
  height: 12px;
  background: url("../images/icons/burger.svg") no-repeat center;
  background-size: cover; }

.close-menu {
  display: none;
  margin-top: 43px; }

.mobile-logo {
  display: none;
  width: 209px;
  height: 69px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 53px 0 120px; }

.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (max-width: 768px) {
  .menu-link {
    display: block; }
  .mobile-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    padding-bottom: 39px; }
  .mobile-logo {
    display: block; }
  .close-menu {
    display: block;
    margin-top: 43px; } }

body {
  font-family: "Mont", sans-serif;
  font-size: 20px;
  color: #3c3c3c;
  line-height: 1.4;
  word-break: break-word;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none; }

button:focus,
input:focus,
textarea:focus,
a:focus {
  outline: none; }

.hand {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto; }

.logo-box__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.logo-box__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-left: 39px; }

@media (max-width: 924px) {
  .logo-box__text {
    font-size: 13px;
    line-height: 17px;
    margin-left: 30px; } }

@media (max-width: 768px) {
  .logo-box__img {
    width: 75px;
    height: 25px; }
  .logo-box__text {
    font-size: 9px;
    line-height: 12px;
    margin-left: 12px; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 248px;
  left: -13px;
  z-index: 4; }
  .media__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-top: 60px; }
  @media (max-width: 1024px) {
    .media {
      bottom: 82px;
      left: -25px; } }

.media-link {
  display: block;
  margin-top: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .media-link:hover, .media-link:focus {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px); }

.lang {
  position: relative; }
  .lang .main-lang {
    position: relative;
    z-index: 1; }
  .lang__link {
    display: block;
    width: 24px;
    padding: 0.1em 0;
    font-weight: 800;
    font-size: 0.6em;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    background-color: #f7f7f7;
    color: #3c3c3c; }
  .lang__box {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding-top: 30px;
    opacity: 0;
    cursor: pointer; }
  .lang .visible-link {
    display: none; }
  .lang .lang-item {
    margin-bottom: 5px; }
  @media (max-width: 768px) {
    .lang {
      width: 95px;
      margin: 0 auto; }
      .lang__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        left: 25px;
        width: 70px;
        opacity: 1;
        padding-top: 0;
        z-index: 0; }
      .lang .visible-link {
        display: block; }
      .lang .lang-item {
        margin-left: 10px;
        margin-bottom: 0; } }

.box {
  height: 800px;
  background-color: #000; }

.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .flx__col {
    width: 50%; }
  @media (max-width: 768px) {
    .flx {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .flx__col {
        width: 100%; } }

.title-box {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.5px; }
  @media (max-width: 768px) {
    .title-box {
      font-size: 25px; } }

.line {
  width: 213px;
  height: 24px;
  background-color: #f4aa83;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 19px -7px #be734f;
          box-shadow: 0 10px 19px -7px #be734f; }

.text-box {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px; }
  @media (max-width: 1366px) {
    .text-box {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 768px) {
    .text-box {
      font-size: 13px;
      line-height: 17px; } }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 39px; }
  .slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #96998c;
    background-color: #fff;
    font-size: 0;
    margin-right: 15px;
    cursor: pointer; }
    .slick-dots button:focus, .slick-dots button:active {
      border: 1px solid #96998c; }
  .slick-dots .slick-active button {
    background-color: #96998c; }
    .slick-dots .slick-active button:focus, .slick-dots .slick-active button:active {
      border: 1px solid #96998c; }

.slick-slide:focus {
  outline: none; }

.slick-prev {
  position: absolute !important;
  top: 280px;
  left: 20px;
  z-index: 5;
  border: none;
  background: inherit;
  font-family: "Mont", sans-serif;
  cursor: pointer; }

.slick-next {
  display: none !important; }

.visible-box {
  opacity: 1;
  height: 90px; }

.response-style .brand__content {
  width: 100%; }

@media (max-width: 768px) {
  .response-style .brand__title {
    font-size: 30px;
    line-height: 1.3; } }

.response-style .about-us__link {
  margin-top: 20px; }

.response-style .footer__content {
  max-width: 100%; }

.nav {
  margin-right: 115px; }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav__item:not(:last-child) {
    margin-right: 50px; }
  .nav__link {
    position: relative;
    font-weight: 800;
    font-size: 16px;
    text-transform: lowercase;
    color: #3c3c3c;
    z-index: 2; }
    .nav__link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 9px;
      background-color: #5cdabe;
      z-index: -1;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
    .nav__link:hover:after, .nav__link:focus:after {
      width: 100%; }
  @media (max-width: 1136px) {
    .nav {
      margin-right: 28px; }
      .nav__item:not(:last-child) {
        margin-right: 23px; } }
  @media (max-width: 924px) {
    .nav {
      margin-right: 25px; }
      .nav__link {
        font-size: 13px; } }
  @media (max-width: 768px) {
    .nav {
      margin-right: 0; }
      .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .nav__item {
        margin-bottom: 30px; }
        .nav__item:not(:last-child) {
          margin-right: 0; } }

.product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 800px; }
  .product:after {
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    width: 845px;
    height: 706px;
    background-color: #fefab1;
    z-index: -1; }
  .product:before {
    content: "";
    position: absolute;
    top: 75px;
    left: 195px;
    width: 595px;
    height: 736px;
    background: url("../images/logo_hand-min.png") no-repeat center;
    background-size: contain;
    z-index: 2; }
  .product__content {
    position: relative;
    width: 1465px;
    margin-top: 88px;
    z-index: 4; }
  .product__title {
    font-weight: 700;
    font-size: 85px;
    line-height: 75px;
    color: #262626;
    padding-left: 100px; }
  .product__description-content {
    margin-left: 130px; }
  .product__description-container {
    margin-top: 196px; }
  .product__description-wrap {
    background-color: #b3f8e9; }
  .product__description {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(179, 229, 248, 0.7);
    padding: 24px 31px 153px;
    z-index: 2; }
  .product__description-title {
    width: 100%;
    max-width: 300px;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.5px;
    margin-bottom: 40px; }
  .product__description-text {
    font-size: 24px;
    line-height: 30px; }
  .product__bottle-big {
    position: absolute;
    top: 14px;
    right: 340px;
    width: 389px;
    height: 691px;
    background: url("../images/100-ml-bottle_normal-min.png") no-repeat center;
    background-size: cover;
    z-index: 1; }
    .product__bottle-big:before {
      content: "";
      position: absolute;
      bottom: -50px;
      left: -48%;
      width: 615px;
      height: 105px;
      background: url("../images/shadow-bottel.png") no-repeat center;
      background-size: cover; }
  .product__mouse-down {
    position: absolute;
    bottom: 33px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 4;
    -webkit-animation: arrow;
            animation: arrow;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

@-webkit-keyframes arrow {
  from {
    bottom: 20px; }
  to {
    bottom: 10px; } }

@keyframes arrow {
  from {
    bottom: 20px; }
  to {
    bottom: 10px; } }
  @media (max-width: 1700px) {
    .product:after {
      width: 597px;
      height: 669px; }
    .product:before {
      top: 75px;
      left: 62px;
      width: 491px;
      height: 611px; }
    .product__content {
      width: 1171px; }
    .product__title {
      font-size: 75px;
      padding-left: 0; }
    .product__description-container {
      margin-top: 115px; }
    .product__bottle-big {
      top: -40px;
      right: 191px;
      width: 334px;
      height: 594px; }
      .product__bottle-big:before {
        left: -57%; } }
  @media (max-width: 1366px) {
    .product {
      padding-left: 100px; }
      .product:after {
        width: 420px; }
      .product:before {
        top: 150px;
        left: 42px;
        width: 378px;
        height: 471px;
        background-size: contain; }
      .product__title {
        font-size: 55px;
        line-height: 70px; }
      .product__content {
        width: 100%;
        max-width: 1151px; }
      .product__description-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .product__description-wrap {
        width: 90%; }
      .product__description-content {
        margin-left: 28px; }
      .product__description-text {
        font-size: 16px;
        line-height: 20px; }
      .product__bottle-big {
        width: 294px;
        height: 523px;
        right: 50px; }
        .product__bottle-big:before {
          bottom: -50px;
          left: -20%;
          width: 100%; } }
  @media (max-width: 1024px) {
    .product {
      padding-left: 0; }
      .product:after {
        width: 362px; }
      .product:before {
        top: 152px;
        left: 0;
        width: 362px;
        height: 471px; }
      .product__description-wrap {
        width: 100%; }
      .product__title {
        margin-left: 92px; }
      .product__content {
        margin-top: 105px; }
      .product__description-container {
        margin-top: 140px; }
      .product__description {
        min-height: 536px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 36px 50px 73px; }
      .product__img {
        width: 135px;
        height: 232px;
        -o-object-fit: contain;
           object-fit: contain; }
      .product__mouse-down {
        bottom: 19px; }
      .product__bottle-big {
        top: 50px;
        width: 307px;
        height: 546px;
        left: 75%;
        -webkit-transform: translate(-75%, 0);
                transform: translate(-75%, 0); }
        .product__bottle-big:before {
          left: -24%;
          width: 120%; } }
  @media (max-width: 768px) {
    .product {
      min-height: auto; }
      .product:after, .product:before {
        display: none; }
      .product__title {
        position: relative;
        font-size: 32px;
        line-height: 38px;
        margin-left: 16px;
        z-index: 3; }
      .product__content {
        margin-top: 20px; }
      .product__description-container {
        margin-top: 137px; }
      .product__bottle-big {
        top: 8px;
        width: 190px;
        height: 339px;
        left: 75%;
        -webkit-transform: translate(-75%, 0);
                transform: translate(-75%, 0); }
        .product__bottle-big:before {
          left: -24%;
          width: 100%; }
      .product__description {
        min-height: auto; }
      .product__img {
        display: none; }
      .product__description-title {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px; }
      .product__description-text {
        font-weight: 600;
        font-size: 11px;
        line-height: 14px; } }

.brand__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.brand__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.brand__content {
  width: 544px;
  padding: 10px 71px; }

.brand__title {
  font-weight: 800;
  font-size: 75px;
  line-height: 75px; }
  .brand__title--first {
    color: #5cdabe; }

.brand__text {
  font-weight: 400;
  font-size: 24px;
  margin-top: 58px; }

@media (max-width: 1400px) {
  .brand__title {
    font-size: 55px;
    line-height: 70px; }
  .brand__text {
    font-size: 16px; } }

@media (max-width: 1024px) {
  .brand__content {
    padding: 10px 48px; }
  .brand__title {
    font-size: 45px;
    line-height: 58px; }
  .brand__text {
    font-size: 13px;
    margin-top: 58px; } }

@media (max-width: 768px) {
  .brand__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .brand__content {
    width: 100%;
    margin-top: 48px;
    padding: 10px 16px; }
  .brand__text {
    margin-top: 25px; } }

.protect__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.protect__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px; }

.protect__content {
  width: 442px; }

.protect__line {
  margin: 14px 0 25px; }

@media (max-width: 1024px) {
  .protect__content {
    width: 341px; } }

@media (max-width: 768px) {
  .protect {
    margin-top: 54px; }
    .protect__wrap {
      padding: 0 16px; }
    .protect__content {
      width: 100%;
      margin-bottom: 16px; } }

.help {
  margin-top: -8px; }
  .help__container {
    position: relative; }
  .help__img-group {
    position: absolute;
    top: 0;
    left: 0; }
  .help__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 50px;
    margin-top: 200px; }
  .help__content {
    width: 442px; }
  .help__title {
    margin-bottom: 15px; }
  .help__text:not(:last-of-type) {
    margin-bottom: 40px; }
  .help__poster {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#bdf9ec), to(#bdf9ec));
    background: linear-gradient(360deg, #bdf9ec 0%, #bdf9ec 100%); }
  @media (max-width: 1024px) {
    .help__wrap {
      margin-top: 125px; }
    .help__content {
      width: 340px; }
    .help__img-group {
      width: 100%;
      z-index: -1; }
    .help__poster-img {
      width: 240px;
      -o-object-fit: contain;
         object-fit: contain; } }
  @media (max-width: 768px) {
    .help__wrap {
      margin-top: 90px;
      padding: 0; }
    .help__content {
      width: 100%;
      padding: 10px 16px; }
    .help__text:not(:last-of-type) {
      margin-bottom: 20px; }
    .help__poster {
      margin-top: 52px;
      min-height: 320px; }
    .help__poster-img {
      width: 184px;
      -o-object-fit: contain;
         object-fit: contain; } }

.small-group {
  position: absolute; }

.group-1 {
  top: 0;
  left: 0; }

.group-2 {
  top: 50%;
  left: -38px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.group-3 {
  top: 139px;
  left: 93px; }

.group-4 {
  top: 112px;
  right: 15px; }

.group-5 {
  display: none; }

@media (max-width: 1024px) {
  .group-1 {
    left: 100px; }
  .group-2 {
    left: 58px; }
  .group-3 {
    top: 90px;
    left: 150px; }
  .group-4 {
    width: 119px;
    height: 134px;
    -o-object-fit: contain;
       object-fit: contain;
    top: 40%;
    right: 0;
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%); }
  .group-5 {
    display: block;
    top: 30px;
    left: 0; } }

@media (max-width: 768px) {
  .group-1 {
    left: 40px; }
  .group-2 {
    left: 0; }
  .group-4 {
    width: 70px;
    height: 90px;
    -o-object-fit: contain;
       object-fit: contain;
    top: 30%;
    right: 0;
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%); }
  .group-5 {
    display: none; } }

@media (max-width: 500px) {
  .group-3 {
    top: 50px;
    left: 60px; } }

.invest {
  width: 1400px;
  margin: 0 auto;
  padding: 82px 17px 0; }
  .invest__title {
    margin-bottom: 32px; }
  .invest__list {
    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; }
  .invest__item-arrow {
    width: 58px;
    height: 5px;
    background: url("../images/arrow-left.png") no-repeat center;
    background-size: cover; }
  .invest__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    min-height: 120px;
    text-align: center; }
  .invest__text {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px; }
  .invest__group {
    position: relative;
    width: 1252px;
    height: 60px;
    margin: 12px auto 0;
    background: url("../images/icons/line.svg") no-repeat center;
    background-size: cover; }
    .invest__group:after {
      content: "";
      position: absolute;
      top: 6px;
      left: -1px;
      width: 6px;
      height: 5px;
      background: url("../images/icons/arrow-top.svg") no-repeat center;
      background-size: cover; }
  @media (max-width: 1700px) {
    .invest {
      width: 1130px; }
      .invest__group {
        width: 998px;
        height: 48px;
        background-size: contain; }
        .invest__group:after {
          left: 0; } }
  @media (max-width: 1366px) {
    .invest {
      width: 830px; }
      .invest__text {
        font-size: 13px; }
      .invest__group {
        width: 730px; } }
  @media (max-width: 1024px) {
    .invest {
      width: 682px; }
      .invest__text {
        font-size: 11px; }
      .invest__group {
        width: 577px; }
        .invest__group:after {
          top: 10px;
          left: -2px; } }
  @media (max-width: 768px) {
    .invest {
      width: 100%;
      padding: 19px 17px 0; }
      .invest__title {
        margin-bottom: 10px; }
      .invest__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .invest__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .invest__item {
        min-height: auto; }
      .invest__item-arrow {
        width: 6px;
        height: 49px;
        background: url("../images/icons/arrow-down.svg") no-repeat center;
        background-size: cover;
        margin: 10px 0; }
      .invest__group {
        width: 34px;
        height: 620px;
        margin: 0;
        background: url("../images/line-mob.png") no-repeat center;
        background-size: cover;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        .invest__group:after {
          content: "";
          position: absolute;
          top: -2px;
          left: 28px;
          width: 5px;
          height: 6px;
          background: url("../images/arrow-left-min.png") no-repeat center;
          background-size: cover; } }

.about-us {
  margin-top: 96px; }
  .about-us__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fffdba; }
  .about-us__content {
    width: 458px;
    padding: 92px 0 152px; }
  .about-us__title {
    margin-bottom: 16px; }
  .about-us__line-small {
    width: 100%;
    height: 2px;
    background-color: #43484d;
    margin: 55px 0; }
  .about-us__line {
    margin-top: 89px; }
  .about-us__product {
    position: relative; }
  .about-us__description {
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .about-us__description-content {
    padding: 42px 27px; }
    .about-us__description-content--content-lemon {
      background-color: #fbf89c; }
    .about-us__description-content--content-mint {
      background-color: #c3d8e9; }
    .about-us__description-content--content-natural {
      background-color: #eaeaea; }
  .about-us__description-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.5px;
    color: #262626; }
  .about-us__description-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #262626;
    margin-top: 19px; }
  .about-us__link {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #262626; }
    .about-us__link:after {
      content: "";
      position: absolute;
      top: 40%;
      right: -27px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 27px;
      height: 20px;
      background: url("../images/icons/ic_arrow.svg") no-repeat center;
      background-size: contain;
      -webkit-transition: right 0.1s;
      transition: right 0.1s; }
    .about-us__link:hover:after {
      right: -24px; }
  .about-us__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 170px; }
  .about-us__slide-img {
    width: 60%;
    -o-object-fit: contain;
       object-fit: contain; }
  .about-us__slide-text {
    position: absolute;
    top: 40%;
    right: -100px;
    font-weight: 800;
    font-size: 65px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  @media (max-width: 1600px) {
    .about-us__slide-text {
      right: -130px;
      font-size: 55px; } }
  @media (max-width: 1024px) {
    .about-us__content {
      width: 320px;
      padding: 10px 0; }
    .about-us__description {
      position: relative; }
    .about-us__slide {
      margin-top: 10px; }
    .about-us__slide-text {
      top: 30%;
      left: 40%;
      width: 100%; } }
  @media (max-width: 768px) {
    .about-us__content {
      width: 100%;
      padding: 80px 16px; } }
  @media (max-width: 440px) {
    .about-us__slide-text {
      font-size: 32px; } }

.slider-item {
  position: relative; }

.process {
  padding: 82px 10px 101px;
  background-color: #f4aa83;
  text-align: center;
  color: #fff; }
  .process__wrap {
    width: 1400px;
    margin: 0 auto; }
  .process__title {
    font-weight: 800;
    font-size: 65px; }
    .process__title--subtitle {
      display: block;
      font-size: 25px; }
  .process__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 43px; }
  .process__item {
    width: 15%; }
  .process__text {
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    line-height: 17px;
    margin-top: 33px; }
    .process__text--num {
      display: block; }
  @media (max-width: 1700px) {
    .process__wrap {
      width: 100%;
      max-width: 1130px; } }
  @media (max-width: 1366px) {
    .process__title {
      font-size: 55px; }
    .process__text {
      font-size: 13px; } }
  @media (max-width: 1024px) {
    .process {
      padding: 40px 16px; }
      .process__title {
        font-size: 25px; }
        .process__title--subtitle {
          font-size: 18px; }
      .process__text {
        font-size: 11px; } }
  @media (max-width: 768px) {
    .process__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 12px; }
    .process__item {
      width: 100%; }
      .process__item:not(:last-child) {
        margin-bottom: 63px; }
    .process__text {
      text-align: center; } }

.contact {
  padding-top: 124px; }
  .contact__title {
    font-weight: 600;
    font-size: 65px;
    text-align: center; }
  .contact__text {
    font-weight: 500;
    font-size: 24px;
    text-align: center; }
  .contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px; }
  .contact__img {
    width: 50%;
    height: 637px;
    background: url("../images/contact.png") no-repeat center;
    background-size: cover; }
  .contact__form {
    width: 50%; }
  @media (max-width: 1700px) {
    .contact__img {
      width: 43%;
      background: url("../images/contact-min.png") no-repeat center;
      background-size: cover; }
    .contact__form {
      width: 58%; } }
  @media (max-width: 1366px) {
    .contact__title {
      font-size: 55px; }
    .contact__text {
      font-size: 16px; }
    .contact__wrap {
      margin-top: 52px; }
    .contact__img {
      width: 36%;
      background-position: 101% 0; }
    .contact__form {
      width: 64%; } }
  @media (max-width: 1024px) {
    .contact__img {
      display: none; }
    .contact__form {
      width: 100%; } }
  @media (max-width: 768px) {
    .contact {
      padding-top: 60px; }
      .contact__title {
        font-size: 25px; }
      .contact__text {
        font-size: 13px;
        padding: 0 16px;
        line-height: 17px; }
      .contact__wrap {
        margin-top: 15px; } }

.form {
  position: relative;
  padding: 102px 0 76px 115px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2.72%, #fffdba), to(#feffb8));
  background: linear-gradient(360deg, #fffdba 2.72%, #feffb8 100%); }
  .form:after {
    content: "";
    position: absolute;
    top: 122px;
    right: 104px;
    width: 581px;
    height: 749px;
    background: url("../images/hand-form.png") no-repeat center;
    background-size: contain;
    z-index: 1; }
  .form__content {
    width: 650px;
    position: relative;
    z-index: 2; }
  .form__full-name {
    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-bottom: 58px; }
  .form__input {
    display: block;
    width: 100%;
    padding-bottom: 11px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #eb7a6b;
    background-color: inherit;
    font-family: "Mont", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #eb7a6b;
    opacity: 0.5; }
    .form__input::-webkit-input-placeholder {
      color: #eb7a6b; }
    .form__input::-moz-placeholder {
      color: #eb7a6b; }
    .form__input:-ms-input-placeholder {
      color: #eb7a6b; }
  .form__full-name-input {
    width: 257px; }
  .form__textarea {
    display: block;
    width: 100%;
    height: 183px;
    padding: 7px 12px;
    margin-top: 73px;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 4px;
    font-family: "Mont", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #eb7a6b;
    opacity: 0.5; }
    .form__textarea::-webkit-input-placeholder {
      color: #eb7a6b; }
    .form__textarea::-moz-placeholder {
      color: #eb7a6b; }
    .form__textarea:-ms-input-placeholder {
      color: #eb7a6b; }
  .form__button {
    display: block;
    width: 100%;
    max-width: 360px;
    background-color: #eb7a6b;
    padding: 12px;
    margin: 32px auto 0;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 16px 18px -6px #be734f;
            box-shadow: 0 16px 18px -6px #be734f;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
    .form__button:hover, .form__button:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  @media (max-width: 1700px) {
    .form:after {
      right: 37px;
      width: 535px;
      height: 690px; }
    .form__content {
      width: 100%;
      max-width: 567px; } }
  @media (max-width: 1366px) {
    .form {
      padding: 102px 0 76px 57px; } }
  @media (max-width: 1024px) {
    .form__content {
      margin: 0 auto; }
    .form:after {
      top: 185px;
      right: 0;
      width: 440px;
      height: 567px; } }
  @media (max-width: 768px) {
    .form {
      padding: 40px 16px; }
      .form:after {
        top: 119px;
        width: 283px;
        height: 365px; }
      .form__full-name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 38px; }
      .form__full-name-input {
        width: 100%; }
        .form__full-name-input:not(:last-child) {
          margin-bottom: 38px; }
      .form__textarea, .form__input {
        font-size: 13px; }
      .form__textarea {
        margin-top: 38px; } }

.thanks {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2.72%, #fffdba), to(#feffb8));
  background: linear-gradient(360deg, #fffdba 2.72%, #feffb8 100%);
  z-index: 3; }
  .thanks__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .thanks:after {
    content: "";
    position: absolute;
    top: 110px;
    right: 37px;
    width: 535px;
    height: 690px;
    background: url("../images/hand-form.png") no-repeat center;
    background-size: contain;
    z-index: 1; }
  .thanks__title {
    font-weight: 800;
    font-size: 65px;
    color: #eb7a6b;
    margin-top: 16px; }
  .thanks__text {
    font-weight: 600;
    font-size: 16px;
    color: #96998c;
    margin-top: 11px; }
  @media (max-width: 1024px) {
    .thanks:after {
      top: auto;
      bottom: 0;
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 283px;
      height: 365px; }
    .thanks__icon {
      width: 200px;
      -o-object-fit: contain;
         object-fit: contain; }
    .thanks__title {
      font-size: 45px; } }

.footer {
  position: relative;
  padding: 62px 0 16px 156px;
  background-color: #b3f8e9;
  z-index: 4; }
  .footer__wrap {
    width: 1269px; }
  .footer__top {
    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; }
  .footer__top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__top-logo--text {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #64847d;
      margin-left: 38px; }
  .footer__top-text {
    width: 442px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #64847d;
    margin-top: 20px; }
  .footer__content {
    width: 1055px;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__nav-item:not(:last-child) {
    margin-right: 50px; }
  .footer__nav-link {
    position: relative;
    font-weight: 800;
    font-size: 16px;
    text-transform: lowercase;
    color: #3c3c3c;
    z-index: 2; }
    .footer__nav-link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 9px;
      background-color: #5cdabe;
      z-index: -1;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
    .footer__nav-link:hover:after, .footer__nav-link:focus:after {
      width: 100%; }
  .footer__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px; }
    .footer__media--link {
      display: block;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .footer__media--link:not(:last-of-type) {
        margin-bottom: 10px; }
      .footer__media--link:hover, .footer__media--link:focus {
        -webkit-transform: translate(0, -5px);
                transform: translate(0, -5px); }
  .footer__form {
    width: 50%;
    max-width: 450px; }
  .footer__form-title {
    font-size: 21px;
    color: #64847d; }
  .footer__form-label {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 40px; }
    .footer__form-label:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 29px;
      height: 23px;
      background: url("../images/icons/ic_arrow.svg") no-repeat center;
      -webkit-transition: right 0.3s;
      transition: right 0.3s; }
    .footer__form-label:hover:after {
      right: -5px; }
  .footer__form-input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #64847d;
    background-color: inherit;
    color: #64847d;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px; }
    .footer__form-input::-webkit-input-placeholder {
      color: #64847d; }
    .footer__form-input::-moz-placeholder {
      color: #64847d; }
    .footer__form-input:-ms-input-placeholder {
      color: #64847d; }
  @media (max-width: 1700px) {
    .footer__wrap {
      width: 100%;
      max-width: 1120px; }
    .footer__content {
      width: 100%;
      max-width: 794px; } }
  @media (max-width: 1366px) {
    .footer {
      padding: 62px 42px 16px; } }
  @media (max-width: 1024px) {
    .footer {
      padding: 62px 10px 16px 32px; }
      .footer__logo--img {
        width: 112px;
        height: 37px;
        -o-object-fit: contain;
           object-fit: contain; }
      .footer__top-logo--text {
        font-size: 13px;
        line-height: 17px;
        margin-left: 25px; }
      .footer__nav-item:not(:last-child) {
        margin-right: 30px; } }
  @media (max-width: 768px) {
    .footer {
      padding: 16px; }
      .footer__top, .footer__content {
        display: block; }
      .footer__top-text {
        width: 100%;
        margin-top: 14px; }
      .footer__content {
        margin-top: 25px; }
      .footer__nav {
        margin-top: 25px; }
      .footer__nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
      .footer__nav-item:not(:last-child) {
        margin-right: 0; }
      .footer__nav-link {
        font-size: 11px; }
        .footer__nav-link:after {
          height: 6px; }
      .footer__form {
        width: 100%;
        margin: 50px 0; } }

.partners {
  margin-top: 54px;
  padding: 0 20px; }
  .partners__wrap {
    width: 1400px;
    margin: 0 auto; }
  .partners__content {
    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-top: 89px; }
  .partners__logo {
    width: 191px;
    height: 36px;
    background: url("../images/icons/footer-logo.svg") no-repeat center;
    background-size: contain; }
  .partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 1700px) {
    .partners__wrap {
      width: 100%;
      max-width: 1130px; } }
  @media (max-width: 1366px) {
    .partners__img {
      width: 89px;
      -o-object-fit: contain;
         object-fit: contain; } }
  @media (max-width: 768px) {
    .partners__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .partners__list {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 28px auto 0; }
    .partners__img {
      width: 115px; }
    .partners__item {
      margin-bottom: 27px; } }
  @media (max-width: 492px) {
    .partners__list {
      width: 100%;
      max-width: 344px; } }

/*# sourceMappingURL=main.css.map */
