.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.w-5 {
  width: 5%;
}

.h-5 {
  height: 5%;
}

.maxw-5 {
  max-width: 5%;
}

.maxh-5 {
  max-height: 5%;
}

.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.maxw-10 {
  max-width: 10%;
}

.maxh-10 {
  max-height: 10%;
}

.w-15 {
  width: 15%;
}

.h-15 {
  height: 15%;
}

.maxw-15 {
  max-width: 15%;
}

.maxh-15 {
  max-height: 15%;
}

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.maxw-20 {
  max-width: 20%;
}

.maxh-20 {
  max-height: 20%;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.maxw-25 {
  max-width: 25%;
}

.maxh-25 {
  max-height: 25%;
}

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.maxw-30 {
  max-width: 30%;
}

.maxh-30 {
  max-height: 30%;
}

.w-35 {
  width: 35%;
}

.h-35 {
  height: 35%;
}

.maxw-35 {
  max-width: 35%;
}

.maxh-35 {
  max-height: 35%;
}

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.maxw-40 {
  max-width: 40%;
}

.maxh-40 {
  max-height: 40%;
}

.w-45 {
  width: 45%;
}

.h-45 {
  height: 45%;
}

.maxw-45 {
  max-width: 45%;
}

.maxh-45 {
  max-height: 45%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.maxw-50 {
  max-width: 50%;
}

.maxh-50 {
  max-height: 50%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.maxw-75 {
  max-width: 75%;
}

.maxh-75 {
  max-height: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.maxw-100 {
  max-width: 100%;
}

.maxh-100 {
  max-height: 100%;
}

@font-face {
  src: url("../fonts/Cairo-Regular.woff2") format("woff2");
  font-family: "Cairo";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-1982-Regular.woff2") format("woff2");
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-AlFidaa-Regular.woff2") format("woff2");
  font-family: "Ara Hamah AlFidaa";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-Alislam-Regular.woff2") format("woff2");
  font-family: "Ara Hamah Alislam";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-1964-Bold.woff2") format("woff2");
  font-family: "Ara Hamah 1964 B";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-Zanki-Regular.woff2") format("woff2");
  font-family: "Ara Hamah Zanki";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Russo-One-Regular.woff2") format("woff2");
  font-family: "Russo One";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-AlThawra-Regular.woff2") format("woff2");
  font-family: "Ara Hamah AlThawra";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-Kilania-Regular.woff2") format("woff2");
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/BebasNeueCyrillic.woff2") format("woff2");
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.popup {
  overflow-y: hidden;
}

.b-lazy {
  opacity: 0;
}

.b-loaded {
  opacity: 1;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 60px;
  padding-bottom: 180px;
}

.container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.main-with-sitebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-with-sitebar main {
  width: calc(66.66% - 5px);
}

.main-with-sitebar aside {
  width: calc(33.33% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-with-sitebar aside > div {
  width: 100%;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #ddd;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #000;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.d-none {
  display: none !important;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-fill-no-shrink {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-fill-100per {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

body.js-popup {
  overflow-y: hidden;
}

.js-d-none {
  display: none !important;
}

.b-lazy {
  opacity: 0;
}

.b-loaded {
  opacity: 1;
}

.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links-telegram {
  background-color: #007ebd;
}

.social-links-telegram:hover {
  background-color: #00aeff;
}

.social-links-telegram svg {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-right: 2px;
}

.social-links-facebook {
  background-color: #3754a0;
}

.social-links-facebook:hover {
  background-color: #1178f2;
}

.social-links-facebook svg {
  width: 6px;
  height: 13px;
  fill: #fff;
}

.social-links-youtube {
  background-color: #b71a20;
}

.social-links-youtube:hover {
  background-color: #fe0000;
}

.social-links-youtube svg {
  width: 13px;
  height: 9px;
  fill: #fff;
}

.icon-like {
  fill: #4c5b6b;
}

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

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
}

.section-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  font-family: "Ara Hamah Zanki";
}

.section-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a7bd5), to(#3a6073));
  background: linear-gradient(180deg, #3a7bd5 0, #3a6073 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: rgba(51, 51, 51, 0.8);
  text-align: center;
  max-width: 427px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 63px;
}

.button {
  display: inline-block;
  width: 314px;
  height: 70px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #314755),
    color-stop(51%, #26a0da),
    to(#314755)
  );
  background-image: linear-gradient(to right, #314755 0, #26a0da 51%, #314755 100%);
  border-radius: 8px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  font-family: "Ara Hamah Zanki";
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  -webkit-box-shadow: 0 18px 20px rgba(58, 115, 185, 0.4);
  box-shadow: 0 18px 20px rgba(58, 115, 185, 0.4);
}

.button:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.form-button {
  max-width: 100%;
  border: 0;
  -webkit-box-shadow: 5px 10px 10px rgba(58, 115, 185, 0.4) !important;
  box-shadow: 5px 10px 10px rgba(58, 115, 185, 0.4) !important;
  margin-top: 12px;
  line-height: 52px;
}

.header {
  padding-top: 70px;
}

.header .logo {
  width: 210px;
}

.main {
  background: url(../images/main-bg.webp) center/cover no-repeat;
}

.main .main-inner {
  padding-top: 75px;
  padding-bottom: 100px;
}

.main .main-inner__title {
  font-weight: 700;
  font-size: 90px;
  line-height: 107px;
  font-family: "Ara Hamah Zanki";
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}

.main .main-inner__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a7bd5), to(#3a6073));
  background: linear-gradient(180deg, #3a7bd5 0, #3a6073 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.main .main-inner__descr {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.7);
  max-width: 506px;
  padding-right: 20px;
  margin-left: 8px;
  margin-bottom: 55px;
}

.main .main-inner__descr:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #3a6fa8;
  border-radius: 3px;
  right: 0;
  top: 0;
}

.main .main-inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.main .main-inner .container__product {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0%;
  width: 41%;
  pointer-events: none;
}

.main .main-inner__text {
  position: relative;
  z-index: 5;
}

.main .main-inner__list-item {
  width: 340px;
  height: 86px;
  background: #fff;
  -webkit-box-shadow: 0 14px 25px rgba(58, 115, 185, 0.2);
  box-shadow: 0 14px 25px rgba(58, 115, 185, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 39px;
  position: relative;
}

.main .main-inner__list-item-inner {
  width: 326px;
  height: 73px;
  border: 1px dashed rgba(51, 51, 51, 0.54);
  -webkit-filter: drop-shadow(0 14px 15px rgba(58, 115, 185, 0.2));
  filter: drop-shadow(0 14px 15px rgba(58, 115, 185, 0.2));
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .main-inner__list-item-inner-text {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  max-width: 215px;
}

.main .main-inner__list-item-inner-img {
  position: absolute;
  right: -30px;
  top: -25px;
}

.main .main-inner__mobile-product {
  display: none;
}

.main .main-inner__mobile-product--sm {
  display: none;
}

.main .arrow-down {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 5px rgba(58, 96, 115, 0.35);
  box-shadow: 0 4px 5px rgba(58, 96, 115, 0.35);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.main .arrow-down__inner {
  width: 57px;
  height: 57px;
  border: 1.5px dashed rgba(51, 51, 51, 0.54);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.symptoms {
  padding-top: 180px;
  padding-bottom: 5px;
  background: url(../images/symptoms-bg.webp) center/cover no-repeat;
}

.symptoms__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.symptoms__item {
  width: 500px;
  height: 145px;
  background: #fff;
  -webkit-box-shadow: 0 14px 25px rgba(58, 115, 185, 0.2);
  box-shadow: 0 14px 25px rgba(58, 115, 185, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding: 0 10px;
  margin-bottom: 72px;
}

.symptoms__item-inner {
  width: 430px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed rgba(51, 51, 51, 0.54);
  border-radius: 10px;
  padding-left: 21px;
}

.symptoms__item .image-wrapper {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 25px rgba(58, 115, 185, 0.2);
  box-shadow: 0 14px 25px rgba(58, 115, 185, 0.2);
  position: absolute;
  right: -45px;
  top: -25px;
}

.symptoms__item .image-wrapper .image-block {
  width: 181px;
  height: 181px;
  border: 1px dashed #333;
  border-radius: 50%;
}

.symptoms__item .image-wrapper .image-block img {
  width: 100%;
}

.symptoms__item-text {
  font-family: "Ara Hamah 1964 B";
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  width: 250px;
}

.symptoms__item-number {
  font-family: "Ara Hamah 1964 B";
  font-weight: 400;
  font-size: 107px;
  line-height: 125px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a6b9b), to(rgba(58, 123, 213, 0.1)));
  background: linear-gradient(180deg, #3a6b9b 0, rgba(58, 123, 213, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
}

.farmaprost {
  background: url(../images/farmaprost-bg.webp) center/cover no-repeat;
  padding-top: 30px;
}

.farmaprost .container {
  max-width: 1585px;
  overflow: hidden;
}

.farmaprost__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.farmaprost__image img {
  max-width: 100%;
}

.farmaprost__descr {
  padding-top: 190px;
  padding-bottom: 100px;
  min-width: 550px;
  width: 620px;
}

.farmaprost__descr-title {
  font-family: "Ara Hamah Zanki";
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 25px;
}

.farmaprost__descr-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a7bd5), to(#3a6073));
  background: linear-gradient(180deg, #3a7bd5 0, #3a6073 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 25px;
  font-weight: 700;
}

.farmaprost__descr-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: rgba(51, 51, 51, 0.8);
  max-width: 508px;
  margin-bottom: 30px;
}

.advantages {
  padding: 68px 0 15px;
  position: relative;
  background: url(../images/advantages-bg.webp) center/cover no-repeat;
}

.advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages__doctor {
  width: 54%;
}

.advantages__doctor .section-title {
  text-align: right;
}

.advantages__doctor .section-subtitle {
  text-align: right;
  margin-right: 0;
  margin-bottom: 0;
}

.advantages__doctor-image {
  max-width: 100%;
}

.advantages__doctor-image--mobile {
  display: none;
}

.advantages__content {
  position: relative;
  width: 46%;
  z-index: 1;
}

.advantages__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantages__content-list .advantages__item {
  max-width: 275px;
  width: 50%;
  margin-bottom: 25px;
}

.advantages__content-list .advantages__item-image {
  width: 111px;
  height: 111px;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 25px rgba(58, 115, 185, 0.2);
  box-shadow: 0 14px 25px rgba(58, 115, 185, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 35px;
  margin-bottom: 25px;
}

.advantages__content-list .advantages__item-image-wrapper {
  width: 103px;
  height: 103px;
  border: 1px dashed rgba(51, 51, 51, 0.7098039216);
  border-radius: 50%;
  position: relative;
}

.advantages__content-list .advantages__item-image-wrapper:before {
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a6b9b), to(rgba(58, 123, 213, 0.1)));
  background: linear-gradient(180deg, #3a6b9b 0, rgba(58, 123, 213, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-weight: 400;
  font-size: 150px;
  line-height: 103px;
  font-family: "Ara Hamah 1964 B";
  z-index: -1;
}

.advantages__content-list .advantages__item-image-wrapper--1:before {
  content: "1";
  left: -28px;
}

.advantages__content-list .advantages__item-image-wrapper--2:before {
  content: "2";
  left: -48px;
  line-height: 116px;
  top: -4px;
}

.advantages__content-list .advantages__item-image-wrapper--3:before {
  content: "3";
  left: -48px;
  line-height: 116px;
  top: -4px;
}

.advantages__content-list .advantages__item-image-wrapper--4:before {
  content: "4";
  left: -44px;
  line-height: 120px;
  top: -4px;
}

.advantages__content-list .advantages__item-image-wrapper--5:before {
  content: "5";
  left: -48px;
  line-height: 116px;
  top: -4px;
}

.advantages__content-list .advantages__item-image-wrapper--6:before {
  content: "6";
  left: -48px;
  line-height: 116px;
  top: -4px;
}

.advantages__content-list .advantages__item-image-wrapper-box {
  position: absolute;
  left: -17px;
  top: -8px;
  min-width: 142px;
  min-height: 126px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantages__content-list .advantages__item-image-wrapper-box img {
  display: block;
  margin: 0 auto;
}

.advantages__content-list .advantages__item-title {
  font-family: "Ara Hamah Zanki";
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  max-width: 230px;
  margin-bottom: 6px;
}

.advantages__content-list .advantages__item-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a7bd5), to(#3a6073));
  background: linear-gradient(180deg, #3a7bd5 0, #3a6073 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantages__content-list .advantages__item-text {
  font-family: "Ara Hamah 1964 B";
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: rgba(51, 51, 51, 0.8);
  max-width: 199px;
}

.advantages__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 125px;
  padding-bottom: 50px;
}

.advantages__footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.advantages__footer-item-image {
  width: 160px;
  height: 138px;
  background: #fff;
  -webkit-box-shadow: 0 14px 25px rgba(58, 115, 185, 0.2);
  box-shadow: 0 14px 25px rgba(58, 115, 185, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantages__footer-item-image-wrapper {
  border: 1px dashed rgba(51, 51, 51, 0.54);
  border-radius: 10px;
  width: 146px;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantages__footer-item-text {
  font-family: "Ara Hamah Zanki";
}

.advantages__footer-item-text-number {
  font-weight: 600;
  font-size: 70px;
  line-height: 83px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a7bd5), to(#3a6073));
  background: linear-gradient(180deg, #3a7bd5 0, #3a6073 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 15px;
}

.advantages__footer-item-text-descr {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  max-width: 170px;
  margin-right: 20px;
}

.advantages__footer {
  position: relative;
  z-index: 1;
}

.advantages__book {
  position: absolute;
  right: 0;
  bottom: -100px;
}

.ingredients {
  padding-top: 100px;
  padding-bottom: 20px;
  background: url(../images/ingr-bg.webp) center/cover no-repeat;
}

.ingredients .container {
  max-width: 1480px;
}

.ingredients .section-title {
  text-align: right;
  max-width: 792px;
  font-size: 40px;
  line-height: 47px;
  margin-left: 130px;
  padding-right: 130px;
}

.ingredients__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ingredients__image {
  max-width: 890px;
}

.ingredients__image img {
  width: 100%;
}

.ingredients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -30px;
}

.ingredients__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.ingredients__list-item-image {
  min-width: 124px;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 40px;
}

.ingredients__list-item-image-wrapper {
  width: 114px;
  height: 114px;
  position: relative;
  border-radius: 50%;
  border: 1px dashed #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ingredients__list-item-image-wrapper img {
  position: absolute;
  left: -40px;
  top: -20px;
}

.ingredients__list-item-text-title {
  font-family: "Ara Hamah Zanki";
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  max-width: 355px;
}

.ingredients__list-item-text-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a7bd5), to(#3a6073));
  background: linear-gradient(180deg, #3a7bd5 0, #3a6073 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ingredients__list-item-text-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: rgba(51, 51, 51, 0.8);
  max-width: 277px;
}

.howto {
  padding-top: 50px;
  background: url(../images/howto-bg.webp) center/cover no-repeat;
  padding-bottom: 160px;
  position: relative;
}

.howto .section-title {
  max-width: 1101px;
  margin: 0 auto;
  margin-bottom: 200px;
}

.howto .advantages__content-list {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}

.howto .advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.howto .advantages__item-title {
  text-align: center;
}

.howto .advantages__item-text {
  text-align: center;
}

.howto .advantages__item--two {
  margin-top: 225px;
}

.howto .advantages__item-image-wrapper-box--left {
  left: -47px;
}

.howto .advantages__item-image-wrapper-box {
  top: -17px;
}

.howto__center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 23%;
  max-width: 500px;
}

.order {
  background: url(../images/order-bg.webp) center/cover no-repeat;
  padding-top: 50px;
  padding-bottom: 45px;
}

.order .button {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.order .advantages__content-list {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.order .advantages__content-list .advantages__item-image-wrapper-box img {
  max-width: 202px;
}

.order .advantages__item {
  position: relative;
  z-index: 1;
}

.order .advantages__item-image {
  width: 166px;
  height: 166px;
}

.order .advantages__item-image-wrapper {
  width: 154px;
  height: 154px;
}

.order .advantages__item-image-wrapper::before {
  display: none;
}

.order .advantages__content-list .advantages__item:nth-child(2) {
  position: relative;
  margin-top: 60px;
}

.order .advantages__content-list .advantages__item:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -192px;
  top: -50px;
  width: 272px;
  height: 50px;
  background: url(../img/order-line-left.svg) center/cover no-repeat;
  z-index: -1;
}

.order .advantages__content-list .advantages__item:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -202px;
  bottom: 180px;
  width: 242px;
  height: 50px;
  background: url(../img/order-line-right.svg) center/cover no-repeat;
  z-index: -1;
}

.order .advantages__content-list .advantages__item-image-wrapper--2 .advantages__item-image-wrapper-box {
  left: -7px;
}

.order .advantages__content-list .advantages__item-image-wrapper--3 .advantages__item-image-wrapper-box {
  left: -50px;
}

.order .advantages__content-list .advantages__item-image-wrapper--3 .advantages__item-image-wrapper-box img {
  position: relative;
  z-index: 2;
  max-width: 252px;
}

.order .advantages__content-list .advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order .advantages__content-list .advantages__item-title {
  text-align: center;
}

.order .advantages__content-list .advantages__item-text {
  text-align: center;
}

.form-wrapper {
  position: relative;
  max-width: 392px;
  margin: 0 auto;
}

.main__form {
  margin: 0 auto;
  max-width: 392px;
  padding: 40px;
  position: relative;
}

.form-wrapper {
  max-width: 384px;
  width: 100%;
  height: 542px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 15px rgba(22, 155, 229, 0.12);
  box-shadow: 0 14px 15px rgba(22, 155, 229, 0.12);
  border-radius: 10px;
}

.main__form {
  width: 368px;
  height: 528px;
  background: #fff;
  border-radius: 25px;
  position: relative;
  padding: 30px 25px 50px;
  position: relative;
  border: 1px dashed rgba(51, 51, 51, 0.54);
  border-radius: 10px;
  font-family: "Ara Hamah Zanki";
}

.main__form .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.main__form .price__new {
  font-weight: 700;
  font-size: 29px;
  line-height: 34px;
  color: #333;
  margin-left: 10px;
}

.main__form .price__old {
  font-family: "Ara Hamah Zanki";
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a7bd5), to(#3a6073));
  background: linear-gradient(180deg, #3a7bd5 0, #3a6073 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.main__form .price__old:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #3a6ea5;
  left: 0;
  top: 17px;
}

.main__form-title {
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  font-weight: 500;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.main__form-title-mobile {
  display: none;
}

.main__form-subtitle {
  font-size: 45px;
  line-height: 120%;
  font-weight: 300;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.main__form-subtitle span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a7bd5), to(#3a6073));
  background: linear-gradient(180deg, #3a7bd5 0, #3a6073 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.timer {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.timer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 13px;
}

.timer__title img {
  width: 20px;
  height: 20px;
}

.timer__title span {
  font-size: 18px;
  line-height: 120%;
  color: #333;
  font-weight: 700;
  margin: 0 5px;
}

.timer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.timer__item {
  width: 45px;
  height: 60px;
  margin: 0 2px;
  background-color: #333;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  line-height: 120%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.timer__item:nth-child(3) {
  margin-left: 13px;
}

.timer__item:nth-child(4) {
  margin-right: 13px;
}

.form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-top__label {
  font-family: "Ara Hamah 1964 B";
  font-size: 18px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 373px;
}

.form-top__input {
  display: block;
  margin-bottom: 12px;
  max-width: 373px;
  width: 100%;
  height: 66px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f3f3f3;
  -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.19);
  margin-top: 4px;
  font-size: 18px;
  line-height: 120%;
  outline: 0;
  border-radius: 5px !important;
  padding: 12px 15px 10px !important;
  direction: rtl;
  text-align: right;
}

.form-top__input::-webkit-input-placeholder {
  text-align: right;
  direction: rtl;
}

.form-top__input::-moz-placeholder {
  text-align: right;
  direction: rtl;
}

.form-top__input:-ms-input-placeholder {
  text-align: right;
  direction: rtl;
}

.form-top__input::placeholder {
  text-align: right;
  direction: rtl;
}

.form-top__input[type="tel"] {
  direction: ltr;
  text-align: right;
}

.form-top__input[type="tel"]::-webkit-input-placeholder {
  direction: rtl;
  text-align: right;
}

.form-top__input[type="tel"]::-moz-placeholder {
  direction: rtl;
  text-align: right;
}

.form-top__input[type="tel"]:-ms-input-placeholder {
  direction: rtl;
  text-align: right;
}

.form-top__input[type="tel"]::placeholder {
  direction: rtl;
  text-align: right;
}

.bottom__form-wrapper {
  max-width: 384px;
  min-width: 384px;
  margin-top: 115px;
  height: 542px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
}

.bottom {
  background: url(../images/bottom-bg.webp) center/cover no-repeat;
  padding-top: 130px;
  z-index: -1;
}

.bottom .wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 190px;
}

.bottom__inner-man {
  position: absolute;
  left: 51%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  z-index: -1;
}

.bottom__title {
  font-family: "Ara Hamah Zanki";
  font-weight: 700;
  font-size: 75px;
  line-height: 89px;
  color: #333;
  margin-bottom: 20px;
}

.bottom__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a7bd5), to(#3a6073));
  background: linear-gradient(180deg, #3a7bd5 0, #3a6073 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bottom__subtitle {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.7);
  max-width: 506px;
  padding-right: 20px;
  margin-right: 8px;
  margin-bottom: 55px;
}

.bottom__subtitle:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #3a6fa8;
  border-radius: 3px;
  right: 0;
  top: 0;
}

.bottom__text {
  position: relative;
}

.bottom__text-product {
  position: absolute;
  left: -40%;
  top: 218px;
  width: 173%;
}

.bottom .bottom__form-wrapper {
  min-width: 384px;
  margin-top: 115px;
  height: 542px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
}

.bottom__product-mobile {
  display: none;
}

.footer {
  padding-bottom: 50px;
  position: relative;
  background-color: #e5e5e5;
}

.footer__rights {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 109%;
  font-family: "Ara Hamah 1964 B";
  position: relative;
  z-index: 1;
}

.footer__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer__bg-mobile {
  display: none;
}

.footer__bg-mobile-sm {
  display: none;
}

.swiper {
  padding-bottom: 100px;
}

.swiper-slide {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.swiper-slide__image {
  margin: 0 auto;
}

.swiper-slide-active {
  margin-bottom: 75px;
}

.swiper-slide-prev,
.swiper-slide-next {
  margin-top: 75px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.5;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  z-index: 5;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.w-5 {
  width: 5%;
}

.h-5 {
  height: 5%;
}

.maxw-5 {
  max-width: 5%;
}

.maxh-5 {
  max-height: 5%;
}

.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.maxw-10 {
  max-width: 10%;
}

.maxh-10 {
  max-height: 10%;
}

.w-15 {
  width: 15%;
}

.h-15 {
  height: 15%;
}

.maxw-15 {
  max-width: 15%;
}

.maxh-15 {
  max-height: 15%;
}

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.maxw-20 {
  max-width: 20%;
}

.maxh-20 {
  max-height: 20%;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.maxw-25 {
  max-width: 25%;
}

.maxh-25 {
  max-height: 25%;
}

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.maxw-30 {
  max-width: 30%;
}

.maxh-30 {
  max-height: 30%;
}

.w-35 {
  width: 35%;
}

.h-35 {
  height: 35%;
}

.maxw-35 {
  max-width: 35%;
}

.maxh-35 {
  max-height: 35%;
}

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.maxw-40 {
  max-width: 40%;
}

.maxh-40 {
  max-height: 40%;
}

.w-45 {
  width: 45%;
}

.h-45 {
  height: 45%;
}

.maxw-45 {
  max-width: 45%;
}

.maxh-45 {
  max-height: 45%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.maxw-50 {
  max-width: 50%;
}

.maxh-50 {
  max-height: 50%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.maxw-75 {
  max-width: 75%;
}

.maxh-75 {
  max-height: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.maxw-100 {
  max-width: 100%;
}

.maxh-100 {
  max-height: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-fill-no-shrink {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-fill-100per {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

body.js-popup {
  overflow-y: hidden;
}

.js-d-none {
  display: none !important;
}

.b-lazy {
  opacity: 0;
}

.b-loaded {
  opacity: 1;
}

.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links-telegram {
  background-color: #007ebd;
}

.social-links-telegram:hover {
  background-color: #00aeff;
}

.social-links-telegram svg {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-right: 2px;
}

.social-links-facebook {
  background-color: #3754a0;
}

.social-links-facebook:hover {
  background-color: #1178f2;
}

.social-links-facebook svg {
  width: 6px;
  height: 13px;
  fill: #fff;
}

.social-links-youtube {
  background-color: #b71a20;
}

.social-links-youtube:hover {
  background-color: #fe0000;
}

.social-links-youtube svg {
  width: 13px;
  height: 9px;
  fill: #fff;
}

.icon-like {
  fill: #4c5b6b;
}

@font-face {
  src: url("../fonts/Cairo-Regular.woff2") format("woff2");
  font-family: "Cairo";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-1982-Regular.woff2") format("woff2");
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-AlFidaa-Regular.woff2") format("woff2");
  font-family: "Ara Hamah AlFidaa";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-Alislam-Regular.woff2") format("woff2");
  font-family: "Ara Hamah Alislam";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-1964-Bold.woff2") format("woff2");
  font-family: "Ara Hamah 1964 B";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-Zanki-Regular.woff2") format("woff2");
  font-family: "Ara Hamah Zanki";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Russo-One-Regular.woff2") format("woff2");
  font-family: "Russo One";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-AlThawra-Regular.woff2") format("woff2");
  font-family: "Ara Hamah AlThawra";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Ara-Hamah-Kilania-Regular.woff2") format("woff2");
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/BebasNeueCyrillic.woff2") format("woff2");
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.one-header {
  width: 100%;
}

.one-header__top,
.one-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.one-header__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 0 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.one-header__top > .container {
  padding: 0;
}

.one-header__logo {
  height: 23px;
  padding: 0 30px;
}

.one-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}

.one-header__links-burger-btn span,
.one-header__links-burger-btn:after,
.one-header__links-burger-btn:before {
  height: 2px;
  width: 100%;
  position: absolute;
  background: #000;
  margin: 0 auto;
}

.one-header__links-burger-btn {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

.one-header__links-burger-btn span {
  top: 9px;
}

.one-header__links-burger-btn:after {
  content: "";
  bottom: 2px;
}

.one-header__links-burger-btn:before {
  content: "";
  top: 2px;
}

.one-header__links-burger-btn.js-open span {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.one-header__links-burger-btn.js-open:before {
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
  top: 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.one-header__links-burger-btn.js-open:after {
  -webkit-transform: rotate(-38deg);
  transform: rotate(-38deg);
  bottom: 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.one-header__links-burger-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.35, 0.15, 0.37, 1.14);
  transition: max-height 0.3s cubic-bezier(0.35, 0.15, 0.37, 1.14);
}

.one-header__links-burger-wrap li {
  text-align: center;
  padding: 0;
  margin: 5px 0;
}

.one-header__links-burger-wrap li:first-child {
  margin-top: 10px;
}

.one-header__links-item {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
}

.one-header__links-item:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.one-header__links-item:nth-child(2) {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.one-header__bottom {
  background: -webkit-gradient(linear, left top, right top, color-stop(31.25%, #393f47), to(#43556a));
  background: linear-gradient(90deg, #393f47 31.25%, #43556a 100%);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.one-header__nav {
  min-width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.one-header__nav-item {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 25px 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.one-header__nav-item--active {
  background-color: #4c5b6b;
}

.one-header__nav-item:hover {
  opacity: 0.5;
}

.one-header__nav-burger {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.one-header__nav-burger-btn {
  background: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 12px 0;
}

.one-header__nav-burger-btn:hover {
  opacity: 0.5;
}

.one-header__nav-burger-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.35, 0.15, 0.37, 1.14);
  transition: max-height 0.3s cubic-bezier(0.35, 0.15, 0.37, 1.14);
}

.one-header__nav-burger-item {
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

.one-header__nav-burger-item:hover {
  background-color: #4c5b6b;
}

.two-header {
  background-color: #000;
}

.two-header__burger-btn {
  display: none;
}

.two-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.two-header__links {
  max-width: 720px;
  padding: 20px 0;
}

.two-header__link {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.two-header__link:hover {
  background-color: rgba(43, 116, 42, 0.4);
}

.two-header__search {
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: auto;
}

.two-header__search:hover {
  max-width: 100%;
}

.two-header__search:hover .two-header__search-input {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 100%;
}

.two-header__search-input {
  border-radius: 10px;
  border: 0;
  margin: 0 5px;
  padding: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 0;
}

.two-header__search-input:focus {
  opacity: 1;
  max-width: 100%;
}

.two-header__bottom {
  color: #fff;
  position: relative;
}

.two-header__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #084a87;
  -webkit-filter: opacity(0.7);
  filter: opacity(0.7);
}

.two-header__bottom-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.two-header__bottom-link-social-facebook {
  margin: 0 10px;
}

.two-header__bottom .icon-social {
  width: 40px;
  height: 40px;
}

.two-header__bottom-title {
  font-size: 48px;
  line-height: 55px;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.two-header__bottom-subtitle {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.two-header__bottom-item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.two-header__bottom-item-logo .two-header__bottom-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.two-header__bottom-item .icon-mail {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
}

.two-header__bottom-item .icon-like {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

.two-header__bottom-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background-color: #99ca3c;
  border-radius: 10px;
  font-size: 16px;
  line-height: 241.13%;
}

.two-header__bottom-subscribe span {
  margin: 0 5px;
}

.two-header__bottom-like {
  background-color: #1877f2;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 241.13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.two-header__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.two-header__bottom-bg {
  width: 100%;
  max-height: 155px;
}

.two-header__nav {
  min-width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.two-header__nav-item {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 25px 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.two-header__nav-item--active {
  background-color: #65b5ff;
}

.two-header__nav-item:hover {
  opacity: 0.5;
}

.two-header__nav-burger {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.two-header__nav-burger-btn {
  background: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 13px 0;
}

.two-header__nav-burger-btn:hover {
  opacity: 0.5;
}

.two-header__nav-burger-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.35, 0.15, 0.37, 1.14);
  transition: max-height 0.3s cubic-bezier(0.35, 0.15, 0.37, 1.14);
}

.two-header__nav-burger-item {
  display: block;
  padding: 5px 0;
  color: #fff;
}

.two-header__nav-burger-item:hover {
  background-color: #4c5b6b;
}

.three-header {
  background-color: #333542;
}

.three-header__burger-btn {
  display: none;
}

.three-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.three-header__links {
  max-width: 720px;
  padding: 20px 0;
}

.three-header__link {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.three-header__link:hover {
  background-color: #4c5b6b;
}

.three-header__search {
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: auto;
}

.three-header__search:hover {
  max-width: 100%;
}

.three-header__search:hover .three-header__search-input {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 100%;
}

.three-header__search-input {
  border-radius: 10px;
  border: 0;
  margin: 0 5px;
  padding: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 0;
}

.three-header__search-input:focus {
  opacity: 1;
  max-width: 100%;
}

.three-header__bottom {
  color: #fff;
  position: relative;
}

.three-header__bottom-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.three-header__bottom-link-social-facebook {
  margin: 0 10px;
}

.three-header__bottom .icon-social {
  width: 40px;
  height: 40px;
}

.three-header__bottom-title {
  font-size: 30px;
  line-height: 41px;
  text-transform: uppercase;
  margin: 0 30px;
  font-weight: 400;
}

.three-header__bottom-title span {
  font-weight: 700;
}

.three-header__bottom-subtitle {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.three-header__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.three-header__bottom-item .logo {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
}

.three-header__bottom-item .logo svg {
  width: 61px;
  height: 61px;
}

.three-header__bottom-item .icon-mail {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
}

.three-header__bottom-item .icon-like {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

.three-header__bottom-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background-color: #99ca3c;
  border-radius: 10px;
  font-size: 16px;
  line-height: 241.13%;
}

.three-header__bottom-subscribe span {
  margin: 0 5px;
}

.three-header__bottom-like {
  background-color: #1877f2;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 241.13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.three-header__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.three-header__bottom-bg {
  width: 100%;
  max-height: 155px;
}

.three-header__nav {
  min-width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.three-header__nav-item {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 25px 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.three-header__nav-item--active {
  background-color: #4c5b6b;
}

.three-header__nav-item:hover {
  opacity: 0.5;
}

.three-header__nav-burger {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.three-header__nav-burger-btn {
  background: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 13px 0;
}

.three-header__nav-burger-btn:hover {
  opacity: 0.5;
}

.three-header__nav-burger-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.35, 0.15, 0.37, 1.14);
  transition: max-height 0.3s cubic-bezier(0.35, 0.15, 0.37, 1.14);
}

.three-header__nav-burger-item {
  display: block;
  padding: 5px 0;
  color: #fff;
}

.three-header__nav-burger-item:hover {
  background-color: #4c5b6b;
}

.three-header .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.three-header .breadcrumbs__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: rgba(81, 89, 96, 0.3);
}

.three-header .breadcrumbs__item {
  font-size: 18px;
  line-height: 25px;
  color: #414141;
}

.four-header {
  color: #fff;
}

.four-header__wrapper-top {
  background-color: #b21b2b;
}

.four-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 35px;
}

.four-header__top-logo img {
  width: 100%;
}

.four-header__top-nav-title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 15px;
  margin-top: 0;
}

.four-header__top-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.four-header__top-nav-link {
  color: #b21b2b;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.four-header__wrapper-bottom {
  position: relative;
}

.four-header__wrapper-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 66, 65, 0.6);
}

.four-header__bottom {
  padding-top: 25px;
  padding-bottom: 35px;
  z-index: 1;
  position: relative;
}

.four-header__bottom-title {
  margin: 0;
  font-size: 42px;
  line-height: 56px;
  font-weight: 400;
  max-width: 470px;
}

.five-header {
  background: radial-gradient(
    346.82% 10889.25% at 50% -119.09%,
    #2012ab 0,
    #4b44bd 23.16%,
    #7f87d8 73.32%,
    #beddfe 99.48%
  );
}

.five-header .container {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 25px;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.five-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.five-header__nav-link {
  margin: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

.five-header .burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.five-header .burger span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.five-header [data-header-burger-links-btn].js-open {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.five-header [data-header-burger-links-btn].js-open span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 0;
}

.five-header [data-header-burger-links-btn].js-open span:nth-of-type(2) {
  display: none;
}

.five-header [data-header-burger-links-btn].js-open span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
}

.five-header__search {
  position: relative;
}

.five-header__search:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: 15px;
  top: 15px;
}

.five-header__search-input {
  display: block;
  max-width: 288px;
  width: 100%;
  height: 57px;
  padding: 15px 0 15px 50px;
}

.five-header [data-header-burger-links-wrap].js-open {
  top: 107px;
}

.six-header {
  position: relative;
}

.six-header .logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.six-header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.six-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.six-header__nav-link {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 20px 15px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.six-header__nav-link:hover {
  background-color: #870000;
  color: #fff;
}

.six-header__nav_small {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  position: absolute;
  top: -120%;
  left: calc(50% - 100px);
  background-color: #dfdfdf;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  z-index: 5;
  border-radius: 0 0 5px 5px;
}

.six-header [data-header-burger-links-wrap].js-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}

.six-header .burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.six-header .burger span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 22px;
  height: 3px;
  background-color: #000;
  margin-bottom: 3px;
  border-radius: 10px;
}

.six-header .burger span:nth-child(1) {
  width: 17px;
}

.six-header .burger span:nth-child(3) {
  width: 17px;
}

.six-header [data-header-burger-links-btn].js-open span:nth-child(1) {
  width: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: -1px;
}

.six-header [data-header-burger-links-btn].js-open span:nth-child(2) {
  display: none;
}

.six-header [data-header-burger-links-btn].js-open span:nth-child(3) {
  width: 22px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.six-header__subheader {
  background-color: #870000;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 130px;
}

.six-header__subheader hr {
  opacity: 0.3;
  border: 1px solid #fff;
}

.six-header__subheader-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
}

.six-header__subheader-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}

.six-header__subheader-nav-link {
  display: block;
  max-width: 130px;
  width: 100%;
  height: 39px;
  margin: 0 3px;
  background-color: #c40015;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 39px;
}

.six-header__subheader-nav-link:hover {
  background-color: #f5293d;
}

.six-header__subheader-rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.six-header__subheader-rec-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.six-header__subheader-rec-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.six-header__subheader-rec-socials-item {
  margin: 0 7px;
  cursor: pointer;
}

.six-header__subheader-rec-socials-item-like {
  background-color: #fff;
  border-radius: 10px;
  color: #870000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.six-header__subheader-rec-socials-item-like span {
  font-size: 16px;
  line-height: 241.13%;
  font-weight: 600;
  margin: 0 8px;
}

.six-header__subheader-rec-socials .icon-social {
  width: 41px;
  height: 41px;
}

.six-header__subheader-rec-socials .icon-social-like {
  width: 25px;
  height: 25px;
  fill: #870000;
  margin-top: 7px;
}

.one-footer {
  background-color: #231f20;
  padding-top: 30px;
  padding-bottom: 30px;
}

.one-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.one-footer__copyright {
  font-family: "Cairo";
  color: #bbb;
  font-weight: 400;
  font-size: 18px;
  margin: 0 2.5px;
}

.one-footer__links-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.one-footer__links-wrap li {
  margin: 0 2.5px;
}

.one-footer__links-wrap a {
  background-color: rgba(255, 255, 255, 0.3);
}

.two-footer {
  background: #870000;
}

.two-footer__top-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.two-footer__top-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.two-footer__top-form-input {
  max-width: 269px;
  width: 100%;
  height: 52px;
  border: 0;
  margin: 0 3px;
  font-size: 24px;
}

.two-footer__top-form-button {
  max-width: 201px;
  width: 100%;
  height: 52px;
  margin: 0 3px;
  background-color: #c40015;
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}

.two-footer__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.two-footer__bot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.two-footer__bot-nav div {
  margin: 7px 0;
}

.two-footer__bot-nav .logo {
  padding: 20px 0;
}

.two-footer__bot-nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  padding: 7px 15px;
}

@media (min-width: 568px) {
  .one-header__top-new {
    padding: 0 20px;
  }

  .one-header__links-burger-btn {
    display: none;
  }

  .one-header__links-burger-wrap {
    display: none;
  }

  .one-header__nav-burger {
    display: none;
  }

  .two-header__nav-burger {
    display: none;
  }

  .three-header__nav-burger {
    display: none;
  }
}

@media (max-width: 1200px) {
  .swiper {
    width: 950px;
    margin: 0 auto;
  }

  .swiper-slide img {
    max-width: 250px;
  }
}

@media (max-width: 1199px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .two-header__bottom-subscribe {
    font-size: 14px;
    line-height: 208.13%;
  }

  .two-header__bottom-like {
    font-size: 14px;
    line-height: 196.13%;
  }

  .three-header__bottom-subscribe {
    font-size: 14px;
    line-height: 208.13%;
  }

  .three-header__bottom-like {
    font-size: 14px;
    line-height: 196.13%;
  }

  .five-header__search {
    display: none;
  }
}

@media (max-width: 1177px) {
  .main .main-inner .container__product {
    display: none;
  }
}

@media (max-width: 1166px) {
  .symptoms__inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .symptoms__item {
    width: 463px;
  }

  .symptoms__item-text {
    max-width: 235px;
  }

  .symptoms__item-inner {
    width: 398px;
  }

  .symptoms__item-inner .image-wrapper {
    width: 180px;
    height: 180px;
    right: -55px;
    top: -15px;
  }

  .symptoms__item-inner .image-wrapper .image-block {
    width: 167px;
    height: 167px;
  }

  .farmaprost__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .farmaprost__descr {
    text-align: center;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .farmaprost__descr-text {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 1130px) {
  .order .advantages__item.advantages__item--two:nth-child(2)::after {
    display: none;
  }

  .order .advantages__item.advantages__item--two:nth-child(2)::before {
    display: none;
  }
}

@media (max-width: 1111px) {
  .ingredients .section-title {
    padding-right: 0;
  }

  .ingredients__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom__inner-man {
    display: none;
  }
}

@media (max-width: 992px) {
  .main .header .container {
    max-width: 680px;
  }

  .main .header .container .logo {
    margin-left: 70px;
  }

  .main .main-inner {
    padding-top: 45px;
    padding-bottom: 75px;
  }

  .main .main-inner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 680px;
  }

  .main .main-inner__wrapper {
    display: none;
  }

  .main .main-inner__mobile-product {
    display: block;
    max-width: 60%;
    margin: 0 auto;
  }

  .main .main-inner__title {
    margin-left: 65px;
  }

  .main .main-inner__descr {
    margin-left: 70px;
  }

  .advantages {
    text-align: center;
  }

  .advantages .section-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .advantages .section-subtitle {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .advantages__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .advantages__content {
    width: 100%;
  }

  .advantages__content-list {
    max-width: 456px;
    width: 100%;
    margin: 0 auto;
  }

  .advantages__content-list .advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    width: 50%;
  }

  .advantages__doctor {
    width: 100%;
  }

  .advantages__doctor-image {
    display: none;
  }

  .advantages__doctor-image--mobile {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .advantages__footer-item {
    max-width: 397px;
    width: 100%;
  }

  .ingredients .section-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }

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

  .ingredients__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ingredients__list-item {
    max-width: 331px;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ingredients__list-item-text {
    max-width: 243px;
    margin: 0 auto;
  }

  .ingredients__list-item-text-title {
    margin-bottom: 10px;
  }

  .ingredients__list-item-image {
    margin: 0;
    margin-bottom: 15px;
  }

  .howto .section-title {
    font-size: 30px;
    line-height: 36px;
    max-width: 605px;
    margin: 0 auto;
    margin-bottom: 310px;
  }

  .howto__center {
    top: 13%;
    max-width: 335px;
  }

  .howto .advantages__content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .howto .advantages__item {
    margin-bottom: 35px;
  }

  .howto .advantages__item--two {
    margin-top: 0;
  }

  .order .section-title {
    font-size: 30px;
    line-height: 36px;
  }

  .order .advantages__content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order .advantages__item {
    margin-bottom: 25px;
  }

  .order .advantages__content-list .advantages__item:nth-child(2) {
    margin-top: 20px;
  }

  .order .button {
    max-width: 100%;
  }

  .bottom__text-product {
    display: none;
  }

  .bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom__inner-man {
    display: none;
  }

  .bottom__product-mobile {
    display: block;
    max-width: 510px;
    width: 100%;
  }

  .footer__bg-mobile {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 180px;
  }

  .main-with-sitebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-with-sitebar main {
    width: 100%;
  }

  .main-with-sitebar aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .main-with-sitebar aside > div {
    width: calc(50% - 10px);
  }

  .two-header__link {
    font-size: 13px;
  }

  .three-header__link {
    font-size: 13px;
  }

  .three-header__bottom-title {
    font-size: 22px;
  }

  .five-header__nav-link {
    font-size: 16px;
  }

  .six-header__nav {
    display: none;
  }

  .six-header__nav_small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .six-header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 956px) {
  .swiper {
    width: 750px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
    line-height: 43px;
  }

  .section-subtitle {
    text-align: center;
  }

  .swiper {
    width: 355px;
  }

  .swiper-slide img {
    max-width: 100%;
  }

  .swiper-button-next {
    right: 120px;
    top: auto;
    bottom: 115px;
  }

  .swiper-button-prev {
    left: 120px;
    top: auto;
    bottom: 115px;
  }

  .reviews .section-title {
    font-size: 36px;
    line-height: 43px;
  }

  .swiper {
    width: 290px;
    padding-bottom: 0;
  }

  .swiper-button-next {
    right: 95px;
    bottom: 15px;
  }

  .swiper-button-prev {
    left: 95px;
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .social-links-telegram,
  .social-links-facebook,
  .social-links-youtube {
    width: 25px;
    height: 25px;
  }

  .social-links-telegram,
  .social-links-facebook,
  .social-links-youtube {
    width: 25px;
    height: 25px;
  }

  .one-header__top {
    padding: 15px 0;
  }

  .one-header__logo {
    height: 21px;
    padding: 0 27px;
  }

  .one-header__links {
    padding: 0 7px;
  }

  .one-header__links-item {
    font-size: 18px;
  }

  .one-header__nav-item {
    padding: 20px 7px;
  }

  .two-header__search {
    padding: 20px 7px;
  }

  .two-header__bottom-title {
    font-size: 30px;
  }

  .two-header__nav-item {
    padding: 20px 7px;
  }

  .three-header__search {
    padding: 20px 7px;
  }

  .three-header__nav-item {
    padding: 20px 7px;
  }

  .five-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 107px;
    left: 50px;
    background-color: #4a45ba;
    z-index: 3;
    max-height: 0;
    overflow: hidden;
  }

  .five-header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .one-footer__copyright {
    font-size: 17px;
  }
}

@media (max-width: 680px) {
  .main .header .container .logo {
    margin-left: 5px;
  }

  .main .main-inner__title {
    margin-left: 0;
  }

  .main .main-inner__descr {
    margin-left: 5px;
  }

  .farmaprost {
    padding-top: 58px;
  }

  .farmaprost .container {
    overflow: hidden;
  }

  .farmaprost__descr {
    padding-bottom: 0;
    padding-top: 0;
  }

  .farmaprost__descr-title {
    font-size: 36px;
    line-height: 43px;
  }

  .farmaprost__descr-text {
    font-size: 17px;
    margin: 0 auto;
    margin-bottom: 29px;
  }
}

@media (max-width: 665px) {
  .bottom__title {
    font-size: 48px;
    line-height: 57px;
  }

  .bottom__inner {
    padding-bottom: 170px;
  }

  .bottom .bottom__form-wrapper {
    min-width: auto;
  }

  .bottom .main__form-title {
    font-size: 17px;
  }

  .bottom .main__form-subtitle {
    font-size: 31px;
  }

  .bottom .bottom__form-wrapper {
    max-width: 330px;
    width: 100%;
    min-width: 280px;
    padding-bottom: 0;
    height: 462px;
  }

  .bottom .bottom__form-wrapper .main__form {
    max-width: 318px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 30px 20px 50px;
  }

  .bottom .price p {
    font-size: 31px;
  }

  .bottom .timer__item {
    width: 34px;
    height: 45px;
    font-size: 27px;
    margin: 0 2px;
  }

  .bottom .timer__item:nth-child(3) {
    margin-left: 8px;
  }

  .bottom .timer__item:nth-child(4) {
    margin-right: 8px;
  }

  .bottom .main-inner__text {
    max-width: 100%;
    width: 100%;
  }

  .bottom .main-inner__mobile-product {
    display: none;
  }

  .bottom .main-inner__mobile-product--sm {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }

  .bottom .form-top__input {
    height: 45px;
  }

  .bottom .form-button {
    height: 60px;
    font-size: 20px;
  }

  .footer__bg-mobile {
    display: none;
  }

  .footer__bg-mobile-sm {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 639px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .main-with-sitebar aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-with-sitebar aside > div {
    width: 100%;
  }

  .one-header__top {
    padding: 10px 0;
  }

  .one-header__logo {
    height: 19px;
  }

  .one-header__links {
    padding: 0 12px;
  }

  .one-header__links-item {
    font-size: 16px;
    padding: 0 15px;
  }

  .two-header__bottom-title {
    font-size: 38px;
    line-height: 30px;
  }

  .three-header__bottom-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .three-header__bottom-title {
    font-size: 19px;
    line-height: 30px;
  }

  .three-header .breadcrumbs__item {
    font-size: 14px;
  }

  .one-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .one-footer__copyright {
    font-size: 16px;
  }

  .two-footer__top-title {
    text-align: center;
  }

  .two-footer__top-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .two-footer__top-form-input {
    margin-bottom: 15px;
  }
}

@media (max-width: 578px) {
  .section-title {
    font-size: 20px;
    line-height: 24px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  .section-subtitle {
    font-size: 15px;
    line-height: 18px;
    max-width: 320px;
    width: 100%;
  }

  .main {
    padding: 0;
  }

  .main .header {
    padding-top: 20px;
  }

  .main .main-inner {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .main .main-inner__title {
    font-size: 48px;
    line-height: 57px;
  }

  .main .main-inner__descr {
    font-size: 15px;
    line-height: 18px;
    max-width: 300px;
    margin-bottom: 5px;
  }

  .main .main__form-title {
    font-size: 17px;
  }

  .main .main__form-subtitle {
    font-size: 31px;
  }

  .main .bottom__form-wrapper {
    max-width: 330px;
    width: 100%;
    min-width: 280px;
    padding-bottom: 0;
    height: 462px;
  }

  .main .bottom__form-wrapper .main__form {
    max-width: 318px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 30px 20px 50px;
  }

  .main .price p {
    font-size: 31px;
  }

  .main .timer__item {
    width: 34px;
    height: 45px;
    font-size: 27px;
    margin: 0 2px;
  }

  .main .timer__item:nth-child(3) {
    margin-left: 8px;
  }

  .main .timer__item:nth-child(4) {
    margin-right: 8px;
  }

  .main .main-inner__text {
    max-width: 100%;
    width: 100%;
  }

  .main .main-inner__mobile-product {
    display: none;
  }

  .main .main-inner__mobile-product--sm {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .main .form-top__input {
    height: 45px;
  }

  .main .form-button {
    height: 60px;
    font-size: 20px;
    line-height: 40px;
  }

  .symptoms {
    padding-top: 150px;
  }

  .symptoms .section-subtitle {
    margin-bottom: 33px;
  }

  .symptoms__item {
    max-width: 279px;
    height: 74px;
    margin-bottom: 29px;
  }

  .symptoms__item-inner {
    height: 64px;
    padding-right: 10px;
  }

  .symptoms__item-inner .image-wrapper {
    width: 85px;
    height: 85px;
    right: -20px;
    top: -5px;
  }

  .symptoms__item-inner .image-wrapper .image-block {
    width: 78px;
    height: 78px;
  }

  .symptoms__item-text {
    font-size: 14px;
    line-height: 15px;
    max-width: 146px;
  }

  .symptoms__item-number {
    font-size: 50px;
    line-height: 58px;
  }

  .farmaprost__descr {
    width: 100%;
    min-width: auto;
  }

  .farmaprost__descr-title {
    font-size: 19px;
    line-height: 23px;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .farmaprost__descr-text {
    font-size: 14px;
    line-height: 156%;
    max-width: 320px;
  }

  .farmaprost__descr .button {
    max-width: 314px;
    width: 100%;
  }

  .farmaprost__image {
    margin-top: 50px;
  }

  .advantages__content-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .advantages__content-list .advantages__item {
    width: 100%;
  }

  .advantages__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }

  .advantages__footer-item {
    max-width: 397px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 27px;
  }

  .advantages__footer-item-image {
    margin-bottom: 15px;
  }

  .advantages__footer-item-text-number {
    font-size: 50px;
    line-height: 59px;
    margin: 0;
  }

  .advantages__footer-item-text-descr {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
  }

  .ingredients {
    padding-top: 30px;
  }

  .ingredients .container {
    overflow: hidden;
  }

  .ingredients .section-title {
    font-size: 24px;
    line-height: 28px;
  }

  .ingredients__list {
    margin: 0;
  }

  .ingredients__list-item {
    width: 100%;
  }

  .ingredients__image {
    margin-left: -60px;
    margin-right: -60px;
  }

  .howto {
    padding-bottom: 50px;
  }

  .howto__center {
    max-width: 274px;
  }

  .howto .section-title {
    margin-bottom: 250px;
    max-width: 320px;
  }

  .howto__center {
    top: 19%;
  }

  .bottom {
    padding-top: 0;
  }

  .bottom .form-button {
    line-height: 40px;
  }

  .bottom__title {
    font-size: 48px;
    line-height: 57px;
  }

  .bottom__subtitle {
    font-size: 15px;
    line-height: 18px;
  }

  .bottom__subtitle span {
    font-weight: 700;
  }
}

@media (max-width: 567px) {
  .one-header__top > .container {
    padding: 0 20px;
  }

  .one-header__logo {
    padding: 0;
  }

  .one-header__links {
    display: none;
  }

  .one-header__nav {
    display: none;
  }

  .two-header__search {
    padding: 8px 7px;
  }

  .two-header__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .two-header__bottom-img {
    width: 70px;
    margin: 0 10px;
  }

  .two-header__bottom-inner {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .two-header__bottom .icon-social {
    width: 25px;
    height: 25px;
  }

  .two-header__bottom-subtitle {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 28px;
  }

  .two-header__bottom-item {
    margin-bottom: 15px;
  }

  .two-header__nav {
    display: none;
  }

  .three-header__search {
    padding: 8px 7px;
  }

  .three-header__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .three-header__bottom-inner {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .three-header__bottom .icon-social {
    width: 25px;
    height: 25px;
  }

  .three-header__bottom-subtitle {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 28px;
  }

  .three-header__nav {
    display: none;
  }

  .four-header__top {
    padding-top: 20px;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .four-header__top-logo {
    width: 70%;
  }

  .four-header__top-nav {
    text-align: center;
  }

  .four-header__top-nav-title {
    font-size: 26px;
    line-height: 38px;
  }

  .four-header__top-nav-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .four-header__top-nav-link {
    padding: 6px 15px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  .four-header__bottom {
    text-align: center;
  }

  .four-header__bottom-title {
    font-size: 28px;
    line-height: 36px;
  }

  .one-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .one-footer__copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
  }

  .two-footer__bot {
    display: none;
  }
}

@media (max-width: 479px) {
  .main-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .one-header__top {
    padding: 5px 0;
  }

  .one-header__logo {
    height: 17px;
  }

  .one-header__links-item {
    font-size: 15px;
    padding: 0 10px;
  }

  .one-header__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .one-header__nav-burger-btn {
    padding: 7px 0;
  }

  .three-header__bottom-title {
    margin: 0;
    text-align: center;
  }

  .three-header__bottom-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .three-header .breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .three-header .breadcrumbs__item {
    font-size: 12px;
  }

  .six-header__subheader {
    padding-top: 15px;
  }

  .six-header__subheader-title {
    margin-top: 15px;
    font-size: 32px;
    line-height: 32px;
  }

  .six-header__subheader-nav {
    margin-bottom: 25px;
  }

  .six-header__subheader-nav-link {
    font-size: 14px;
    line-height: 33px;
    height: 33px;
  }

  .six-header__subheader-rec {
    display: none;
  }
}
