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(../images/bg-3.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(../images/clock.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(../images/arrow-button.svg) no-repeat center / contain;
  margin: -2px 0 0 10px;
}

.popup-loading-wrapper .popup .product-image {
  background: url(../images/bottle-1.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);
  }
} */

