.mfp-center .mfp-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.mfp-center .popup-block{
  margin: 0;
}
.water-landing {
  overflow: hidden; }
.water-landing_section {
  margin: 0 auto; }
  .water-landing_section-reasons {
    background: #b7e1f4;
    margin-top: -10px; }

.water-landing_header {
  padding-top: 100px;
  background: #DCEDF5;
  position: relative; }
  

.water-landing_video {
  position: relative; }
  .water-landing_video-bottom {
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    position: absolute;
    background: -o-linear-gradient(top, rgba(220, 237, 245, 0) 0%, #B7E1F4 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 237, 245, 0)), to(#B7E1F4));
    background: linear-gradient(180deg, rgba(220, 237, 245, 0) 0%, #B7E1F4 100%); }
  .water-landing_video-top {
    top: 0;
    left: 0;
    height: 30%;
    width: 100%;
    position: absolute;
    background: -o-linear-gradient(bottom, rgba(220, 237, 245, 0) 0%, #DCEDF5 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(220, 237, 245, 0)), to(#DCEDF5));
    background: linear-gradient(0deg, rgba(220, 237, 245, 0) 0%, #DCEDF5 100%); }
.layer.r4 img {
  max-width: 100%;
  margin-top: 80px; }
.water-landing_header-text {
  position: absolute;
  display: block;
  top: calc(50% - 319px);
  left: calc(50% - 582px); }
  .water-landing_header-text-content {
    position: relative;
    display: block;
    width: 1090px;
    /* height: 1400px; */ }
    .water-landing_header-text-content-h {
      margin-left: 150px; }
      
    .water-landing_header-text-content-two {
      margin-left: 550px;
      margin-top: 200px; }
      
    .water-landing_header-text-content-o {
      margin-left: 735px;
      margin-top: 300px; }
  .water-landing_header-text-mobile {
    display: none; }
  .water-landing_header-text-tablet {
    display: none;
  }
    
    
.water-landing_reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .water-landing_reasons-left {
    width: 50%;
    padding-top: 20px; }
  .water-landing_reasons-right {
    display: block;
    position: relative;
    width: 50%;
    top: 40px; }
  .water-landing_reasons .water-landing_paragraph {
    padding-top: 10px; }
  .water-landing_reasons .water-landing_star-info {
    padding-top: 16px; }

  .water-landing_reasons .water-landing_link-check-in,
  .water-landing_composition .water-landing_link-check-in {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px;
  }
  .water-landing_reasons .water-landing_check-in_pr {
    margin-top: 34px;
    margin-bottom: 0px;
  }

  .water-landing_composition .water-landing_check-in_pr {
    margin-top: 82px;
    margin-bottom: 0px;
  }

.water-landing_title {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-size: 48px;
  line-height: 59px; }
  .water-landing_title-black {
    color: #13353F; }
  .water-landing_title-blue {
    color: #0097B3; }

.water-landing_paragraph {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #13353F; }
  .water-landing_paragraph span {
    background-color: #e5f4f6; }

.water-landing_star-info {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
  color: #13353F;
  position: relative;
  z-index: 10; }
  .water-landing_star-info span {
    color: #0097B3; }

.water-landing_bottle-group {
  position: absolute;
  right: -60px;
  top: 60px;
  opacity: 0; }

.water-landing_bottle-small {
  position: absolute;
  top: 271px;
  right: 51px;
  z-index: 1; }

.water-landing_container {
  max-width: 1440px;
  padding: 0 87px;
  margin: 0 auto; }
.water-landing_high-quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px; }

.water-landing_19ltr {
  position: absolute;
  top: 429px;
  left: -20px;
  z-index: 1;
  opacity: 0; }

.water-landing_033ltr {
  position: absolute;
  right: -34px;
  top: 517px;
  z-index: 1;
  opacity: 0; }

.water-landing_paragraph.water-landing_first-paragraph-order.slideRight2 {
  /*width: 551px; */
}

.water-landing_wave-bcg {
  height: 220px;
  background: transparent url("/local/templates/invitro_main/src/image/water-landing/wave.svg") no-repeat center bottom;
  background-size: auto;
  background-repeat: repeat-x;
  margin-top: -70px; }
.water-landing_advantages {
  padding-top: 130px;
  padding-bottom: 85px; }
  .water-landing_advantages-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px; }
  .water-landing_advantages-columns .water-landing_paragraph {
    color: #13353F;
  }
  .water-landing_advantages-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 89px; }
  .water-landing_advantages .water-landing_title {
    padding-bottom: 60px; }

.water-landing_highlight-info {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-size: 40px;
  line-height: 49px;
  color: #0097B3; }

.water-landing_number {
  font-size: 100px;
  line-height: 123px; }

.water-landing_composition {
  padding-bottom: 36px; }
  .water-landing_composition-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
      -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding-bottom: 21px; }
    .water-landing_composition-cols_container {
      position: relative;
      padding-bottom: 60px;
    }
    .water-landing_composition-cols_container:after {
      content: url("/local/templates/invitro_main/src/image/water-landing/wave_line.png");
      position: absolute;
      bottom: -30px; }
  .water-landing_composition-col {
    -ms-flex-preferred-size: calc(20% - 40px);
        flex-basis: calc(20% - 40px);
    margin-right: 40px;
    opacity: 0; }
  .water-landing_composition-img {
    margin-bottom: 40px; }
  .water-landing_composition-img img{
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .water-landing_composition_el-title {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #0097B3;
    margin-bottom: 20px; }
  .water-landing_composition_el-descr {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #13353F; }
  .water-landing_composition .water-landing_title {
    margin-bottom: 85px; }

.water-landing_quality-check {
  position: relative; }
  .water-landing_quality-check-before {
    width: 500px;
    /* height: 1500px; */
    position: relative;
    display: block
  }
  .water-landing_quality-check-before-block {
    position: absolute;
    display: block;
    top: -425px;
    right: 0; }
  .water-landing_quality-check-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 50px; }
  .water-landing_quality-check-paragraph {
    width: 60%;
    padding-bottom: 144px; }

.water-landing_small-title-black {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  color: #13353F; }

.water-landing_quality-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 88px;
  -ms-flex-preferred-size: 47.6%;
      flex-basis: 47.6%; }

.water-landing_quality-step {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #5C7D88;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .water-landing_quality-step:last-of-type {
    margin-right: 0px; }
  .water-landing_quality-step::after {
    content: url("/local/templates/invitro_main/src/image/water-landing/block_wave.png");
    position: absolute;
    bottom: -27px;
    left: 0; }
  .water-landing_quality-step:last-of-type {
    margin-right: 0px; }
  .water-landing_quality-step:hover {
    background: #0097B3;
    color: #fff; }
    .water-landing_quality-step:hover .water-landing_small-title-black {
      color: #fff; }
    .water-landing_quality-step:hover .water-landing_quality-img path, .water-landing_quality-step:hover .water-landing_quality-img rect {
      stroke: #fff; }
    .water-landing_quality-step:hover::after {
      content: url("/local/templates/invitro_main/src/image/water-landing/block_wave_hover.png"); }

.water-landing_quality-paragraph {
  padding-top: 20px; }

.water-landing_quality-section {
  background: #b7e1f4;
padding-bottom: 64px; }

.water-landing_quality-img {
  background-image: url("/local/templates/invitro_main/src/image/water-landing/drop_shadow.png");
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: 15px;
  margin-left: -20px; }

.water-landing_wave-block {
  background: url("/local/templates/invitro_main/src/image/water-landing/wave.svg");
  background-position-y: 0%;
  height: 232px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position-y: bottom;
  -webkit-transform: rotate(180deg) scaleX(-1);
      -ms-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
  background-repeat: repeat-x;
  margin-bottom: -10px; }
.water-landing_wave-block-bottom {
  background: url("/local/templates/invitro_main/src/image/water-landing/wave.svg");
  background-position-y: 0%;
  background-repeat: repeat-x;
  background-position-y: bottom;
  height: 240px;
  margin-top: -10px; }
.water-landing_order-water {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .water-landing_order-water-left {
    width: 35%;
    position: relative;
    z-index: 1; }
  .water-landing_order-water-right {
    display: block;
    margin-top: -250px;
    margin-right: -60px;
    position: relative; }
  .water-landing_order-water .water-landing_title {
    margin-bottom: 38px; }
  .water-landing_order-water .water-landing_paragraph {
    margin-bottom: 32px; }
  .water-landing_order-water .water-landing_first-paragraph-order:nth-of-type(4) {
      margin-bottom: 11px;
    }
  .water-landing_order-water .water-landing_star-info {
    padding-top: 5px; }
  .water-landing_order-water-split-circle {
    position: absolute;
    left: -135px;
    top: 130px;
    z-index: 0; }
  .water-landing_order-water-19ltrs {
    position: absolute;
    left: -225px;
    z-index: 1;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    top: 50px; }
  .water-landing_order-water-033ltrs {
    position: absolute;
    top: 425px;
    left: -155px;
    z-index: 1;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }

.water-landing_call-phone {
  width: 90%; }

.water-landing_phone {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-size: 34px;
  line-height: 42px;
  color: #0097B3; }
.water-landing_phone a {
  color: #0097B3 !important;
}

.water-landing_comparison {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 15px;
  display: none; }

.water-landing_small-font {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #AEB1B3;
  padding-bottom: 62px; }
  .water-landing_small-font a {
    color: #0097B3; }

.water-landing_tooltip {
  background: #fff;
  padding: 20px 35px;
  max-width: 440px;
  color: #0097B3;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px; }
  .water-landing_tooltip::before {
    content: '';
    border: 20px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-bottom: 20px solid #fff;
    position: absolute;
    left: -40px;
    top: calc(50% - 25px);
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .water-landing_tooltip-container {
    position: absolute;
    top: 89%;
    left: calc(28% + 75px); }


.water-landing_order-form {
  margin-top: 105px;
  margin-bottom: 65px;
  border: 1px solid #E2E2E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 34px 63.5px 40px 63.5px; 
}
  .water-landing_order-form .water-landing_small-title-black {
    padding-bottom: 38px; }

.water-landing_recaptcha{
    margin-bottom: 38px;
}

.water-landing_order-form-part .iwg_checkbox_switch input[type=checkbox]+label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px;
}

.water-landing_order-form-part .iwg_checkbox_switch ._che_sw_container,
.iwg_checkbox_switch .water-landing_tumbler-emp-bottles._che_sw_container {
  width: 50px;
  min-width: 50px;
  height: 26px;
}
.water-landing_order-form-part .iwg_checkbox_switch ._che_sw_container::after,
.iwg_checkbox_switch .water-landing_tumbler-emp-bottles._che_sw_container::after {
  width: 26px;
  height: 26px;
}

@media only screen and (max-width: 599px) {
    .water-landing_recaptcha{
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0;
    }
}
  .water-landing_order-form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 38px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .water-landing_order-form-input {
    -ms-flex-preferred-size: 30%;
        flex-basis: 360px;
    border: 1px solid #0097B3;
    border-radius: 3px;
    padding: 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .water-landing_order-form-input input {
      width: 100%; }
    .water-landing_order-form-input input:required {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .water-landing_order-form-input input:invalid {
      -webkit-box-shadow: 0 0 3px #fff;
              box-shadow: 0 0 3px #fff; }
  .water-landing_order-form-btn {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
    .water-landing_order-form-btn-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .water-landing_order-form-btn-container input {
      -ms-flex-preferred-size: 360px;
          flex-basis: 360px;
    }
    .water-landing_order-form-btn-disabled {
      background: #AEB1B3 !important;
      border: 1px #AEB1B3 !important; }
    .water-landing_order-form-btn-checkboxes {
      -ms-flex-preferred-size: 360px;
          flex-basis: 360px; }
      .water-landing_order-form-btn-checkboxes.checkbox {
        margin-right: 0px;
        display: block;
        margin-top: 12px; }
        .water-landing_order-form-btn-checkboxes.checkbox input[type="checkbox"] {
          display: none; }
        .water-landing_order-form-btn-checkboxes.checkbox.checkbox--agree._success span {
          font-size: 12px;
          line-height: 14px; }

.water-landing .water-landing_order-form-input._error {
  border: 1px solid red; }

.water-landing_main-title-hidden {
  display: none !important; }

.water-landing_desktop {
  display: block; }

.water-landing_mobile {
  display: none; }

#popupThanks.water-landing_thanks-popup {
  max-width: 630px !important;
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 0px; }
  #popupThanks.water-landing_thanks-popup h2 {
    font-size: 30px; }
  #popupThanks.water-landing_thanks-popup img {
    width: 111px; }
  #popupThanks.water-landing_thanks-popup .h3 {
    max-width: 230px;
    text-align: center; }
  #popupThanks.water-landing_thanks-popup .h2 {
    text-align: center; }
  #popupThanks.water-landing_thanks-popup .btn {
    background: #fff;
    color: #00A8BF;
    border: 2px solid #00A8BF;
    font-size: 18px;
    line-height: 22px;
    font-family: "Gilroy ExtraBold", sans-serif;
    padding: 20px 70px;
    height: auto; }
    #popupThanks.water-landing_thanks-popup .btn:hover {
      background: #00A8BF;
      color: #fff; }
.water-landing_thanks-popup button.mfp-close {
    top: 35px !important;
}
.water-landing_bottle-img {
  z-index: 1;
  position: relative;
}

.water-landing_healthy-circle {
  position: absolute;
  top: -196px;
  z-index: 0;
  -webkit-transform: rotate(200deg);
      -ms-transform: rotate(200deg);
          transform: rotate(200deg);
  left: 29px;
  width: 528px;
}

.spin110{
  animation-name: spin110;
  -webkit-animation-name: spin110; 

  animation-duration: 0.7s; 
  -webkit-animation-duration: 0.7s; 

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;     

  visibility: visible !important; 
}
 
@keyframes spin110 {
    0% {
        -webkit-transform: rotate(110deg) translateX(-100%) translateY(0%);
                transform: rotate(110deg) translateX(-100%) translateY(0%);
        opacity: 0;
    }         
    100% {
        -webkit-transform: rotate(0) translateX(0%) translateY(0%);
                transform: rotate(0) translateX(0%) translateY(0%);
        opacity: 1;
    }   
}

@-webkit-keyframes spin110 {
    0% {
        -webkit-transform: rotate(110deg) translateX(-100%) translateY(0%);
        opacity: 0;
    }        
    100% {
        -webkit-transform: rotate(0) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

.water-landing_reasons-left-first, .water-landing_reasons-left-second {
  opacity: 0;
}

.water-landing_opacity {
  opacity: 1 !important;
}

.water-landing_order-water-left .water-landing_star-info, .water-landing_order-water-left .water-landing_title.water-landing_title-black, .water-landing_first-paragraph-order, .water-landing_second-paragraph-order{
  opacity: 0;
}

.water-landing_link-check-in_cont {
  position: absolute;
  top: -75px;
  right: 45px;
  /* width: 363px; Если есть акция 5+1, раскомментировать и убрать fit-content*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.water-landing_check-in {
  font-family: "Gilroy ExtraBold", sans-serif;
  background: #FF6A13;
  border-radius: 90px;
  padding: 15px 30px;
  color: #FFF;
  font-size: 16px;
  line-height: 111%;
  width: 197px;
  z-index: 5; }

.water-landing_link-action {
  margin-right: 20px;
  background: #8BC043;
  width: 174px !important;
  cursor: pointer;
}

.ds21 .water-landing .water-landing_link-check-in,
.ds21 .water-landing .water-landing_link-check-in:hover,
.ds21 .water-landing_action-popup .water-landing_action-popup-btn,
.ds21 .water-landing_action-popup .water-landing_action-popup-btn:hover {
  color: #fff;
}

.ds21 .water-landing_link-action:hover {
  background: rgba(139, 192, 67, 0.9) !important;
}

.ds21 .water-landing_link-action div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.water-landing_link-action div img {
  margin-right: 20px;
}

.water-landing_check-in_pr {
  position: unset;
  background: #00A8BF;
  margin-top: 75px;
  width: 169px;
  margin-bottom: 50px; }

.water-landing_check-in-fixed {
  /*position: absolute;*/
}

.water-landing_scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 100px;
  z-index: 5;
  color: #0097B3; }

.water-landing_scroll-down:hover {
  color: #FF6A13;
}

.water-landing_scroll-down:hover svg path {
  fill: #FF6A13;
}

.water-landing_scroll-down:hover svg rect {
  stroke: #FF6A13;
}

.water-landing_scroll-down span{
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  /* margin-left: -39px */
}

.water-landing_landing-scroll_container {
  position: relative; }

.water-landing_first-star-info span {
  text-decoration: underline; }

.water-landing_first-star-info {
  margin-top: 105px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px; }

.water-landing_link-open_composition {
  font-size: 14px;
  line-height: 111%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #06859D;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  margin-top: 5px;
  width: 170px;
}

.water-landing_composition-popup {
  max-width: 535px !important;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 40px 30px !important;
  margin: 90px auto 40px !important;
}

.water-landing_popup-title {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #13353F;
  margin-bottom: 35px;
}

.water-landing_compos-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #EFEFEF;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #000000;
}

.popup-block.water-landing_composition-popup button.mfp-close {
  top: 32px;
  right: 37px;
}

.popup-block.water-landing_composition-popup .mfp-close {
  width: auto;
}

.water-landing_composition-popup-btn_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.water-landing_link-popup-close {
  font-family: "Gilroy ExtraBold", sans-serif;
  width: 212px;
  border: 2px solid #00A5B8;
  border-radius: 100px;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #00A8BF;
  margin-top: 30px;
  cursor: pointer;
}

.water-landing_link-popup-close:hover {
  background: #00A8BF;
  border: 2px solid #00A8BF;
  color: #FFFFFF;
}

.water-landing_mt10 {
  margin-top: 10px;
}

.water-landing_mt15 {
  margin-top: 15px;
}

.water-landing_link {
  color: #0097B3;
}

.water-landing_link:hover {
  color: #FF6A13;
}

.water-landing_title-phone {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #13353F;
}

.water-landing_call-phone_container {
  float: right;
}

.water-landing_order-form-part {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  line-height: 16px;
}

.water-landing_order-form-part_flex {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.water-landing_order-form-part-6{
  flex-wrap: wrap;
}


.water-landing_form-list li {
  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: 10px 0;
}

.water-landing_form-list li:first-of-type {
  border-bottom: 1px solid #F7F7F7;
}

.water-landing_form-list li:last-of-type {
  border-top: 1px solid #F7F7F7;
}

.water-landing_form-bottle-amount,
.water-landing_form-bottle-amount-empty{
  font-weight: bold;
}

.water-landing_form-list-price {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-size: 19px;
  line-height: 23px;
  color: #13353F;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: end;
}

.water-landing_form-list_add-info {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  color: #A8A8A8;
  padding-top: 8px;
}

.water-landing_counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 143px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 143px;
          flex: 1 0 143px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0097B3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.water-landing_counter-btn {
  border: 1px solid #E0E0E0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30px;
          flex: 1 0 30px;
  max-width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 30px;
  color: #CACACA;
  position: relative;
  cursor: pointer;
}

.water-landing_counter-btn:hover.water-landing_counter-minus::before {
  border-bottom: 2px solid #0097B3;
}

.water-landing_counter-btn:hover.water-landing_counter-plus::before {
  border-bottom: 2px solid #0097B3;
}

.water-landing_counter-btn:hover.water-landing_counter-plus::after {
  border-left: 2px solid #0097B3;
}

.water-landing_counter-disabled .water-landing_counter-btn:hover.water-landing_counter-minus::before {
  border-bottom: 2px solid #CACACA;
}

.water-landing_counter-disabled .water-landing_counter-btn:hover.water-landing_counter-plus::before {
  border-bottom: 2px solid #CACACA;
}

.water-landing_counter-disabled .water-landing_counter-btn:hover.water-landing_counter-plus::after {
  border-left: 2px solid #CACACA;
}

.water-landing_counter-btn:hover {
  border: 1px solid #0097B3;
}

.water-landing_counter-disabled .water-landing_counter-btn:hover {
  border: 1px solid #E0E0E0;
  cursor: auto;
}

.water-landing_counter-minus::before {
  content: "";
  width: 12px;
  border-bottom: 2px solid #CACACA;
  position: absolute;
  top: 13px;
  left: 8px;
}

.water-landing_counter-plus::after {
  content: "";
  border-left: 2px solid #CACACA;
  position: absolute;
  top: 8px;
  left: 13px;
  height: 12px;
}

.water-landing_counter-plus::before {
  content: "";
  width: 12px;
  border-bottom: 2px solid #CACACA;
  position: absolute;
  top: 13px;
  left: 8px;
}

.water-landing_counter-disabled {
  opacity: 0.3;
}

.water-landing_order-form_final-price {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-size: 34px;
  line-height: 42px;
  text-align: right;
  color: #0097B3;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.water-landing_count-amnt {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #0097B3;
}

.water-landing_pompa-popup {
  width: 658px;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 38px 47px !important;
}

.water-landing_pompa-popup_content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.water-landing_pompa-popup_content li:first-of-type {
  border-bottom: 1px solid #EFEFEF;
}

.water-landing_popup-name {
  width: 215px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #0097B3;
  margin-left: 25px;
}

.water-landing_pompa-price {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  color: #0097B3;
}

.water-landing_pompa-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.water-landing_pompa-btn {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #00A8BF;
  border: 2px solid #00A5B8;
  border-radius: 100px;
  width: 212px;
  padding: 16px;
  cursor: pointer;
}

.water-landing_pompa-btn:hover {
  color: #FFFFFF;
  background: #00A8BF;
  border: 2px solid #00A8BF;
}

.hidden {
  display: none !important;
}

.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 38px;
}

.water-landing_blue {
  color: #0097B3;
}

.break-mobile {
  display: none; }

.pompa_br {
  display: none; }

.water-landing_order-form-title {
  display: none; }

.water-landing_mobile-show {
  display: none; }

.water-landing_mobile-hide {
  display: block;
}

.water-landing_group-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.water-landing_quality-steps_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent url("/local/templates/invitro_main/src/image/water-landing/specialists.png") no-repeat;
  padding-bottom: 315px;
  background-position-y: 175px;
  background-position-x: 90px;
}

.water-landing_quality-steps_container { 
  background-position-y: 235px;
  background-position-x: 45px; }

.water-landing_tablet-br {
  display: none;
}

.water-landing_desktop-br {
  display: block;
}

.water-landing_order-form-btn-checkboxes.checkbox label { 
  -webkit-box-align: center; 
      -ms-flex-align: center; 
          align-items: center;
}

.water-landing_form-noborder {
  border: 0px solid #E2E2E2 !important;
  padding: 0px;
}

.water-landing_order-form-input:last-of-type {
  margin-top: 15px;
}

.water-landing_first-star-info span:hover {
  color: #FF6A13;
}

.water-landing_check-in.water-landing_check-in_pr:hover {
  background-color: #21b4d0;
  border-color: #21b4d0;
}

.water-landing_link-check-in {
  width: 193px;
  padding: 15px 22px;
  cursor: pointer;
}
.water-landing_link-check-in > div{
    text-align: center;
}

.water-landing_link-open_composition:hover {
  color: #FF6A13;
}

.water-landing_link-check-in.water-landing_check-in.water-landing_check-in-fixed:hover {
    background: #FB7729;
}

.water-landing_link-check-in.water-landing_mobile-hide {
  position: relative;
  z-index: 5;
}

.water-landing_order-form-input.water-landing_order-form-part-10 {
  margin-top: 0px;
}

.water-landing_order-form-btn-container .checkbox__item{
  pointer-events: none;
}

.water-landing_promo-popup.not-possible p{
text-align:center;	
}

.water-landing_promo-popup.not-possible p span{
color:#0097B3;
font-weight:bold;	
}

/* 1440 */
@media only screen and (max-width: 1440px) {
  .water-landing_section-reasons {
    padding-top: 50px;
  }
  .water-landing_header-text-content-h {
    margin-left: 250px;
  } 
  
  .water-landing_header-text-content-two {
    margin-left: 550px;
  }

  .water-landing_header-text-content-o {
    margin-left: 755px;
    margin-top: 275px;
  }

  .water-landing_header-text-content{
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .water-landing_wave-bcg {
    background-size: cover; 
  }

  .water-landing_wave-block {
    background-size: cover;
  }

  .water-landing_wave-block-bottom {
    background-size: cover;
  }
  .water-landing_order-form {
    padding: 34px 60px 40px 60px;
  }
  .water-landing_order-form-part,
  .water-landing_order-form-input,
  .water-landing_order-form-btn-checkboxes.checkbox,
  .water-landing_order-form-btn-container .water-landing_order-form-btn {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%;
  }

  .water-landing_order-form-input.water-landing_order-form-input-email,
  .water-landing_promo-popup .water-landing_order-form-input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .water-landing_counter {
    max-width: 130px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 130px;
            flex: 1 0 130px;
  }

  .water-landing_tooltip-container { 
    top: 88%;
    left: 425px;
  }

  .water-landing_quality-step .water-landing_small-title-black {
    font-size: 18px;
    line-height: 22px;
  }
  .water-landing_quality-steps_container {
    padding-bottom: 320px;
  }
  .water-landing_quality-steps { 
    -ms-flex-preferred-size: 48.6%; 
        flex-basis: 48.6%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .water-landing_bottle-group,
  .water-landing_order-water-right {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .water-landing_bottle-group {
    top: 90px !important;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .water-landing_scroll-down {
    right: 0px;
  }
}
/* 1440 */

/* 1360 */
@media only screen and (max-width: 1360px) {
  .water-landing_quality-section {
    padding-bottom: 0px;
  }
  
  .water-landing_quality-steps_container {
    padding-bottom: 260px;
  }

  .water-landing_quality-steps { 
    -ms-flex-pack: distribute; 
        justify-content: space-around;
  }

  .water-landing_quality-step {
    -ms-flex-preferred-size: 192px;
    flex-basis: 192px;
  }

  .water-landing_quality-step::after {
    bottom: -20px;
    -webkit-transform: scale(0.71);
    -ms-transform: scale(0.71);
    transform: scale(0.71);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
/* 1360 */

/* 1192 */
@media only screen and (max-width: 1192px) {
  /* .water-landing_wave-bcg {
    height: 160px;
  } */
  
  .water-landing_bottle-group {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .water-landing_order-water-right {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin-right: -120px;
  }
  .water-landing_form-bottle-amount,
  .water-landing_form-bottle-amount-empty {
    display: block;
  }
  .water-landing_quality-check-before-block {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    right: -70px;
  }
}
/* 1192 */

/* 1023 */
@media only screen and (max-width: 1023px) {
  .water-landing_header {
    padding-top: 0px;
  }

  .layer.r4 {
    margin-left: 50px;
  }

  .layer.r4 img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    margin-left: -13%;
    margin-top: 100px;
  }

 .water-landing_header-text {
    left: auto;
    top: calc(60% - 320px);
  }

  .water-landing_header-text-content-h {
    margin-left: 120px;
  }

  .water-landing_header-text-content-two {
    margin-left: 380px;
    margin-top: 230px;
  }

  .water-landing_header-text-content-o {
    margin-left: 555px;
    margin-top: 285px;
  }

  .water-landing_header-text-content{
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }

  .water-landing_paragraph {
    font-size: 12px;
  }

  .water-landing_star-info {
    font-size: 12px;
  }
  .water-landing_order-water .water-landing_paragraph {
    font-size: 16px;
  }
  .water-landing_container {
    width: 100%;
    padding: 0 60px;
  }

  .water-landing_high-quality {
    padding-top: 40px;
  }

  .water-landing_reasons .water-landing_check-in_pr {
    margin-top: 21px;
  }

  .water-landing_advantages-column {
    margin-right: 63px;
  }

  .water-landing_highlight-info {
    font-size: 20px;
    line-height: 34px;
  }

  .water-landing_number {
    font-size: 70px;
    line-height: 86px;
  }

  .water-landing_composition {
    padding-bottom: 100px;
  }
  .water-landing_composition-cols_container {
    padding-bottom: 44px;
  }
  .water-landing_composition-cols_container:after {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  .water-landing_composition-img {
    margin-bottom: 28px;
  }

  .water-landing_composition-img img {
    width: 90px;
  }

  .water-landing_composition_el-title {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 13px;
  }

  .water-landing_quality-check-before img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
    top: -385px;
  }

  .water-landing_quality-check-title {
    padding-bottom: 34px;
  }

  .water-landing_small-title-black {
    font-size: 18px;
    line-height: 22px;
  }
  
  .water-landing_quality-steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .water-landing_wave-block {
    height: 175px;
  }
  
  .water-landing_wave-block-bottom {
    height: 190px;
  }

  .water-landing_call-phone {
    margin-top: 43px;
    width: 60%;
  }

  .water-landing_phone {
    font-size: 24px;
  }

  .water-landing_check-in {
    top: 25px;
  }

  .water-landing_link-check-in_cont {
    top: 25px;    
  }

  .water-landing_order-form-part,
  .water-landing_order-form-input,
  .water-landing_order-form-btn-checkboxes.checkbox,
  .water-landing_order-form-btn-container .water-landing_order-form-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .water-landing_form-bottle-amount,
  .water-landing_form-bottle-amount-empty {
    display: inline-block;
  }
  .water-landing_counter {
    max-width: 143px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 143px;
            flex: 1 0 143px;
  }
}
/* 1023 */

/* 1023 */
@media only screen and (max-width: 1023px) {
  .water-landing_quality-step {
    margin-bottom: 50px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    margin-right: 0px;
    /* min-height: 275px; */
  }

  .water-landing_quality-step_first-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .water-landing_quality-step::after {
    bottom: -27px;
    -webkit-transform: scale(1.036);
    -ms-transform: scale(1.036);
    transform: scale(1.036);
  }

  .water-landing_quality-img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .water-landing_tooltip::before {
    content: '';
    border: 20px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-bottom: 20px solid #fff;
    position: absolute;
    top: -40px;
    left: calc(50% - 25px);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); 
  }
}
/* 1023 */

/* 1023 */
@media only screen and (max-width: 1023px) {
  .water-landing_wave-bcg {
    height: 110px; 
  }
}
/* 1023 */

/* 1023 */
@media only screen and (max-width: 1023px) {
  .water-landing_section-reasons {
    padding-top: 135px;
  } 
  .water-landing_header-text {
    display: none; 
  }
  .water-landing_header-text-tablet {
    display: block;
    position: absolute;
    top: 120px;
    left: 5%; 
    width: 92%;
  }

  .water-landing_header-text-tablet img {
    width: 98%; 
  }

  .water-landing_reasons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }

  .water-landing_reasons-left {
    width: 100%;
    padding-top: 0;
  }

  .water-landing_reasons-right {
    width: 100%;
    padding-top: 395px;
    top: 90px; 
  }

  .water-landing_reasons-right {
    width: 100%;
    padding-top: 165px;
    top: 90px;
  }

  .water-landing_bottle-group {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    margin-top: -120px;
    left: calc(50% - 190px);
    right: auto; 
  }
  .water-landing_healthy-circle {
    top: -200px;
    left: -27px;
    width: 624px;
  }
  .water-landing_container {
      padding: 0 45px; 
  }

  .water-landing_wave-bcg {
    margin-bottom: 284px; 
    margin-top: -20px; 
  }

  .water-landing_advantages {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .water-landing_advantages-column {
    margin-right: 0px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 47%;
  }  

  .water-landing_advantages-column .water-landing_paragraph {
    padding-bottom: 16px; 
  }

  .water-landing_advantages .water-landing_title {
    padding-bottom: 20px;
  }

  .water-landing_composition-cols { 
    -webkit-box-pack: start; 
        -ms-flex-pack: start; 
            justify-content: start;
    padding-bottom: 40px;
  }

  .water-landing_composition-col {
    -ms-flex-preferred-size: calc(30% - 50px);
    flex-basis: calc(30% - 50px);
    margin-right: 47px;
    opacity: 0;
    margin-top: 56px;
  }

  .water-landing_composition .water-landing_title {
    margin-bottom: 0px;
  }

  .water-landing_create-apply-title {
    font-size: 26px !important;
    padding-bottom: 0px !important;
  }

  .water-landing_quality-check-before img {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: -435px;
    right: 10px;
  }

  .water-landing_quality-check-paragraph {
    width: 100%;
    padding-bottom: 40px;
  }

  .water-landing_quality-check-title { 
    padding-top: 45px;
  }

  .water-landing_quality-step:first-of-type {
    margin-right: 45px;
  }

  .water-landing_quality-steps {
    margin-top: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0px;
  }

  .water-landing_quality-steps:first-of-type {
    margin-top: 0px;
    padding-bottom: 240px;
  }

  .water-landing_quality-check-before-block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    right: 0px;
  }

  .water-landing_wave-block {
    margin-top: -100px;
  }

  .water-landing_order-water {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .water-landing_order-water-left {
    width: 100%;
    margin-top: 50px;
  }
  
  .water-landing_order-water-right {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    margin-top: -690px;
    left: 35%;
  }

  .water-landing_call-phone {
    margin-top: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .water-landing_comparison {
    display: block;
  }

  .water-landing_tooltip::before {
    border: 12px solid transparent;
    border-bottom: 16px solid #fff;
    top: 21px;
    left: -25px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .water-landing_tooltip-container {
    top: 42%;
    width: 275px;
    left: auto;
    right: -20px;
  }

  .water-landing_order-form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 24px 62.5px;
  }

  .water-landing_order-form-inputs {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }

  .water-landing_order-form-input {
    margin-bottom: 28px;
  }

  .water-landing_order-form-input:last-of-type {
    margin-bottom: 0px;
  }

  .water-landing_order-form-btn-container .btn-icon{
    line-height: 61px;
    width: 100%;
  }

  .water-landing_order-form-btn-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .water-landing_order-form-btn-container .water-landing_order-form-btn-checkboxes:first-of-type {
    margin-bottom: 20px;
  }

  .water-landing_mobile {
    display: block;
    margin-top: 95px; 
  }

  #popupThanks.water-landing_thanks-popup {
    padding: 20px; 
  }

  .water-landing_reasons .water-landing_paragraph {
    font-size: 16px; 
  }

  /* .water-landing_scroll-down {
    display: none;
  } */

  .water-landing_first-star-info {
    display: none;
  }

  .water-landing_order-form-title {
    display: block; 
  }
  
  .water_landing_form {
    max-width: 576px;
  }

  .water-landing_mobile-show {
    display: block;
    margin-bottom: 45px;
    margin-top: -50px;
    font-size: 16px;
    line-height: 150%;
    margin-left: 27px;
  }

  .water-landing_order-form-part-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .water-landing_order-form-part-2 {
    margin-top: 24px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .water-landing_order-form-part-3 {
    margin-top: 40px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .water-landing_order-form-part-4 {
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .water-landing_promo-container{
    margin-bottom: 22px !important;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  
  .water-landing_order-form-part-5 {
    margin-bottom: 0px !important;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  
  .water-landing_order-form-part-6 {
    margin-bottom: 24px;
    border-top: 1px solid #F7F7F7;
    padding-top: 15px;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .water-landing_order-form-part-7 {
    display: none;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .water-landing_order-form-part-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .water-landing_order-form-part-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .water-landing_order-form-part-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  
  .water-landing_order-form .water-landing_small-title-black.water-landing_order-form-title {
    padding-bottom: 16px;
  }
  
  .break {
    margin-bottom: 0px;
  }

  .water-landing_call-phone_container {
    float: inherit;
  }

  .water-landing_pompa-popup {
    width: 97%;
    margin: 0 auto !important;
    margin-top: 50px !important;
    padding: 40px 20px 20px 20px !important;
  }

  .water-landing_pompa-popup .mfp-close {
    top: 0 !important;
    right: 0 !important; 
  }

  .water-landing_quality-steps_container {
    display: block;
    padding-bottom: 350px;
    margin: 0 auto;
    margin-top: 63px;
    background-size: 350px;
    background-position-y: 75px;
    background-position-x: 35%;
  }

  .water-landing_tablet-br {
    display: block;
  }

  .water-landing_form-list li:last-of-type {
    border-top: 0px solid #F7F7F7;
  }

  .water-landing_title {
    font-size: 48px;
    line-height: 59px;
  }

  .water-landing_quality-check .water-landing_title-steps {
    font-size: 47px;
  }

  .water-landing_advantages-columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0px;
  }

  .water-landing_highlight-info {
    font-size: 35px;
    line-height: 43px;
  }

  .water-landing_quality-step_first-part {
    -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;
  }

  .water-landing_quality-step_first-part .water-landing_small-title-black {
    font-size: 26px;
    line-height: 32px;
  }

  .water-landing_tel {
    font-size: 34px;
  }

  .water-landing_order-form-part .iwg_checkbox_switch {
    margin-bottom: 16px;
  }

  .water-landing_order-form-part-2.water-landing_order-form-btn-checkboxes {
    margin-top: 0px;
  }

  .water-landing_order-form-part-3.btn-icon {
    margin-top: 30px;
    height: 61px;
  }

  .water-landing_form-list li:first-of-type {
    border-bottom: 0px solid #F7F7F7;
  }

  .water-landing_order-form-btn-checkboxes.checkbox {
    margin-top: 0px;
  }
}
/* 1023 */

/* 1023 */
@media only screen and (max-width: 1023px) {
  /* .water-landing_quality-steps {
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
  } */
  .water-landing_quality-step { 
    width: 280px; 
  }

  .water-landing_tablet-br {
    display: none;
  }

  .water-landing_desktop-br {
    display: none;
  }
  .water-landing_bottles-amnt {
    margin-right: 10px;
    line-height: 1.2;
  }
}
/* 1023 */

@media only screen and (max-width: 600px) {
  .water-landing_quality-steps {
    background-position-y: 85%;
  }

  .water-landing_composition-popup {
    max-width: 98% !important;
  }  
}

/* 767 */
@media only screen and (max-width: 767px) {
  .water-landing_quality-steps_container {
    padding-bottom: 650px;
    background-position-x: 49%;
    background-position-y: 1180px;
    background-size: 250px;
  }
  .water-landing_tooltip-container {
    top: 80%;
    right: auto;
    width: 100%;
    left: calc(50% - 220px);
  }
  .water-landing_tooltip::before {
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    top: -38px;
    left: calc(50% - 25px);
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .water-landing_quality-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .water-landing_quality-steps {
    margin-top: 0px;
  }
  .water-landing_quality-steps:first-of-type {
    padding-bottom: 0px;
  }
  .water-landing_quality-step:first-of-type {
    margin-right: 0px;
  }
}
/* 767 */


/* 599 */
@media all and (max-width: 599px) {
  /* .water-landing_scroll-down {
    display: none;
  } */

  .water-landing_counter {
    padding: 8px 20px;
  }

  .water-landing_order-form-part.water-landing_order-form-part-3 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .water-landing_form-list {
    font-size: 14px;
  }

  .water-landing_bottles-amnt {
    margin-bottom: 16px;
  }

  .break-mobile {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .water-landing_pompa-popup_content li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pompa_br {
    display: block;
  }

  .water-landing_popup-name {
    width: auto;
    margin-left: 10px;
  }

  .water-landing_order-form-part {
    margin-bottom: 24px;
    -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;
  }
  .water-landing_order-form-part-6 {
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .water-landing_order-form-input {
    margin-bottom: 20px;
  }
  .water-landing_order-form-btn-container .water-landing_order-form-btn-checkboxes:first-of-type {
    margin-bottom: 26px;
  }
  .water-landing_order-form-part-3.btn-icon {
    margin-top: 24px;
  }
  .water-landing_scroll-down {
    top:310px;
  }
}
/* 599 */

/* 599 */
@media only screen and (max-width: 599px) {
  .water-landing_section-reasons {
    padding-top: 460px;
  }

  .water-landing_highlight-info {
    font-size: 20px;
    line-height: 25px;
  }
  
  .water-landing_compos-list li {
    padding: 3px 0;
  }

  .water-landing_header-text-tablet {
    display: none;
  }

  .water-landing_header-text-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 165px);
  }

  .water-landing_title {
    font-size: 24px !important;
    line-height: 29px !important;
  }

  .water-landing_bottle-group {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    margin-top: -60px;
    left: calc(50% - 135px);
    right: auto;
  }

  .water-landing_container {
    padding: 0 20px;
  }

  .water_landing_form .water-landing_container {
    padding: 0 10px;
  }
  .water-landing_wave-bcg {
    margin-bottom: 0px;
  }
  .water-landing_composition {
    padding-bottom: 154px;
  }
  .water-landing_composition-cols_container:after {
    width: 85%;
    overflow: hidden;
    bottom: -44px;
  }

  .water-landing_composition-cols {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .water-landing_composition-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .water-landing_composition-col:last-of-type .water-landing_composition-img {
    margin-bottom: 0;
  }

  .water-landing_composition-img {
    margin-bottom: 76px;
    margin-right: 30px;
  }

  .water-landing_composition-img:last-of-type {
    margin-bottom: 0px;
  }

  .water-landing_composition_el-title {
    font-size: 24px;
    line-height: 31px;
  }

  .water-landing_composition_el-descr {
    font-size: 13px;
  }

  .water-landing_composition .water-landing_title {
    margin-bottom: 42px;
  }

  .water-landing_composition-col { 
    margin-top: auto;
  }

  .water-landing_quality-check-before img {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    top: -435px;
    right: 10px;
  }

  .water-landing_quality-check-title { 
    padding-top: 0;
    padding-bottom: 24px;
  }
  .water-landing_quality-check-paragraph {
    padding-bottom: 82px;
  }
  .water-landing_wave-block {
    margin-top: auto;
  }
  .water-landing_tooltip-container {
    top: 91%;
    right: auto;
    left: auto;
  }
  .water-landing_tooltip { 
    font-size: 10px;
    line-height: 13px;
    padding: 20px;
    margin: 0 auto;
  }

  .water-landing_check-in-fixed {
    position: fixed;
    bottom: 13px;
    left: calc(50% - 144px);
    z-index: 99;
    top: auto;
  }

  .water-landing_mobile-hide {
    display: none;
  }

  .water-landing_mobile-show {
    display: block;
    margin-bottom: 45px;
    margin-top: -30px;
    font-size: 11px;
    margin-left: 0px;
  }

  .water-landing_order-form {
    margin-top: 41px;
    padding: 24px 10px;
  }

  .water-landing_reasons-right {
    padding-top: 400px;
  }

  .water-landing_wave-block-bottom { 
    margin-top: -85px;
  }

  .water-landing_star-info {
    font-size: 11px;
  }

  .water-landing_advantages {
    padding-top: 59px;
  }

  .water-landing_pt15 {
    padding-top: 15px;
  }
  
  .water-landing_order-form-part-2 {
    margin-top: 16px;
  }

  .water-landing_order-form-part-3 {
    margin-top: 0px;
  }

  .water-landing_order-form-part-4 {
    margin-top: 8px;
  }

  .water-landing_advantages-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  
  .water-landing_composition-col {
    font-size: 13px;
    margin-right: 0px;
  }

  .water-landing_quality-step_first-part {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .water-landing_quality-step_first-part .water-landing_small-title-black {
    font-size: 18px;
    line-height: 22px;
  }

  .water-landing_tel {
    font-size: 24px;
  }
  
  .water-landing_quality-steps_container {
    margin-top: 40px;
    padding-bottom: 350px;
    background-position-y: 1155px;
  }
  .water-landing_order-water .water-landing_title {
    margin-bottom: 30px; 
  }
  .water-landing_order-water .water-landing_paragraph {
    margin-bottom: 24px;
    font-size: 12px;
  }
  .water-landing_order-water .water-landing_first-paragraph-order:nth-of-type(4) {
    margin-bottom: 24px;
  }
  .water-landing_call-phone {
    margin-top: 24px;
  }
  .water-landing_order-water-right {
    -webkit-transform: scale(0.41);
    -ms-transform: scale(0.41);
    transform: scale(0.41);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    margin-top: -500px;
    left: 35%;
  }
  
  
  .water-landing_advantages-column {
    width: auto;
  }
  .water-landing_advantages-column:last-of-type .water-landing_paragraph {
    padding-bottom: 20px;
  }

  .popup-block.water-landing_composition-popup button.mfp-close {
    top: 10px;
    right: 20px;
  }

  .water-landing_composition-popup {
    margin: 0px auto !important;
  }

  .water-landing_link-check-in_cont {
    width: 288px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .water-landing_link-check-in:nth-child(1){
    padding: 12px 24px;
  }

  .water-landing_link-action {
    margin-right: 10px;
    width: 140px !important;
    font-size: 13px;
    padding: 11px 20px;
  }
  
  .water-landing_link-action:hover {
    background: rgba(139, 192, 67, 1) !important;
  }

  .water-landing_link-check-in {
    width: 144px !important;
    font-size: 13px;
    padding: 11px 12px;
    text-align: center;
    line-height: 100%;
    height: 36px;
  }

  .water-landing_link-action div {
    margin-top: -3px;
  }

  .water-landing_link-action img {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
    margin-right: 0px !important;
  }

  .water-landing_link-action span {
    margin-left: 12px;
  }
}
/* 599 */

/* iwg_checkbox_switch */

.iwg_checkbox_switch input[type=checkbox], .iwg_checkbox_switch input[type=radio] {
  display: none;
}
.iwg_checkbox_switch input[type=checkbox] + label, .iwg_checkbox_switch input[type=radio] + label {
  display: block;
  text-align: justify;
  cursor: pointer;
  line-height: 0;
}
.iwg_checkbox_switch input[type=checkbox] + label span, .iwg_checkbox_switch input[type=radio] + label span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.iwg_checkbox_switch ._che_sw_title {
  max-width: 80%;
  line-height: 120%;
  margin-left: 10px;
}

.iwg_checkbox_switch ._che_sw_hidden {
  width: 100%;
  height: 0;
  visibility: hidden;
}
.iwg_checkbox_switch ._che_sw_container {
  width: 3vw;
  height: 1.6vw;
  background-color: #DDE4E5;
  border: 2px solid #DDE4E5;
  border-radius: 16vw;
  position: relative;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0,0,.2,1);
       -o-transition-timing-function: cubic-bezier(0,0,.2,1);
          transition-timing-function: cubic-bezier(0,0,.2,1);
  -webkit-box-sizing: unset;
          box-sizing: unset;
}
.iwg_checkbox_switch ._che_sw_container::after {
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  content: '';
  background-color: white;
  border-radius: 16vw;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0,0,.2,1);
       -o-transition-timing-function: cubic-bezier(0,0,.2,1);
          transition-timing-function: cubic-bezier(0,0,.2,1);
  position: absolute;
  left: 0;
  top: 0;
}
.iwg_checkbox_switch input:checked + label {
  color: #0097B3;
}
.iwg_checkbox_switch input:checked + label ._che_sw_container {
  background-color: #0097B3;
  border: 2px solid #0097B3;
}
.iwg_checkbox_switch input:checked + label ._che_sw_container::after {
  left: 48%;
}

.iwg_checkbox_switch input + label:hover span._che_sw_container {
  background-color: #CFD8D9;
  border: 2px solid #CFD8D9;
}
.iwg_checkbox_switch input:checked + label:hover span._che_sw_container {
  background-color: #0097B3;
  border: 2px solid #0097B3;
}

/* @media all and (min-width: 1440px) {
  .iwg_checkbox_switch input[type=checkbox] + label span._che_sw_container, .iwg_checkbox_switch input[type=radio] + label span._che_sw_container {
    width: 40px !important;
    height: 20px !important;
  }
  .iwg_checkbox_switch ._che_sw_container::after {
    width: 20px !important;
    height: 20px !important;
  }
  .iwg_checkbox_switch input[type=checkbox] + label, .iwg_checkbox_switch input[type=radio] + label {
    padding: 10px 0;
  }
} */

/* 1023 */
@media all and (max-width: 1023px) {
  /* .iwg_checkbox_switch input[type=checkbox] + label span._che_sw_container,
  .iwg_checkbox_switch input[type=radio] + label span._che_sw_container {
    min-width: 44px !important;
    width: 44px !important;
    height: 24px !important;
  }
  .iwg_checkbox_switch span._che_sw_container::after {
    width: 24px !important;
    height: 24px !important;
  } */
  .water-landing_order-form-part .iwg_checkbox_switch ._che_sw_container,
  .iwg_checkbox_switch .water-landing_tumbler-emp-bottles._che_sw_container {
    width: 44px;
    min-width: 44px;
    height: 24px;
  }
  .water-landing_order-form-part .iwg_checkbox_switch ._che_sw_container::after,
  .iwg_checkbox_switch .water-landing_tumbler-emp-bottles._che_sw_container::after {
    width: 24px;
    height: 24px;
  }
  .water-landing_order-form-part .iwg_checkbox_switch input[type=checkbox]+label,
  .water-landing_promo-container .iwg_checkbox_switch input[type=checkbox]+label {
    padding: 0px;
  }
}
/* 1023 */

/* @media all and (max-width: 650px) {
  .iwg_checkbox_switch ._che_sw_container {
    width: 10vw;
    height: 5.559vw;
  }
  .iwg_checkbox_switch ._che_sw_container::after {
    width: 5.56vw;
    height: 5.56vw;
  }
  .iwg_checkbox_switch input:checked + label ._che_sw_container::after {
    left: 44%;
  }
  .iwg_checkbox_switch input[type=checkbox] + label, .iwg_checkbox_switch input[type=radio] + label {
    padding: 1.9vw 0;
  }
} */

/* Попап с акцией */
.water-landing_action-popup {
    padding: 0px !important;
    width: 880px;
    border-radius: 10px;
}

.water-landing_action-popup-bckg {    
    background:
      url(/local/templates/invitro_main/src/image/water-landing/popup_bckg.png) 0 100% no-repeat;
    background-size: contain;
    padding: 54px 40px 47px 60px !important;
    border-radius: 10px;
    background-position-y: bottom;
}

.water-landing_action-popup-title {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 110%;
    color: #13353F;
    margin-bottom: 20px;
}

.water-landing_action-popup-title span {
  color: #0097B3;
}

.water-landing_action-popup-paragraph {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 150%;
  color: #13353F;
}

.water-landing_action-popup-paragraph-small {
  font-size: 12px;
}

.water-landing_action-popup-paragraph span {
  color: #0097B3;
}

.water-landing_action-popup-right {
  background: url(/local/templates/invitro_main/src/image/water-landing/bottle_popup.png) 100% 0 no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
  height: 475px;
  width: 52%;
  right: 50px;
  margin-bottom: -30px;
}

.water-landing_action-popup-img img {
  width: 100%;
}

.water-landing_action-popup-left {
    width: 387px;
    min-height: 475px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10;
}

.water-landing_action-popup-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.water-landing_action-popup-btn {
  width: 130px;
  background: #0097B3;
  border-radius: 90px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 111%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 30px;
  margin: 20px 0px 46px;
}

.water-landing_action-popup-btn:hover {
  background-color: #21b4d0;
  border-color: #21b4d0;
  cursor: pointer;
}

.water-landing_action-popup-gift_wrap {
  position: absolute;
  top: -70px;
  right: -10px;
}

.water-landing_action-popup-gift {
  position: absolute;
  top: -45px;
  right: 15px;
}

.water-landing_action-popup_show-tablet {
  display: none;
}
 
.popup-block.water-landing_action-popup button.mfp-close {
  color: #13353F;
  top: 20px;
  right: 20px;
}

/* 1023 */
@media only screen and (max-width: 1023px) {
    .water-landing_action-popup {
        width: 90%;
    }

    .water-landing_action-popup-left {
      width: 51%;
      min-height: 381px;
    }

    .water-landing_action-popup-right {
      width: 346px;
      right: 40px;
    }

    .water-landing_action-popup-title {
      font-size: 30px;
      line-height: 37px;
      margin-bottom: 16px;
    }

    .water-landing_action-popup-paragraph {
      font-size: 13px;
      line-height: 150%;
    }

    .water-landing_action-popup-bckg {
      padding: 43px 31px 38px 48px !important;
    }
    
    .water-landing_action-popup-btn {
      font-size: 10.4591px;
      line-height: 107%;
      width: 83px;
      padding: 8.85px 18.5px;
      margin: 16px 0 37px;
    }

    .water-landing_action-popup-paragraph-small {
      font-size: 9px;
      line-height: 150%;
    }

    .water-landing_action-popup-img-container {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transform-origin: 100%;
          -ms-transform-origin: 100%;
              transform-origin: 100%;
    }

    .water-landing_action-popup-gift_wrap {
      top: 60px;
      right: -20px;
    }

    .water-landing_action-popup-gift {
      top: 85px;
      right: 5px;
    }

    .popup-block.water-landing_action-popup button.mfp-close {
      top: 10px;
      right: 10px;
    }

    .popup-block.water-landing_action-popup {
      margin: 0 auto;
    }
}
/* 1023 */

/* 1023 */
@media only screen and (max-width: 1023px) {
    .water-landing_action-popup-bckg {
      padding: 32px 15px 20px 20px !important;
    }

    .water-landing_action-popup {
      min-width: 280px;
    }

    .water-landing_action-popup-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .water-landing_action-popup-left {
      width: 100%;
      min-height: auto;
    }
    
    .water-landing_action-popup-title {
      font-size: 18px;
      line-height: 116%;
    }

    .water-landing_action-popup-btn {
      width: 103px;
      font-size: 13px;
      line-height: 107%;
      padding: 11px 23px;
      margin-bottom: 29px;
    }
    
    .water-landing_action-popup-paragraph-small {
      font-size: 9px;
      line-height: 150%;
    }

    .water-landing_action-popup_show-tablet {
      display: block;
    }

    .water-landing_action-popup_hide-tablet {
      display: none;
    }

    .water-landing_action-popup-right {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 0;
      height: 350px;
      background-position-x: 90%;
      max-height: 200px;
      bottom: 30px;
      left: 20px;
    }

    .water-landing_action-popup-img-container {
      -webkit-transform: scale(0.37);
          -ms-transform: scale(0.37);
              transform: scale(0.37);
      -webkit-transform-origin: 100% 100%;
          -ms-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      right: 0;
      position: absolute;
    }

    .popup-block.water-landing_action-popup {
      min-height: 463px;
    }

    .water-landing_action-popup-bckg {
      min-height: 463px;
    }

    .water-landing_action-popup-gift {
      top: -528px;
      right: 85px;
    }

    .water-landing_action-popup-gift_wrap {
      top: -550px;
      right: 60px;
    }
}
/* 1023 */

/* 599 */
@media only screen and (max-width: 599px) {
  .water-landing_action-popup_show-tablet {
    max-width: 96px;
  }

  .water-landing_action-popup-bckg {
    background:
      url(/local/templates/invitro_main/src/image/water-landing/popup_bckg_mobile.png) 0 100% no-repeat;
    background-size: contain;
  }

  .water-landing_action-popup-gift_wrap {
    right: 10px;
    top: -520px;
  }

  .water-landing_action-popup-gift {
    right: 36px;
    top: -495px;
  }

  .water-landing_action-popup-right {
    bottom: 10px;
    height: 185px;
  }
  .water-landing_counter {
    width: 143px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .water-landing_wave-bcg {
    margin-top: -60px;
  }
}
@media only screen and (max-height: 599px) {
  .water-landing_action-popup{
    margin-top: 0 !important;
  }
}
/* 599 */

.water-landing_recommendation {
  width: 287px;
  height: 70px;
  background: #FFFFFF;
  border: 2px solid #0097B3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 200px;
  padding: 16px 17px 16px 35px;
  font-family:  "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
  color: #13353F;
}

.water-landing_recommendation-cont {
  background: url("/local/templates/invitro_main/src/image/water-landing/drop_top.svg");
  position: absolute;
  top: -75px;
  left: 10%;
  height: 119px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 33px;
  padding-top: 25px;
  z-index: 5;
}

.water-landing_form-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.water-landing_form-btn {
  padding: 15px 20px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 111%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
}

.water-landing_form-btn_action {
  background: #8BC043;
  border-radius: 24px;
  width: 151px;
}

.water-landing_form-btn_action div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.water-landing_form-btn_action img {
  margin-right: 16px;
}

.water-landing_form-btn_start {
  background: #FF6A13;
  border-radius: 90px;
  width: 183px;
}

.popup-block.water-landing_popup-start {
  background: #00B6C4;
  padding: 34px 60px 20px;
  max-width: 880px;
  border-radius: 8px;
}
.popup-block.water-landing_popup-start button.mfp-close{
  color: #FFFFFF;
  top: 20px;
  right: 20px;
}

.water-landing_popup-start-title {
  font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: -0.7px;
  color: #FFFFFF;
  width: 638px;
}

.water-landing_popup-start_img-mobile {
  display: none;
}

.water-landing_popup-start_img-container {
  margin-left: 8px;
  margin-top: -11px;
  position: relative;
  z-index: 0;
}

.water-landing_popup-start_img-container img {
  width: 97%;
  min-height: 415px;
}

.water-landing_popup-start_btn-container {
  float: right;
  margin-right: 30px;
  margin-top: -115px;
  position: relative;
  z-index: 5;
}

.water-landing_popup-start_btn {
  background: #FFFFFF;
  border-radius: 90px;
  width: 204px;
  height: 56px;
  font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 111%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0097B3;
}

.water-landing_popup-start_btn:hover {
  border: 2px solid #00A9BF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.water-landing_popup-start_info-container {
  font-family: Open Sans;
  font-style: normal;
  color: #FFFFFF;
  margin-top: -27px;
}

.water-landing_popup-start_info-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
}

.water-landing_popup-start_info-txt {
  font-size: 12px;
  margin-top: 11px;
  line-height: 160%;
}

.ds21 .water-landing_popup-start_info-txt a,
.ds21 .water-landing_popup-start_info-txt :hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.popup-block.water-landing_promo-popup {
  padding: 40px 87px;
  max-width: 535px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.popup-block.water-landing_promo-popup .water-landing_order-form-input img{
  margin-right: -10px;
}

.popup-block.water-landing_promo-popup button.mfp-close {
  top: 10px;
  right: 10px;
}

.water-landing_popup-btn {
  width: 212px;
  height: 61px;
  border: 2px solid #00A5B8;
  border-radius: 100px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  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;
  margin: 0 auto;
  margin-top: 40px;
  background: #0097B3;
}

.water-landing_popup-btn-disabled {
  border: 2px solid #00A5B8;
  background: #FFFFFF;
  color: #00A8BF;
}

.water-landing_popup-btn:hover {
  cursor: pointer;
  background: #21b4d0;
  border: 2px solid #21b4d0;
}

.water-landing_popup-btn-disabled:hover {
  cursor: auto;
  background: #FFFFFF;
  border: 2px solid #00A5B8;
}

.water-landing_order-form-part-6 .water-landing_form-list {
  width: 100%;
}

.water-landing_order-form-part-6 .water-landing_form-list li {
  border: none;
}

.water-landing_promo-container {
  display: none;
}


/* 1023 */
@media only screen and (max-width: 1023px) {
  .water-landing_recommendation-cont {
    top: 25px;
    height: 92px;
    background-size: contain;
    padding-left: 25px;
    padding-top: 20px;
    left: 5%;
  }

  .water-landing_recommendation {
    width: 233px;
    height: 53px;
    font-size: 13px;
    line-height: 120%;
    padding: 8px 12px 8px 22px;
  }

  .popup-block.water-landing_popup-start {
    max-width: 708px;
    padding: 27px 38px 20px;
    margin: 0 auto;
  }

  .popup-block.water-landing_popup-start button.mfp-close {
    top: 5px;
    right: 5px;
  }

  .water-landing_popup-start-title {
    font-size: 46px;
    line-height: 110%;
    max-width: 547px;
  }

  .water-landing_popup-start_img-container {
    margin-left: 13px;
  }
  .water-landing_popup-start_img-container img {
    width: 95%;
    min-height: 270px;
  }
  .water-landing_popup-start_info-container{
    margin-top: -23px;
    margin-left: -12px;
  }
  .water-landing_popup-start_info-txt{
    margin-top: 5px;
  }
  .popup-block.water-landing_popup-start {
    padding: 27px 38px 13px;
  }

  .water-landing_popup-start_btn-container {
    margin-top: -99px;
    margin-right: 75px;
  }

  .water-landing_popup-start_btn {
    width: 176px;
    height: 48px;
  }
}
/* 1023 */

/* 1023 */
@media only screen and (max-width: 1023px) {
  .water-landing_form-btn-container {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }

  .water-landing_promo-container {
    display: block;
  }

  .water-landing_form-btn {
    height: 36px;
    font-size: 13px;
    line-height: 107%;
    padding: 11px 14px;
    margin-top: 24px;
  }

  .water-landing_form-btn_action {
    width: 126px;
    margin-right: 12px;
  }

  .water-landing_form-btn_start {
    width: 142px;
  }
}
/* 1023 */

/* 599 */
@media only screen and (max-width: 599px) {
  .popup-block.water-landing_popup-start {
    margin: 0 20px;
    padding: 29px 20px 18px;
  }

  .water-landing_popup-start-title {
    font-size: 27px;
    line-height: 113%;
    max-width: 222px;
  }

  .water-landing_popup-start_info-title {
    font-size: 12px;
    line-height: 20px;
  }
  .water-landing_popup-start_info-txt {
    margin-top: 7px;
  }
  .water-landing_popup-start_btn {
    width: 99px;
    height: 35px;
    font-size: 12px;
    line-height: 107%;
  }

  .water-landing_popup-start_img-container {
    margin-left: -2px;
    margin-top: 6px;
    margin-bottom: 15px;
  }
  .water-landing_popup-start_img-container img{
    width: 100%;
    min-height: 169px;
  }

  .water-landing_popup-start_btn-container {
    margin-top: -66px;
    margin-right: 0;
  }
}
/* 599 */

/* 599 */
@media only screen and (max-width: 599px) {
  .water-landing_form-btn {
    margin-top: 24px;
  }

  .water-landing_recommendation {
    width: 181px;
    height: 38px;
    font-size: 10px;
    line-height: 118%;
    padding: 5px 11px 6px 16px;
  }

  .water-landing_recommendation-cont {
    height: 70px;
    padding-left: 18px;
    padding-top: 12px;
  }

  .water-landing_form-btn_action img {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }

  .water-landing_popup-start_info-container {
    margin-top: -20px;
    margin-left: -2px;
  }

  .popup-block.water-landing_promo-popup {
    max-width: 300px;
    padding: 39px 12px;
    margin: auto;
    margin-top: 50px;
  }
  .water-landing_reasons .water-landing_check-in_pr {
    margin: 0px;
  }
  .water-landing_reasons .water-landing_link-check-in {
    padding: 15px 0px;
    margin-top: 6px;
  }
  .water-landing_quality-check-before {
    height: auto;
  }
  .water-landing_order-form-part .iwg_checkbox_switch ._che_sw_container,
  .iwg_checkbox_switch .water-landing_tumbler-emp-bottles._che_sw_container {
    width: 44px;
    height: 24px;
  }
  .water-landing_order-form-part .iwg_checkbox_switch ._che_sw_container::after,
  .iwg_checkbox_switch .water-landing_tumbler-emp-bottles._che_sw_container::after {
    width: 24px;
    height: 24px;
  }
}
/* 599 */

/* 599 */
@media only screen and (max-width: 599px) {
  .water-landing_popup-start_img-mobile {
    display: block;
  }

  .water-landing_popup-start_img {
    display: none;
  }
}
/* 599 */