html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --main-font: "Montserrat";
  --main-color: #2E2E2E;
  --vh: 1vh;
  --100vh: calc(var(--vh, 1vh) * 100);
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  font-family: var(--main-font);
  color: var(--main-color);
  background-color: #f9f9f9;
  padding-top: 40px;
}

img {
  max-width: 100%;
}

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

video {
  max-width: 100%;
}

section {
  background-color: #f9f9f9;
}

.overlay {
  background-color: rgba(0,0,0,.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
}

.h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.bg-azure {
  background-color: #e6ecff;
  padding: 3px;
  border-radius: 6px;
}

b {
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

.note-list__item {
  padding: 7px 16px;
  border-radius: 160px;
  background-color: #e6ecff;
  font-size: 16px;
}

.note-list__item sup {
  font-size: 10px;
  position: relative;
  font-weight: inherit;
  top: -5px;
  font-weight: 600;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.price__current {
  font-size: 28px;
  font-weight: 500;
}

.price__old {
  font-size: 16px;
  font-weight: 700;
  color: #838383;
  text-decoration: line-through;
}

.btn-marketplace {
  border-radius: 8px;
  padding: 16px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}

.btn-marketplace--wildberries {
  background-color: #a73afd;
}

.btn-marketplace--ozon {
  background-color: #2055e8;
}

.btn-main {
  font-size: 16px;
  color: var(--main-color);
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 18px 16px;
  background-color: #e6ecff;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.slider-btn {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-btn--prev {
  background-image: url("../img/prev.svg");
}

.slider-btn--next {
  background-image: url("../img/next.svg");
}

.slider-btn.swiper-button-disabled {
  opacity: .3;
}

.chipsa {
  width: 262px;
  position: absolute;
  top: 70px;
  left: -238px;
  z-index: 10;
  background-color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

.chipsa.show {
  left: 0;
}

.chipsa.show .chipsa__btn {
  background-image: url("../img/chevron-left.svg");
}

.chipsa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 4px;
}

.chipsa__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
}

.chipsa__text {
  width: 190px;
  font-size: 14px;
  line-height: 1.4;
}

.chipsa__btn {
  background-image: url("../img/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  background-color: #e6ecff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.running-line {
  background-color: #e6ecff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  max-width: 3000px;
  margin: 0 auto;
  overflow: hidden;
}

.running-line__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  -webkit-animation: running-animation 5s linear infinite;
          animation: running-animation 5s linear infinite;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

@-webkit-keyframes running-animation {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes running-animation {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7px 0;
  z-index: 100;
}

.header:before,
.header:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  opacity: 0;
}

.header::before {
  background-color: #443e39;
  top: calc(100% + 0px);
  height: 24px;
}

.header:after {
  background-color: #f9f9f9;
  border-radius: 32px 32px 0 0;
  top: calc(100% + 5px);
  height: 20px;
}

.header.sticky:before,
.header.sticky:after {
  opacity: 1;
}

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

.mobile-menu-btn {
  width: 24px;
  height: 24px;
  background-image: url("../img/burger-menu.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  border: none;
  margin-left: auto;
  background-color: rgba(0,0,0,0);
}

.mobile-menu-btn img {
  width: 100%;
  height: 100%;
}

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -340px;
  width: 300px;
  height: calc(var(--vh, 1vh)*100);
  overflow-y: scroll;
  background-color: #fff;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 102;
  -webkit-box-shadow: -10px 0px 20px 0px rgba(0,0,0,.2);
          box-shadow: -10px 0px 20px 0px rgba(0,0,0,.2);
}

.mobile-menu.show {
  right: 0;
}

.mobile-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 5px 5px -2px rgba(34,60,80,.3);
          box-shadow: 0px 5px 5px -2px rgba(34,60,80,.3);
  height: 40px;
}

.mobile-menu__logo img {
  display: block;
}

.mobile-menu__close {
  width: 30px;
  height: 30px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  border: none;
  background-color: rgba(0,0,0,0);
  margin-left: auto;
}

.mobile-menu__close img {
  width: 100%;
  height: 100%;
}

.mobile-menu__body {
  height: calc(var(--100vh) - 40px);
  padding: 30px 10px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-menu__nav {
  margin-bottom: 30px;
}

.mobile-menu__nav li a {
  color: var(--main-color);
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.mobile-menu .contact-social {
  margin-top: auto;
}

.footer {
  padding: 30px 0;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0,0,0,.12);
          box-shadow: 0px -4px 4px 0px rgba(0,0,0,.12);
  margin-top: auto;
}

.footer__logo {
  display: inline-block;
}

.footer__logo img {
  display: block;
}

.footer__slogan {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer__btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 24px;
}

.footer__policy {
  font-size: 16px;
  line-height: 1.4;
  color: var(--main-color);
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 24px;
}

.footer-contact:not(:last-child) {
  margin-bottom: 24px;
}

.footer-contact__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.footer-contact__list li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.form .formgroup {
  position: relative;
  margin-bottom: 16px;
}

.form label.error {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: tomato;
  width: 100%;
  padding: 0 10px;
}

.form input {
  width: 100%;
  padding: 16px;
  border: 1px solid #ebebeb;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  outline: none;
}

.form input::-webkit-input-placeholder {
  color: rgba(12,12,12,.5019607843);
}

.form input::-moz-placeholder {
  color: rgba(12,12,12,.5019607843);
}

.form input:-ms-input-placeholder {
  color: rgba(12,12,12,.5019607843);
}

.form input::-ms-input-placeholder {
  color: rgba(12,12,12,.5019607843);
}

.form input::placeholder {
  color: rgba(12,12,12,.5019607843);
}

.form button {
  width: 100%;
}

.plyr--video {
  width: 100%;
}

.plyr__progress__container {
  display: none;
}

.plyr__menu {
  display: none;
}

.plyr__time--current {
  display: none;
}

[data-plyr=pip] {
  display: none !important;
}

.banner {
  position: relative;
  background-color: rgba(0,0,0,0);
  width: 570px;
  aspect-ratio: 1/1;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.banner::before {
  content: "";
  position: fixed;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url("../img/main.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  width: 570px;
  max-width: 100%;
}

.banner__inner {
  position: relative;
  margin: 0 -15px;
}

.banner img {
  width: 100%;
}

.banner__note {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 10;
}

.discr {
  position: relative;
  z-index: 2;
  border-radius: 32px 32px 0 0;
  padding-top: 24px;
  margin-top: -24px;
  padding-bottom: 24px;
  background-color: #f9f9f9;
}

.discr__title {
  font-size: 28px;
  font-weight: 600;
}

.discr__subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.discr__note {
  margin: 16px 0 16px 0;
}

.discr__tagline {
  margin-top: 16px;
  margin-bottom: 16px;
}

.discr__price {
  margin-bottom: 16px;
}

.discr__btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.discr__btns-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  z-index: 1000;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  max-width: 600px;
  padding: 16px 15px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
  background-color: rgba(0,0,0,0);
  opacity: 0;
  -webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1),opacity .4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1),opacity .4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1),opacity .4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.discr__btns-fixed.show {
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.discr__btns-fixed .btn-marketplace {
  margin: 0;
  -webkit-transition: -webkit-transform .2s ease,-webkit-box-shadow .2s ease;
  transition: -webkit-transform .2s ease,-webkit-box-shadow .2s ease;
  -o-transition: transform .2s ease,box-shadow .2s ease;
  transition: transform .2s ease,box-shadow .2s ease;
  transition: transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;
}

.discr__btns-fixed .btn-marketplace:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.discr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

.discr-list__item {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
}

.discr-list__item:nth-child(1) {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discr-list__item:nth-child(1) .discr-list__icon {
  width: 80px;
  height: 38px;
  text-align: center;
}

.discr-list__item:nth-child(1) .discr-list__text {
  margin-bottom: auto;
}

.discr-list__item:nth-child(2) {
  width: calc(40% - 2px);
}

.discr-list__item:nth-child(3) {
  width: calc(60% - 2px);
}

.discr-list__item:nth-child(4) {
  width: calc(60% - 2px);
}

.discr-list__item:nth-child(5) {
  width: calc(40% - 2px);
}

.discr-list__icon {
  background-color: #e6ecff;
  padding: 6px;
  border-radius: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 55px;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.discr-list__text {
  font-size: 16px;
  line-height: 1.2;
  margin-top: auto;
}

.contstraction {
  padding-bottom: 56px;
}

.contstraction__img {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 16px;
}

.contstraction__img img {
  width: 100%;
}

.contstraction__num {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 32px;
  font-weight: 400;
  background-color: #e6ecff;
}

.contstraction__num1 {
  top: 44%;
  left: 6%;
}

.contstraction__num2 {
  top: 49%;
  left: 46%;
}

.contstraction__num3 {
  top: 26%;
  left: 80%;
}

.circle-list {
  counter-reset: item;
}

.circle-list li {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}

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

.circle-list li:before {
  content: counter(item) " ";
  counter-increment: item;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  background-color: #e6ecff;
  top: 50%;
  left: 0;
  margin-top: -12px;
  font-size: 16px;
}

.see-video {
  padding-bottom: 56px;
}

.see-video__title {
  margin-bottom: 15px;
}

.see-video__title>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.see-video__title>div:not(:last-child) {
  margin-bottom: 4px;
}

.nasadka {
  padding-bottom: 56px;
}

.nasadka__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 6px;
}

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

.nasadka__note .note-list__item {
  font-size: 14px;
  padding: 4px 8px;
  font-weight: 500;
}

.nasadka-card {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: #fff;
}

.nasadka-card--4 {
  aspect-ratio: 1.95/1;
  background-image: url("../img/nasadka4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nasadka-card--w50 {
  width: calc(50% - 3px);
}

.nasadka-card--w100 {
  width: 100%;
}

.nasadka-card__title {
  padding: 12px 12px;
  text-align: center;
}

.nasadka-card__title span {
  font-weight: 400;
  display: block;
}

.nasadka-card__title sup {
  font-size: 10px;
  position: relative;
  font-weight: inherit;
  top: -5px;
  font-weight: 600;
}

.nasadka-card__img {
  width: 100%;
  display: block;
}

.nasadka-card__img--full {
  margin-top: -62px;
  position: relative;
  z-index: -1;
}

.recomend {
  padding-bottom: 56px;
}

.recomend__title {
  margin-bottom: 16px;
}

.recomend-slider {
  margin: 0 -15px;
  padding: 0 15px;
}

.recomend-slider__slide {
  width: 200px;
  border-radius: 8px;
  overflow: hidden;
}

.recomend-slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.advantage {
  padding-bottom: 56px;
}

.advantage__inner {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}

.line {
  padding-bottom: 56px;
}

.line__inner {
  margin: 0 -15px;
  overflow: hidden;
}

.advantage-card {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}

.advantage-card:nth-child(1) .advantage-card__img {
  width: 55%;
  margin-left: auto;
}

.advantage-card:nth-child(2) .advantage-card__img {
  margin-right: auto;
}

.advantage-card:nth-child(3) .advantage-card__img {
  width: 85%;
  margin-left: auto;
}

.advantage-card__inner {
  padding: 16px 8px 0px 8px;
}

.advantage-card__title {
  margin-bottom: 5px;
}

.advantage-card__img {
  display: block;
}

.reviews {
  padding-bottom: 56px;
}

.reviews__title {
  margin-bottom: 16px;
}

.reviews-slider {
  margin: 0 -15px 16px -15px;
  padding: 0 15px;
}

.reviews-slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.review-card {
  width: 312px;
  height: auto;
  border: 1px solid #ebebeb;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}

.review-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 13px;
}

.review-card__avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.review-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-card__info {
  padding-top: 3px;
}

.review-card__name {
  font-size: 16px;
  font-weight: 600;
}

.review-card__date {
  font-size: 14px;
  color: #bbb;
}

.review-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.review-card__rating img {
  width: 13px;
}

.minimum {
  padding-bottom: 26px;
}

.minimum__title {
  margin-bottom: 16px;
}

.minimum__title span {
  display: block;
  font-weight: 400;
}

.minimum-tab-head {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  border: 1px solid #ebebeb;
  padding: 4px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.minimum-tab-head__btn {
  padding: 4px 24px;
  font-size: 18px;
  color: #0c0c0c;
  font-weight: 600;
  border-radius: 4px;
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.minimum-tab-head__btn:hover:not(.switching) {
  opacity: .8;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.minimum-tab-head__btn.active {
  background-color: #e6ecff;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.minimum-tab-head__btn.switching {
  cursor: not-allowed;
  opacity: .7;
}

.minimum-tab-body {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}

.minimum-tab-body__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.minimum-tab-body__item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  position: relative;
}

.minimum-tab-body__item img {
  display: block;
  width: 100%;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.build {
  padding-bottom: 56px;
}

.build__title {
  margin-bottom: 24px;
}

.build__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.build-card {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}

.build-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
}

.build-card__img img {
  display: block;
  width: 100%;
}

.build-card__num {
  position: absolute;
  top: 7px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.build-card__text {
  padding: 0 5px 5px;
}

.manual {
  padding-bottom: 56px;
}

.manual-block {
  padding: 12px 8px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  margin-bottom: 16px;
}

.manual-block img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.manual-block__list {
  list-style: decimal;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 32px;
}

.manual-block__list li {
  font-size: 17px;
  line-height: 1.2;
}

.manual-adv {
  margin-bottom: 16px;
}

.manual-adv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.manual-adv__item:not(:last-child) {
  margin-bottom: 16px;
}

.manual-adv img {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.manual-adv__text {
  font-size: 16px;
}

.manual-cleaning img {
  display: block;
  width: 100%;
}

.call {
  overflow: hidden;
  padding-bottom: 56px;
}

.call__title {
  line-height: 1.24;
  margin-bottom: 20px;
}

.call__img {
  margin: 0 -15px;
  position: relative;
}

.call__img img {
  display: block;
  width: 100%;
}

.call__img .running-line--rotate1 {
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-box-shadow: 0px 7px 4px 0px rgba(0,0,0,.2509803922);
          box-shadow: 0px 7px 4px 0px rgba(0,0,0,.2509803922);
  z-index: 3;
}

.call__img .running-line--rotate2 {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}

.contact {
  padding: 0px 0 90px 0;
}

.contact__title {
  margin-bottom: 4px;
}

.contact__subtitle {
  display: block;
  margin-bottom: 16px;
}

.contact-form {
  margin-bottom: 56px;
}

.contact-social__title {
  margin-bottom: 10px;
}

.contact-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.contact-social__list a {
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contact-social__list a img {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.contact-social__list a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 767px) {
  .banner::before {
    background-image: url("../img/main.png");
    display: block;
  }
}