@charset "UTF-8";

body {
  color: #111;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

/*
__container
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 76.25rem;
  margin: 0 auto;
  padding: 0 0.625rem;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #111;
  line-height: 1;
  font-family: "Montserrat";
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

h1 {
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

h3 {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  color: #313131;
}

p {
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}

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

.section-subtitle {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 60px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(356.72deg, #F78502 0%, #FFA53D 100%);
  background: linear-gradient(93.28deg, #F78502 0%, #FFA53D 100%);
  width: 300px;
  height: 56px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 3;
}

.btn-transparent {
  background: transparent;
  border: 1px solid #F78502;
}

input,
textarea {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  height: 50px;
  padding-left: 22px;
  margin-bottom: 20px;
}

textarea {
  padding-top: 16px;
  height: 100px;
}

.phone-link {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #1640AC;
}

ul {
  position: relative;
  z-index: 3;
}

ul li {
  position: relative;
  padding-left: 40px;
}

ul li span {
  font-weight: 700;
}

ul li:not(:last-child) {
  margin-bottom: 15px;
}

ul li::before {
  content: "";
  display: block;
  background-image: url(../img/icons/check.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.section-bredcrumbs {
  padding-top: 140px;
  padding-bottom: 60px;
}

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

.section-bredcrumbs__item {
  padding-left: 0;
  padding-right: 40px;
  position: relative;
}

.section-bredcrumbs__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.section-bredcrumbs__item span {
  color: #5A5A5A;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.section-bredcrumbs__item::before {
  display: none;
}

.section-bredcrumbs__item:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 0;
}

.section-bredcrumbs__item:not(:last-child)::before {
  display: block;
  background-image: url(../img/icons/ar.svg);
  background-repeat: no-repeat;
  left: auto;
  right: 0;
  top: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 16px;
  height: 16px;
}

.primary-color {
  color: #1640AC;
}

.bold {
  font-weight: 700;
}

a {
  cursor: pointer;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header__wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  min-height: 100px;
}

.header__logo {
  position: relative;
  z-index: 5;
}

.header__callback {
  color: #F78502;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 5;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-left: 5px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.menu__list li {
  position: relative;
  padding-left: 0;
}

.menu__list li::before {
  display: none;
}

.menu__list li .menu__arrow {
  position: relative;
  right: -5px;
  top: -2px;
}

.menu__list li .menu__arrow::after {
  content: "";
  background-image: url(../img/icons/ar.svg);
  display: block;
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__list li a {
  letter-spacing: 0.02em;
}

.menu__sub-list,
.sub-menu {
  position: relative;
  padding: 0px;
  padding-top: 20px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.menu__sub-list li:not(:last-child),
.sub-menu li:not(:last-child) {
  margin-bottom: 20px;
}

.menu__sub-list li a,
.sub-menu li a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.icon-menu {
  display: none;
}

.menu-open .menu__body {
  left: 0;
  backdrop-filter: blur(5px);
}

.menu__arrow._spoller-active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.footer {
  padding-top: 46px;
  padding-bottom: 40px;
}

.footer__row {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 20px;
}

.footer__row:not(:last-child) {
  margin-bottom: 20px;
}

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

.footer-menu li {
  list-style: none;
}

.footer-menu__link {
  font-size: 16px;
  line-height: 20px;
}

.footer-text {
  font-size: 14px;
  line-height: 17px;
}

.footer-mail {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.no-webp .section-main {
  background-image: url(../img/main-bg.png);
}

.section-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-main__wrap {
  position: relative;
}

.section-main__title {
  max-width: 600px;
  margin-bottom: 20px;
}

.section-main__subtitle {
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-main__img {
  position: absolute;
  top: 155px;
  right: 40px;
}

.section-main__img img {
  width: 100%;
}

.no-webp .section-about {
  background-image: url(../img/about-l.png);
}

.section-about {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: relative;
}

.section-about__right {
  max-width: 600px;
  margin-left: auto;
  position: relative;
}

.no-webp .section-about__right::after {
  background-image: url(../img/about-r.png);
}

.section-about__right::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -17px;
  bottom: -17px;
  right: -20%;
  width: 165%;
}

.section-why__title {
  text-align: center;
  margin-bottom: 20px;
}

.section-why__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.section-why-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-why-item__num {
  -webkit-box-flex: 50px;
  -ms-flex: 50px;
  flex: 50px;
  max-width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 50px;
  border-radius: 50%;
  background: #1640AC;
  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;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.section-why-item__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.section-why-item__text {
  color: #313131;
}

.no-webp .section-offer {
  background-image: url(../img/offer-l.png);
}

.section-offer {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: relative;
}

.section-offer__left {
  max-width: 765px;
  position: relative;
}

.no-webp .section-offer__left::after {
  background-image: url(../img/offer-r.png);
}

.section-offer__left::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -17px;
  bottom: -17px;
  left: -20%;
  width: 132%;
}

.section-offer__list {
  max-width: 535px;
}

.section-systems__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
}

.section-review {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  margin-bottom: 100px;
}

.section-review__wrap {
  position: relative;
}

.no-webp .section-review__wrap::after {
  background-image: url(../img/reviw-bg.png);
}

.section-review__wrap::after {
  content: "";
  display: block;
  max-width: 400px;
  width: 100%;
  height: 570px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-review__title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.section-review__subtitle {
  position: relative;
  z-index: 3;
  text-align: center;
}

.no-webp .section-callback {
  background-image: url(../img/callbak-bg.png);
}

.section-callback {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.section-callback__left {
  -webkit-box-flex: 466px;
  -ms-flex: 466px;
  flex: 466px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 466px;
}

.section-callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}

.section-callback__right {
  position: relative;
  z-index: 3;
}

.section-callback__right-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
}

.section-callback__phone {
  margin-bottom: 20px;
}

.section-callback__shedule {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.section-callback__mail {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 30px;
}

.section-callback__list {
  max-width: 660px;
}

.no-webp .about {
  background-image: url(../img/woman.png);
}

.about {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: relative;
}

.about__wrap {
  position: relative;
}

.no-webp .about__wrap::after {
  background-image: url(../img/10let.png);
}

.about__wrap::after {
  content: "";
  display: block;
  background-size: cover;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 60%;
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
}

.about__left {
  max-width: 610px;
  position: relative;
}

.no-webp .about__left::after {
  background-image: url(../img/offer-r.png);
}

.about__left::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -17px;
  bottom: -17px;
  left: -20%;
  width: 150%;
}

.about-list__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.about__text {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}

.about__text span {
  font-weight: 700;
}

.about__text span.color {
  color: #1640AC;
}

.no-webp .about__section-callback {
  background-image: url(../img/service.png);
}

.about__section-callback {
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.about__section-callback .section-about__right {
  max-width: 665px;
}

.no-webp .banner-text {
  background-image: url(../img/callbak-bg.png);
}

.banner-text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.no-webp .contact {
  background-image: url(../img/contact.png);
}

.contact {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: relative;
}

.contact__wrap {
  position: relative;
}

.no-webp .contact__wrap::after {
  background-image: url(../img/10let.png);
}

.contact__wrap::after {
  content: "";
  display: block;
  background-size: cover;
  position: absolute;
  z-index: 3;
  top: -100px;
  right: 30px;
}

.contact__left {
  max-width: 506px;
  position: relative;
}

.no-webp .contact__left::after {
  background-image: url(../img/offer-r.png);
}

.contact__left::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -17px;
  bottom: -17px;
  left: -20%;
  width: 150%;
}

.contact-row {
  position: relative;
  z-index: 2;
}

.contact-row:not(:last-child) {
  margin-bottom: 35px;
}

.contact-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #1640AC;
  margin-bottom: 15px;
}

.contact-link {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #111111;
}

.review-item {
  background: #E3F7FF;
  -webkit-box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
}

.review-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.review-item__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-left: 70px;
  position: relative;
}

.no-webp .review-item__name::before {
  background-image: url(../img/icons/jv.png);
}

.review-item__name::before {
  content: "";
  display: block;
  width: 48px;
  height: 28px;
  position: absolute;
  left: 0;
}

.review-item__city {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #313131;
}

.review-item__text {
  font-size: 18px;
  line-height: 22px;
}

.review-btn {
  margin: 0 auto;
}

.review-more {
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #1640AC;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
  margin-top: 10px;
  display: none;
}

.no-webp .remont-bg {
  background-image: url(../img/gray-bg.png);
}

.remont-bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}

.remont-title {
  margin-bottom: 20px;
}

.remont-main .__container {
  position: relative;
}

.no-webp .remont-main .__container::after {
  background-image: url(../img/10let.png);
}

.remont-main .__container::after {
  content: "";
  background-size: cover;
  left: 0;
  bottom: -120px;
  display: block;
  position: absolute;
  z-index: 3;
}

.remont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}

.remont-img {
  position: relative;
  max-width: 380px;
}

.remont-img img {
  width: 100%;
}

.remont-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 46px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.remont-col--r {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-top: 30px;
}

.remont-item {
  text-align: center;
  position: relative;
}

.remont-item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #162842;
}

.remont-item::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -20px;
  right: -30px;
}

.remont-item::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons/alt.svg);
  display: none;
}

.no-webp .remont-item--1::after {
  background-image: url(../img/1.png);
}

.remont-item--1::after {
  width: 254px;
  height: 23px;
  right: -133px;
}

.no-webp .remont-item--2::after {
  background-image: url(../img/2.png);
}

.remont-item--2::after {
  width: 238px;
  height: 43px;
  right: -133px;
}

.no-webp .remont-item--3::after {
  background-image: url(../img/3.png);
}

.remont-item--3::after {
  width: 360px;
  height: 50px;
  right: -251px;
  bottom: -53px;
}

.no-webp .remont-item--4::after {
  background-image: url(../img/4.png);
}

.remont-item--4::after {
  width: 201px;
  height: 50px;
  right: -94px;
  bottom: -26px;
}

.no-webp .remont-item--5::after {
  background-image: url(../img/5.png);
}

.remont-item--5::after {
  width: 244px;
  height: 41px;
  right: -137px;
  bottom: -43px;
}

.no-webp .remont-item--6::after {
  background-image: url(../img/6.png);
}

.remont-item--6::after {
  width: 211px;
  height: 24px;
  right: -111px;
  bottom: -1px;
}

.no-webp .remont-item--7::after {
  background-image: url(../img/7.png);
}

.remont-item--7::after {
  width: 255px;
  height: 47px;
  left: -136px;
  bottom: -3px;
}

.no-webp .remont-item--8::after {
  background-image: url(../img/8.png);
}

.remont-item--8::after {
  width: 344px;
  height: 26px;
  left: -222px;
  bottom: -19px;
}

.no-webp .remont-item--9::after {
  background-image: url(../img/9.png);
}

.remont-item--9::after {
  width: 280px;
  height: 25px;
  left: -158px;
  bottom: -10px;
}

.no-webp .remont-item--10::after {
  background-image: url(../img/10.png);
}

.remont-item--10::after {
  width: 215px;
  height: 59px;
  left: -96px;
  bottom: -61px;
}

.no-webp .remont-item--11::after {
  background-image: url(../img/11.png);
}

.remont-item--11::after {
  width: 256px;
  height: 53px;
  left: -135px;
  bottom: -54px;
}

.remont-btn {
  margin: 0 auto;
}

.remont-content__title {
  text-align: center;
}

.remont-content__text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 27px;
}

.remont-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 40px;
}

.remont-grid__img {
  -webkit-box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  margin-bottom: 18px;
}

.remont-grid__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.remont-grid__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.remont-door .remont-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.remont-door .remont-col--l {
  padding-top: 54px;
}

.remont-door .remont-col--r {
  padding-top: 37px;
  gap: 50px;
}

.remont-door .remont-item {
  text-align: center;
  position: relative;
}

.remont-door .remont-item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #162842;
}

.remont-door .remont-item::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -20px;
  right: -30px;
}

.remont-door .remont-item::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons/alt.svg);
  display: none;
}

.no-webp .remont-door .remont-item--1::after {
  background-image: url(../img/rd1.png);
}

.remont-door .remont-item--1::after {
  width: 390px;
  height: 95px;
  right: -247px;
  bottom: -100px;
}

.no-webp .remont-door .remont-item--2::after {
  background-image: url(../img/rd2.png);
}

.remont-door .remont-item--2::after {
  width: 375px;
  height: 103px;
  right: -232px;
  bottom: -106px;
}

.no-webp .remont-door .remont-item--2::before {
  background-image: url(../img/rdi1.png);
}

.remont-door .remont-item--2::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -59px;
  top: auto;
  left: -75px;
  width: 108px;
  height: 84px;
}

.no-webp .remont-door .remont-item--3::after {
  background-image: url(../img/rd3.png);
}

.remont-door .remont-item--3::after {
  width: 398px;
  height: 60px;
  right: -263px;
  bottom: -67px;
}

.no-webp .remont-door .remont-item--3::before {
  background-image: url(../img/rdi2.png);
}

.remont-door .remont-item--3::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -62px;
  top: auto;
  left: -9px;
  width: 80px;
  height: 80px;
}

.no-webp .remont-door .remont-item--4::after {
  background-image: url(../img/rd4.png);
}

.remont-door .remont-item--4::after {
  width: 372px;
  height: 28px;
  right: -237px;
  bottom: -10px;
}

.no-webp .remont-door .remont-item--4::before {
  background-image: url(../img/rdi3.png);
}

.remont-door .remont-item--4::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -62px;
  top: auto;
  left: -61px;
  width: 80px;
  height: 80px;
}

.no-webp .remont-door .remont-item--5::after {
  background-image: url(../img/rd5.png);
}

.remont-door .remont-item--5::after {
  width: 375px;
  height: 107px;
  right: -240px;
  bottom: -17px;
}

.no-webp .remont-door .remont-item--5::before {
  background-image: url(../img/rdi4.png);
}

.remont-door .remont-item--5::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -71px;
  top: auto;
  left: -92px;
  width: 80px;
  height: 80px;
}

.no-webp .remont-door .remont-item--6::after {
  background-image: url(../img/rd6.png);
}

.remont-door .remont-item--6::after {
  width: 376px;
  height: 177px;
  right: -242px;
  bottom: -14px;
}

.no-webp .remont-door .remont-item--6::before {
  background-image: url(../img/rdi5.png);
}

.remont-door .remont-item--6::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -80px;
  top: auto;
  left: -73px;
  width: 80px;
  height: 80px;
}

.no-webp .remont-door .remont-item--7::after {
  background-image: url(../img/rd7.png);
}

.remont-door .remont-item--7::after {
  width: 325px;
  height: 47px;
  left: -174px;
  bottom: -4px;
}

.no-webp .remont-door .remont-item--7::before {
  background-image: url(../img/rdi6.png);
}

.remont-door .remont-item--7::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -56px;
  top: auto;
  left: auto;
  right: -5px;
  width: 80px;
  height: 80px;
}

.no-webp .remont-door .remont-item--8::after {
  background-image: url(../img/rd8.png);
}

.remont-door .remont-item--8::after {
  width: 234px;
  height: 68px;
  left: -75px;
  bottom: -5px;
}

.no-webp .remont-door .remont-item--9::after {
  background-image: url(../img/rd9.png);
}

.remont-door .remont-item--9::after {
  width: 298px;
  height: 27px;
  left: -165px;
  bottom: -27px;
}

.no-webp .remont-door .remont-item--10::after {
  background-image: url(../img/rd10.png);
}

.remont-door .remont-item--10::after {
  width: 362px;
  height: 51px;
  left: -210px;
  bottom: -20px;
}

.no-webp .remont-door .remont-item--10::before {
  background-image: url(../img/rdi7.png);
}

.remont-door .remont-item--10::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -56px;
  top: auto;
  left: auto;
  right: -89px;
  width: 80px;
  height: 80px;
}

.no-webp .remont-door .remont-item--11::after {
  background-image: url(../img/rd11.png);
}

.remont-door .remont-item--11::after {
  width: 345px;
  height: 25px;
  left: -162px;
  bottom: -23px;
}

.no-webp .remont-door .remont-item--12::after {
  background-image: url(../img/rd12.png);
}

.remont-door .remont-item--12::after {
  width: 420px;
  height: 28px;
  left: -265px;
  bottom: -39px;
}

.no-webp .remont-door .remont-item--12::before {
  background-image: url(../img/rdi8.png);
}

.remont-door .remont-item--12::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -102px;
  top: auto;
  left: auto;
  right: -8px;
  width: 80px;
  height: 97px;
}

.remont-door-btn {
  margin: 0 auto;
}

.remont-door-content__title {
  text-align: center;
}

.remont-door-content__text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 27px;
}

.remont-door-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 40px;
}

.remont-door-grid__img {
  -webkit-box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  margin-bottom: 18px;
}

.remont-door-grid__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.remont-door-grid__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.no-webp .moskit .remont-main .__container::after {
  background-image: url(../img/10let.png);
}

.moskit .remont-main .__container::after {
  content: "";
  background-size: cover;
  left: auto;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  display: block;
  position: absolute;
  z-index: 3;
}

.moskit-title {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.moskit .moskit-content__title {
  font-weight: 600;
}

.moscit-main .moscit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.moscit-main .moscit-col__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.moscit-main ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.moscit-main .moscit-btn {
  margin-top: auto;
}

.moscit-main .moscit-main__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}

.category-list h2 {
  text-align: center;
}

.category-list__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
}

.category-list__item {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #313131;
  position: relative;
  padding-left: 60px;
}

.no-webp .category-list__item::after {
  background-image: url(../img/icons/alt2.png);
}

.category-list__item::after {
  content: "";
  display: block;
  width: 38px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.no-webp .nopage {
  background-image: url(../img/404bg.png);
}

.nopage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.nopage-title {
  margin-bottom: 60px;
}

.nopage-subtitle {
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

.nopage-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #313131;
  margin-bottom: 20px;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

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

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.review__slider {
  max-width: 800px;
  margin-left: 0 !important;
  padding: 5px !important;
}

.review__slide {
  background: #E3F7FF;
  -webkit-box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  box-shadow: 0px 0px 2px rgba(22, 64, 172, 0.7);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
}

.review__wrapper {
  padding-bottom: 60px !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto !important;
  bottom: 10px;
  color: #F78502 !important;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(254, 162, 56, 0.8));
  filter: drop-shadow(0px 0px 10px rgba(254, 162, 56, 0.8));
}

.review__slider-btn {
  margin: 0 auto;
}

.review__slide__name {
  font-size: 16px;
  line-height: 20px;
  color: #313131;
  margin-top: 18px;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media (min-width: 61.99875em) {

  .menu__sub-list,
  .sub-menu {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -10px;
    top: 100%;
    min-width: 340px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    padding-left: 40px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 20px;
    /* pointer-events: none; */
  }
}

@media (min-width: 76.25em) {
  h1 {
    font-size: 2.75rem;
  }

  h1 {
    line-height: 2.75rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h2 {
    line-height: 2.25rem;
  }

  h2 {
    margin-bottom: 3.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h3 {
    line-height: 1.5rem;
  }

  p {
    font-size: 1.125rem;
  }

  p {
    line-height: 1.375rem;
  }

  .section-subtitle {
    margin-bottom: 3.75rem;
  }

  .section-subtitle {
    font-size: 1.875rem;
  }

  .section-subtitle {
    line-height: 2.3125rem;
  }

  .s-padding {
    padding-top: 5rem;
  }

  .s-padding {
    padding-bottom: 5rem;
  }

  .header__main {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }

  .menu__list {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .footer-menu {
    -webkit-column-gap: 2.8125rem;
    -moz-column-gap: 2.8125rem;
    column-gap: 2.8125rem;
  }

  .section-main {
    margin-bottom: 6.25rem;
  }

  .section-main__wrap {
    padding-top: 21.25rem;
  }

  .section-main__wrap {
    padding-bottom: 16.25rem;
  }

  .section-main__subtitle {
    font-size: 1.875rem;
  }

  .section-main__subtitle {
    line-height: 2.3125rem;
  }

  .section-main__subtitle {
    margin-bottom: 3.75rem;
  }

  .section-main__img {
    max-width: 13.125rem;
  }

  .section-main__img {
    top: 9.6875rem;
  }

  .section-main__img {
    right: 2.5rem;
  }

  .section-about h2 {
    margin-bottom: 2.5rem;
  }

  .section-about__btn {
    margin-top: 2.5rem;
  }

  .section-why__subtitle {
    margin-bottom: 3.75rem;
  }

  .section-why__wrap {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .section-why__wrap {
    row-gap: 3.125rem;
  }

  .section-why-item {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .section-offer h2 {
    margin-bottom: 2.5rem;
  }

  .section-offer__btn {
    margin-top: 2.5rem;
  }

  .section-systems__title {
    margin-bottom: 3.75rem;
  }

  .section-systems__wrap {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .section-review__subtitle {
    margin-bottom: 3.75rem;
  }

  .section-callback__wrap {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .section-callback__btn {
    margin-top: 2.5rem;
  }

  .about {
    margin-bottom: 6.25rem;
  }

  .about__wrap::after {
    width: 13.125rem;
  }

  .about__wrap::after {
    height: 13.125rem;
  }

  .banner-text__wrap {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .contact {
    margin-bottom: 7.5rem;
  }

  .contact__wrap::after {
    width: 13.125rem;
  }

  .contact__wrap::after {
    height: 13.125rem;
  }

  .review__wrap {
    margin-bottom: 6.25rem;
  }

  .review-item {
    padding-top: 2.1875rem;
  }

  .review-item {
    padding-bottom: 2.1875rem;
  }

  .review-item {
    padding-left: 2.5rem;
  }

  .review-item {
    padding-right: 2.5rem;
  }

  .review-item {
    margin-bottom: 2.5rem;
  }

  .remont-bg {
    padding-bottom: 8.75rem;
  }

  .remont-main .__container::after {
    width: 13.125rem;
  }

  .remont-main .__container::after {
    height: 13.125rem;
  }

  .remont-wrap {
    margin-bottom: 4.375rem;
  }

  .remont-content__title {
    margin-bottom: 1.875rem;
  }

  .remont-content__text {
    margin-bottom: 5.625rem;
  }

  .remont-door-content__title {
    margin-bottom: 1.875rem;
  }

  .remont-door-content__text {
    margin-bottom: 5.625rem;
  }

  .moskit .moskit-content__title {
    margin-top: 6.25rem;
  }

  .moskit .moskit-content__title {
    margin-bottom: 3.75rem;
  }

  .moskit .moskit-content__title {
    font-size: 1.875rem;
  }

  .moskit .moskit-content__title {
    line-height: 2.3125rem;
  }

  .moscit-main .moscit-row {
    margin-top: 2.5rem;
  }

  .moscit-main .moscit-row {
    margin-bottom: 1.875rem;
  }

  .moscit-main .moscit-row {
    -webkit-column-gap: 4.125rem;
    -moz-column-gap: 4.125rem;
    column-gap: 4.125rem;
  }

  .moscit-main .moscit-main__title {
    margin-top: 5rem;
  }

  .moscit-main .moscit-main__title {
    margin-bottom: 3.75rem;
  }

  .category-list__wrap {
    -webkit-column-gap: 11.25rem;
    -moz-column-gap: 11.25rem;
    column-gap: 11.25rem;
  }
}

@media (max-width: 1200px) {
  .about__wrap::after {
    left: auto;
    right: 10%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media (max-width: 991.98px) {
  .review__slider {
    max-width: 100%;
  }

  .review__slide {
    padding: 24px 10px;
  }

  .review__slide__name {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 479.98px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

@media (max-width: 20em) {
  h1 {
    font-size: 1.875rem;
  }

  h1 {
    line-height: 1.875rem;
  }

  h2 {
    font-size: 1.4375rem;
  }

  h2 {
    line-height: 1.4375rem;
  }

  h2 {
    margin-bottom: 1.25rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h3 {
    line-height: 1.375rem;
  }

  p {
    font-size: 0.875rem;
  }

  p {
    line-height: 1.0625rem;
  }

  .section-subtitle {
    margin-bottom: 1.875rem;
  }

  .section-subtitle {
    font-size: 1.625rem;
  }

  .section-subtitle {
    line-height: 2rem;
  }

  .s-padding {
    padding-top: 3.75rem;
  }

  .s-padding {
    padding-bottom: 3.75rem;
  }

  .header__main {
    -webkit-column-gap: -1.25rem;
    -moz-column-gap: -1.25rem;
    column-gap: -1.25rem;
  }

  .menu__list {
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
  }

  .footer-menu {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }

  .section-main {
    margin-bottom: 0.0000000625rem;
  }

  .section-main__wrap {
    padding-top: 17.5rem;
  }

  .section-main__wrap {
    padding-bottom: 6.25rem;
  }

  .section-main__subtitle {
    font-size: 1.375rem;
  }

  .section-main__subtitle {
    line-height: 1.6875rem;
  }

  .section-main__subtitle {
    margin-bottom: 2.5rem;
  }

  .section-main__img {
    max-width: 7.5rem;
  }

  .section-main__img {
    top: 7.5rem;
  }

  .section-main__img {
    right: 0.0000000625rem;
  }

  .section-about h2 {
    margin-bottom: 1.25rem;
  }

  .section-about__btn {
    margin-top: 1.25rem;
  }

  .section-why__subtitle {
    margin-bottom: 2.5rem;
  }

  .section-why__wrap {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .section-why__wrap {
    row-gap: 2.5rem;
  }

  .section-why-item {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  .section-offer h2 {
    margin-bottom: 1.25rem;
  }

  .section-offer__btn {
    margin-top: 1.25rem;
  }

  .section-systems__title {
    margin-bottom: 2.5rem;
  }

  .section-systems__wrap {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .section-review__subtitle {
    margin-bottom: 2.5rem;
  }

  .section-callback__wrap {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .section-callback__btn {
    margin-top: 1.25rem;
  }

  .about {
    margin-bottom: 0.0000000625rem;
  }

  .about__wrap::after {
    width: 7.5rem;
  }

  .about__wrap::after {
    height: 7.5rem;
  }

  .banner-text__wrap {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  .contact {
    margin-bottom: 0.0000000625rem;
  }

  .contact__wrap::after {
    width: 7.5rem;
  }

  .contact__wrap::after {
    height: 7.5rem;
  }

  .review__wrap {
    margin-bottom: 2.5rem;
  }

  .review-item {
    padding-top: 1.25rem;
  }

  .review-item {
    padding-bottom: 1.25rem;
  }

  .review-item {
    padding-left: 0.625rem;
  }

  .review-item {
    padding-right: 0.625rem;
  }

  .review-item {
    margin-bottom: 1.875rem;
  }

  .remont-bg {
    padding-bottom: 11.25rem;
  }

  .remont-main .__container::after {
    width: 7.5rem;
  }

  .remont-main .__container::after {
    height: 7.5rem;
  }

  .remont-wrap {
    margin-bottom: 1.875rem;
  }

  .remont-content__title {
    margin-bottom: 1.25rem;
  }

  .remont-content__text {
    margin-bottom: 3.75rem;
  }

  .remont-door-content__title {
    margin-bottom: 1.25rem;
  }

  .remont-door-content__text {
    margin-bottom: 3.75rem;
  }

  .moskit .moskit-content__title {
    margin-top: 3.75rem;
  }

  .moskit .moskit-content__title {
    margin-bottom: 1.875rem;
  }

  .moskit .moskit-content__title {
    font-size: 1.375rem;
  }

  .moskit .moskit-content__title {
    line-height: 1.6875rem;
  }

  .moscit-main .moscit-row {
    margin-top: 0.625rem;
  }

  .moscit-main .moscit-row {
    margin-bottom: 0.625rem;
  }

  .moscit-main .moscit-row {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .moscit-main .moscit-main__title {
    margin-top: 2.5rem;
  }

  .moscit-main .moscit-main__title {
    margin-bottom: 1.25rem;
  }

  .category-list__wrap {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}

@media (max-width: 63.99875em) {
  .remont-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .remont-img {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .remont-img img {
    max-width: 480px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .remont-col {
    gap: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 48%;
  }

  .remont-col--r {
    padding-top: 0;
  }

  .remont-item {
    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;
    padding: 5px;
    padding-right: 25px;
    border: 1px solid #F78502;
  }

  .remont-item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .remont-item::after {
    display: none;
  }

  .remont-item::before {
    display: block;
  }

  .remont-door .remont-col {
    gap: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 48%;
  }

  .remont-door .remont-col--l {
    padding-top: 20px;
  }

  .remont-door .remont-col--r {
    padding-top: 20px;
    gap: 10px;
  }

  .remont-door .remont-item {
    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;
    padding: 5px;
    padding-right: 25px;
    border: 1px solid #F78502;
  }

  .remont-door .remont-item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .remont-door .remont-item::after {
    display: none;
  }

  .remont-door .remont-item::before {
    display: block;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 6px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/icons/alt.svg);
  }
}

@media (max-width: 61.99875em) {
  .header__wrapper::after {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
  }

  .header__phone {
    margin-bottom: 15px;
  }

  .header__actions {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px;
    padding-top: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 60px;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .menu__list li a {
    font-size: 22px;
    line-height: 27px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #1640AC;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

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

  .footer-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-mail {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .section-why__wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

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

  .section-review__wrap::after {
    display: none;
  }

  .about__wrap::after {
    right: 0;
  }

  .moskit .remont-main .__container::after {
    top: auto;
    bottom: -140px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .category-list__wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 47.99875em) {
  ul li {
    font-size: 14px;
    line-height: 17px;
  }

  .section-why__wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .section-why-item__title {
    font-size: 20px;
    line-height: 24px;
  }

  .section-why-item__text {
    font-size: 14px;
    line-height: 17px;
  }

  .section-callback__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 60px;
  }

  .section-callback__left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
  }

  .section-callback__right-title {
    font-size: 26px;
    line-height: 32px;
  }

  .section-callback__shedule {
    font-size: 18px;
    line-height: 22px;
  }

  .about__wrap::after {
    display: none;
  }

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

  .contact__wrap::after {
    top: 0;
  }

  .remont-main .__container::after {
    left: auto;
    right: 0;
    bottom: -140px;
  }

  .remont-grid {
    row-gap: 30px;
  }

  .remont-grid__title {
    font-size: 16px;
    line-height: 20px;
  }

  .remont-door-grid {
    row-gap: 30px;
  }

  .remont-door-grid__title {
    font-size: 16px;
    line-height: 20px;
  }

  .moscit-main .moscit-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .moscit-main .moscit-col__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 29.99875em) {
  .btn {
    width: 100%;
  }

  .footer-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .section-main {
    background-position: 7% center;
  }

  .section-about {
    background-image: none;
    padding-bottom: 320px;
  }

  .no-webp .section-about::after {
    background-image: url(../img/about-l2.png);
  }

  .section-about::after {
    content: "";
    display: block;
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }

  .no-webp .section-about__right::after {
    background-image: url(../img/about-r2.png);
  }

  .section-about__right::after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 111%;
    z-index: 1;
    height: 110%;
  }

  .section-offer {
    background-image: none;
    padding-bottom: 320px;
  }

  .no-webp .section-offer::after {
    background-image: url(../img/offer-l.png);
  }

  .section-offer::after {
    content: "";
    display: block;
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }

  .no-webp .section-offer__left::after {
    background-image: url(../img/offer-r2.png);
  }

  .section-offer__left::after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 111%;
    z-index: 1;
    height: 112%;
  }

  .section-systems__wrap {
    -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;
  }

  .about {
    background-image: none;
    padding-bottom: 320px;
  }

  .no-webp .about::after {
    background-image: url(../img/woman.png);
  }

  .about::after {
    content: "";
    display: block;
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }

  .about__wrap::after {
    display: block;
    right: auto;
    top: auto;
    left: 0;
    bottom: -170px;
  }

  .no-webp .about__left::after {
    background-image: url(../img/offer-r2.png);
  }

  .about__left::after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 111%;
    z-index: 1;
    height: 111%;
  }

  .about-list__title {
    font-size: 18px;
    line-height: 22px;
  }

  .about__text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }

  .about__section-callback {
    background-image: none;
    padding-bottom: 320px;
  }

  .no-webp .about__section-callback::after {
    background-image: url(../img/service.png);
  }

  .about__section-callback::after {
    content: "";
    display: block;
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }

  .contact {
    background-image: none;
    padding-bottom: 320px;
  }

  .no-webp .contact::after {
    background-image: url(../img/contact.png);
  }

  .contact::after {
    content: "";
    display: block;
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30%;
  }

  .contact__wrap::after {
    top: auto;
    bottom: -100px;
    right: 0;
  }

  .no-webp .contact__left::after {
    background-image: url(../img/offer-r2.png);
  }

  .contact__left::after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 111%;
    z-index: 1;
    height: 111%;
  }

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

  .review-item__name {
    padding-left: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .review-item__name::before {
    display: none;
  }

  .review-item__city {
    font-size: 12px;
    line-height: 15px;
  }

  .review-item__text {
    font-size: 14px;
    line-height: 17px;
  }

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

  .category-list__wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 20em) and (max-width: 76.25em) {
  @supports (font-size: clamp(1.875rem, 1.5638888889rem + 1.5555555556vw, 2.75rem)) {
    h1 {
      font-size: clamp(1.875rem, 1.5638888889rem + 1.5555555556vw, 2.75rem);
    }
  }

  @supports not (font-size: clamp(1.875rem, 1.5638888889rem + 1.5555555556vw, 2.75rem)) {
    h1 {
      font-size: calc(1.875rem + 0.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (line-height: clamp(1.875rem, 1.5638888889rem + 1.5555555556vw, 2.75rem)) {
    h1 {
      line-height: clamp(1.875rem, 1.5638888889rem + 1.5555555556vw, 2.75rem);
    }
  }

  @supports not (line-height: clamp(1.875rem, 1.5638888889rem + 1.5555555556vw, 2.75rem)) {
    h1 {
      line-height: calc(1.875rem + 0.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (font-size: clamp(1.4375rem, 1.1486111111rem + 1.4444444444vw, 2.25rem)) {
    h2 {
      font-size: clamp(1.4375rem, 1.1486111111rem + 1.4444444444vw, 2.25rem);
    }
  }

  @supports not (font-size: clamp(1.4375rem, 1.1486111111rem + 1.4444444444vw, 2.25rem)) {
    h2 {
      font-size: calc(1.4375rem + 0.8125 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (line-height: clamp(1.4375rem, 1.1486111111rem + 1.4444444444vw, 2.25rem)) {
    h2 {
      line-height: clamp(1.4375rem, 1.1486111111rem + 1.4444444444vw, 2.25rem);
    }
  }

  @supports not (line-height: clamp(1.4375rem, 1.1486111111rem + 1.4444444444vw, 2.25rem)) {
    h2 {
      line-height: calc(1.4375rem + 0.8125 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem)) {
    h2 {
      margin-bottom: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem)) {
    h2 {
      margin-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (font-size: clamp(1.125rem, 1.0805555556rem + 0.2222222222vw, 1.25rem)) {
    h3 {
      font-size: clamp(1.125rem, 1.0805555556rem + 0.2222222222vw, 1.25rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 1.0805555556rem + 0.2222222222vw, 1.25rem)) {
    h3 {
      font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (line-height: clamp(1.375rem, 1.3305555556rem + 0.2222222222vw, 1.5rem)) {
    h3 {
      line-height: clamp(1.375rem, 1.3305555556rem + 0.2222222222vw, 1.5rem);
    }
  }

  @supports not (line-height: clamp(1.375rem, 1.3305555556rem + 0.2222222222vw, 1.5rem)) {
    h3 {
      line-height: calc(1.375rem + 0.125 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (font-size: clamp(0.875rem, 0.7861111111rem + 0.4444444444vw, 1.125rem)) {
    p {
      font-size: clamp(0.875rem, 0.7861111111rem + 0.4444444444vw, 1.125rem);
    }
  }

  @supports not (font-size: clamp(0.875rem, 0.7861111111rem + 0.4444444444vw, 1.125rem)) {
    p {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (line-height: clamp(1.0625rem, 0.9513888889rem + 0.5555555556vw, 1.375rem)) {
    p {
      line-height: clamp(1.0625rem, 0.9513888889rem + 0.5555555556vw, 1.375rem);
    }
  }

  @supports not (line-height: clamp(1.0625rem, 0.9513888889rem + 0.5555555556vw, 1.375rem)) {
    p {
      line-height: calc(1.0625rem + 0.3125 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(1.875rem, 1.2083333333rem + 3.3333333333vw, 3.75rem)) {
    .section-subtitle {
      margin-bottom: clamp(1.875rem, 1.2083333333rem + 3.3333333333vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(1.875rem, 1.2083333333rem + 3.3333333333vw, 3.75rem)) {
    .section-subtitle {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (font-size: clamp(1.625rem, 1.5361111111rem + 0.4444444444vw, 1.875rem)) {
    .section-subtitle {
      font-size: clamp(1.625rem, 1.5361111111rem + 0.4444444444vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.625rem, 1.5361111111rem + 0.4444444444vw, 1.875rem)) {
    .section-subtitle {
      font-size: calc(1.625rem + 0.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (line-height: clamp(2rem, 1.8888888889rem + 0.5555555556vw, 2.3125rem)) {
    .section-subtitle {
      line-height: clamp(2rem, 1.8888888889rem + 0.5555555556vw, 2.3125rem);
    }
  }

  @supports not (line-height: clamp(2rem, 1.8888888889rem + 0.5555555556vw, 2.3125rem)) {
    .section-subtitle {
      line-height: calc(2rem + 0.3125 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (padding-top: clamp(3.75rem, 3.3055555556rem + 2.2222222222vw, 5rem)) {
    .s-padding {
      padding-top: clamp(3.75rem, 3.3055555556rem + 2.2222222222vw, 5rem);
    }
  }

  @supports not (padding-top: clamp(3.75rem, 3.3055555556rem + 2.2222222222vw, 5rem)) {
    .s-padding {
      padding-top: calc(3.75rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (padding-bottom: clamp(3.75rem, 3.3055555556rem + 2.2222222222vw, 5rem)) {
    .s-padding {
      padding-bottom: clamp(3.75rem, 3.3055555556rem + 2.2222222222vw, 5rem);
    }
  }

  @supports not (padding-bottom: clamp(3.75rem, 3.3055555556rem + 2.2222222222vw, 5rem)) {
    .s-padding {
      padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports ((-moz-column-gap: clamp(-1.25rem, -3.4722222222rem + 11.1111111111vw, 5rem)) or (column-gap: clamp(-1.25rem, -3.4722222222rem + 11.1111111111vw, 5rem))) {
    .header__main {
      -webkit-column-gap: clamp(-1.25rem, -3.4722222222rem + 11.1111111111vw, 5rem);
      -moz-column-gap: clamp(-1.25rem, -3.4722222222rem + 11.1111111111vw, 5rem);
      column-gap: clamp(-1.25rem, -3.4722222222rem + 11.1111111111vw, 5rem);
    }
  }

  @supports not ((-moz-column-gap: clamp(-1.25rem, -3.4722222222rem + 11.1111111111vw, 5rem)) or (column-gap: clamp(-1.25rem, -3.4722222222rem + 11.1111111111vw, 5rem))) {
    .header__main {
      -webkit-column-gap: calc(-1.25rem + 6.25 * (100vw - 20rem) / 56.25);
      -moz-column-gap: calc(-1.25rem + 6.25 * (100vw - 20rem) / 56.25);
      column-gap: calc(-1.25rem + 6.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports ((-moz-column-gap: clamp(0.3125rem, -0.4652777778rem + 3.8888888889vw, 2.5rem)) or (column-gap: clamp(0.3125rem, -0.4652777778rem + 3.8888888889vw, 2.5rem))) {
    .menu__list {
      -webkit-column-gap: clamp(0.3125rem, -0.4652777778rem + 3.8888888889vw, 2.5rem);
      -moz-column-gap: clamp(0.3125rem, -0.4652777778rem + 3.8888888889vw, 2.5rem);
      column-gap: clamp(0.3125rem, -0.4652777778rem + 3.8888888889vw, 2.5rem);
    }
  }

  @supports not ((-moz-column-gap: clamp(0.3125rem, -0.4652777778rem + 3.8888888889vw, 2.5rem)) or (column-gap: clamp(0.3125rem, -0.4652777778rem + 3.8888888889vw, 2.5rem))) {
    .menu__list {
      -webkit-column-gap: calc(0.3125rem + 2.1875 * (100vw - 20rem) / 56.25);
      -moz-column-gap: calc(0.3125rem + 2.1875 * (100vw - 20rem) / 56.25);
      column-gap: calc(0.3125rem + 2.1875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports ((-moz-column-gap: clamp(0.9375rem, 0.2708333333rem + 3.3333333333vw, 2.8125rem)) or (column-gap: clamp(0.9375rem, 0.2708333333rem + 3.3333333333vw, 2.8125rem))) {
    .footer-menu {
      -webkit-column-gap: clamp(0.9375rem, 0.2708333333rem + 3.3333333333vw, 2.8125rem);
      -moz-column-gap: clamp(0.9375rem, 0.2708333333rem + 3.3333333333vw, 2.8125rem);
      column-gap: clamp(0.9375rem, 0.2708333333rem + 3.3333333333vw, 2.8125rem);
    }
  }

  @supports not ((-moz-column-gap: clamp(0.9375rem, 0.2708333333rem + 3.3333333333vw, 2.8125rem)) or (column-gap: clamp(0.9375rem, 0.2708333333rem + 3.3333333333vw, 2.8125rem))) {
    .footer-menu {
      -webkit-column-gap: calc(0.9375rem + 1.875 * (100vw - 20rem) / 56.25);
      -moz-column-gap: calc(0.9375rem + 1.875 * (100vw - 20rem) / 56.25);
      column-gap: calc(0.9375rem + 1.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(0.0000000625rem, -2.2222221375rem + 11.111111vw, 6.25rem)) {
    .section-main {
      margin-bottom: clamp(0.0000000625rem, -2.2222221375rem + 11.111111vw, 6.25rem);
    }
  }

  @supports not (margin-bottom: clamp(0.0000000625rem, -2.2222221375rem + 11.111111vw, 6.25rem)) {
    .section-main {
      margin-bottom: calc(0.0000000625rem + 6.2499999375 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (padding-top: clamp(17.5rem, 16.1666666667rem + 6.6666666667vw, 21.25rem)) {
    .section-main__wrap {
      padding-top: clamp(17.5rem, 16.1666666667rem + 6.6666666667vw, 21.25rem);
    }
  }

  @supports not (padding-top: clamp(17.5rem, 16.1666666667rem + 6.6666666667vw, 21.25rem)) {
    .section-main__wrap {
      padding-top: calc(17.5rem + 3.75 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (padding-bottom: clamp(6.25rem, 2.6944444444rem + 17.7777777778vw, 16.25rem)) {
    .section-main__wrap {
      padding-bottom: clamp(6.25rem, 2.6944444444rem + 17.7777777778vw, 16.25rem);
    }
  }

  @supports not (padding-bottom: clamp(6.25rem, 2.6944444444rem + 17.7777777778vw, 16.25rem)) {
    .section-main__wrap {
      padding-bottom: calc(6.25rem + 10 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (font-size: clamp(1.375rem, 1.1972222222rem + 0.8888888889vw, 1.875rem)) {
    .section-main__subtitle {
      font-size: clamp(1.375rem, 1.1972222222rem + 0.8888888889vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.375rem, 1.1972222222rem + 0.8888888889vw, 1.875rem)) {
    .section-main__subtitle {
      font-size: calc(1.375rem + 0.5 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (line-height: clamp(1.6875rem, 1.4652777778rem + 1.1111111111vw, 2.3125rem)) {
    .section-main__subtitle {
      line-height: clamp(1.6875rem, 1.4652777778rem + 1.1111111111vw, 2.3125rem);
    }
  }

  @supports not (line-height: clamp(1.6875rem, 1.4652777778rem + 1.1111111111vw, 2.3125rem)) {
    .section-main__subtitle {
      line-height: calc(1.6875rem + 0.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem)) {
    .section-main__subtitle {
      margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem)) {
    .section-main__subtitle {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (max-width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .section-main__img {
      max-width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem);
    }
  }

  @supports not (max-width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .section-main__img {
      max-width: calc(7.5rem + 5.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (top: clamp(7.5rem, 6.7222222222rem + 3.8888888889vw, 9.6875rem)) {
    .section-main__img {
      top: clamp(7.5rem, 6.7222222222rem + 3.8888888889vw, 9.6875rem);
    }
  }

  @supports not (top: clamp(7.5rem, 6.7222222222rem + 3.8888888889vw, 9.6875rem)) {
    .section-main__img {
      top: calc(7.5rem + 2.1875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (right: clamp(0.0000000625rem, -0.8888888042rem + 4.4444443333vw, 2.5rem)) {
    .section-main__img {
      right: clamp(0.0000000625rem, -0.8888888042rem + 4.4444443333vw, 2.5rem);
    }
  }

  @supports not (right: clamp(0.0000000625rem, -0.8888888042rem + 4.4444443333vw, 2.5rem)) {
    .section-main__img {
      right: calc(0.0000000625rem + 2.4999999375 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) {
    .section-about h2 {
      margin-bottom: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) {
    .section-about h2 {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-top: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) {
    .section-about__btn {
      margin-top: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem);
    }
  }

  @supports not (margin-top: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) {
    .section-about__btn {
      margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem)) {
    .section-why__subtitle {
      margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem)) {
    .section-why__subtitle {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports ((-moz-column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem)) or (column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem))) {
    .section-why__wrap {
      -webkit-column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem);
      -moz-column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem);
      column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem);
    }
  }

  @supports not ((-moz-column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem)) or (column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem))) {
    .section-why__wrap {
      -webkit-column-gap: calc(1.25rem + 2.5 * (100vw - 20rem) / 56.25);
      -moz-column-gap: calc(1.25rem + 2.5 * (100vw - 20rem) / 56.25);
      column-gap: calc(1.25rem + 2.5 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (row-gap: clamp(2.5rem, 2.2777777778rem + 1.1111111111vw, 3.125rem)) {
    .section-why__wrap {
      row-gap: clamp(2.5rem, 2.2777777778rem + 1.1111111111vw, 3.125rem);
    }
  }

  @supports not (row-gap: clamp(2.5rem, 2.2777777778rem + 1.1111111111vw, 3.125rem)) {
    .section-why__wrap {
      row-gap: calc(2.5rem + 0.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports ((-moz-column-gap: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem)) or (column-gap: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem))) {
    .section-why-item {
      -webkit-column-gap: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem);
      -moz-column-gap: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem);
      column-gap: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem);
    }
  }

  @supports not ((-moz-column-gap: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem)) or (column-gap: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem))) {
    .section-why-item {
      -webkit-column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 56.25);
      -moz-column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 56.25);
      column-gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) {
    .section-offer h2 {
      margin-bottom: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) {
    .section-offer h2 {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-top: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) {
    .section-offer__btn {
      margin-top: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem);
    }
  }

  @supports not (margin-top: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) {
    .section-offer__btn {
      margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem)) {
    .section-systems__title {
      margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem)) {
    .section-systems__title {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports ((-moz-column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem)) or (column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem))) {
    .section-systems__wrap {
      -webkit-column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem);
      -moz-column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem);
      column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem);
    }
  }

  @supports not ((-moz-column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem)) or (column-gap: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem))) {
    .section-systems__wrap {
      -webkit-column-gap: calc(1.25rem + 2.5 * (100vw - 20rem) / 56.25);
      -moz-column-gap: calc(1.25rem + 2.5 * (100vw - 20rem) / 56.25);
      column-gap: calc(1.25rem + 2.5 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem)) {
    .section-review__subtitle {
      margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(2.5rem, 2.0555555556rem + 2.2222222222vw, 3.75rem)) {
    .section-review__subtitle {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports ((-moz-column-gap: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) or (column-gap: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem))) {
    .section-callback__wrap {
      -webkit-column-gap: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem);
      -moz-column-gap: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem);
      column-gap: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem);
    }
  }

  @supports not ((-moz-column-gap: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) or (column-gap: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem))) {
    .section-callback__wrap {
      -webkit-column-gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.25);
      -moz-column-gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.25);
      column-gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-top: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) {
    .section-callback__btn {
      margin-top: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem);
    }
  }

  @supports not (margin-top: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem)) {
    .section-callback__btn {
      margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(0.0000000625rem, -2.2222221375rem + 11.111111vw, 6.25rem)) {
    .about {
      margin-bottom: clamp(0.0000000625rem, -2.2222221375rem + 11.111111vw, 6.25rem);
    }
  }

  @supports not (margin-bottom: clamp(0.0000000625rem, -2.2222221375rem + 11.111111vw, 6.25rem)) {
    .about {
      margin-bottom: calc(0.0000000625rem + 6.2499999375 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .about__wrap::after {
      width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem);
    }
  }

  @supports not (width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .about__wrap::after {
      width: calc(7.5rem + 5.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (height: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .about__wrap::after {
      height: clamp(7.5rem, 5.5rem + 10vw, 13.125rem);
    }
  }

  @supports not (height: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .about__wrap::after {
      height: calc(7.5rem + 5.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports ((-moz-column-gap: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem)) or (column-gap: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem))) {
    .banner-text__wrap {
      -webkit-column-gap: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem);
      -moz-column-gap: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem);
      column-gap: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem);
    }
  }

  @supports not ((-moz-column-gap: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem)) or (column-gap: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem))) {
    .banner-text__wrap {
      -webkit-column-gap: calc(0.625rem + 1.875 * (100vw - 20rem) / 56.25);
      -moz-column-gap: calc(0.625rem + 1.875 * (100vw - 20rem) / 56.25);
      column-gap: calc(0.625rem + 1.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(0.0000000625rem, -2.6666665819rem + 13.3333332222vw, 7.5rem)) {
    .contact {
      margin-bottom: clamp(0.0000000625rem, -2.6666665819rem + 13.3333332222vw, 7.5rem);
    }
  }

  @supports not (margin-bottom: clamp(0.0000000625rem, -2.6666665819rem + 13.3333332222vw, 7.5rem)) {
    .contact {
      margin-bottom: calc(0.0000000625rem + 7.4999999375 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .contact__wrap::after {
      width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem);
    }
  }

  @supports not (width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .contact__wrap::after {
      width: calc(7.5rem + 5.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (height: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .contact__wrap::after {
      height: clamp(7.5rem, 5.5rem + 10vw, 13.125rem);
    }
  }

  @supports not (height: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .contact__wrap::after {
      height: calc(7.5rem + 5.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(2.5rem, 1.1666666667rem + 6.6666666667vw, 6.25rem)) {
    .review__wrap {
      margin-bottom: clamp(2.5rem, 1.1666666667rem + 6.6666666667vw, 6.25rem);
    }
  }

  @supports not (margin-bottom: clamp(2.5rem, 1.1666666667rem + 6.6666666667vw, 6.25rem)) {
    .review__wrap {
      margin-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (padding-top: clamp(1.25rem, 0.9166666667rem + 1.6666666667vw, 2.1875rem)) {
    .review-item {
      padding-top: clamp(1.25rem, 0.9166666667rem + 1.6666666667vw, 2.1875rem);
    }
  }

  @supports not (padding-top: clamp(1.25rem, 0.9166666667rem + 1.6666666667vw, 2.1875rem)) {
    .review-item {
      padding-top: calc(1.25rem + 0.9375 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (padding-bottom: clamp(1.25rem, 0.9166666667rem + 1.6666666667vw, 2.1875rem)) {
    .review-item {
      padding-bottom: clamp(1.25rem, 0.9166666667rem + 1.6666666667vw, 2.1875rem);
    }
  }

  @supports not (padding-bottom: clamp(1.25rem, 0.9166666667rem + 1.6666666667vw, 2.1875rem)) {
    .review-item {
      padding-bottom: calc(1.25rem + 0.9375 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (padding-left: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem)) {
    .review-item {
      padding-left: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem);
    }
  }

  @supports not (padding-left: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem)) {
    .review-item {
      padding-left: calc(0.625rem + 1.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (padding-right: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem)) {
    .review-item {
      padding-right: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem);
    }
  }

  @supports not (padding-right: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem)) {
    .review-item {
      padding-right: calc(0.625rem + 1.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(1.875rem, 1.6527777778rem + 1.1111111111vw, 2.5rem)) {
    .review-item {
      margin-bottom: clamp(1.875rem, 1.6527777778rem + 1.1111111111vw, 2.5rem);
    }
  }

  @supports not (margin-bottom: clamp(1.875rem, 1.6527777778rem + 1.1111111111vw, 2.5rem)) {
    .review-item {
      margin-bottom: calc(1.875rem + 0.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (padding-bottom: clamp(8.75rem, 12.1388888889rem + -4.4444444444vw, 11.25rem)) {
    .remont-bg {
      padding-bottom: clamp(8.75rem, 12.1388888889rem + -4.4444444444vw, 11.25rem);
    }
  }

  @supports not (padding-bottom: clamp(8.75rem, 12.1388888889rem + -4.4444444444vw, 11.25rem)) {
    .remont-bg {
      padding-bottom: calc(11.25rem + -2.5 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .remont-main .__container::after {
      width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem);
    }
  }

  @supports not (width: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .remont-main .__container::after {
      width: calc(7.5rem + 5.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (height: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .remont-main .__container::after {
      height: clamp(7.5rem, 5.5rem + 10vw, 13.125rem);
    }
  }

  @supports not (height: clamp(7.5rem, 5.5rem + 10vw, 13.125rem)) {
    .remont-main .__container::after {
      height: calc(7.5rem + 5.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(1.875rem, 0.9861111111rem + 4.4444444444vw, 4.375rem)) {
    .remont-wrap {
      margin-bottom: clamp(1.875rem, 0.9861111111rem + 4.4444444444vw, 4.375rem);
    }
  }

  @supports not (margin-bottom: clamp(1.875rem, 0.9861111111rem + 4.4444444444vw, 4.375rem)) {
    .remont-wrap {
      margin-bottom: calc(1.875rem + 2.5 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 1.875rem)) {
    .remont-content__title {
      margin-bottom: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 1.875rem)) {
    .remont-content__title {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(3.75rem, 3.0833333333rem + 3.3333333333vw, 5.625rem)) {
    .remont-content__text {
      margin-bottom: clamp(3.75rem, 3.0833333333rem + 3.3333333333vw, 5.625rem);
    }
  }

  @supports not (margin-bottom: clamp(3.75rem, 3.0833333333rem + 3.3333333333vw, 5.625rem)) {
    .remont-content__text {
      margin-bottom: calc(3.75rem + 1.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 1.875rem)) {
    .remont-door-content__title {
      margin-bottom: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 1.875rem)) {
    .remont-door-content__title {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(3.75rem, 3.0833333333rem + 3.3333333333vw, 5.625rem)) {
    .remont-door-content__text {
      margin-bottom: clamp(3.75rem, 3.0833333333rem + 3.3333333333vw, 5.625rem);
    }
  }

  @supports not (margin-bottom: clamp(3.75rem, 3.0833333333rem + 3.3333333333vw, 5.625rem)) {
    .remont-door-content__text {
      margin-bottom: calc(3.75rem + 1.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-top: clamp(3.75rem, 2.8611111111rem + 4.4444444444vw, 6.25rem)) {
    .moskit .moskit-content__title {
      margin-top: clamp(3.75rem, 2.8611111111rem + 4.4444444444vw, 6.25rem);
    }
  }

  @supports not (margin-top: clamp(3.75rem, 2.8611111111rem + 4.4444444444vw, 6.25rem)) {
    .moskit .moskit-content__title {
      margin-top: calc(3.75rem + 2.5 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(1.875rem, 1.2083333333rem + 3.3333333333vw, 3.75rem)) {
    .moskit .moskit-content__title {
      margin-bottom: clamp(1.875rem, 1.2083333333rem + 3.3333333333vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(1.875rem, 1.2083333333rem + 3.3333333333vw, 3.75rem)) {
    .moskit .moskit-content__title {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (font-size: clamp(1.375rem, 1.1972222222rem + 0.8888888889vw, 1.875rem)) {
    .moskit .moskit-content__title {
      font-size: clamp(1.375rem, 1.1972222222rem + 0.8888888889vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.375rem, 1.1972222222rem + 0.8888888889vw, 1.875rem)) {
    .moskit .moskit-content__title {
      font-size: calc(1.375rem + 0.5 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (line-height: clamp(1.6875rem, 1.4652777778rem + 1.1111111111vw, 2.3125rem)) {
    .moskit .moskit-content__title {
      line-height: clamp(1.6875rem, 1.4652777778rem + 1.1111111111vw, 2.3125rem);
    }
  }

  @supports not (line-height: clamp(1.6875rem, 1.4652777778rem + 1.1111111111vw, 2.3125rem)) {
    .moskit .moskit-content__title {
      line-height: calc(1.6875rem + 0.625 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-top: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem)) {
    .moscit-main .moscit-row {
      margin-top: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem);
    }
  }

  @supports not (margin-top: clamp(0.625rem, -0.0416666667rem + 3.3333333333vw, 2.5rem)) {
    .moscit-main .moscit-row {
      margin-top: calc(0.625rem + 1.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(0.625rem, 0.1805555556rem + 2.2222222222vw, 1.875rem)) {
    .moscit-main .moscit-row {
      margin-bottom: clamp(0.625rem, 0.1805555556rem + 2.2222222222vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(0.625rem, 0.1805555556rem + 2.2222222222vw, 1.875rem)) {
    .moscit-main .moscit-row {
      margin-bottom: calc(0.625rem + 1.25 * (100vw - 20rem) / 56.25);
    }
  }

  @supports ((-moz-column-gap: clamp(1.25rem, 0.2277777778rem + 5.1111111111vw, 4.125rem)) or (column-gap: clamp(1.25rem, 0.2277777778rem + 5.1111111111vw, 4.125rem))) {
    .moscit-main .moscit-row {
      -webkit-column-gap: clamp(1.25rem, 0.2277777778rem + 5.1111111111vw, 4.125rem);
      -moz-column-gap: clamp(1.25rem, 0.2277777778rem + 5.1111111111vw, 4.125rem);
      column-gap: clamp(1.25rem, 0.2277777778rem + 5.1111111111vw, 4.125rem);
    }
  }

  @supports not ((-moz-column-gap: clamp(1.25rem, 0.2277777778rem + 5.1111111111vw, 4.125rem)) or (column-gap: clamp(1.25rem, 0.2277777778rem + 5.1111111111vw, 4.125rem))) {
    .moscit-main .moscit-row {
      -webkit-column-gap: calc(1.25rem + 2.875 * (100vw - 20rem) / 56.25);
      -moz-column-gap: calc(1.25rem + 2.875 * (100vw - 20rem) / 56.25);
      column-gap: calc(1.25rem + 2.875 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-top: clamp(2.5rem, 1.6111111111rem + 4.4444444444vw, 5rem)) {
    .moscit-main .moscit-main__title {
      margin-top: clamp(2.5rem, 1.6111111111rem + 4.4444444444vw, 5rem);
    }
  }

  @supports not (margin-top: clamp(2.5rem, 1.6111111111rem + 4.4444444444vw, 5rem)) {
    .moscit-main .moscit-main__title {
      margin-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.25);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem)) {
    .moscit-main .moscit-main__title {
      margin-bottom: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.3611111111rem + 4.4444444444vw, 3.75rem)) {
    .moscit-main .moscit-main__title {
      margin-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 56.25);
    }
  }

  @supports ((-moz-column-gap: clamp(1.875rem, -1.4583333333rem + 16.6666666667vw, 11.25rem)) or (column-gap: clamp(1.875rem, -1.4583333333rem + 16.6666666667vw, 11.25rem))) {
    .category-list__wrap {
      -webkit-column-gap: clamp(1.875rem, -1.4583333333rem + 16.6666666667vw, 11.25rem);
      -moz-column-gap: clamp(1.875rem, -1.4583333333rem + 16.6666666667vw, 11.25rem);
      column-gap: clamp(1.875rem, -1.4583333333rem + 16.6666666667vw, 11.25rem);
    }
  }

  @supports not ((-moz-column-gap: clamp(1.875rem, -1.4583333333rem + 16.6666666667vw, 11.25rem)) or (column-gap: clamp(1.875rem, -1.4583333333rem + 16.6666666667vw, 11.25rem))) {
    .category-list__wrap {
      -webkit-column-gap: calc(1.875rem + 9.375 * (100vw - 20rem) / 56.25);
      -moz-column-gap: calc(1.875rem + 9.375 * (100vw - 20rem) / 56.25);
      column-gap: calc(1.875rem + 9.375 * (100vw - 20rem) / 56.25);
    }
  }
}

@media (any-hover: hover) {

  .menu__list li:hover .menu__sub-list,
  .menu__list li:hover .sub-menu {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    /* pointer-events: auto; */
  }

  .menu__list li:hover .menu__arrow::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.webp .section-main {
  background-image: url(../img/main-bg.webp);
}

.webp .section-about {
  background-image: url(../img/about-l.webp);
}

.webp .section-about__right::after {
  background-image: url(../img/about-r.webp);
}

.webp .section-offer {
  background-image: url(../img/offer-l.webp);
}

.webp .section-offer__left::after {
  background-image: url(../img/offer-r.webp);
}

.webp .section-review__wrap::after {
  background-image: url(../img/reviw-bg.webp);
}

.webp .section-callback {
  background-image: url(../img/callbak-bg.webp);
}

.webp .about {
  background-image: url(../img/woman.webp);
}

.webp .about__wrap::after {
  background-image: url(../img/10let.webp);
}

.webp .about__left::after {
  background-image: url(../img/offer-r.webp);
}

.webp .about__section-callback {
  background-image: url(../img/service.webp);
}

.webp .banner-text {
  background-image: url(../img/callbak-bg.webp);
}

.webp .contact {
  background-image: url(../img/contact.webp);
}

.webp .contact__wrap::after {
  background-image: url(../img/10let.webp);
}

.webp .contact__left::after {
  background-image: url(../img/offer-r.webp);
}

.webp .review-item__name::before {
  background-image: url(../img/icons/jv.webp);
}

.webp .remont-bg {
  background-image: url(../img/gray-bg.webp);
}

.webp .remont-main .__container::after {
  background-image: url(../img/10let.webp);
}

.webp .remont-item--1::after {
  background-image: url(../img/1.webp);
}

.webp .remont-item--2::after {
  background-image: url(../img/2.webp);
}

.webp .remont-item--3::after {
  background-image: url(../img/3.webp);
}

.webp .remont-item--4::after {
  background-image: url(../img/4.webp);
}

.webp .remont-item--5::after {
  background-image: url(../img/5.webp);
}

.webp .remont-item--6::after {
  background-image: url(../img/6.webp);
}

.webp .remont-item--7::after {
  background-image: url(../img/7.webp);
}

.webp .remont-item--8::after {
  background-image: url(../img/8.webp);
}

.webp .remont-item--9::after {
  background-image: url(../img/9.webp);
}

.webp .remont-item--10::after {
  background-image: url(../img/10.webp);
}

.webp .remont-item--11::after {
  background-image: url(../img/11.webp);
}

.webp .remont-door .remont-item--1::after {
  background-image: url(../img/rd1.webp);
}

.webp .remont-door .remont-item--2::after {
  background-image: url(../img/rd2.webp);
}

.webp .remont-door .remont-item--2::before {
  background-image: url(../img/rdi1.webp);
}

.webp .remont-door .remont-item--3::after {
  background-image: url(../img/rd3.webp);
}

.webp .remont-door .remont-item--3::before {
  background-image: url(../img/rdi2.webp);
}

.webp .remont-door .remont-item--4::after {
  background-image: url(../img/rd4.webp);
}

.webp .remont-door .remont-item--4::before {
  background-image: url(../img/rdi3.webp);
}

.webp .remont-door .remont-item--5::after {
  background-image: url(../img/rd5.webp);
}

.webp .remont-door .remont-item--5::before {
  background-image: url(../img/rdi4.webp);
}

.webp .remont-door .remont-item--6::after {
  background-image: url(../img/rd6.webp);
}

.webp .remont-door .remont-item--6::before {
  background-image: url(../img/rdi5.webp);
}

.webp .remont-door .remont-item--7::after {
  background-image: url(../img/rd7.webp);
}

.webp .remont-door .remont-item--7::before {
  background-image: url(../img/rdi6.webp);
}

.webp .remont-door .remont-item--8::after {
  background-image: url(../img/rd8.webp);
}

.webp .remont-door .remont-item--9::after {
  background-image: url(../img/rd9.webp);
}

.webp .remont-door .remont-item--10::after {
  background-image: url(../img/rd10.webp);
}

.webp .remont-door .remont-item--10::before {
  background-image: url(../img/rdi7.webp);
}

.webp .remont-door .remont-item--11::after {
  background-image: url(../img/rd11.webp);
}

.webp .remont-door .remont-item--12::after {
  background-image: url(../img/rd12.webp);
}

.webp .remont-door .remont-item--12::before {
  background-image: url(../img/rdi8.webp);
}

.webp .moskit .remont-main .__container::after {
  background-image: url(../img/10let.webp);
}

.webp .category-list__item::after {
  background-image: url(../img/icons/alt2.webp);
}

.webp .nopage {
  background-image: url(../img/404bg.webp);
}

@media (max-width: 29.99875em) {

  .webp .section-about::after {
    background-image: url(../img/about-l2.webp);
  }
}

@media (max-width: 29.99875em) {

  .webp .section-about__right::after {
    background-image: url(../img/about-r2.webp);
  }
}

@media (max-width: 29.99875em) {

  .webp .section-offer::after {
    background-image: url(../img/offer-l.webp);
  }
}

@media (max-width: 29.99875em) {

  .webp .section-offer__left::after {
    background-image: url(../img/offer-r2.webp);
  }
}

@media (max-width: 29.99875em) {

  .webp .about::after {
    background-image: url(../img/woman.webp);
  }
}

@media (max-width: 29.99875em) {

  .webp .about__left::after {
    background-image: url(../img/offer-r2.webp);
  }
}

@media (max-width: 29.99875em) {

  .webp .about__section-callback::after {
    background-image: url(../img/service.webp);
  }
}

@media (max-width: 29.99875em) {

  .webp .contact::after {
    background-image: url(../img/contact.webp);
  }
}

@media (max-width: 29.99875em) {

  .webp .contact__left::after {
    background-image: url(../img/offer-r2.webp);
  }
}

.menu__list .menu-item {
  margin-bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
}

.menu-item-type-taxonomy.menu-item-has-children .sub-menu {
  position: absolute;
  top: -28px;
  right: -530px;
  width: 510px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  opacity: 0;
  visibility: hidden;
}

.menu__list .menu-item-has-children:hover .menu__arrow::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.menu__list .menu-item-has-children:hover .menu-item-type-taxonomy.menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
}


.sub-menu .menu-item-type-taxonomy.menu-item-has-children:hover .menu__arrow::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sub-menu .menu-item-type-taxonomy.menu-item-has-children.menu-item-55:hover .sub-menu,
.sub-menu .menu-item-type-taxonomy.menu-item-has-children.menu-item-56:hover .sub-menu,
.sub-menu .menu-item-type-taxonomy.menu-item-has-children.menu-item-57:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media(max-width:991.98px) {
  .menu__list .menu-item {
    margin-bottom: 0;
    height: auto;
    display: block;
  }

  .menu__sub-list,
  .sub-menu {
    padding-top: 40px;
    position: relative;
    width: auto;
    right: 0;
    grid-template-columns: 1fr;
  }

  .menu-item-type-taxonomy.menu-item-has-children .sub-menu {
    width: auto;
    right: 0;
    padding-left: 30px;
    grid-template-columns: 1fr;
    top: 0;
    position: relative;
    display: none;
  }

  .menu-item-type-taxonomy.menu-item-has-children:has(._spoller-active) .sub-menu {
    display: grid;
  }
}