html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #1C1C28;
  background: #fff;
  font: 16px/1.5 Inter, Arial, Helvetica, sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

* {
  max-height: 1000000px;
}

footer,
header,
section {
  display: block;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #0020E4;
}

a:hover {
  text-decoration: underline;
}

input {
  font: 100% Inter, Arial, Helvetica, sans-serif;
  color: #1C1C28;
  vertical-align: middle;
}

form {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

button:hover {
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  margin: 0;
  padding: 4px 7px;
  border: 1px solid #ddd;
}

h1, h2, h3 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

p {
  margin: 0 0 1.2em;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.container {
  width: 1090px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  text-align: center;
  background: url(../images/header-bg.jpg) no-repeat center / cover;
  color: #fff;
  font-size: 14px;
  padding: 9px 15px 10px;
}

.mark {
  color: #fbff2a;
}

.tac {
  text-align: center;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.df {
  display: flex;
}

.jc-sb {
  justify-content: space-between;
}

.al-c {
  align-items: center;
}

.first-section {
  padding: 20px 0 71px;
  background: url(../images/first-section-bg.jpg) no-repeat left top / 1920px auto;
  position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  .first-section {
    background-image: url(../images/first-section-bg@2x.jpg);
  }
}

.first-section .main-button {
  margin-bottom: 7px;
}

.order-text {
  font-style: italic;
  color: #DF0000;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.first-section .container {
  align-items: center;
  flex-direction: column;
}

.first-section__left {
  width: 591px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.excl {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  left: calc(50% + 265px);
}

.excl-flag {
  margin-right: 8px;
}


.main-button {
  background: #3dc051;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: bold;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.09), 0 7px 4px 0 rgba(0, 0, 0, 0.05),
  0 12px 5px 0 rgba(0, 0, 0, 0.01), 0 19px 5px 0 rgba(0, 0, 0, 0);
}

.main-button:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -1px 0 8px;
  width: 19px;
  height: 15px;
  content: "";
  background: url(../images/button-arrow.svg) no-repeat center / contain;
}

.main-button:hover {
  background: #33a444;
  text-decoration: none;
}

.logo-top {
  position: absolute;
  top: 8px;
  left: calc(50% - 530px);
}

.first-section h1,
.section-7 h1 {
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1.05;
  font-weight: bold;
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff;
  margin: 0 0 12px;
  position: relative;
}

.first-section h2,
.section-7 h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 6px;
  text-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff;
}

.first-section h3,
.section-7 h3 {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold;
  color: #fafafc;
  font-size: 20px;
  border: 1px dashed #397dbe;
  border-radius: 10px;
  padding: 3px;
  position: relative;
  margin: 0 0 30px;
}

.first-section h3 .title-inset,
.section-7 h3 .title-inset {
  display: block;
  border-radius: 7px;
  background: #397dbe;
  padding: 12px 33px;
}

.first-section h3:before,
.section-7 h3:before {
  position: absolute;
  content: "";
  top: -16px;
  left: -35px;
  width: 61px;
  height: 60px;
  background: url(../images/plus-red-icon.svg) no-repeat center / contain;
}

.first-section h3:after,
.section-7 h3:after {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 32px;
  background: url(../images/white-arr-down.svg) no-repeat center / contain;
}

.first-section__subtitle {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 23px;
  text-shadow: 0 0 25px #fff, 0 0 20px #fff, 0 0 15px #fff;
}

.promo-list {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
  list-style-type: none;
  margin: 0 0 28px;
  padding: 0 0 0 40px;
}

.mark-1 {
  color: #397dbe;
}

.promo-list li {
  position: relative;
  padding-left: 40px;
}

.promo-list li:not(:last-child) {
  margin-bottom: 9px;
}

.promo-list li:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 25px;
  top: -1px;
  left: 0;
  background: url(../images/list-mark.svg) no-repeat center / contain;
}

.product-box {
  position: absolute;
  bottom: 46px;
  left: calc(50% - 680px);
}

.top-product {
  display: block;
}

.achievements {
  position: absolute;
  top: 60px;
  right: -110px;
}

.molecules {
  position: absolute;
  left: -104px;
  bottom: -46px;
}

.section-2 {
  padding: 61px 0 16px;
}

h1 {
  color: #df0000;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 9px;
}

.title-row {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
}

.title-row i {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url(../images/title-row-img.svg) no-repeat center top;
  position: relative;
}

.title-row:before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  background: repeating-linear-gradient(90deg, #939393, #939393 2px, transparent 2px, transparent 4px);
}

.section-2 .title-row {
  margin-bottom: 40px;
}

.list-1 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.list-1__item {
  width: 192px;
  position: relative;
}

.list-1__img {
  display: block;
  padding: 4px;
  border: 1px dashed #df0000;
  border-radius: 50%;
  box-sizing: content-box;
  margin-bottom: 8px;
  box-shadow: 0 0 0 5px #fff;
  position: relative;
  z-index: 1;
  background: #fff;
}

.list-1__item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 88px;
  right: 100%;
  height: 16px;
  width: 80px;
  margin-right: 8px;
  background: url(../images/list-sep.svg) no-repeat center / contain;
}

.yes {
  width: 970px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 78px;
}

.yes__top {
  display: block;
  border: 1px dashed #397dbe;
  border-radius: 20px 20px 0 0;
  margin-bottom: -16px;
  padding: 8px 15px 28px;
}

.yes__top .text {
  color: #df0000;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}

.yes__text {
  display: block;
  border-radius: 20px;
  background: #397dbe;
  color: #fafafc;
  padding: 14px 15px 13px;
  position: relative;
  font-size: 28px;
  line-height: 1.3;
}

.yes:before {
  content: "";
  position: absolute;
  width: 932px;
  height: 89px;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/blue-arr-bottom.svg) no-repeat center / 100% 100%;
}

.section-3 {
  padding: 10px 0 20px;
  background: url(../images/sec-3-bg.jpg) no-repeat center 20px / 1920px auto;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  .section-3 {
    background-image: url(../images/sec-3-bg@2x.jpg);
  }
}

.section-3 .title-row {
  margin-bottom: 39px;
}

.section-3__content {
  max-width: 782px;
}

.section-3 p {
  margin: 0 0 20px;
}

.section-3 h2 {
  font-size: 40px;
  margin: 25px 0 23px;
  font-weight: bold;
  line-height: 1.35;
}

.list-2 {
  padding: 0 0 0 291px;
  margin: 0;
  list-style-type: none;
  color: #fafafc;
  font-size: 24px;
  text-shadow: 1px 1px 0 #635e59;
  background: url(../images/list-bg.svg) no-repeat left top / contain;
  width: 730px;
  height: 186px;
}

.list-2__item {
  padding: 10px 0;
  display: block;
}

.list-2__item:not(:last-child) {
  margin-bottom: 2px;
}

.section-3__prod {
  position: absolute;
  bottom: 2px;
  left: calc(50% + 234px);
}

.molecula2 {
  bottom: 0;
  left: calc(50% + 205px);
}

.cta {
  color: #fafafc;
  font-size: 24px;
  padding: 17px 0;
  background: url(../images/cta-bg.jpg) no-repeat center / cover;
}

.cta .container {
  padding: 0 45px;
}

.cta__top {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}

.section-4 {
  padding: 62px 0 60px;
  background: url(../images/benefits-bg.jpg) no-repeat center calc(50% + 33px);
}

.section-4__prod-holder {
  position: relative;
  margin-bottom: 23px;
}

.section__subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  padding: 0 25px;
  margin: 0 0 40px;
}

.benefits {
  position: relative;
}

.benefits__left,
.benefits__right {
  width: 370px;
}

.benefits__right {
  text-align: right;
}

.benefits__right .benefits__head {
  flex-direction: row-reverse;
}

.benefits__right .benefits__ico {
  margin: 0 0 0 15px;
}

.benefits__box:not(:last-child) {
  margin-bottom: 49px;
}

.benefits__right .benefits__box:not(:last-child) {
  margin-bottom: 73px;
}

.benefits__head {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 14px;
}

.benefits__ico {
  margin-right: 16px;
}

.benefits p {
  margin: 0;
}

.section-4__prod {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-5 {
  padding: 61px 0 16px;
}

.list-3 {
  flex-wrap: wrap;
  align-items: stretch;
}

.list-3__item {
  width: 34%;
  padding-right: 20px;
  margin-bottom: 24px;
}

.list-3__item:nth-child(3n + 3) {
  width: 32%;
  padding-right: 0;
}

.list-3__img {
  display: block;
  margin-bottom: 16px;
  position: relative;
}

.list-3__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  margin-bottom: 8px;
}

.list-3 p {
  margin: 0;
}

.section-5__prod {
  display: block;
  margin: -134px 0 0 112px;
}

.section-6 {
  padding: 61px 0 59px;
}

.list-4__item {
  border: 1px dashed #789db0;
  border-radius: 14px;
  background: #f8f8f8;
  width: 30.7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-4__top {
  background: #789db0;
  border-radius: 13px 13px 0 0;
  display: flex;
  align-items: center;
  color: #fafafc;
  font-style: italic;
  padding: 7px 8px;
  font-weight: bold;
}

.list-4__img {
  margin-bottom: -39px;
}

.list-4__title {
  flex-grow: 1;
  text-align: center;
  padding: 22px 0 0 12px;
}

.list-4__content {
  padding: 48px 15px 28px 14px;
  flex-grow: 1;
}

.list-4__content p {
  margin: 0;
}

.list-4__footer {
  padding-right: 16px;
}

.list-4__name {
  padding: 6px 5px 7px 5px;
  background: #799db0;
  color: #fafafc;
  font-weight: bold;
  font-style: italic;
  border-radius: 0 13px 0 13px;
  position: relative;
  min-width: 142px;
  text-align: center;
}

.list-4__name-text {
  position: relative;
  z-index: 1;
}

.list-4__name:before {
  content: "";
  position: absolute;
  left: calc(100% - 12px);
  top: 0;
  height: 100%;
  width: 62px;
  background: url(../images/blue-right.svg) no-repeat center / 100% 100%;
}

.section-8 {
  padding: 61px 0 60px;
}

.accordion-row {
  background: #397DBE;
  cursor: pointer;
  border-radius: 8px;
}

.accordion-row:not(:last-child) {
  margin-bottom: 20px;
}

.opener {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  color: #FAFAFC;
  padding: 16px 55px 16px 25px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
}

.opener:after {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url(../images/opener-arrow.svg) no-repeat center / contain;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}

.active .opener:after {
  transform: rotate(0) translateY(-50%);
}

.accordion-content {
  padding: 16px 24px 15px;
  background: #fff;
  border: dashed #397DBE;
  border-width: 0 1px 1px;
  border-radius: 0 0 8px 8px;
}

.accordion-content p {
  margin: 0;
}

.section-7 {
  position: relative;
  padding: 36px 0 60px;
  background: url(../images/last-sec-bg.jpg) no-repeat top center / 1920px auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section-7 {
    background-image: url(../images/last-sec-bg@2x.jpg);
  }
}

.section-7 .logo-top {
  left: calc(50% - 450px);
  top: 24px;
}

.section-7__content {
  position: relative;
  width: 655px;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-7 .promo-list {
  padding-left: 4px;
  margin-bottom: 39px;
}

.section-7 .product-box {
  left: auto;
  right: calc(50% - 380px);
  bottom: 73px;
}

.molecula5 {
  left: -43px;
  bottom: -13px;
}

.section-7 .first-section__subtitle {
  margin-bottom: 21px;
}

.section-7__box {
  display: block;
  width: 504px;
  margin: 0 auto;
}

.section-7 .main-button {
  margin-left: 4px;
}

.section-7 .achievements {
  top: -27px;
  right: -72px;
}

.footer {
  padding: 60px 0 110px;
  font-size: 12px;
  line-height: 1.25;
}

.sup {
  font-size: 0.999em;
}

.footer .container {
  padding: 0 45px;
}

.footer p {
  margin-bottom: 20px;
}

.footer .copy {
  margin-bottom: 30px;
}

.terms-links {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  color: #0020e4;
}

.terms-links li {
  display: inline-block;
  margin: 0 2px;
}

.fixed-bar {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #1C1C28;

}

.fixed-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 15px;
}

.fixed-bar .main-button {
  margin-left: 14px;
}

.show-tab,
.show-mob {
  display: none;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  width: 65px;
  height: 65px;
  background: url(../images/slider-arrow.svg) no-repeat center / contain;
  border: none;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  display: none;
}

.slick-prev {
  margin-left: -48px;
}

.slick-next {
  margin-left: 14px;
  transform: scale(-1, 1);
}

@media (max-width: 1499px) {
  .first-section {
    background-size: 1500px auto;
  }

  .first-section:before {
    position: absolute;
    content: "";
    bottom: 170px;
    left: 0;
    height: 90px;
    width: 100%;
    background: linear-gradient(transparent, #fff);
  }

  .product-box {
    left: calc(50% - 550px);
  }

  .first-section .top-product {
    width: 300px;
  }

  .first-section .achievements {
    top: -35px;
    right: -45px;
    width: 85px;
  }

  .molecula1 {
    left: -68px;
    bottom: -33px;
    width: 110px;
  }

  .section-7 {
    background-position-x: calc(50% - 70px);
  }
}

@media (max-width: 1199px) {
  .container {
    width: 992px;
  }

  .header {
    font-size: 12px;
  }

  .first-section {
    background-size: 1200px auto;
    padding-bottom: 40px;
  }

  .first-section__left {
    width: 520px;
    margin-left: 50px;
  }

  .logo-top {
    left: calc(50% - 480px);
  }

  .promo-list {
    font-size: 21px;
    padding-left: 30px;
  }

  .first-section h1,
  .section-7 h1 {
    font-size: 52px;
  }

  .first-section h3 .title-inset,
  .section-7 h3 .title-inset {
    padding: 12px 10px 12px 25px;
    font-size: 19px;
  }

  .first-section h3:before,
  .section-7 h3:before {
    left: -42px;
  }

  .first-section__subtitle {
    font-size: 19px;
  }

  .promo-list li:before {
    width: 24px;
    height: 20px;
    top: 1px;
  }

  .promo-list li {
    padding-left: 30px;
  }

  .first-section .top-product {
    width: 250px;
  }

  .molecula1 {
    left: -60px;
    width: 100px;
  }

  .product-box {
    bottom: 90px;
    left: calc(50% - 450px);
  }

  .excl {
    left: calc(50% + 255px);
    font-size: 12px;
    line-height: 18px;
  }

  .excl-flag {
    width: 45px;
  }

  .first-section .achievements {
    top: 3px;
    right: -45px;
    width: 70px;
  }

  .promo-list li:not(:last-child) {
    margin-bottom: 11px;
  }

  .first-section:before {
    bottom: 235px;
  }

  .list-1__item:not(:first-child):before {
    margin-right: -7px;
  }

  h1 {
    font-size: 42px;
  }

  .yes {
    width: 800px;
  }

  .yes__text {
    font-size: 24px;
    padding-bottom: 16px;
  }

  .yes__top .text {
    font-size: 34px;
  }

  .section-3__content {
    max-width: 685px;
  }

  .section-3 h2 {
    font-size: 35px;
  }

  .list-2 {
    width: 600px;
    padding-left: 230px;
    font-size: 21px;
    line-height: 1.21;
  }

  .list-2__item {
    padding: 9px 0;
  }

  .cta {
    font-size: 22px;
  }

  .cta__top {
    font-size: 25px;
  }

  .section-3 {
    background-position: calc(50% + 10px) 80px;
    background-size: 1360px auto;
  }

  .section-3__prod {
    left: calc(50% + 184px);
  }

  .molecula2 {
    left: calc(50% + 125px);
  }

  .cta .container {
    padding: 0 15px;
  }

  .benefits__left,
  .benefits__right {
    width: 350px;
  }

  .section-4 {
    background-size: 1040px auto;
  }

  .benefits__head {
    font-size: 26px;
  }

  .benefits__right .benefits__box:first-child {
    margin-bottom: 97px;
  }

  .benefits__right .benefits__box:nth-child(2) {
    margin-bottom: 49px;
  }

  .section-5__prod {
    margin: -115px 0 0 90px;
  }

  .list-4__footer {
    padding-right: 10px;
  }

  .list-4__content {
    padding-right: 20px;
  }

  .list-4__img {
    width: 110px;
  }

  .list-4__title {
    font-size: 15px;
  }

  .stars {
    width: 100px;
  }

  .list-4__name:before {
    left: calc(100% - 14px);
  }

  .section-7__content {
    display: inline-block;
    width: auto;
    margin-left: 40px;
  }

  .section-7__box {
    width: auto;
  }

  .section-7 .promo-list {
    display: block;
  }

  .section-7 .product-box {
    right: calc(50% - 300px);
  }

  .section-7 {
    background-position-x: calc(50% - 240px);
  }

  .footer .container {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .container {
    width: 768px;
  }

  .header {
    font-size: 10px;
    padding: 4px 15px;
  }

  .excl {
    font-size: 10px;
    line-height: 14px;
    left: calc(50% + 225px);
    flex-direction: column;
    text-align: center;
  }

  .excl-flag {
    width: 35px;
    margin: 0 0 7px;
  }

  .cta {
    font-size: 16px;
  }

  .cta__top {
    font-size: 18px;
  }

  .main-button {
    font-size: 20px;
    height: 46px;
  }

  .main-button:after {
    width: 15px;
    height: 12px;
  }

  .first-section h1 {
    font-size: 40px;
  }

  .first-section h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .first-section h3 {
    margin-bottom: 22px;
  }

  .first-section .top-product {
    width: 220px;
  }

  .first-section h3 .title-inset {
    padding: 7px 10px 7px 20px;
    font-size: 15px;
  }

  .first-section h3:before {
    width: 46px;
    height: 45px;
    top: -12px;
    left: -30px;
  }

  .first-section h3:after {
    width: 35px;
    height: 27px;
    bottom: -18px;
  }

  .first-section .promo-list {
    font-size: 19px;
  }

  .first-section {
    background-size: 992px auto;
  }

  .first-section__left {
    width: 400px;
    margin-left: 110px;
  }

  .first-section:before {
    bottom: 210px;
  }

  .order-text {
    font-size: 14px;
  }

  .top-product {
    width: 245px;
  }

  .logo-top {
    width: 110px;
    left: calc(50% - 370px);
  }

  .product-box {
    left: calc(50% - 365px);
    bottom: 35px;
  }

  .promo-list li:before {
    width: 22px;
    height: 18px;
    top: 1px;
  }

  .molecula1 {
    width: 90px;
  }

  .first-section .achievements {
    top: -20px;
    right: -40px;
    width: 65px;
  }

  .logo-land {
    width: 350px;
  }

  .promo-list li {
    padding-left: 27px;
  }

  .promo-list li:not(:last-child) {
    margin-bottom: 7px;
  }

  h1 {
    font-size: 32px;
  }

  .list-1__item {
    width: 145px;
  }

  .list-1 {
    font-size: 14px;
  }

  .list-1__img {
    width: 90%;
    margin: 0 auto 8px;
  }

  .list-1__item:not(:first-child):before {
    margin-right: -13px;
    top: 66px;
  }

  .yes__text {
    font-size: 20px;
  }

  .yes:before {
    width: 632px;
    height: 59px;
    bottom: -55px;
  }

  .yes {
    width: auto;
    font-size: 16px;
    margin-bottom: 55px;
  }

  .yes__top .text {
    font-size: 28px;
  }

  .yes__top {
    padding-bottom: 22px;
  }

  .section-2 {
    padding-top: 40px;
  }

  .section-3__prod {
    left: calc(50% + 150px);
    width: 225px;
  }

  .list-2 {
    width: 455px;
    height: 115px;
    padding-left: 170px;
    font-size: 16px;
    line-height: 1;
  }

  .list-2__item {
    padding: 8px 0;
  }

  .section-3 {
    background-position: center 125px;
    background-size: 1010px auto;
    font-size: 18px;
  }

  .section-3__content {
    max-width: 490px;
  }

  .section-3 h2 {
    font-size: 27px;
  }

  .section__subtitle {
    font-size: 18px;
  }

  .benefits__head {
    font-size: 20px;
  }

  .benefits__right .benefits__box:first-child {
    margin-bottom: 91px;
  }

  .section-4__prod {
    width: 190px;
  }

  .benefits {
    font-size: 15px;
    line-height: 1.4;
    background-size: 1050px auto;
  }

  .benefits__left,
  .benefits__right {
    width: 255px;
  }

  .list-3 {
    font-size: 15px;
    line-height: 1.4;
  }

  .list-3__item,
  .list-3__item:nth-child(3n + 3) {
    width: 50%;
    padding: 0 20px 0 0;
  }

  .list-3__item:nth-child(even) {
    padding: 0 0 0 20px;
  }

  .section-5__prod {
    margin: -135px 0 0 120px;
  }

  .list-3__img {
    margin-bottom: 10px;
  }

  .list-3__title {
    margin-bottom: 4px;
  }

  .list-3__item {
    margin-bottom: 30px;
  }

  .list-4__img {
    width: 70px;
    margin-bottom: -25px;
  }

  .list-4__title {
    font-size: 12px;
    padding: 10px 0 0 7px;
  }

  .list-4__item {
    font-size: 14px;
  }

  .list-4__content {
    padding: 25px 15px 20px;
  }

  .stars {
    width: 60px;
  }

  .list-4__name:before {
    left: calc(100% - 20px);
  }

  .list-4__name {
    padding: 3px 4px 4px;
    min-width: 115px;
  }

  .section-7 .logo-top {
    left: calc(50% - 370px);
  }

  .section-7 h1 {
    font-size: 44px;
  }

  .section-7 h3 .title-inset {
    font-size: 16px;
  }

  .section-7 h2 {
    margin-bottom: 13px;
  }

  .first-section__subtitle {
    font-size: 17px;
  }

  .footer .container {
    padding: 0 25px;
  }

  .section-7 {
    background-position-x: calc(50% - 50px);
    background-size: 1200px auto;
  }

  .section-7__content {
    margin-left: 20px;
  }

  .section-7 h3:before {
    width: 54px;
    height: 53px;
    left: -33px;
  }

  .section-7 h3 .title-inset {
    padding: 10px 15px 10px 30px;
  }

  .molecula5 {
    width: 110px;
  }

  .molecula2 {
    left: calc(50% + 105px);
    width: 90px;
  }

  .first-section h1 {
    font-size: 40px;
  }

  .section-7 h2 {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .show-tab {
    display: block;
  }

  .hide-tab {
    display: none;
  }

  .container {
    width: 100%;
  }

  .cta__content {
    display: none;
  }

  .fixed-bar {
    padding: 8px 0;
  }

  .fixed-bar .main-button {
    margin: 0;
    font-size: 24px;
    height: 64px;
    width: 100%;
    max-width: 345px;
  }

  .first-section {
    padding: 21px 0 0;
    background: url(../images/first-section-bg-mob.jpg) no-repeat calc(50% - 33px) -20px / 720px auto;
  }

  .first-section:before {
    display: none;
  }

  .first-section__left {
    margin-left: 0;
    align-self: flex-end;
  }

  .logo-top {
    left: 15px;
    top: 15px;
  }

  .logo-land {
    margin-bottom: 8px;
  }

  .excl {
    position: relative;
    left: auto;
    top: auto;
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    background: #F8F8F8;
    padding: 9px 0;
    width: calc(100% + 30px);
  }

  .excl:before {
    top: 0;
    bottom: 0;
    left: -999px;
    right: -999px;
    background: #F8F8F8;
    content: '';
    position: absolute;
    z-index: -1;
  }

  .excl-flag {
    width: 54px;
    margin: 0 8px 0 0;
  }

  .list-1 {
    flex-wrap: wrap;
    font-size: 18px;
    margin-bottom: 7px;
  }

  .list-1__item:not(:first-child):before {
    display: none;
  }

  .list-1__img {
    width: 118px;
    margin-bottom: 7px;
  }

  .list-1__item {
    width: calc(50% - 15px);
    margin-bottom: 22px;
  }

  .yes__text br {
    display: none;
  }

  .section-3 {
    font-size: 17px;
  }

  .section-4 {
    background: none;
    text-align: center;
    padding: 30px 0;
  }

  .benefits {
    flex-direction: column;
  }

  .section-4__prod {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
  }

  .benefits__left, .benefits__right {
    width: auto;
  }

  .section-4__prod {
    width: 152px;
  }

  .section-5 {
    padding: 30px 0;
  }

  .section-5__prod {
    margin: -55px auto 0;
  }

  .molecula3 {
    bottom: 1px;
    left: calc(50% + 18px);
    transform: rotate(180deg);
  }

  .benefits {
    font-size: 16px;
    line-height: 1.5;
  }

  .benefits__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .benefits__head,
  .benefits__right .benefits__head {
    flex-direction: column;
    margin-bottom: 7px;
  }

  .benefits__ico,
  .benefits__right .benefits__ico {
    margin: 0 0 8px;
  }

  .benefits__box,
  .benefits__box:not(:last-child),
  .benefits__right .benefits__box:first-child,
  .benefits__right .benefits__box:nth-child(2) {
    margin-bottom: 25px;
  }

  .benefits__right {
    text-align: center;
  }

  .benefits__right .benefits__box:last-child {
    margin: 0;
  }

  .section-6 {
    padding: 10px 0 30px;
  }

  .list-4 {
    padding: 0 10px 88px;
  }

  .list-4__img {
    width: 128px;
    margin-bottom: -38px;
  }

  .list-4__title {
    font-size: 16px;
    padding: 25px 0 0 12px;
  }

  .list-4__item {
    font-size: 16px;
  }

  .stars {
    width: 89px;
    height: 16px;
    margin-top: 11px;
  }

  .list-4__content {
    padding: 48px 13px 52px;
  }

  .list-4__footer {
    padding-right: 15px;
  }

  .list-4__name {
    padding: 6px 4px 7px;
    min-width: 141px;
  }

  .list-4__name:before {
    left: calc(100% - 12px);
  }

  .slick-arrow {
    display: block;
  }

  .section-7 .logo-top {
    left: 15px;
  }

  .section-7 {
    padding: 0 0 5px;
    background: url(../images/last-sec-bg-mob.jpg) no-repeat center top / 100% auto;
  }

  .section-7__content {
    padding-top: 100px;
  }

  .top-product {
    width: 165px;
    max-width: none;
  }

  .section-7 .product-box {
    right: calc(50% - 257px);
    bottom: 33px;
  }

  .molecula5 {
    width: 62px;
  }

  .section-7 .promo-list {
    padding-left: 0;
  }
}

@media (max-width: 767px) and (min-width: 531px) {
  .first-section__left {
    width: 340px;
  }

  .promo-list,
  .first-section .promo-list {
    padding-left: 30px;
    font-size: 17px;
  }

  .first-section .top-product {
    width: 170px;
  }

  .product-box {
    left: calc(50% - 245px);
    bottom: 105px;
  }

  .molecula1 {
    width: 70px;
    bottom: -23px;
    left: -46px;
  }

  .yes:before {
    width: 430px;
    height: 38px;
    bottom: -37px;
  }

  .list-1 {
    justify-content: space-around;
  }

  .list-1__item {
    width: 38%;
  }

  .section-3__content {
    width: 62%;
  }

  .section-3 {
    background-position: calc(50% - 35px) 105px;
    background-size: 840px auto;
  }

  .section-3 h2 {
    font-size: 23px;
  }

  .section-3__prod {
    left: calc(50% + 80px);
    width: 175px;
    bottom: 60px;
  }

  .molecula2 {
    left: calc(50% + 155px);
    width: 50px;
    bottom: 48px;
  }

  .list-2 {
    width: 341px;
    height: 87px;
    padding-left: 125px;
    font-size: 12px;
  }

  .list-2__item {
    padding: 6px 0;
  }

  .section-5__prod {
    width: 155px;
    margin-top: -19%;
  }

  .section-7 h3 .title-inset {
    padding: 7px 10px 7px 20px;
    font-size: 15px;
  }

  .section-7 h3:after {
    width: 35px;
    height: 27px;
    bottom: -18px;
  }

  .section-7 h3:before {
    width: 46px;
    height: 45px;
    top: -12px;
    left: -30px;
  }


}

@media (max-width: 530px) {
  .show-mob {
    display: block;
  }

  .hide-mob {
    display: none;
  }

  .header {
    line-height: 1.2;
  }

  .logo-top {
    width: 83px;
    left: 15px;
    top: 15px;
  }

  .first-section {
    background-size: 518px auto;
    background-position: calc(50% - 13px) top;
  }

  .first-section__left {
    width: auto;
  }

  .first-section h1,
  .section-7 h1 {
    font-size: 28px;
    line-height: 1.07;
    margin-bottom: 7px;
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
  }

  .first-section h2,
  .section-7 h2 {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .first-section h3 .title-inset,
  .section-7 h3 .title-inset {
    font-weight: 600;
    font-size: 10px;
    padding: 0 16px 0 24px;
    line-height: 1.9;
    border-radius: 4px;
  }

  .first-section h3:before,
  .section-7 h3:before {
    width: 30px;
    height: 30px;
    top: -10px;
    left: -9px;
  }

  .first-section h3:after,
  .section-7 h3:after {
    width: 21px;
    height: 16px;
    bottom: -11px;
  }

  .first-section .first-section__subtitle,
  .section-7 .first-section__subtitle {
    font-size: 12px;
    line-height: 1.3;
  }

  .first-section h3 {
    margin-bottom: 11px;
  }

  .first-section h3, .section-7 h3 {
    border-radius: 6px;
  }

  .first-section .promo-list,
  .section-7 .promo-list {
    font-size: 14px;
    line-height: 1.1;
    padding-left: 55px;
    margin-bottom: 38px;
  }

  .promo-list .mark-1 {
    display: block;
  }

  .first-section__subtitle {
    margin-bottom: 7px;
  }

  .promo-list li {
    padding-left: 23px;
  }

  .promo-list li:before {
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 16px;
  }

  .promo-list li:not(:last-child) {
    margin-bottom: 9px;
  }

  .first-section__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-box {
    left: calc(50% - 173px);
    bottom: 114px;
  }

  .first-section .top-product {
    width: 152px;
  }

  .molecula1 {
    width: 62px;
    left: 61px;
    bottom: -12px;
  }

  h1 {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 21px;
  }

  .section-2 {
    padding-top: 31px;
  }

  .section-2 h1 {
    padding: 0 5px;
  }

  .list-1 {
    font-size: 16px;
  }

  .list-1__item {
    width: calc(50% - 7px);
    margin-bottom: 22px;
  }

  .yes {
    margin-bottom: 43px;
  }

  .yes__text {
    border-radius: 8px;
    font-size: 16px;
    padding-bottom: 14px;
  }

  .yes__top {
    padding: 3px 15px 23px;
  }

  .yes__top .text {
    font-size: 24px;
    margin: 0;
  }

  .yes:before {
    width: 345px;
    height: 38px;
    background-size: 100% auto;
    bottom: auto;
    top: 100%;
    margin-top: -7px;
  }

  .section-3 {
    background: none;
  }

  .section-3 h1 {
    margin-bottom: 13px;
  }

  .section-3__photo-holder {
    margin: 0 -15px;
    height: 247px;
    background: url(../images/sec-3-bg-mob.jpg) no-repeat center top / cover;
    position: relative;
    margin-bottom: 16px;
  }

  .section-3__prod {
    right: auto;
    left: calc(50% - 173px);
    width: 158px;
    bottom: 26px;
  }

  .molecula2 {
    right: auto;
    left: calc(50% - 106px);
    bottom: 6px;
    width: 45px;
  }

  .section-3 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  .section-3__content {
    max-width: none;
  }

  .section-3 h2 {
    text-align: left;
    font-size: 24px;
    margin: 0 0 15px;
  }

  .section-3 p:last-of-type {
    margin-bottom: 17px;
  }

  .list-2 {
    width: 345px;
    height: 85px;
    background-image: url(../images/list-bg-mob.svg);
    font-size: 14px;
    text-align: left;
    padding-left: 106px;
    margin: 0 auto;
  }

  .list-2__item {
    padding: 6px 0 7px;
  }

  .section-4 {
    padding: 11px 0 15px;
  }

  .section-4 h1 {
    margin-bottom: 7px;
  }

  .section__subtitle {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 7px;
  }

  .section-5 {
    padding: 15px 0 15px;
    text-align: center;
  }

  .section-5 h1 {
    margin-bottom: 7px;
  }

  .section-5 .section__subtitle {
    margin-bottom: 22px;
  }

  .list-3 {
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
  }

  .list-3__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 23px;
  }

  .list-3__item:last-child {
    margin: 0;
  }

  .list-3__item:last-child .list-3__img {
    margin: 0;
  }

  .list-3__item, .list-3__item:nth-child(3n + 3),
  .list-3__item:nth-child(even) {
    width: auto;
    padding: 0;
  }

  .list-3__img {
    width: 236px;
  }

  .list-3__img {
    margin-bottom: 16px;
  }

  .list-3__title {
    margin-bottom: 8px;
  }

  .section-6 {
    padding: 15px 0 15px;
  }

  .section-6 h1 {
    margin-bottom: 23px;
  }

  .section-6 .section__subtitle {
    margin-bottom: 23px;
  }

  .section-8 {
    padding: 15px 0 30px;
  }

  .section-8 h1 {
    margin-bottom: 8px;
  }

  .section-8 .section__subtitle {
    margin-bottom: 39px;
  }

  .opener {
    font-size: 16px;
    line-height: 22px;
    padding-right: 50px;
  }

  .accordion-content {
    padding: 16px 20px 15px 23px;
  }

  .section-7 .logo-top {
    top: 14px;
  }

  .section-7 .promo-list {
    padding-left: 0;
  }

  .section-7__content {
    padding-top: 79px;
    margin-left: 0;
  }

  .section-7 h3 {
    margin-bottom: 11px;
  }

  .section-7 .first-section__subtitle {
    margin-bottom: 8px;
  }

  .footer {
    padding: 15px 0 100px;
  }

  .footer .container {
    padding: 0 15px;
  }

  .footer p {
    margin-bottom: 16px;
  }

  .terms-links {
    margin-bottom: 16px;
  }

  .section-7 {
    background-size: 530px auto;
  }

  .section-7 .top-product {
    width: 152px;
    max-width: none;
  }

  .section-7 .product-box {
    right: calc(50% - 172px);
    bottom: 30px;
  }

  .molecula5 {
    width: 62px;
    left: 90px;
  }

  .footer .copy {
    margin: 0;
  }
}

@media (max-width: 374px) {
  body {
    font-size: 14px;
  }

  .header {
    font-size: 8px;
  }

  .logo-top {
    width: 70px;
    left: 10px;
  }

  .first-section {
    padding-top: 15px;
  }

  .first-section__left {
    width: 75%;
    margin-left: 25%;
  }

  .first-section h1, .section-7 h1 {
    font-size: 24px;
  }

  .first-section h2, .section-7 h2 {
    font-size: 14px;
  }

  .first-section h3 .title-inset, .section-7 h3 .title-inset {
    font-weight: 500;
    font-size: 9px;
    padding: 0 7px 0 18px;
  }

  .first-section h3:before, .section-7 h3:before {
    width: 25px;
    height: 25px;
    top: -8px;
  }

  .first-section .first-section__subtitle, .section-7 .first-section__subtitle {
    font-size: 11px;
  }

  .first-section h3:after, .section-7 h3:after {
    width: 18px;
    height: 14px;
    bottom: -8px;
  }

  .first-section .top-product {
    width: 130px;
  }

  .product-box {
    left: calc(50% - 152px);
    bottom: 85px;
  }

  .first-section .promo-list, .section-7 .promo-list {
    font-size: 12px;
  }

  .promo-list li {
    padding-left: 20px;
  }

  .promo-list li:before {
    width: 16px;
    height: 13px;
  }

  .excl-flag {
    width: 38px;
  }

  .excl {
    font-size: 11px;
    line-height: 1.3;
    padding: 5px 15px;
  }

  h1 {
    font-size: 20px;
    line-height: 1.25;
  }

  .list-1__img {
    width: 100px;
  }

  .list-1 {
    font-size: 13px;
  }

  .yes {
    font-size: 14px;
  }

  .yes__top .text {
    font-size: 18px;
  }

  .yes__text {
    font-size: 14px;
  }

  .yes:before {
    width: 265px;
    height: 27px;
    margin-top: -2px;
  }

  .section-3__prod {
    left: calc(50% - 150px);
  }

  .section-3 {
    font-size: 14px;
  }

  .section-3 h2 {
    font-size: 18px;
  }

  .list-2 {
    width: 290px;
    height: 72px;
    padding-left: 86px;
    font-size: 12px;
  }

  .list-2__item {
    padding: 5px 0;
  }

  .section__subtitle {
    font-size: 14px;
  }

  .benefits {
    font-size: 14px;
  }

  .benefits__head {
    font-size: 18px;
    line-height: 1.3;
  }

  .list-3 {
    font-size: 14px;
  }

  .list-3__img {
    width: 145px;
    margin-bottom: 10px;
  }

  .list-4__img {
    width: 90px;
    margin-bottom: -25px;
  }

  .list-4__title {
    font-size: 14px;
    padding-top: 15px;
  }

  .list-4__item {
    font-size: 14px;
  }

  .list-4__content {
    padding: 30px 13px 20px;
  }

  .list-4__name {
    padding: 4px 4px 5px;
    min-width: 130px;
  }

  .list-4__name:before {
    left: calc(100% - 17px);
  }

  .stars {
    width: 75px;
    height: 14px;
    margin-top: 7px;
  }

  .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .list-4 {
    padding-bottom: 70px;
  }

  .opener {
    font-size: 12px;
    line-height: 16px;
    color: #FAFAFC;
    padding: 10px 35px 10px 15px;
  }

  .opener:after {
    right: 10px;
  }

  .accordion {
    font-size: 12px;
  }

  .accordion-content {
    padding: 12px 15px;
  }

  .accordion-row:not(:last-child) {
    margin-bottom: 10px;
  }

  .section-7__content {
    width: 75%;
    padding-top: 60px;
  }

  .section-7 .top-product {
    width: 125px;
  }

  .section-7 .product-box {
    left: calc(50% + 25px);
    bottom: 35px;
  }

  .molecula5 {
    width: 50px;
    left: 63px;
    bottom: -15px;
  }

  .footer {
    font-size: 10px;
    padding-bottom: 70px;
  }

  .fixed-bar .main-button {
    font-size: 20px;
    height: 44px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .fixed-bar .main-button {
    font-size: 20px;
    height: 44px;
  }
}