.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 {
  font-family: "Cairo";
  src:
    url(../fonts/Cairo-Regular.woff2) format("woff2"),
    url(../fonts/Cairo-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah 1964 R";
  src:
    url(../fonts/Ara-Hamah-1982-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-1982-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah AlFidaa";
  src:
    url(../fonts/Ara-Hamah-AlFidaa-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-AlFidaa-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah Alislam";
  src:
    url(../fonts/Ara-Hamah-Alislam-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-Alislam-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah 1964 B";
  src:
    url(../fonts/Ara-Hamah-1964-Bold.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-1964-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah Zanki";
  src:
    url(../fonts/Ara-Hamah-Zanki-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-Zanki-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah AlThawra";
  src:
    url(../fonts/Ara-Hamah-AlThawra-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-AlThawra-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah Kilania";
  src:
    url(../fonts/Ara-Hamah-Kilania-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-Kilania-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src:
    url(../fonts/Oswald-Light.woff2) format("woff2"),
    url(../fonts/Oswald-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src:
    url(../fonts/Oswald-Regular.woff2) format("woff2"),
    url(../fonts/Oswald-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src:
    url(../fonts/Oswald-Bold.woff2) format("woff2"),
    url(../fonts/Oswald-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url(../fonts/BebasNeueCyrillic.eot);
  src:
    local("Bebas Neue Cyrillic"),
    local("BebasNeueCyrillic"),
    url(../fonts/BebasNeueCyrillic.eot?#iefix) format("embedded-opentype"),
    url(../fonts/BebasNeueCyrillic.woff2) format("woff2"),
    url(../fonts/BebasNeueCyrillic.woff) format("woff"),
    url(../fonts/BebasNeueCyrillic.ttf) format("truetype");
  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.js-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);
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.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;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.section-title {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  max-width: 880px;
  text-transform: uppercase;
}
.section-title span {
  color: #e2bd11;
}
.section-subtitle {
  font-family: "Ara Hamah Zanki";
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  max-width: 470px;
  text-align: center;
}
.button {
  width: 100%;
  max-width: 287px;
  height: 65px;
  display: block;
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 26px;
  line-height: 65px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fed068),
    color-stop(50.52%, #ffdf9c),
    to(#ffd06a)
  );
  background: linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  -webkit-box-shadow: 0 15px 28px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7e7e7e), to(#444343));
  background: linear-gradient(180deg, #7e7e7e 0, #444343 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
}
.button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.promo {
  background: url(../img/promo-bg.png) center/cover no-repeat;
  color: #fff;
  padding-bottom: 67px;
  position: relative;
}
.promo .header {
  padding: 40px 0;
  margin-bottom: 35px;
}
.promo .header__inner {
  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;
}
.promo .header__logo {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 66px;
  line-height: 82px;
}
.promo .header__nav {
  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;
  max-width: 545px;
  width: 100%;
}
.promo .header__nav-link {
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.promo__inner {
  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-bottom: 50px;
  position: relative;
}
.promo__inner-man {
  position: absolute;
  left: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.promo__descr-title {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 66px;
  line-height: 82px;
  max-width: 450px;
  margin-bottom: 15px;
}
.promo__descr-title span {
  color: #e2bd11;
}
.promo__descr-text {
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  max-width: 306px;
  margin-bottom: 25px;
}
.promo__arrow {
  position: absolute;
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -18px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 46px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.promo .copyrights {
  font-family: "Ara Hamah Zanki", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fbfbfb;
  opacity: 0.8;
}
.promo .mobile-man {
  display: none;
}
.bottom {
  background: url(../img/bottom-bg.png) center/cover no-repeat;
  padding-top: 75px;
}
.bottom .promo__inner {
  padding-top: 50px;
}
.bottom .promo__inner-man {
  top: 0;
}
.counter {
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 46px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  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;
  width: 291px;
  height: 154px;
  position: relative;
}
.counter-title {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
.counter-text {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.counter .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.counter .count__item {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 42px;
  background: #fff;
  -webkit-box-shadow: 0 6px 17px rgba(0, 0, 0, 0.11);
  box-shadow: 0 6px 17px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  width: 31px;
  height: 42px;
  color: #e2bd11;
  text-align: center;
  margin: 0 2px;
}
.counter .count__text {
  margin-left: 12px;
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 49px;
  line-height: 61px;
  color: #e2bd11;
}
.counter-img {
  margin-left: -7px;
}
.counter::before {
  content: "";
  position: absolute;
  left: -11px;
  top: -13px;
  width: 29px;
  height: 29px;
  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:
    url(../img/pluss.svg) center no-repeat,
    -webkit-gradient(linear, left top, right top, color-stop(0, #fed068), color-stop(50.52%, #ffdf9c), to(#ffd06a));
  background:
    url(../img/pluss.svg) center no-repeat,
    linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  border-radius: 50%;
}
.counter-mobile {
  display: none;
}
.form-box {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 46px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 21px 40px 29px;
  max-width: 367px;
  width: 100%;
  text-align: center;
}
.form-box__title {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.form-box__title span {
  color: #e2bd11;
}
.form-box .price {
  font-family: "Ara Hamah Zanki";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 23px;
}
.form-box .price .new {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #e2bd11;
  margin: 0 5px;
}
.form-box .price .old {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-decoration: line-through;
  margin: 0 5px;
}
.form__label {
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  max-width: 287px;
  padding-right: 18px;
  position: relative;
  margin-right: 15px;
}
.form__label-phone:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 15px;
  height: 13px;
  background: url(../img/phone.svg) center/cover no-repeat;
}
.form__label-name:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 15px;
  height: 13px;
  background: url(../img/user.svg) center/cover no-repeat;
}
.form__input {
  font-family: "Ara Hamah 1964 R";
  width: 100%;
  height: 64.33px;
  background: #fbfbfb;
  -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  padding: 17px 26px 13px;
  outline: 0;
  border: 0;
  margin-bottom: 12px;
  max-width: 287px;
}
.form__input[type="tel"] {
  direction: ltr;
  text-align: right;
}
.form__input[type="tel"]::-webkit-input-placeholder {
  direction: rtl;
  text-align: right;
}
.form__input[type="tel"]::-moz-placeholder {
  direction: rtl;
  text-align: right;
}
.form__input[type="tel"]:-ms-input-placeholder {
  direction: rtl;
  text-align: right;
}
.form__input[type="tel"]::placeholder {
  direction: rtl;
  text-align: right;
}
.form__button {
  margin-top: 20px;
}
.help {
  padding-top: 85px;
  background: url(../img/help-bg.png) center/cover no-repeat;
  position: relative;
}
.help .section-title {
  max-width: 826px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
.help .section-subtitle {
  margin: 0 auto;
}
.help__subtitle {
  max-width: 240px;
}
.help__inner {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.help__item {
  width: 360px;
  height: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fed068),
    color-stop(50.52%, #ffdf9c),
    to(#ffd06a)
  );
  background: linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  border-radius: 10px;
  padding-right: 25px;
  position: relative;
  margin-bottom: 50px;
}
.help__item:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 50%;
  background:
    url(../img/pluss.svg) center no-repeat,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #141e30), to(#243b55));
  background:
    url(../img/pluss.svg) center no-repeat,
    linear-gradient(180deg, #141e30 0, #243b55 100%);
  right: 25px;
  top: -14px;
}
.help__item--dark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #141e30), to(#243b55));
  background: linear-gradient(180deg, #141e30 0, #243b55 100%);
  color: #fff;
}
.help__item--dark:before {
  background:
    url(../img/pluss.svg) center no-repeat,
    -webkit-gradient(linear, left top, right top, color-stop(0, #fed068), color-stop(50.52%, #ffdf9c), to(#ffd06a));
  background:
    url(../img/pluss.svg) center no-repeat,
    linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
}
.help__item-title {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
}
.help__item-text {
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-size: 15px;
  line-height: 141.9%;
  max-width: 204px;
}
.help__item-img {
  position: absolute;
  left: 0;
  top: 0;
}
.help__item-img--3 {
  max-height: 189px;
}
.help__item-img--6 {
  left: 10px;
}
.help .button {
  margin: 0 auto;
  margin-top: 29px;
  position: relative;
  height: 79px;
  line-height: 79px;
}
.help .button::before {
  content: "";
  position: absolute;
  background: url(../img/arrow-right.svg) center/cover no-repeat;
  width: 106px;
  height: 90px;
  left: -158px;
  top: -42px;
}
.help .button::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-left.svg) center/cover no-repeat;
  width: 106px;
  height: 90px;
  right: -158px;
  top: -42px;
}
.help__flower {
  position: absolute;
  right: 0;
  top: -160px;
}
.help .swiper-help {
  display: none;
}
.prob {
  background: url(../img/prob-bg.png) center/cover no-repeat;
  padding-top: 55px;
  position: relative;
}
.prob .section-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 430px;
}
.prob .section-subtitle {
  max-width: 377px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.prob__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.prob .prob-list {
  margin-left: -25px;
}
.prob .prob-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.prob .prob-list__item p {
  max-width: 228px;
}
.prob .prob__center {
  margin-left: -5px;
  margin-top: -40px;
}
.prob .prob__center-beforeafter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.prob .prob__center-beforeafter .before-text {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(82, 82, 82, 0.6549019608);
}
.prob .prob__center-beforeafter .before-subtext {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #525252;
}
.prob .prob__results {
  margin-left: auto;
}
.prob .prob__results-item {
  margin-bottom: 35px;
}
.prob .prob__results-item-title {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  text-align: right;
  text-transform: uppercase;
  color: #ffc84d;
}
.prob .prob__results-item-text {
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7e7e7e), to(#444343));
  background: linear-gradient(180deg, #7e7e7e 0, #444343 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 228px;
}
.prob__flower {
  position: absolute;
  left: 0;
  top: -350px;
}
.order {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #141e30), to(#243b55));
  background: linear-gradient(180deg, #141e30 0, #243b55 100%);
  color: #fff;
  margin-top: 30px;
}
.order__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order__top .counter {
  margin-left: 68px;
}
.order__top .section-title {
  max-width: 478px;
}
.order__top .section-subtitle {
  max-width: 460px;
  width: 100%;
  text-align: right;
  opacity: 0.8;
}
.order .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1023px;
  width: 100%;
  margin-top: 30px;
}
.order .form__input {
  min-width: 287px;
  margin-bottom: 0;
  margin-left: 15px;
}
.order .form__button {
  margin-top: 0;
}
.order__inner {
  position: relative;
  z-index: 1;
  padding: 76px 15px 76px;
}
.order__inner-man {
  position: absolute;
  left: -290px;
  top: 0;
  z-index: -1;
}
.order__wrapper {
  margin-top: -30px;
  overflow: hidden;
}
.order .mobile {
  display: none;
}
.results {
  padding: 87px 0 30px;
  background: url(../img/help-bg.png) center/cover no-repeat;
}
.results .container {
  position: relative;
}
.results__inner {
  padding-bottom: 40px;
}
.results__wrapper {
  overflow: hidden;
}
.results .section-title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
.results .section-subtitle {
  margin: 0 auto;
  margin-bottom: 15px;
}
.results .swiper-wrapper {
  padding-bottom: 50px;
}
.results .swiper-pagination-bullet {
  background: #d9d9d9;
  width: 10px;
  height: 10px;
}
.results .swiper-pagination-bullet-active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fed068),
    color-stop(50.52%, #ffdf9c),
    to(#ffd06a)
  );
  background: linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
}
.results .swiper-button-prev:after {
  display: none;
}
.results .swiper-button-prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  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:
    url(../img/swiper-left.svg) center no-repeat,
    -webkit-gradient(linear, left top, right top, color-stop(0, #fed068), color-stop(50.52%, #ffdf9c), to(#ffd06a));
  background:
    url(../img/swiper-left.svg) center no-repeat,
    linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  border-radius: 50%;
}
.results .swiper-button-next:after {
  display: none;
}
.results .swiper-button-next:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  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:
    url(../img/swiper-right.svg) center no-repeat,
    -webkit-gradient(linear, left top, right top, color-stop(0, #fed068), color-stop(50.52%, #ffdf9c), to(#ffd06a));
  background:
    url(../img/swiper-right.svg) center no-repeat,
    linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  border-radius: 50%;
}
.results .swiper-results {
  width: 840px;
  height: 480px;
}
.results .swiper-results__item {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.results .swiper-results__item-title {
  font-family: "Ara Hamah Zanki";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #ffc84d;
  margin-top: 23px;
  margin-bottom: 10px;
}
.results .swiper-results__item-text {
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-align: center;
  color: #525252;
  max-width: 616px;
  margin: 0 auto;
}
.results .swiper-results__img {
  width: 100%;
}
.results .swiper-results__img-xs {
  display: none;
}
.results__button {
  margin: 0 auto;
  margin-top: 26px;
}
.results__cup-l {
  position: absolute;
  left: -300px;
  top: 250px;
}
.results__cup-r {
  position: absolute;
  right: -300px;
  top: 50px;
}
.contain {
  padding-top: 25px;
}
.contain__mobile {
  display: none;
}
.contain .section-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 37px;
}
.contain__inner {
  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-bottom: 50px;
  position: relative;
  z-index: 2;
}
.contain__one {
  max-width: 351px;
  width: 100%;
  text-align: right;
}
.contain__two {
  max-width: 351px;
  width: 100%;
  -moz-text-align-last: left;
  text-align-last: left;
}
.contain__two .contain__item-text {
  text-align: left;
}
.contain__item {
  max-width: 200px;
  position: relative;
}
.contain__item::after {
  content: "";
  position: absolute;
  top: 0;
  font-family: "Trajan";
  font-weight: 600;
  font-size: 104px;
  line-height: 156px;
  text-transform: uppercase;
  color: #333;
  opacity: 0.05;
}
.contain__item--1::after {
  content: "01";
  left: 0;
  top: 0;
}
.contain__item--2::after {
  content: "02";
  left: 0;
  top: 0;
}
.contain__item--3::after {
  content: "03";
  left: 0;
  top: 0;
}
.contain__item--4::after {
  content: "04";
  right: 0;
  top: 0;
}
.contain__item--5::after {
  content: "05";
  right: 0;
  top: 0;
}
.contain__item--6::after {
  content: "06";
  right: 0;
  top: 0;
}
.contain__item--1 {
  margin-bottom: 100px;
  margin-left: auto;
}
.contain__item--2 {
  margin-bottom: 50px;
}
.contain__item--3 {
  margin-left: auto;
}
.contain__item--4 {
  margin-bottom: 100px;
}
.contain__item--5 {
  margin-bottom: 50px;
  margin-left: auto;
}
.contain__item-title {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #525252;
  margin-bottom: 10px;
}
.contain__item-text {
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #525252;
}
.contain__img {
  position: relative;
}
.contain__img:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background:
    url(../img/pluss.svg) center no-repeat,
    #ffc84d;
  border-radius: 50%;
  left: -14px;
  top: 48%;
}
.contain__img:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background:
    url(../img/pluss.svg) center no-repeat,
    #ffc84d;
  border-radius: 50%;
  right: -14px;
  top: 48%;
}
.contain__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.contain__wrapper-flower-l {
  position: absolute;
  left: -95px;
  bottom: -35px;
}
.contain__wrapper-flower-r {
  position: absolute;
  right: -95px;
  bottom: -35px;
}
.contain .swiper-contain {
  display: none;
}
.reviews {
  margin-top: -70px;
  padding: 82px 0 62px;
  background: url(../img/reviews-bg.png) center/cover no-repeat;
  color: #fff;
  position: relative;
}
.reviews .section-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.reviews .section-subtitle {
  margin: 0 auto;
  margin-bottom: 25px;
}
.reviews .swiper-reviews {
  width: 750px;
  height: 465px;
}
.reviews .swiper-reviews .swiper-wrapper {
  padding-bottom: 100px;
}
.reviews .swiper-reviews .swiper-pagination-bullet {
  background: #d9d9d9;
  width: 10px;
  height: 10px;
}
.reviews .swiper-reviews .swiper-pagination-bullet-active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fed068),
    color-stop(50.52%, #ffdf9c),
    to(#ffd06a)
  );
  background: linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
}
.reviews .swiper-reviews .swiper-button-prev:after {
  display: none;
}
.reviews .swiper-reviews .swiper-button-prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  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:
    url(../img/swiper-left.svg) center no-repeat,
    -webkit-gradient(linear, left top, right top, color-stop(0, #fed068), color-stop(50.52%, #ffdf9c), to(#ffd06a));
  background:
    url(../img/swiper-left.svg) center no-repeat,
    linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  border-radius: 50%;
}
.reviews .swiper-reviews .swiper-button-next:after {
  display: none;
}
.reviews .swiper-reviews .swiper-button-next:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  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:
    url(../img/swiper-right.svg) center no-repeat,
    -webkit-gradient(linear, left top, right top, color-stop(0, #fed068), color-stop(50.52%, #ffdf9c), to(#ffd06a));
  background:
    url(../img/swiper-right.svg) center no-repeat,
    linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  border-radius: 50%;
}
.reviews .swiper-reviews__card {
  padding: 29px 45px;
  max-width: 653px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 46px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  position: relative;
}
.reviews .swiper-reviews__card-top {
  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-family: "Ara Hamah Zanki";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fed068),
    color-stop(50.52%, #ffdf9c),
    to(#ffd06a)
  );
  background: linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
.reviews .swiper-reviews__card-top img {
  margin: 0 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.reviews .swiper-reviews__card-text {
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fbfbfb;
  opacity: 0.8;
}
.reviews .swiper-reviews__card-img {
  max-width: 335px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 26px;
}
.reviews .swiper-reviews__card .button {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -60px;
}
.howtoorder {
  background: url(../img/order-bg.png) center/cover no-repeat;
  padding: 90px 0;
}
.howtoorder .section-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 140px;
}
.howtoorder__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.howtoorder__item {
  max-width: 364px;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fed068),
    color-stop(50.52%, #ffdf9c),
    to(#ffd06a)
  );
  background: linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  border-radius: 10px;
  max-height: 363px;
  position: relative;
}
.howtoorder__item:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 50%;
  background:
    url(../img/pluss.svg) center no-repeat,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #141e30), to(#243b55));
  background:
    url(../img/pluss.svg) center no-repeat,
    linear-gradient(180deg, #141e30 0, #243b55 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -14px;
}
.howtoorder__item--dark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #141e30), to(#243b55));
  background: linear-gradient(180deg, #141e30 0, #243b55 100%);
  color: #fff;
  margin-top: -90px;
}
.howtoorder__item--dark .howtoorder__item-text {
  color: #fff;
}
.howtoorder__item--dark:before {
  background:
    url(../img/pluss.svg) center no-repeat,
    -webkit-gradient(linear, left top, right top, color-stop(0, #fed068), color-stop(50.52%, #ffdf9c), to(#ffd06a));
  background:
    url(../img/pluss.svg) center no-repeat,
    linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
}
.howtoorder__item-title {
  font-family: "Ara Hamah Kilania";
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.howtoorder__item-text {
  font-family: "Ara Hamah 1964 R";
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #525252;
  opacity: 0.8;
  max-width: 250px;
}
.howtoorder .swiper-howtoorder {
  display: none;
}
html {
  scroll-behavior: smooth;
}
.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 {
  font-family: "Cairo";
  src:
    url(../fonts/Cairo-Regular.woff2) format("woff2"),
    url(../fonts/Cairo-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah 1964 R";
  src:
    url(../fonts/Ara-Hamah-1982-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-1982-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah AlFidaa";
  src:
    url(../fonts/Ara-Hamah-AlFidaa-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-AlFidaa-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah Alislam";
  src:
    url(../fonts/Ara-Hamah-Alislam-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-Alislam-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah 1964 B";
  src:
    url(../fonts/Ara-Hamah-1964-Bold.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-1964-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah Zanki";
  src:
    url(../fonts/Ara-Hamah-Zanki-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-Zanki-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah AlThawra";
  src:
    url(../fonts/Ara-Hamah-AlThawra-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-AlThawra-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ara Hamah Kilania";
  src:
    url(../fonts/Ara-Hamah-Kilania-Regular.woff2) format("woff2"),
    url(../fonts/Ara-Hamah-Kilania-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src:
    url(../fonts/Oswald-Light.woff2) format("woff2"),
    url(../fonts/Oswald-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src:
    url(../fonts/Oswald-Regular.woff2) format("woff2"),
    url(../fonts/Oswald-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src:
    url(../fonts/Oswald-Bold.woff2) format("woff2"),
    url(../fonts/Oswald-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url(../fonts/BebasNeueCyrillic.eot);
  src:
    local("Bebas Neue Cyrillic"),
    local("BebasNeueCyrillic"),
    url(../fonts/BebasNeueCyrillic.eot?#iefix) format("embedded-opentype"),
    url(../fonts/BebasNeueCyrillic.woff2) format("woff2"),
    url(../fonts/BebasNeueCyrillic.woff) format("woff"),
    url(../fonts/BebasNeueCyrillic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 1495px) {
  .contain__wrapper-flower-l,
  .contain__wrapper-flower-r {
    display: none;
  }
  .contain__img {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 1470px) {
  .order__inner .desktop {
    display: none;
  }
  .order__inner .mobile {
    display: block;
  }
  .order__inner-man {
    left: -30px;
    top: auto;
    bottom: 0;
  }
  .order__top {
    -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;
  }
  .order__top .section-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .order__top .section-subtitle {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .order .form-box {
    margin-left: 50%;
    margin-top: 35px;
  }
  .order .form-box .form {
    display: block;
  }
  .order .form-box .form .button {
    margin-top: 25px;
  }
}
@media (max-width: 1400px) {
  .help__flower {
    width: 280px;
  }
}
@media (max-width: 1336px) {
  .prob__flower {
    display: none;
  }
  .prob .prob-list {
    margin-left: 0;
  }
  .prob-list__item img {
    max-width: 100px;
  }
}
@media (max-width: 1199px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1182px) {
  .prob__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prob .prob__center {
    margin-left: auto;
    margin-right: auto;
  }
  .prob .prob__center-img {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1164px) {
  .howtoorder__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;
  }
  .howtoorder__item {
    margin-bottom: 25px;
  }
  .howtoorder__item--dark {
    margin-top: 0;
  }
  .howtoorder .section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1109px) {
  .help__inner {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 992px) {
  .section-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
  }
  .promo {
    background: url(../img/main-bg-sm.png) center/cover no-repeat;
  }
  .promo__arrow {
    display: none;
  }
  .promo .header {
    margin-bottom: 0;
  }
  .promo .header__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promo .header__nav {
    display: none;
  }
  .promo__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo__inner-man {
    width: 38%;
    left: 42%;
    width: 38%;
    top: 170px;
    min-width: 310px;
  }
  .promo__descr {
    max-width: 700px;
    width: 100%;
    margin-bottom: 110px;
  }
  .promo__descr-title {
    font-size: 46px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .promo__descr-text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }
  .promo__descr .counter {
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  .bottom {
    background: url(../img/bottom-bg.png) center/cover no-repeat;
  }
  .prob .section-title {
    max-width: 460px;
  }
  .prob__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prob .section-subtitle {
    margin-bottom: 30px;
  }
  .prob .prob-list {
    margin-bottom: 25px;
  }
  .prob .prob__center {
    margin-bottom: 20px;
  }
  .prob .prob__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 545px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  .prob .prob__results-item {
    text-align: center;
    max-width: 120px;
  }
  .prob .prob__results-item-title {
    text-align: center;
    font-size: 22px;
    line-height: 33px;
  }
  .prob .prob__results-item-text {
    font-size: 12px;
    line-height: 18px;
  }
  .order .section-title {
    max-width: 544px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .order .form-box {
    margin-left: auto;
  }
  .results .swiper-results {
    width: 550px;
    height: 400px;
  }
  .results .swiper-results__item {
    max-width: 530px;
  }
  .results .swiper-results__item img {
    width: 100%;
  }
  .results .swiper-results .swiper-button-prev {
    left: 0;
  }
  .results .swiper-results .swiper-button-next {
    right: 0;
  }
  .contain__img img {
    max-width: 215px;
  }
  .contain__img:after {
    width: 14px;
    height: 14px;
    left: -5px;
  }
  .contain__img:before {
    width: 14px;
    height: 14px;
    right: -5px;
  }
  .contain__item-title {
    font-size: 16px;
    line-height: 24px;
  }
  .contain__item-text {
    font-size: 14px;
    line-height: 21px;
  }
  .contain__item--1 {
    margin-bottom: 40px;
    margin-right: -30px;
    max-width: 230px;
  }
  .contain__item--4 {
    margin-bottom: 35px;
    margin-left: -30px;
    max-width: 230px;
  }
  .contain__item--3 {
    margin-right: -30px;
    max-width: 230px;
  }
  .contain__item--6 {
    margin-left: -30px;
    max-width: 230px;
  }
}
@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);
  }
}
@media (max-width: 787px) {
  .order__inner {
    padding-bottom: 40px;
  }
  .order__inner-man {
    left: -70px;
  }
  .reviews {
    margin-top: 0;
  }
  .reviews .swiper-reviews {
    width: 500px;
  }
  .reviews .swiper-reviews__card {
    max-width: 470px;
  }
}
@media (max-width: 768px) {
  .section-subtitle {
    font-family: "Ara Hamah Zanki";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    opacity: 0.8;
    max-width: 280px;
  }
  .help {
    padding-top: 40px;
  }
  .help__flower {
    width: 170px;
    top: -30px;
  }
  .help__inner {
    display: none;
  }
  .help .section-title {
    max-width: 320px;
  }
  .help .swiper-help {
    display: block;
    height: 273px;
  }
  .help .swiper-help .swiper-pagination-bullet {
    background: #d9d9d9;
    width: 10px;
    height: 10px;
  }
  .help .swiper-help .swiper-pagination-bullet-active {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #fed068),
      color-stop(50.52%, #ffdf9c),
      to(#ffd06a)
    );
    background: linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  }
  .help__item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  .help .button {
    max-width: 280px;
    height: 71px;
    font-size: 17px;
    line-height: 71px;
  }
  .help .button::before {
    left: -98px;
    top: -152px;
  }
  .help .button::after {
    right: -98px;
    top: -152px;
  }
}
@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;
  }
}
@media (max-width: 656px) {
  .counter {
    display: none;
  }
  .counter-mobile {
    display: block;
    width: 92px;
    background: rgba(255, 255, 255, 0.22);
    border: 2px solid rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 10px 46px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 46px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 110.4%;
    text-align: right;
    color: #fbfbfb;
    text-align: center;
    padding: 7px;
    margin-bottom: 4px;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  .counter-mobile .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
  .counter-mobile .count__item {
    font-family: "Oswald", sans-serif;
    background: #fff;
    -webkit-box-shadow: 0 6px 17px rgba(0, 0, 0, 0.11);
    box-shadow: 0 6px 17px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #fed068;
    width: 25px;
    height: 33px;
    margin: 0 3px;
  }
  .counter-mobile__text {
    font-family: "Ara Hamah Kilania";
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fed068;
  }
  .counter-mobile__title {
    font-family: "Ara Hamah Kilania";
    font-weight: 400;
    font-size: 14px;
  }
  .promo .header {
    padding: 20px 0;
  }
  .promo__descr {
    max-width: 578px;
    margin-bottom: -35px;
  }
  .promo__descr-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
  }
  .promo__descr-text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .promo__inner-man {
    display: none;
  }
  .promo .mobile-man {
    display: block;
    position: relative;
    max-width: 350px;
    margin: 0 auto;
  }
  .promo .mobile-man img {
    margin: 0 auto;
  }
  .promo .mobile-man .counter-mobile {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 652px) {
  .order__inner .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .order__inner-man {
    display: none;
  }
  .order__inner .form-box {
    margin: 0 auto;
  }
  .order__inner .form-box .form__input {
    min-width: auto;
    margin-right: 0;
    margin-left: 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%;
  }
}
@media (max-width: 638px) {
  .contain {
    padding-top: 0;
  }
  .contain__wrapper {
    padding-bottom: 20px;
  }
  .contain__mobile {
    display: block;
    margin: 0 auto;
  }
  .contain__inner {
    display: none;
  }
  .contain .swiper-contain {
    display: block;
    height: 165px;
  }
  .contain .swiper-contain .swiper-pagination-bullet {
    background: #d9d9d9;
    width: 10px;
    height: 10px;
  }
  .contain .swiper-contain .swiper-pagination-bullet-active {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #fed068),
      color-stop(50.52%, #ffdf9c),
      to(#ffd06a)
    );
    background: linear-gradient(90deg, #fed068 0, #ffdf9c 50.52%, #ffd06a 100%);
  }
  .contain__item {
    text-align: center;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 35px;
  }
  .contain__item::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .contain__item-title {
    text-align: center;
  }
  .contain__item-text {
    text-align: center;
  }
}
@media (max-width: 587px) {
  .results {
    padding-top: 25px;
  }
  .results .swiper-results {
    width: 280px;
    height: 560px;
  }
  .results .swiper-results .swiper-button-prev,
  .results .swiper-results .swiper-button-next {
    display: none;
  }
  .results .swiper-results__item {
    max-width: 280px;
  }
  .results .swiper-results__item-text {
    text-align: right;
  }
  .results .swiper-results__img {
    display: none;
  }
  .results .swiper-results__img-xs {
    display: block;
    max-width: 165px;
    margin-left: auto;
    margin-right: auto;
  }
  .results__cup-l,
  .results__cup-r {
    display: none;
  }
}
@media (max-width: 578px) {
  .section-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
  }
  .form-box {
    padding-right: 22px;
    padding-left: 22px;
  }
  .form-box .price {
    margin-bottom: 10px;
  }
  .form-box__title {
    font-size: 20px;
    line-height: 139.4%;
  }
  .form-box .button {
    margin: 0 auto;
    margin-top: 20px;
  }
  .promo {
    padding-bottom: 25px;
  }
  .bottom {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .help .swiper-help {
    height: 233px;
  }
  .help .button::after,
  .help .button::before {
    display: none;
  }
  .help__flower {
    display: none;
  }
  .help__item {
    width: 280px;
    height: 147px;
  }
  .help__item-title {
    font-family: "Trajan";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
  .help__item-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 141.9%;
    max-width: 159px;
  }
  .help__item-img {
    max-height: 147px;
  }
  .help__item:before {
    left: 13px;
    top: -20px;
  }
  .prob .prob__center-img {
    max-width: 280px;
  }
  .prob .prob__results-item-title {
    text-align: center;
    font-size: 15px;
    line-height: 27px;
  }
  .prob-list__item {
    max-width: 280px;
  }
  .prob-list__item img {
    max-width: 80px;
  }
  .reviews .swiper-reviews {
    width: 280px;
    height: 100%;
    height: 550px;
  }
  .reviews .swiper-reviews__card {
    max-width: 280px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .reviews .swiper-reviews__card-img {
    max-width: 249px;
  }
  .reviews .swiper-reviews__card-text {
    text-align: right;
  }
  .reviews .swiper-reviews .swiper-button-prev,
  .reviews .swiper-reviews .swiper-button-next {
    display: none;
  }
  .reviews .swiper-reviews .button {
    max-width: 250px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Ara Hamah Zanki", sans-serif;
  }
  .howtoorder {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .howtoorder__item {
    width: 280px;
  }
  .howtoorder__item img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .main-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
