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;
}

* {
  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;
}

input,
textarea,
select {
  font: 16px/34px Inter, Arial, Helvetica, sans-serif;
  height: 36px;
  color: #1c1c28;
  vertical-align: middle;
  width: 100%;
}

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

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  margin: 0;
  padding: 0 7px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

input:focus {
  outline: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

p {
  margin: 0 0 1.2em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.tc {
  text-align: center;
}

.df {
  display: flex;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}

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

.warning {
  text-align: center;
  background: #fafafc;
  font-size: 10px;
  line-height: 1.2;
  padding: 5px 10px 3px;
}

.warning .mark {
  color: #ff0000;
}

.header-bar {
  background: #1c1c28;
  padding: 14px 0;
  color: #fafafc;
  text-align: center;
}

.header-logo {
  display: block;
  margin: 0 auto;
}
.section-1 {
  padding: 9px 0 2px;
  position: relative;
}

.bg-1 {
  position: absolute;
  left: calc(53% - 210px);
  top: 0;
  z-index: -1;
}
.logos {
  margin: 0 auto;
}

h1 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 23px;
}

h1 .mark {
  color: #0f81ba;
}
.section-1 .promo-holder {
  text-align: right;
  position: relative;
}
.promo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  vertical-align: top;
}
.section-1 .promo {
  margin-bottom: 14px;
  text-align: left;
  padding-right: 0px;
}
.promo h1 {
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 7px;
}

.promo h1 .mark {
  color: #13a0e6;
  font-size: 24px;
  margin-top: 5px;
}

h2 {
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 12px;
}

.promo-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1.21;
  font-weight: bold;
}

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

.promo-list li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background: #13a0e6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -2px;
}

.bottle-box {
  position: absolute;
  bottom: 22px;
  left: calc(50% - 92px);
}

.bottle-1 {
  display: block;
  position: absolute;
  left: calc(25% - 79px);
  bottom: 48px;
}

.labels-box {
  display: block;
}
.excl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #d9f2ff;
  padding: 7px 10px;
}
.flag {
  margin-right: 8px;
}
.section-2 {
  padding: 33px 0 17px;
}

.list-2 {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.list-2_item {
  width: calc(100% / 2 - 7.5px);
  background: #eeeeee;
  margin-bottom: 15px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  min-height: 220px;
}
.list-2_text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-2_img {
  display: block;
  margin-bottom: 8px;
  width: 100%;
}

.section-3 {
  padding: 32px 0 20px;
  background: #0f81ba;
  color: #fafafc;
}
.section-3_container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bottle-box_2 {
  position: relative;
  text-align: center;
  padding-left: 16px;
  margin-bottom: 18px;
}

.bottle-box_2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #cfecfa;
  filter: blur(70px);
}

.bottle-2 {
  position: relative;
}

.section-3 h1 {
  color: #fafafc;
  margin-bottom: 40px;
}

.section-3 p {
  margin-bottom: 12px;
}

.made-in {
  position: absolute;
  top: -16px;
  left: calc(50% - 155px);
}

.section-4 {
  padding: 32px 0;
  background: #f5fcff;
  position: relative;
}
.section-4 h1 {
  margin-bottom: 16px;
}
.section-4 .container {
  position: relative;
  z-index: 1;
}
.visual {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 45px 134px 0 0;
  justify-content: center;
  margin-bottom: 39px;
}
.bg-2 {
  position: absolute;
  top: 5px;
  left: calc(50% - 16px);
  z-index: -1;
}

.subheading {
  max-width: 840px;
  margin: 0 auto 31px;
}

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

.list-3_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-3_item:not(:last-child) {
  margin-bottom: 15px;
}

.list-3_img {
  flex-shrink: 0;
  margin-right: 16px;
}

.list-3_content {
  flex-grow: 1;
}

.list-3_title {
  color: #0f81ba;
  font-size: 20px;
  margin-bottom: 5px;
}

.list-3 p {
  margin: 0;
}

.section-4 .subtitle {
  max-width: 694px;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.control-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #13a0e6;
  padding: 8px 20px;
  color: #fafafc;
  position: relative;
}
.control-icon {
  flex-shrink: 0;
  margin-right: 20px;
}

.control-body {
  padding: 26px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.control-left {
  margin-bottom: 24px;
}
.control-row:not(:last-child) {
  margin-bottom: 17px;
}

.control-percent {
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.333;
  color: #9ad000;
  margin-bottom: 8px;
}

.control-row:nth-child(2) .control-percent {
  color: #dd7b05;
}

.control-row:nth-child(3) .control-percent {
  color: #00c2f3;
}

.control-line {
  background: #dddddd;
  border-radius: 12px;
  height: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.control-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 65%;
  background: #9ad000;
}

.control-row:nth-child(2) .control-line:before {
  background: #dd7b05;
  width: 100%;
}

.control-row:nth-child(3) .control-line:before {
  background: #00c2f3;
  width: 50%;
}

.bottles {
  position: relative;
}

.control-right {
  display: flex;
  font-size: 10px;
  line-height: 1.2;
  justify-content: space-between;
}

.control-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.control-item_img {
  flex-shrink: 0;
  margin-right: 6px;
}

.control-item_text {
  flex-grow: 1;
}

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

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

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

.use-item:not(:last-child) {
  margin-bottom: 25px;
}

.use-img_holder {
  width: 220px;
  position: relative;
  display: block;
  margin: 0 auto 21px;
}

.use-img_holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #0f81ba;
}

.use-img {
  display: block;
  border-radius: 50%;
}

.use-title {
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.35;
  text-transform: uppercase;
  color: #0f81ba;
}

.use-subtitle {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.use p {
  margin: 0;
}

.bottle-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.table {
  width: 100%;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.14;
  border-collapse: separate;
}

td {
  border: 1px solid #e1e1e1;
  padding: 3px;
  height: 40px;
}

.no-b {
  border: none;
}

.no-bt {
  border-top-width: 0;
}

.no-bb {
  border-bottom-width: 0;
}

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

td:not(:first-child) {
  text-align: center;
}

td:nth-child(2) {
  color: #fafafc;
}
td:nth-child(2),
td:nth-child(3),
td:nth-child(4) {
  width: calc((100% - 39%) / 3);
}
td:nth-child(3),
td:nth-child(4) {
  color: #676873;
}
tr:nth-child(2) td:nth-child(3),
tr:nth-child(2) td:nth-child(4) {
  color: #1c1c28;
}

tr:first-child td {
  padding-top: 15px;
  padding-bottom: 10px;
}

tr:nth-child(2) td {
  padding-top: 2px;
  padding-bottom: 12px;
}

tr:nth-child(n + 3):not(:last-child):nth-child(even) td:first-child {
  background: #f1b51a;
}

tr:nth-child(n + 3):not(:last-child):nth-child(odd) td:first-child {
  background: #f1c61a;
}

tr:nth-child(n + 3):not(:last-child):nth-child(even) td:nth-child(2),
tr:first-child td:nth-child(2),
tr:nth-child(2) td:nth-child(2) {
  background: #0f81ba;
}

tr:nth-child(n + 3):nth-child(odd) td:nth-child(2) {
  background: #71c6f0;
}

tr:nth-child(n + 3):not(:last-child):nth-child(even) td:nth-child(3),
tr:nth-child(n + 3):not(:last-child):nth-child(even) td:nth-child(4) {
  background: #dddddd;
}

tr:nth-child(n + 3):not(:last-child):nth-child(odd) td:nth-child(3),
tr:nth-child(n + 3):not(:last-child):nth-child(odd) td:nth-child(4) {
  background: #eeeeee;
}

.check-img {
  margin: 8px auto;
}

.section-7 {
  padding: 33px 0;
}

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

.section-7 .subheading {
  max-width: 780px;
  margin-bottom: 24px;
}

.testim {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.55;
}

.testim-item {
  border: 1px dashed #13a0e6;
  position: relative;
  border-radius: 8px;
  background: url(../assets/bg-3.ad3ebf411b0d04cd4ea4.svg) no-repeat center -1px / 101% auto;
  padding: 15px 19px 38px;
  min-height: 448px;
}
.testim-item:not(:last-child) {
  margin-bottom: 24px;
}
.testim-item:before,
.testim-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 6px;
  border-radius: 6px 6px 0 0;
  background: #13a0e6;
}

.testim-item:before {
  top: -6px;
}

.testim-item:after {
  bottom: -1px;
  height: 8px;
  width: 46%;
  border-radius: 8px 8px 0 0;
}

.testim-stars {
  display: block;
  margin: 0 auto 17px;
}

.testim-photo {
  display: block;
  margin: 0 auto 15px;
}

.testim-name {
  font-size: 16px;
  margin-bottom: 7px;
}

.testim p {
  margin: 0 1px 0 0;
}

.section-8 {
  position: relative;
  padding: 31px 0;
}
.hurry {
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 0 7px;
  line-height: 26px;
  font-size: 12px;
  margin-bottom: 13px;
  display: inline-block;
  vertical-align: top;
}
.hurry:before {
  width: 15px;
  height: 18px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  background: url(../assets/clock.8e7abae43a0545302ec3.svg) no-repeat center / contain;
}
.section-8 h1 .mark {
  color: #13a0e6;
}
.bg-4 {
  position: absolute;
  left: calc(50% + 27px);
  top: 31px;
  z-index: -1;
}
.bottle-4 {
  position: absolute;
  bottom: 34px;
  left: calc(75% - 29px);
}
.section-8 .promo-list {
  margin-bottom: 10px;
}
.rating-img {
  margin-left: -2px;
}
.sup {
  font-size: 0.999em;
}
.footer {
  padding: 31px 0 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.25;
}

.footer-secure {
  display: flex;
  margin: 0 auto 16px;
}

.delivery {
  display: block;
  margin: 0 auto 15px;
}

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

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

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

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 7px 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #ddd;
}
.section-faq {
  background: #F5FCFF;
  padding: 32px 0px;
}
.faq-list .itm {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #0F81BA;
  background: #FAFAFC;
  margin-bottom: 16px;
}
.faq-list {
  counter-reset: faq-counter; /* Инициализация счётчика */
}

.faq-list .itm h3::before {
 counter-increment: faq-counter;
  content: counter(faq-counter) ". ";
  position: absolute;
  left: 0;
}
.faq-list .itm h3 {
  color: #1C1C28;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #DDD;
  position: relative;
  padding-left: 17px ;
  
  line-height: 1.4;
}
.faq-list .itm p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 8px;
}
.faq-list .itm ul {
  margin: 0px;
  padding: 0px;
  padding-left: 16px;
}
.faq-list .itm li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 8px;
}
.faq-list .itm li:last-child {
  margin-bottom: 0px;
}
.faq-list .itm p:last-child {
  margin-bottom: 0px;
}
.faq-list .itm:last-child {
  margin-bottom: 0px;
}
.rush-btn {
  cursor: pointer;
  background: #3dc051;
  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);
  border-radius: 4px;
  position: relative;
  width: 345px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 64px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 auto;
  padding: 0 5px;
  font-weight: bold;
}

.rush-btn:after {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  content: "";
  background: url(../assets/arrow-button.39d04491566edc5bb7ea.svg) no-repeat center / contain;
  margin: -2px 0 0 10px;
}

.popup-loading-wrapper .popup .product-image {
  background: url(../assets/bottle-1.37eb88373f3c5a8a96fc.png) no-repeat center / contain;
  width: 150px;
  height: 196px;
}
.hide-mob {
  display: none;
}
.clear .logos {
  visibility: hidden;
  margin-bottom: -34px;
}
.popup,
.modal .button {
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.popup h1,
.popup h2 {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.label-list {
  position: relative;
  z-index: 1;
  margin-top: 8px;
}

.label-list img {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 65px;
}

.label-list img:nth-child(2) {
  /* margin-left: -20px; */
}

.label-list img:nth-child(3) {
  width: 56px;
  height: 56px;
  margin-left: 5px;
}

@media (max-width: 374px) {
  body {
    font-size: 14px;
  }
  .section-1 .promo {
    position: static;
  }
  .bottle-1 {
    width: 90px;
    left: calc(25% - 70px);
  }
  .bg-1 {
    left: calc(54% - 187px);
  }
  h2 {
    font-size: 14px;
  }
  .promo-list {
    font-size: 12px;
  }
  .labels-box {
    width: 170px;
  }
  .list-2 {
    font-size: 13px;
    line-height: 1.3;
  }
  .list-2_item {
    min-height: 175px;
  }
  h1 {
    font-size: 16px;
  }
  .bottle-2 {
    width: 220px;
  }
  .made-in {
    width: 80px;
    left: calc(50% - 130px);
  }
  .bottles {
    width: 155px;
  }
  .bg-2 {
    width: 240px;
  }
  .list-3_title {
    font-size: 18px;
  }
  .section-4 .subtitle {
    font-size: 16px;
  }
  .table {
    font-size: 12px;
  }
  td {
    height: 34px;
  }
  tr:nth-child(2) td {
    font-size: 10px;
    padding-bottom: 8px;
  }
  .bg-4 {
    left: calc(50% + 20px);
  }
  .bottle-4 {
    width: 90px;
    bottom: 38px;
    left: calc(75% - 25px);
  }
}

@media (min-width: 400px) {
  .header-logo {
    width: 120px;
  }
  .bg-1 {
    left: 0;
  }
  .section-1 .promo {
    width: 67%;
    padding-right: 0;
  }
  h2 br {
    display: none;
  }
  .promo h1 {
    font-size: 21px;
  }
  .promo h1 .mark {
    font-size: 31px;
  }
  section:not(.section-1):not(.section-8) h1 br {
    display: none;
  }
  h2 {
    font-size: 17px;
  }
  .promo-list {
    font-size: 16px;
  }
  .bottle-1 {
    left: calc(25% - 200px);
    width: 120px;
  }
  .bg-1 {
    width: 150px;
  }
  .hurry {
    font-size: 14px;
  }
  .bottle-4 {
    width: 120px;
    bottom: 55px;
    left: calc(50% + 70px);
  }
  .bg-4 {
    left: calc(50% + 48px);
  }
  .hurry:before {
    width: 17px;
    height: 20px;
    margin-right: 7px;
  }
  .section-8 .promo {
    width: 67%;
  }
  .rating-img {
    width: 85px;
  }
}

@media (min-width: 600px) {
  .container {
    width: 600px;
  }
  .warning {
    font-size: 12px;
  }
  .header-logo {
    width: 170px;
  }
  .bg-1 {
    width: 210px;
  }
  .promo h1 {
    font-size: 26px;
  }
  .promo h1 .mark {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .bottle-1 {
    bottom: 55px;
    width: 160px;
    left: calc(25% - 300px);
  }
  .promo-list {
    font-size: 20px;
  }
  .promo-list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .promo-list li:before {
    margin-right: 10px;
    margin-top: -4px;
  }
  .labels-box {
    width: 270px;
  }
  .logos {
    width: 330px;
  }
  .section-1 {
    padding-bottom: 15px;
  }
  h1 {
    font-size: 24px;
  }
  .visual {
    padding-right: 205px;
  }
  .list-3_img {
    width: 120px;
  }
  .table {
    font-size: 16px;
  }
  td {
    height: 53px;
    padding: 5px;
  }
  td:first-child {
    font-size: 18px;
    padding-left: 10px;
  }
  td:nth-child(2),
  td:nth-child(3),
  td:nth-child(4) {
    width: calc((100% - 44%) / 3);
  }
  .testim {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: normal;
  }
  .testim-item {
    min-height: 0;
    width: calc(50% - 7px);
    padding-top: 7px;
  }
  .testim-item:not(:last-child),
  .testim-item {
    margin-bottom: 25px;
  }
  .testim-stars {
    margin-bottom: 13px;
  }
  .bg-4 {
    width: 240px;
  }
  .rating-img {
    width: 130px;
  }
  .section-8 .promo-list {
    margin-bottom: 20px;
  }
  .bottle-4 {
    left: calc(50% + 87px);
    width: 170px;
  }
}

/* @media (min-width: 600px) {
  .container {
    width: 600px;
  }
  .section-1 {
    padding-top: 15px;
  }
  .section-1 .promo {
    width: 72%;
    margin-bottom: 25px;
  }
  .promo h1 {
    margin-bottom: 20px;
  }
  .promo h1,
  .promo h1 .mark {
    font-size: 36px;
  }
  .promo h1 br {
    display: none;
  }
  h2 {
    margin-bottom: 30px;
  }
  .promo-list {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .bottle-1 {
    left: calc(25% - 180px);
    width: 180px;
    bottom: 65px;
  }
  .list-2_item {
    width: calc(100% / 4 - 9.5px);
    min-height: 0;
  }
  .list-2_text {
    font-size: 14px;
  }
  .section-3_container {
    flex-direction: row;
  }
  .hide-mob {
    display: block;
  }
  .hide-desk {
    display: none;
  }
  .bottle-box_2 {
    margin: 0;
    flex-shrink: 0;
    padding-left: 35px;
  }
  .section-3 h1 {
    margin-bottom: 20px;
  }
  .control-head {
    font-size: 20px;
    padding: 12px 20px;
  }
  .control-icon {
    margin-right: 30px;
  }
  .control-body {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .control-left {
    flex-grow: 1;
    margin-right: 100px;
    margin-bottom: 0;
  }
  .control-right {
    flex-direction: column;
    justify-content: normal;
    font-size: 20px;
    line-height: 1.4;
    flex-shrink: 0;
  }
  .control-item:not(:last-child) {
    margin-bottom: 35px;
  }
  .control-item_img {
    width: 46px;
  }
  .control-percent {
    font-size: 24px;
  }
  .use {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .use-item {
    width: calc(100% / 3 - 20px);
  }
  .use-item:not(:last-child) {
    margin: 0;
  }
  .use-img_holder {
    width: 200px;
  }
  .table {
    font-size: 18px;
  }
  td:first-child {
    font-size: 22px;
  }
  .table-img-1,
  .table-img-2 {
    width: 90px;
  }
  .table-img-3 {
    width: 70px;
  }
  td {
    height: auto;
    padding: 7px 5px;
  }
  tr:nth-child(2) td {
    padding-bottom: 12px;
    padding-top: 8px;
  }
  .bg-4 {
    left: calc(50% + 90px);
    width: 300px;
    top: 80px;
  }
  .bottle-4 {
    width: 190px;
    left: calc(50% + 10px);
  }
} */


/*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;
}

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;
}



.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(../assets/open-nav.2848332751c275558a68.svg) no-repeat center / contain;
}

.opened .opener {
  background-image: url(../assets/close-nav.2848332751c275558a68.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: 19px 15px;
  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 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 4px;
}

.section-1 {
  padding: 38px 0 0;
}

.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;
}

.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: 109px;
  left: calc(50% + 32px);
}

.section-2 {
  padding: 32px 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(../assets/bg-2.2848332751c275558a68.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(../assets/items-arrow-down.2848332751c275558a68.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;

  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 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(../assets/bg-3.90c5e8259bd532eefce8.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: 5px 0;
  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: 24px;
  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(../assets/arrow-btn.c7c4f5f7ac3186667d1a.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: 95px;
  }

  .excl {
    font-size: 13px;
  }

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

  h1 {
    font-size: 18px;
    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;
  }
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

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;
    padding: 0;
    margin: 0;
}

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;
}

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

p {
    margin: 0 0 1.2em;
}

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

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

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.df {
    display: flex;
}

.tc {
    text-align: center;
}

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

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

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    color: #0020E4;
    margin-bottom: 1.2em;
}

.footer-nav li {
    margin: 0 3px;
}

#footer {
    margin-bottom: 100px;
}

.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: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    line-height: 60px;
    background: #3dc051;
    padding: 0 5px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 1px 2px #0000001a, 0 3px 3px #00000017, 0 7px 4px #0000000d, 0 12px 5px #00000003;
}

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

form {
    max-width: 768px;
    margin: 0 auto;
}

label {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}

input, textarea {
    margin: 0;
    padding: 0 7px;
    border: 1px solid #b6b6b6;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    width: 100%;
    border-radius: 2px;
    color: #1c1c28;
    outline: none;
    max-width: 100%;
    display: block;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

.form-field {
    margin-bottom: 12px;
}

#submit {
    background: #1c1c28;
    color: #fafafc;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 220px;
    text-align: center;
    padding: 0;
    border: none;
}

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

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

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

@media (max-width: 767px) {

    .container {
        width: 100%;
    }
}

@media (max-width: 530px) {

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

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

    .footer-nav li {
        margin: 0 1px;
    }
}

