/*css reset*/
html {
  box-sizing: border-box;
}

*,
*: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;
  -webkit-font-smoothing: antialiased;
}

* {
  max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 15px;
  color: #1f3682;
}

p {
  margin: 0 0 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*main styles*/
.popup,
.popup h1,
.popup h2,
.popup h4,
.button {
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.popup h1 {
  text-align: left;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 600px;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.df {
  display: flex;
}

.ttu {
  text-transform: uppercase;
}

.tc {
  text-align: center;
}

.popup-loading-wrapper .popup .product-image,
.popup-pre-loading-wrapper .popup .product-image {
  background: url(../images/loader.png) no-repeat center / contain;
  width: 154px;
  height: 200px;
}

.warning {
  background: #f8f9fc;
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  color: #676873;
  padding: 4px 0;
  position: relative;
  z-index: 12;
}

#header {
  background: #fff;
  padding: 3px 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 11;
}

#header.fixed {
  position: fixed;
  top: 0;
}

#header .container {
  justify-content: space-between;
  align-items: center;
}

.logo-link {
  display: block;
}

.logo-main {
  display: block;
}

.opener {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/open-nav.svg) no-repeat center / contain;
}

.opened .opener {
  background-image: url(../images/close-nav.svg);
}

.header-menu {
  background: radial-gradient(65.24% 65.24% at 9.87% 8.67%, #d5ecfd 13.69%, #edf1f4 94.8%);
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2000;
}

.dropdown-list {
  margin: 0;
  padding: 16px 0 15px;
  list-style-type: none;
}

.dropdown-list a {
  padding: 5px 20px;
  color: #1c1c28;
  text-decoration: none;
  display: block;
}

.dropdown-list a:hover {
  background: #d5ecfd;
}

.overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.2s ease;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

.cmp-show {
  display: none;
}

.cmp-clear .magazines {
  opacity: 0;
}

.mark-1 {
  color: #bf2b2b;
}

h1 {
  
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 4px;
}

.section-1 {
  padding: 50px 0 0;
  background: url(../images/var/main-background.png) no-repeat calc(50% + 114px) 48px / 378px auto;
}

.promo h1 {
  font-size: 28px;
  line-height: 1.08;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 14px;
}

.mark-2 {
  color: #3a9df7;
  margin: 0 0 5px;
}

.promo {
  position: relative;
}

.promo-text {
  font-size: 12px;
  line-height: 1.2;
  color: #ac8c48;
  margin-bottom: 12px;
}

  .promo-list {
    margin: 0 0 12px;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 1.25;
  }

  .promo-list li {
    display: flex;
    align-items: center;
  }

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

  .list-icon {
    margin: -1px 12px 0 0;
    flex-shrink: 0; /* Предотвращаем сжатие иконки */
  }

  @media (max-width: 600px) {
    .promo-list li {
      max-width: 200px; /* Ограничиваем ширину текста */
      word-wrap: break-word; /* Переносим длинные слова */
      word-break: break-word; /* Обеспечиваем перенос слов на маленьких устройствах */
      overflow-wrap: break-word; /* Совместимость с разными браузерами */
    }
  }

.labels {
  display: block;
  margin-bottom: 15px;
}

.magazines {
  margin: 0 auto 11px;
  display: block;
  width: 100%;
}

.excl {
  background: #fafdff;
  border-top: 2px solid #d5ecfd;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: 0 -999px;
  padding: 4px 0 5px;
}

.excl-flag {
  margin: -1px 5px 0;
  vertical-align: middle;
}

.promo-bottle {
  position: absolute;
  bottom: 75px;
  left: calc(50% + 32px);
}

.section-2 {
  padding: 10px 0 30px;
  background: #f5f7fa;
}

.subheading {
  font-weight: bold;
  color: #676873;
  margin: 0 0 15px;
  text-align: center;
  line-height: 1.38;
}

.solution-img {
  display: block;
  margin: 0 auto 15px;
  border-radius: 16px;
}

.solution-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 8px 12px;
}

.solution-item:not(:last-child) {
  margin-bottom: 16px;
}

.solution-icon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.solution p {
  margin: 0;
}

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

.symptoms {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.simptoms-item {
  min-width: 165px;
  width: calc(100% / 2 - 8px);
  padding: 15px;
  background: #e6f2fb;
  border-radius: 16px;
  margin-bottom: 15px;
}

.simptoms-item:nth-child(2) {
  background-color: #eeefc1;
}

.simptoms-item:nth-child(3) {
  background-color: #cfeacb;
}

.simptoms-item:nth-child(4) {
  background-color: #f5f7fa;
}

.simptoms-item:nth-child(5) {
  background-color: #e6f2fb;
}

.simptoms-item:nth-child(6) {
  background-color: #eeefc0;
}

.symptoms-img {
  display: block;
  margin-bottom: 14px;
  width: 100%;
}

.symptoms-num {
  font-size: 20px;
  display: block;
  margin-bottom: 3px;
}

.symptoms-text {
  color: #676873;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.section-4 {
  padding: 30px 0;
  background: #f5f7fa;
}

.benefits-img {
  display: block;
  margin: 0 auto 15px;
}

.benefits-item {
  display: flex;
  align-items: center;
  border-radius: 24px;
  padding: 15px 15px 15px;
}

.benefits-icon {
  border-radius: 16px;
  box-shadow: 0 0 0 0 rgba(98, 112, 122, 0.13), 0 1px 2px 0 rgba(98, 112, 122, 0.12),
    0 4px 4px 0 rgba(98, 112, 122, 0.11), 0 9px 5px 0 rgba(98, 112, 122, 0.06), 0 16px 6px 0 rgba(98, 112, 122, 0.02);
}

.benefits-item:nth-child(odd) {
  background: #fff;
}

.benefits-item:nth-child(odd) .benefits-icon {
  margin-right: 12px;
}

.benefits-item:nth-child(even) {
  flex-direction: row-reverse;
}

.benefits-item:nth-child(even) .benefits-icon {
  margin-left: 12px;
}

.benefits p {
  margin: 0;
}

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

.recommended-head {
  background: url(../images/bg-2.svg) no-repeat calc(50% - 63px) center / 540px auto;
  border-radius: 16px;
  display: flex;
  align-items: center;
  width: 345px;
  height: 277px;
  justify-content: center;
  padding-right: 26px;
  margin: 0 auto 15px;
}

.recommended-product {
  margin-right: 39px;
}

.recommended-block {
  background: #e6f2fb;
  border-radius: 16px;
  padding: 15px 15px 15px;
  margin-bottom: 15px;
}

.recommended-block + .recommended-block {
  background: #cfeacb;
}

.recommended-top {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #d5ecfd;
  padding-bottom: 15px;
  margin-bottom: 12px;
}

.recommended-block + .recommended-block .recommended-top {
  border-color: rgba(27, 41, 60, 0.16);
}

.recommended-photo {
  margin-right: 15px;
}

.recommended-info {
  position: relative;
  flex-grow: 1;
}

.recommended-name {
  display: block;
  line-height: 1.35;
}

.recommended-status {
  display: block;
  color: #676873;
  font-size: 12px;
  margin-bottom: 27px;
}

.recommended-item {
  display: flex;
  align-items: flex-start;
}

.recommended-item:not(:last-child) {
  margin-bottom: 15px;
}

.recommended-icon {
  margin-right: 12px;
}

.recommended-item p {
  margin: 0;
}

.recommended-stamp {
  position: absolute;
  bottom: -21px;
  right: -2px;
}

.section-6 {
  background: #f5f7fa;
  padding: 30px 0 30px;
}

.how-item {
  background: #fff;
  border-radius: 24px;
  padding: 15px 21px 15px 15px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.how-item:not(:last-child) {
  margin-bottom: 35px;
}

.how-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  background: url(../images/items-arrow-down.svg) no-repeat center / contain;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 15px);
}

.how-img {
  margin-right: 12px;
}

.how-number {
  font-size: 24px;
  display: block;
  margin-bottom: 2px;
  line-height: 1.4;
}

.how-item p {
  margin: 0;
  color: #676873;
}

.section-7 {
  padding: 31px 0 30px;
}

.compare {
  text-align: center;
  line-height: 22px;
}

.compare td {
  height: 70px;
  padding: 8px 5px 7px;
}

.compare tr:nth-child(even) td {
  background: #f9f9f9;
}

.compare td:nth-child(2) {
  background: #d5ecfd;
}

.compare tr:nth-child(even) td:nth-child(2) {
  background: #c5dced;
}

.compare td:first-child {
  width: 48%;
}

.compare td:nth-child(2),
.compare td:nth-child(3) {
  width: 26%;
}

.table-img {
  display: block;
  margin: 0 auto 16px;
}

.table-img.other {
  min-height: 98px;
  margin: -7px auto -3px;
}

.compare tr:first-child {
  font-weight: bold;
}

.compare td:nth-child(2) {
  font-weight: bold;
}

.compare td:first-child {
  text-align: left;
  padding: 3px 8px 1px;
  font-size: 14px;
}

.compare tr:first-child td:nth-child(2) {
  border-radius: 8px 8px 0 0;
}

.compare tr:nth-child(2) td:first-child {
  border-radius: 8px 0 0 0;
}

.compare tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.bottom-img {
  vertical-align: top;
}

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

.testimonials-item {
  background: #eeefc0;
  padding: 20px;
  border-radius: 16px;
  height: auto;
}

.testimonials-item:nth-child(2) {
  background: #cfeacb;
}

.testimonials-item:nth-child(3) {
  background: #f5f7fa;
}

.testimonials-item:nth-child(4) {
  background: #e6f2fb;
}

.testimonials-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.testimonials-icon {
  margin-right: 14px;
}

.testimonials-info {
  padding-top: 3px;
}

.stars {
  display: block;
  margin-bottom: 5px;
}

.testimonials-name {
  font-size: 12px;
  color: #676873;
  display: block;
}

.testimonials p {
  margin: 0;
}
.slick-dots button {
  background: #efefef !important;
}
.slick-active button {
  background: #3a9df7 !important;
}
.slick-track {
  display: flex;
}
.slick-dots {
  padding: 0;
  margin: 7px 0 0;
  list-style-type: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  display: block;
}
.section-4_2 {
  padding: 30px 0;
  margin-bottom: 21px;
}
.lines {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}
.unlock-box {
  margin: -3px -15px 0;
  background: url(../images/bg-33.jpg) no-repeat top center / 100% auto;
  height: 375px;
  text-align: center;
  position: relative;
}

.unlock-images {
  position: absolute;
  bottom: 12px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus__img {
  margin: 0 8px;
}

.unlock-text {
  margin-top: 9px;
}

.unlock-text p {
  margin-bottom: 20px;
}

.section-4_2 h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.unlock-list {
  background: url(../images/3x-image.svg) no-repeat 0 0 / contain;
  color: #fafafc;
  font-size: 14px;
  font-weight: 400;
  height: 85px;
  margin: 0;
  padding: 2px 0 0 102px;
  text-shadow: 1px 1px 0 #635e59;
  width: 345px;
  max-width: 100%;
}

.unlock-list span {
  margin-bottom: 8px;
  display: block;
}

.slick-active button {
  background: #3a9df7;
}

.section-9 {
  padding: 30px 0 30px;
  background: #f5f7fa;
}

.faq-item {
  display: flex;
  align-items: flex-start;
}

.faq-item:not(:last-child) {
  margin-bottom: 19px;
}

.faq-icon {
  margin-right: 12px;
}

.faq-title {
  color: #3a9df7;
  display: block;
  margin-bottom: 8px;
  line-height: 1.4;
}

.faq p {
  margin: 0;
}

.section-10 {
  padding: 34px 0 26px;
  background: url(../images/bg-3.jpg) no-repeat calc(50% + 112px) center / 392px auto;
}

.promo-text_last {
  color: #676873;
}

.promo-bottle_last {
  position: absolute;
  bottom: 9px;
  left: calc(50% + 50px);
}

#footer {
  text-align: center;
  padding: 31px 0 90px;
  font-size: 12px;
  line-height: 1.25;
}

.website-secure {
  display: block;
  margin: 0 auto 16px;
}

.delivery-logo {
  display: block;
  margin: 0 auto 16px;
}

#footer p {
  margin-bottom: 15px;
}

.footer-nav {
  text-align: center;
  margin: 0 0 16px;
  padding: 0;
  list-style-type: none;
  color: #0020e4;
}

.footer-nav li {
  display: inline-block;
  vertical-align: middle;
}

.footer-nav li:not(:first-child) {
  margin-left: 2px;
}

.footer-nav li:not(:first-child):before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 1px;
  background-color: #0020e4;
  height: 14px;
  margin-top: -2px;
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 7px 15px;
  border: solid #ddd;
  border-width: 1px 0;
  text-align: center;
  z-index: 9;
}

.rush-btn {
  width: 345px;
  max-width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  background: #3dc051;
  padding: 0 5px;
  border-radius: 4px;
  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);
}

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

.scroll-to {
  position: relative;
  top: -5px;
}
.gdpr__box {
  bottom: 76px !important;
}

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

  .unlock-box {
    height: 325px;
  }

  .unlock-list {
    font-size: 11px;
    height: 70px;
    padding: 3px 0 0 84px;
    width: 280px;
  }

  .unlock-list span {
    margin-bottom: 9px;
  }
  .list-icon {
    width: 25px;
    margin-right: 7px;
  }

  .section-1 {
    background-size: 340px auto;
    background-position: calc(50% + 117px) 77px;
  }

  .promo-bottle {
    bottom: 30px;
  }

  .excl {
    font-size: 13px;
  }

  .excl-flag {
    width: 22px;
    margin-top: -3px;
  }

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

  .subheading {
    font-size: 15px;
    line-height: 1.25;
  }

  .simptoms-item {
    min-width: 0;
    padding: 10px;
  }

  .symptoms-text {
    font-size: 13px;
    line-height: 17px;
  }

  .symptoms-img {
    margin-bottom: 10px;
  }

  .symptoms-num {
    margin: 0;
  }

  .benefits-item {
    padding: 12px;
  }

  .benefits-icon {
    width: 73px;
  }

  .recommended-head {
    background-position-x: calc(50% - 45px);
    background-size: 495px auto;
    padding-right: 5px;
  }

  .recommended-product {
    margin-right: 24px;
  }

  .recommended-photo {
    width: 135px;
  }

  .recommended-status {
    font-size: 11px;
  }

  .recommended-stamp {
    bottom: -10px;
    right: -10px;
    width: 55px;
  }

  .how-item {
    padding: 15px;
  }

  .how-img {
    width: 85px;
  }

  .how-number {
    line-height: 1.1;
  }

  .compare {
    font-size: 13px;
    line-height: 16px;
  }

  .table-img {
    width: 52px;
  }

  .table-img.other {
    min-height: 66px;
    width: 40px;
    margin: -7px auto 6px;
  }

  .compare td:first-child {
    padding: 5px 8px;
    font-size: 13px;
  }

  .promo_last h1 {
    font-size: 24px;
  }
  .section-10 {
    background-position-x: calc(50% + 95px);
  }
  .promo-bottle_last {
    bottom: 0;
    left: calc(50% + 34px);
  }

  .rush-btn {
    font-size: 20px;
  }

  .rush-btn:after {
    margin-top: -2px;
  }
}
@media (min-width: 500px) {
  .unlock-box {
    height: 410px;
    background-size: auto 100%;
  }

  .unlock-list {
    font-size: 16px;
    height: 105px;
    padding: 4px 0 0 130px;
    width: 420px;
  }

  .unlock-list span {
    margin-bottom: 11px;
  }

  .unlock-images {
    left: 100px;
  }
}
@media (min-width: 450px) {
  .promo h1 {
    font-size: 31px;
  }
  .section-1 {
    background-position: calc(50% + 140px) 28px;
    background-size: 475px auto;
  }
  .promo-text {
    font-size: 15px;
  }
  .promo-list {
    font-size: 15px;
  }
  .promo-bottle_first {
    left: calc(50% + 30px);
    width: 170px;
    bottom: 85px;
  }
  .labels {
    width: 190px;
  }
  .section-10 {
    background-size: 470px auto;
    background-position-x: calc(50% + 110px);
  }
  .promo-bottle_last {
    bottom: 0;
    left: calc(50% + 30px);
    width: 150px;
  }
}

@media (min-width: 550px) {
  .promo_first h1 br,
  .promo-list br {
    display: none;
  }
  .warning {
    font-size: 12px;
  }
  .promo h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  .promo-text {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .promo-list {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .labels {
    width: 220px;
    margin-bottom: 20px;
  }
  .section-1 {
    padding-top: 50px;
    background-position: calc(50% + 180px) 10px;
    background-size: 445px auto;
  }
  .promo-bottle_first {
    left: calc(50% + 70px);
    width: 180px;
    bottom: 110px;
  }
  .excl {
    font-size: 17px;
  }
  .simptoms-item {
    width: calc(100% / 3 - 8px);
  }
  .symptoms-text {
    font-size: 15px;
  }
  .compare td:first-child {
    font-size: 16px;
    padding: 5px 8px;
  }
  .compare td {
    height: 54px;
  }
  .section-10 {
    background-size: 460px auto;
    background-position: calc(50% + 180px) -70px;
  }
  .promo-bottle_last {
    left: calc(50% + 83px);
    width: 180px;
    bottom: 5px;
  }
}
