@charset "UTF-8";
@import url("../libs/fancybox/jquery.fancybox.min.css");
@import url("../libs/swiper-bundle.min.css");
@import url("../libs/ion.rangeSlider.min.css");
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Manrope-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
}
::-webkit-input-placeholder {
  color: #282728;
}
::-moz-placeholder {
  color: #282728;
}
:-ms-input-placeholder {
  color: #282728;
}
::-ms-input-placeholder {
  color: #282728;
}
::placeholder {
  color: #282728;
}

::-moz-selection {
  background-color: #bde5fa;
  color: #34425c;
}

::selection {
  background-color: #bde5fa;
  color: #34425c;
}

input, textarea {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.375;
}

body {
  color: #363636;
  padding: 0;
  margin: 0;
  min-width: 320px;
  position: relative;
  background: #FEFEFE;
}

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

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

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  font-family: inherit;
}

textarea {
  resize: none;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #363636;
}

*::-webkit-media-controls-panel,
*::-webkit-media-controls-play-button,
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.container {
  width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

body {
  background: url("../images/bg.jpg") repeat;
}

.main {
  overflow-x: hidden;
}

.hero {
  background: url("../images/hero-bg.jpg") center 70%/cover no-repeat;
}

.header {
  padding: 23px 0;
}
.header__main {
  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;
  margin-top: 27px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 155px;
  font-family: "Manrope", sans-serif;
}
.header__rating-num {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 13px;
  background: #EEEEEE;
  border-radius: 50%;
}
.header__rating-stars {
  display: block;
  margin-bottom: 9px;
}
.header__rating-text {
  color: #28292B;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 0.8px;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 140px;
  font-family: "Manrope", sans-serif;
}
.header__contact-manager {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.header__contact-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 213px;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #28292B;
}
.header__contact-online::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: -1px;
  margin-right: 5px;
  background: #52B060;
  -webkit-animation: blink 1s linear 0.3s infinite;
          animation: blink 1s linear 0.3s infinite;
}
.header__contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
}
.header__contact-whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 17px 12px 20px;
  background: #40D162;
  border-radius: 100px;
  font-size: 13px;
  line-height: 15.6px;
  letter-spacing: 0.6px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__contact-whatsapp:focus, .header__contact-whatsapp:active {
  color: #fff;
  background: #29A747;
}
.header__contact-whatsapp:hover {
  color: #fff;
  background: #39B957;
}
.header__contact-whatsapp img {
  margin-right: 6px;
}
.header__contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #05A0EB;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__contact-btn:hover {
  background: #1792CD;
}
.header__contact-btn:focus, .header__contact-btn:active {
  background: #4097C1;
}
.header__contact-btn--viber {
  background: #7360F2;
}
.header__contact-btn--viber:hover {
  background: #7E6EEE;
}
.header__contact-btn--viber:focus, .header__contact-btn--viber:active {
  background: #5F4CDE;
}
.header__call {
  text-align: right;
}
.header__call-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 14px;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.75px;
  font-weight: 500;
  color: #28292B;
}
.header__call-sub::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: -2px;
  margin-right: 6px;
  background: #52B060;
  -webkit-animation: blink 1s linear 0.3s infinite;
          animation: blink 1s linear 0.3s infinite;
}
.header__call-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.75px;
  color: #28292B;
}
.header__call-tel:focus, .header__call-tel:active {
  color: rgba(40, 41, 43, 0.7);
}
.header__call-tel:hover {
  color: rgba(40, 41, 43, 0.8);
}
.header__call-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  color: #50B2FD;
  margin-top: 10px;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 2px dotted #50B2FD;
  background: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__call-btn:focus {
  color: #2B7AB7;
  border-color: #2B7AB7;
}
.header__call-btn:active {
  color: #2B7AB7;
  border-color: #2B7AB7;
}
.header__call-btn:hover {
  color: #3B99E2;
  border-color: #3B99E2;
}
.header .menu-btn {
  display: none;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 99px;
}
.logo a img {
  max-width: 100%;
  width: auto;
  vertical-align: top;
}
.logo__box {
  margin-left: 19px;
  color: #28292B;
}
.logo__sub {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.logo__desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.nav__close {
  display: none;
}
.nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav ul a {
  display: block;
  color: #28292B;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2.6px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav ul a:hover {
  color: #EC3839;
}
.nav ul a:focus, .nav ul a:active {
  color: #E83031;
}

.promo {
  padding: 56px 0 257px;
}
.promo__title {
  margin: auto;
  max-width: 1330px;
  text-align: center;
  font-size: 64px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -1.9px;
}
.promo__title span {
  color: #F74F50;
}
.promo__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 96px;
  margin-top: 38px;
  list-style: none;
}
.promo__benefits li {
  position: relative;
  padding: 13px 0 0 18px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
}
.promo__benefits li b {
  font-weight: 600;
}
.promo__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F74F50;
}
.promo__socials {
  margin: -7px 0 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 202px;
  padding: 5px;
  border-radius: 10px;
  margin-right: 11px;
  background: #0088CC;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.promo__social:hover {
  opacity: 0.9;
  color: #fff;
  background: #0393DB;
}
.promo__social--wa {
  background: #32bd52;
}
.promo__social--wa:hover {
  background: #40D162;
}
.promo__social--wa .promo__social-icon {
  background: #40D162;
}
.promo__social-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 23px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0393DB;
}
.promo__call {
  margin: 47px 0 0 34px;
  color: #fff;
  font-size: 28px;
  line-height: 36.4px;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.promo__call .mark {
  color: #34425c;
  position: relative;
  padding: 9px 9px 3px 10px;
}
.promo__call .mark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F74F50;
  border-radius: 5px;
  z-index: -1;
}
.promo__call a {
  display: block;
  margin: 14px 0 0 10px;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.promo__call a:hover {
  color: #F74F50;
}
.promo__btn {
  margin: 110px auto 0;
  max-width: 503px;
}

.btn-wrap {
  position: relative;
  z-index: 10;
}

.btn-secondary {
  display: block;
  width: 100%;
  border: none;
  -webkit-box-shadow: inset 11px 11px 43px 0 rgba(255, 255, 255, 0.3), inset -11px -11px 43px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 #f6d7b3;
          box-shadow: inset 11px 11px 43px 0 rgba(255, 255, 255, 0.3), inset -11px -11px 43px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 #f6d7b3;
  background: #F34748;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  padding: 14px 14px 13px;
}
.btn-secondary--catalog .btn-secondary__inner {
  padding-left: 128px;
}
.btn-secondary__inner {
  display: block;
  position: relative;
  padding: 17px 42px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btn-secondary__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/btn/pattern.png") repeat;
  mix-blend-mode: plus-lighter;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.btn-secondary__icon {
  position: absolute;
  right: 28px;
  top: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.btn-secondary__borders {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn-secondary__borders::before, .btn-secondary__borders::after {
  content: "";
  position: absolute;
  width: calc(100% - 13px);
  height: calc(100% - 13px);
  border-radius: 11px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  mix-blend-mode: overlay;
}
.btn-secondary__borders::before {
  left: 7px;
  top: 7px;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-secondary__borders::after {
  left: 6px;
  top: 6px;
}
.btn-secondary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  top: 0;
  -webkit-box-shadow: 0 15px 3px -15px rgba(0, 0, 0, 0.4), 0 19px 10px -14px rgba(0, 0, 0, 0.1), 0 28px 17px -17px rgba(0, 0, 0, 0.1), inset 0 -30px 1px -30px rgba(0, 0, 0, 0.2), inset 0 -31px 4px -30px rgba(0, 0, 0, 0.4), inset -30px -16px 4px -30px #f6d7b3, inset 30px -16px 4px -30px #f6d7b3;
          box-shadow: 0 15px 3px -15px rgba(0, 0, 0, 0.4), 0 19px 10px -14px rgba(0, 0, 0, 0.1), 0 28px 17px -17px rgba(0, 0, 0, 0.1), inset 0 -30px 1px -30px rgba(0, 0, 0, 0.2), inset 0 -31px 4px -30px rgba(0, 0, 0, 0.4), inset -30px -16px 4px -30px #f6d7b3, inset 30px -16px 4px -30px #f6d7b3;
  background: #ec3839;
  border-radius: 16px 16px 22px 22px;
  z-index: -1;
}
.btn-secondary__animation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.btn-secondary__animation::before {
  content: "";
  margin-left: -30px;
  width: 30px;
  height: 300px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -100px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
          animation-name: slideme;
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-secondary__catalog {
  position: absolute;
  left: -2px;
  top: -38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10;
}
.btn-secondary__phone {
  position: absolute;
  left: 34px;
  top: -45px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10;
}
.btn-secondary--green {
  -webkit-box-shadow: inset 11px 11px 43px 0 rgba(255, 255, 255, 0.3), inset -11px -11px 43px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 #4cca5f;
          box-shadow: inset 11px 11px 43px 0 rgba(255, 255, 255, 0.3), inset -11px -11px 43px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 #4cca5f;
  background: #33C447;
}
.btn-secondary--green::after {
  background: #33C447;
  -webkit-box-shadow: 0 15px 3px -15px rgba(0, 0, 0, 0.4), 0 19px 10px -14px rgba(0, 0, 0, 0.1), 0 28px 17px -17px rgba(0, 0, 0, 0.1), inset 0 -30px 1px -30px rgba(0, 0, 0, 0.2), inset 0 -31px 4px -30px rgba(0, 0, 0, 0.4), inset -30px -16px 4px -30px #60f975, inset 30px -16px 4px -30px #60f975;
          box-shadow: 0 15px 3px -15px rgba(0, 0, 0, 0.4), 0 19px 10px -14px rgba(0, 0, 0, 0.1), 0 28px 17px -17px rgba(0, 0, 0, 0.1), inset 0 -30px 1px -30px rgba(0, 0, 0, 0.2), inset 0 -31px 4px -30px rgba(0, 0, 0, 0.4), inset -30px -16px 4px -30px #60f975, inset 30px -16px 4px -30px #60f975;
}

.btn {
  display: block;
  border: 0;
  padding: 17px 30px;
  -webkit-box-shadow: inset 0 0 19px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 0 19px 0 rgba(255, 255, 255, 0.25);
  background: #f74f50;
  border-radius: 6px;
  min-height: 80px;
  min-width: 187px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 118%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.btn::after {
  content: "";
  margin-left: -30px;
  width: 30px;
  height: 300px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -100px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
          animation-name: slideme;
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn:focus, .btn:active {
  color: #fff;
  background: #E83031;
}
.btn:hover {
  color: #fff;
  background: #EC3839;
}

.hero--thanks {
  min-height: 100vh;
  background-position: 0 -20%;
}

.thanks {
  padding-bottom: 250px;
  padding-top: 35px;
}
.thanks .promo__title {
  margin: 0;
  max-width: 100%;
}
.thanks .promo__sub {
  max-width: 620px;
  margin: 24px auto 0;
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
.thanks .promo__sub::before {
  content: "";
  position: absolute;
  left: -16px;
  top: -13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F74F50;
}
.thanks__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 55px 0 0 24px;
}
.thanks__bottom-text {
  font-size: 25px;
  line-height: 36.4px;
  color: #222;
}
.thanks__bottom-text span {
  background: #FFDE94;
  border-radius: 5px;
  padding: 4px 7px 0 10px;
  display: inline-block;
  margin-left: -10px;
}
.thanks__bottom-phone {
  display: block;
  margin-top: 20px;
  margin-left: -10px;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #222;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.thanks__bottom-phone:hover {
  opacity: 0.8;
}

.benefits {
  padding: 80px 0 43px;
}
.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 99px;
}
.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.benefits__item-icon {
  font-family: "Manrope", sans-serif;
  color: #000;
  letter-spacing: -0.03em;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-right: 15px;
  margin-top: 4px;
}
.benefits__item-text {
  width: 190px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
.benefits__item-text b {
  font-weight: 600;
}

.title {
  text-align: center;
  font-size: 56px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -1.7px;
}
.title b {
  font-weight: 500;
}
.title span {
  color: #F74F50;
}

.subtitle {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
}

.quiz {
  padding: 40px 0;
}
.quiz .title {
  margin: auto;
  max-width: 1170px;
}
.quiz__guide {
  margin-top: 38px;
}
.quiz__guide-title {
  margin-left: -13px;
  text-align: center;
  font-size: 16px;
  line-height: 155%;
  font-weight: 600;
  letter-spacing: 0.21px;
  color: #1c1c1c;
}
.quiz__guide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7px auto 0;
  max-width: 1095px;
  list-style: none;
  font-size: 17px;
  line-height: 130%;
  font-weight: 400;
  color: #3f3f3f;
  text-align: center;
  letter-spacing: 0.3px;
  padding-left: 52px;
  position: relative;
}
.quiz__guide-list::before, .quiz__guide-list::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  height: 8px;
  background: url("../images/icons/dots.svg") center no-repeat;
}
.quiz__guide-list::before {
  left: -107px;
}
.quiz__guide-list::after {
  content: none;
}
.quiz__guide-list li {
  margin-right: 180px;
}
.quiz__guide-list li:nth-child(2) {
  margin-right: 60px;
}
.quiz__guide-list li:last-child {
  margin-right: 0;
}
.quiz__main {
  width: 100%;
  margin: 47px auto 0;
  border-radius: 15px;
  padding: 62px 86px 0;
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.quiz__catalog {
  width: 906px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.quiz__progress {
  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;
  position: relative;
  background: #fff;
  border-radius: 200px;
  height: 35px;
  font-size: 13px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.26px;
  color: #1c1c1c;
}
.quiz__progress-text {
  position: relative;
  z-index: 10;
}
.quiz__progress-line {
  position: absolute;
  left: 5px;
  top: 5px;
  height: calc(100% - 10px);
  min-width: 20px;
  max-width: calc(100% - 10px);
  border-radius: 200px;
  background: url(../images/icons/load.svg) 0 0/20px 100% #F74F50;
  -webkit-animation: 10s linear infinite loadingBg;
          animation: 10s linear infinite loadingBg;
}
.quiz__items {
  margin-top: 34px;
}
.quiz__item {
  display: none;
  position: relative;
}
.quiz__item--active {
  display: block;
}
.quiz__item-sub {
  padding: 0 70px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.26px;
  color: #1c1c1c;
  font-weight: 500;
}
.quiz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
}
.quiz__check {
  position: relative;
  width: 210px;
  cursor: pointer;
}
.quiz__check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 0;
  width: 0;
  clip: rect(0, 0, 0, 0);
}
.quiz__check input:checked ~ .quiz__check-box .quiz__check-icon {
  background: #F74F50;
}
.quiz__check input:checked ~ .quiz__check-box .quiz__check-icon i {
  background-image: url("../images/icons/quiz-check-active.svg");
}
.quiz__check-image {
  max-width: 100%;
  width: auto;
  vertical-align: top;
  border-radius: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.quiz__check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 19px;
  padding-left: 8px;
}
.quiz__check-icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
.quiz__check-icon i {
  width: 12px;
  height: 8px;
  background: url("../images/icons/quiz-check.svg") center/contain no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quiz__check-text {
  margin-top: 5px;
  color: #000;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
.quiz__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
  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;
}
.quiz__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz__prev {
  cursor: pointer;
  margin-right: 20px;
  padding: 0;
  background: 0;
  border: 0;
  width: 30px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quiz__prev.hidden {
  display: none;
}
.quiz__prev:hover svg path {
  stroke: #F74F50;
}
.quiz__prev svg {
  width: 100%;
  height: 100%;
}
.quiz__prev svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: rgba(0, 0, 0, 0.2);
}
.quiz__box {
  min-height: 387px;
  padding-bottom: 30px;
}
.quiz__hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz__hint img {
  width: 30px;
}
.quiz__hint-text {
  margin-left: 20px;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.26px;
  font-weight: 400;
  color: #1c1c1c;
}
.quiz__manager {
  position: relative;
}
.quiz__manager-photo {
  vertical-align: top;
  margin: 46px 0 0 76px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.quiz__manager-name {
  position: absolute;
  top: 291px;
  left: 94px;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.26px;
}
.quiz__manager-name small {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
}
.quiz__manager-text {
  text-align: center;
  position: absolute;
  top: -11px;
  right: 79px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.26px;
}
.quiz__manager-text b {
  letter-spacing: 0;
  line-height: 150%;
  font-weight: 500;
}
.quiz .input {
  display: block;
  width: 100%;
  max-width: 300px;
  min-height: 80px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding-left: 53px;
  font-size: 21px;
  line-height: 119%;
  font-weight: 400;
  letter-spacing: 1.1px;
  color: #282728;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quiz .input:focus, .quiz .input:active {
  border-color: #F74F50;
}
.quiz__final-sub {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.quiz__final-form {
  margin: 20px auto 0;
  max-width: 325px;
  width: 100%;
}
.quiz__final .input {
  max-width: 100%;
  width: 100%;
}
.quiz__final .btn {
  width: 100%;
}
.quiz .form__messengers-list {
  margin-bottom: 15px;
}
.quiz .label--top {
  margin-top: 20px;
}
.quiz__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.quiz__row .quiz__check {
  width: 100%;
  margin-bottom: 10px;
}
.quiz__row .quiz__check:last-child {
  margin-bottom: 0;
}
.quiz__row .quiz__check-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.catalog {
  padding: 31px 0 63px;
}
.catalog .title {
  max-width: 1100px;
  margin: auto;
}
.catalog__head {
  position: relative;
}
.catalog .subtitle {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.catalog__click {
  position: absolute;
  right: 126px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__click-image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  margin-right: 20px;
}
.catalog__click-text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #92979c;
}
.catalog__click-text b {
  color: #363636;
  font-weight: 500;
}
.catalog__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 76px;
  gap: 76px;
}
.catalog__tab {
  font-size: 26px;
  line-height: 114%;
  letter-spacing: 0.3px;
  color: #646464;
  font-weight: 400;
  border-bottom: 1px solid rgba(247, 79, 80, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog__tab:hover {
  color: #F74F50;
}
.catalog__tab:active, .catalog__tab:focus {
  color: #EC3839;
}
.catalog__tab--active {
  color: #F74F50;
  border-color: #F74F50;
}
.catalog__main {
  margin-top: 60px;
}
.catalog__items {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12px;
  gap: 60px 48px;
}
.catalog__items--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__item {
  width: 350px;
  -webkit-box-shadow: 0 0 100px 0 rgba(198, 198, 198, 0.37);
          box-shadow: 0 0 100px 0 rgba(198, 198, 198, 0.37);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 20px 33px;
  display: none;
}
.catalog__item--active {
  display: block;
}
.catalog__item-top {
  position: relative;
}
.catalog__item-tag {
  position: absolute;
  left: 4px;
  top: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  border-radius: 19px;
  background: #9747FF;
  padding: 0 13px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.48px;
}
.catalog__item-tag i {
  width: 5px;
  height: 10px;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../images/icons/hit.svg") center no-repeat;
}
.catalog__item-tag--sale {
  background: #F74F50;
}
.catalog__item-tag--sale i {
  width: 12px;
  height: 12px;
  background-image: url("../images/icons/sale.png");
}
.catalog__item-image {
  border-radius: 10px;
  width: 100%;
  vertical-align: top;
}
.catalog__item-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url("../images/icons/arrow-left.svg") center no-repeat;
  padding: 0;
  width: 10px;
  height: 16px;
  z-index: 10;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.catalog__item-arrow:hover {
  opacity: 1;
}
.catalog__item-arrow--next {
  right: 10px;
  background-image: url("../images/icons/arrow-right.svg");
}
.catalog__item-arrow--prev {
  left: 10px;
}
.catalog__item-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 13px;
}
.catalog__item-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ECECEC;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog__item-dot--active {
  background: #F74F50;
}
.catalog__item-body {
  margin-top: 23px;
}
.catalog__item-title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}
.catalog__item-desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #b1b1b1;
}
.catalog__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.catalog__item-sale {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0.01em;
  text-decoration: line-through;
  color: #b1b1b1;
}
.catalog__item-cost {
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0.2px;
  margin: 7px 27px -9px 0;
}
.catalog__item .btn {
  margin: 23px auto 0;
  max-width: 270px;
  min-height: 65px;
  border-radius: 10px;
  font-size: 13px;
  letter-spacing: 0.6px;
}
.catalog__more {
  margin-top: 57px;
  text-align: center;
}
.catalog__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px dashed #F74F50;
  color: #F74F50;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.7px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.catalog__more-btn:hover {
  color: #E83031;
  borjkmkder-color: #E83031;
}
.catalog__more-btn:focus, .catalog__more-btn:active {
  color: #E83031;
  border-color: #E83031;
}
.catalog__more-btn svg {
  margin-left: 7px;
  width: 16px;
}
.catalog__more-btn svg path {
  fill: #F74F50;
}

.get {
  padding: 0 20px;
  position: relative;
}
.get__wrap {
  border-radius: 15px;
  background: url("../images/get-bg.jpg") center/cover no-repeat;
  padding: 86px 0 103px;
}
.get .container {
  position: relative;
}
.get .title {
  text-align: left;
}
.get .subtitle {
  margin-top: 0;
  font-size: 28px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
}
.get__box {
  margin-top: 31px;
}
.get__subtitle {
  font-size: 18px;
  line-height: 122%;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(54, 54, 54, 0.25);
  text-transform: uppercase;
}
.get__list {
  margin-top: 9px;
  list-style: none;
}
.get__list li {
  font-size: 16px;
  line-height: 140%;
  padding-left: 19px;
  position: relative;
  margin-bottom: 7px;
}
.get__list li:last-child {
  margin-bottom: 0;
}
.get__list li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F74F50;
}
.get__help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 66px;
  margin-left: -4px;
}
.get__help-image {
  border-radius: 50%;
  width: 106px;
  -webkit-box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  margin-right: 20px;
}
.get__help-subtitle {
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.get__help-text {
  margin-top: 11px;
  font-size: 14px;
  line-height: 170%;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.get__help-action {
  font-size: 14px;
  line-height: 170%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  border-bottom: 1px solid;
  color: #35abfb;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.get__help-action:hover {
  color: #EC3839;
}
.get__help-action:focus, .get__help-action:active {
  color: #E83031;
}
.get__catalog {
  position: absolute;
  right: -159px;
  top: -396px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.get__form {
  position: absolute;
  right: 19px;
  top: -116px;
  width: 490px;
}
.get__update {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 605px;
  top: 7px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  padding-bottom: 6px;
  z-index: 10;
}
.get__update::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: url("../images/icons/get-update.svg") center/contain no-repeat;
}
.get__update-text {
  margin-top: 6px;
  font-size: 14px;
  line-height: 143%;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #F74F50;
}
.get__hand {
  position: absolute;
  right: -4px;
  bottom: -277px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 20;
}

.why {
  margin-top: 103px;
}
.why__wrap {
  border-radius: 10px;
  background: url("../images/why-bg.jpg") left 80%/cover no-repeat;
  padding: 107px 0 191px;
}
.why__content {
  padding-left: 150px;
}
.why .title {
  text-align: left;
}
.why .subtitle {
  text-align: left;
}
.why__list {
  margin-top: 96px;
  list-style: none;
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 58px;
}
.why__list li {
  position: relative;
  width: 230px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #535860;
  padding: 15px 0 0 17px;
}
.why__list li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 12px;
  height: 12px;
  background: url("../images/icons/triangle.svg") center/contain no-repeat;
}
.why__btn {
  margin: 80px 0 0 -11px;
  max-width: 503px;
}

.irs--round .irs-handle {
  border-color: #F74F50;
}
.irs--round .irs-bar, .irs--round .irs-single {
  background-color: #F74F50;
}
.irs--round .irs-single {
  color: #000;
}
.irs--round .irs-single:before {
  border-top-color: #F74F50;
}

.works {
  padding: 82px 0 59px;
}
.works__slider {
  margin-top: 49px;
  padding: 0 85px;
  position: relative;
}
.works__slide-image {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.works__slide-image:hover::before {
  opacity: 0.1;
}
.works__slide-image:hover .works__play {
  background: #EC3839;
}
.works__slide-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.works__slide-image img {
  width: 100%;
  vertical-align: top;
}
.works__slide video {
  display: none;
}
.works__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: #F74F50;
  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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
.works__play img {
  width: 18px;
}
.works__nav-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: none;
  background: #F74F50;
  width: 56px;
  height: 56px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.works__nav-btn:hover {
  background: #EC3839;
}
.works__nav-btn--prev {
  left: -1px;
}
.works__nav-btn--next {
  right: -1px;
}
.works__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 32px;
}
.works__dots-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ECECEC;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.works__dots-dot--active {
  background: #F74F50;
}

.estimate__wrap {
  margin: auto;
  max-width: 1397px;
  background: url("../images/estimate-bg.jpg") center/cover no-repeat;
  border-radius: 15px;
  padding: 101px 180px 69px 0;
  position: relative;
}
.estimate__phone {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  left: 174px;
  bottom: 0;
}
.estimate__content {
  max-width: 570px;
  margin-left: auto;
}
.estimate .title {
  text-align: left;
  font-size: 52px;
  line-height: 120%;
}
.estimate .title span {
  color: #31B939;
}
.estimate .subtitle {
  margin-top: 28px;
  text-align: left;
  font-size: 26px;
  line-height: 140%;
}
.estimate__text {
  margin-top: 17px;
  font-size: 16px;
  line-height: 156%;
  font-weight: 400;
}
.estimate__btn {
  margin-top: 52px;
  max-width: 503px;
}
.estimate .btn-secondary__whatsapp {
  width: 15px;
  margin: 0 0 -2px 26px;
}
.estimate .btn-secondary__inner {
  text-align: left;
  padding: 27px 17px 30px 160px;
}

.guarantee {
  padding: 95px 0 45px;
}
.guarantee .container {
  position: relative;
}
.guarantee .title {
  max-width: 1000px;
  position: relative;
  text-align: left;
  font-weight: 400;
  padding-left: 80px;
  letter-spacing: -2.9px;
}
.guarantee .title span {
  letter-spacing: -1px;
}
.guarantee .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 55px;
  height: 1px;
  background: #3F3F3F;
}
.guarantee__fly {
  position: absolute;
  right: -96px;
  top: -48px;
}
.guarantee__image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.guarantee__items {
  margin-top: 38px;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
  list-style: none;
}
.guarantee__items li {
  position: relative;
  width: 276px;
  padding: 13px 0 0 18px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}
.guarantee__items li:nth-child(2), .guarantee__items li:nth-child(5) {
  width: 241px;
}
.guarantee__items li b {
  font-weight: 600;
}
.guarantee__items li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  background: #F74F50;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.guarantee__btn {
  margin: 75px 0 0 87px;
  max-width: 503px;
}
.guarantee__box {
  position: absolute;
  left: -58px;
  bottom: 50px;
  width: 216px;
  height: 211px;
  padding: 7px;
  border-radius: 100%;
  background: rgba(217, 217, 217, 0.22);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}
.guarantee__box-inner {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 55px 0 0;
}
.guarantee__box-sub {
  margin: auto;
  width: 152px;
  border: 1px solid rgba(54, 54, 54, 0.07);
  border-radius: 9px;
  padding: 7px 0 3px;
  font-size: 11px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.guarantee__box-text {
  margin-top: 17px;
  font-size: 11px;
  line-height: 140%;
  font-weight: 500;
}

.reviews {
  padding: 62px 0 59px;
}
.reviews .subtitle {
  margin-top: 24px;
  line-height: 150%;
}
.reviews__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 66px;
}
.reviews__videos {
  width: 650px;
}
.reviews__videos-slider {
  position: relative;
}
.reviews__videos-item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.reviews__videos-item:hover .works__play {
  background: #EC3839;
}
.reviews__videos .works__play {
  width: 125px;
  height: 125px;
}
.reviews__videos-image {
  width: 100%;
  vertical-align: top;
}
.reviews__videos-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 10;
}
.reviews__videos-btn:hover {
  border-color: #F74F50;
  background: #F74F50;
}
.reviews__videos-btn--prev {
  left: 33px;
}
.reviews__videos-btn--next {
  right: 33px;
}
.reviews__videos-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-top: 41px;
}
.reviews__videos-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ECECEC;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews__videos-dot--active {
  background: #F74F50;
}
.reviews__link {
  margin-top: 43px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.reviews__link a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #F74F50;
}
.reviews__link a:focus, .reviews__link a:active {
  color: #E83031;
}
.reviews__link a:hover {
  color: #EC3839;
}
.reviews__docs {
  width: 325px;
  margin-left: 134px;
  position: relative;
}
.reviews__docs-slider {
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 40px;
}
.reviews__docs-item img {
  border-radius: 40px;
  width: 100%;
  vertical-align: top;
}
.reviews__docs-btn {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: #F74F50;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 10;
}
.reviews__docs-btn svg {
  fill: #fff;
}
.reviews__docs-btn.swiper-button-disabled {
  background: #ECECEC;
}
.reviews__docs-btn.swiper-button-disabled svg path {
  fill: #a8a8a8;
}
.reviews__docs-btn:hover {
  background: #F74F50;
}
.reviews__docs-btn--prev {
  left: -33px;
}
.reviews__docs-btn--next {
  right: -33px;
}
.reviews__docs-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-top: 51px;
}
.reviews__docs-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ECECEC;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews__docs-dot--active {
  background: #F74F50;
}
.reviews__phone {
  margin-left: 159px;
  width: 277px;
  position: relative;
}
.reviews__phone-slide img {
  width: 100%;
  vertical-align: top;
}
.reviews__phone-btn {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: #F74F50;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 10;
}
.reviews__phone-btn svg {
  fill: #fff;
}
.reviews__phone-btn.swiper-button-disabled {
  background: #ECECEC;
}
.reviews__phone-btn.swiper-button-disabled svg path {
  fill: #a8a8a8;
}
.reviews__phone-btn:hover {
  background: #F74F50;
}
.reviews__phone-btn--prev {
  left: -25px;
}
.reviews__phone-btn--next {
  right: -25px;
}
.reviews__phone-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-top: 45px;
}
.reviews__phone-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ECECEC;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews__phone-dot--active {
  background: #F74F50;
}
.reviews__icon {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 20;
}
.reviews__icon--google {
  left: -18px;
  top: 50px;
}
.reviews__icon--yandex {
  right: -22px;
  bottom: 173px;
}

.faq {
  padding: 60px 0 40px;
}
.faq .title {
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
}
.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
.faq__group {
  width: calc(50% - 11px);
}
.faq__item {
  background: #F2F2F2;
  border-radius: 20px;
  margin-bottom: 20px;
  color: #938da0;
  padding: 37px 36px 35px 56px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item-head {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background: 0;
  border: 0;
  cursor: pointer;
  font-size: 21px;
  line-height: 171%;
  letter-spacing: 0.4px;
  font-weight: 500;
  color: #474747;
  text-align: left;
}
.faq__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(247, 79, 80, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq__item-icon::after {
  content: "";
  position: absolute;
  width: 7.7px;
  height: 8px;
  background: url("../images/icons/plus.svg") center/contain no-repeat;
}
.faq__item-icon i {
  width: 32px;
  height: 32px;
  background: #F74F50;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq__item-text {
  margin-top: 19px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 175%;
  font-weight: 400;
  color: #938DA0;
  letter-spacing: 0.16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__item--active {
  margin-bottom: 38px;
}
.faq__item--active .faq__item-icon {
  background: #fff;
}
.faq__item--active .faq__item-icon i {
  background: #fff;
}
.faq__item--active .faq__item-icon::after {
  width: 10px;
  height: 10px;
  background-image: url("../images/icons/x.svg");
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.faq__btn {
  margin: 65px auto 0;
  max-width: 370px;
}
.faq__btn .btn-secondary__inner {
  padding: 29px 42px 28px 17px;
}

.seo {
  padding: 30px 0 49px;
}
.seo .title {
  font-size: 32px;
  letter-spacing: 0;
}
.seo__text {
  height: 185px;
  margin: 23px auto 0;
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  line-height: 156%;
  position: relative;
}
.seo__text p {
  margin-bottom: 28px;
}
.seo__text p:last-child {
  margin-bottom: 0;
}
.seo__text.active {
  height: auto;
}
.seo__text.active::after {
  content: none;
}
.seo__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.seo__more {
  margin-top: -26px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.seo__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 2px dotted;
  background: 0;
  color: #F74F50;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.seo__btn:hover {
  color: #EC3839;
}
.seo__btn:hover .seo__btn-icon svg {
  fill: #EC3839;
}
.seo__btn-text {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.seo__btn-icon {
  position: relative;
  margin-left: 16px;
  top: 2px;
}
.seo__btn-icon svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #F74F50;
}

.questions {
  padding: 0 20px;
  position: relative;
}
.questions__wrap {
  border-radius: 20px;
  background: url("../images/questions-bg.jpg") center/cover no-repeat;
  color: #fff;
  padding: 81px 0 49px;
}
.questions .container {
  position: relative;
}
.questions__content {
  max-width: 600px;
}
.questions .title {
  text-align: left;
}
.questions .subtitle {
  text-align: left;
  margin-top: 12px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
}
.questions__box {
  margin-top: 44px;
}
.questions__sub {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 195%;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
}
.questions__list {
  list-style: none;
  margin-top: 4px;
  max-width: 450px;
}
.questions__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 140%;
}
.questions__list li:last-child {
  margin-bottom: 0;
}
.questions__list li b {
  font-weight: 600;
}
.questions__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
  border: 2px solid #F74F50;
  width: 8px;
  height: 8px;
}
.questions__call {
  margin-top: 35px;
}
.questions__call-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 250%;
  letter-spacing: 0.5px;
}
.questions__call-phone {
  margin-top: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 167%;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.questions__call-phone:hover, .questions__call-phone:focus, .questions__call-phone:active {
  color: #F74F50;
}
.questions__call-phone i {
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 18px;
  background: url("../images/icons/phone2.svg") center/contain no-repeat;
}
.questions__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 23px 0 0 44px;
}
.questions__online-text {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  margin-right: 17px;
}
.questions__online-messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.questions__online .messenger {
  width: 58px;
  height: 58px;
}
.questions__online .messenger img {
  width: 22px;
  height: auto;
}
.questions__form {
  position: absolute;
  right: 18px;
  top: -109px;
  width: 490px;
}
.questions .form {
  color: #363636;
}
.questions .form__inner {
  padding-top: 22px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.questions .form__body {
  padding-right: 19px;
}
.questions__manager {
  position: absolute;
  right: 322px;
  bottom: -54px;
}
.questions__manager-image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.questions__manager-box {
  position: absolute;
  left: -47px;
  bottom: 43px;
  z-index: 10;
}
.questions__manager-sign {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.questions__manager-name {
  margin-top: 28px;
  font-size: 22px;
  line-height: 136%;
  font-weight: 500;
}
.questions__manager-desc {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.14px;
  line-height: 140%;
}
.questions__hand {
  position: absolute;
  right: -8px;
  bottom: -138px;
  width: 277px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 20;
}

.messenger {
  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;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.messenger:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.messenger img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 17px;
  height: 17px;
}
.messenger--whatsapp {
  background: #31b939;
}
.messenger--viber {
  background: #976ecc;
}
.messenger--telegram {
  background: #05A0EB;
}
.messenger--instagram {
  background: url("../images/icons/instagram-bg.png") center/cover no-repeat;
}
.messenger--vk {
  background: #2787F5;
}
.messenger--youtube {
  background: #FF0000;
}

.contacts {
  padding: 88px 0 0;
}
.contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__main {
  width: 100%;
  margin-left: 31px;
}
.contacts__head {
  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;
}
.contacts__link {
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #F74F50;
  padding-bottom: 4px;
  border-bottom: 1px dashed;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__link:hover {
  color: #EC3839;
}
.contacts__link:focus, .contacts__link:active {
  color: #E83031;
}
.contacts__sub {
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.contacts__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
.contacts__items {
  margin-top: 31px;
}
.contacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
}
.contacts__box:last-child {
  margin-bottom: 0;
}
.contacts__box-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  width: 16px;
}
.contacts__box-icon img {
  vertical-align: middle;
}
.contacts__box-text {
  font-size: 14px;
  line-height: 150%;
}
.contacts__box-text--tel {
  margin-left: -7px;
  color: #363636;
  font-size: 20px;
  line-height: 143%;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contacts__box-text--email {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contacts__box-text b {
  font-weight: 500;
  font-size: 12px;
}
.contacts__messengers {
  margin-top: 22px;
}
.contacts__messengers-sub {
  font-size: 14px;
  line-height: 171%;
  font-weight: 400;
  color: #282728;
  letter-spacing: 0.03em;
}
.contacts__messengers-box {
  margin-bottom: 23px;
}
.contacts__messengers-box:last-child {
  margin-bottom: 0;
}
.contacts__messengers-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.contacts__messengers-list .messenger {
  width: 42px;
  height: 42px;
}
.contacts__messengers-list .messenger img {
  height: auto;
  width: 18px;
}
.contacts__req {
  margin-top: 22px;
  position: relative;
}
.contacts__req:hover .contacts__req-box {
  opacity: 1;
  visibility: visible;
}
.contacts__req-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  max-width: 200px;
  background: #F74F50;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__req a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #F74F50;
  border-bottom: 1px dashed;
  padding-bottom: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__req a:hover {
  color: #EC3839;
}
.contacts__req a:focus, .contacts__req a:active {
  color: #E83031;
}
.contacts__office {
  width: 377px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 38px;
}
.contacts__office-gallery {
  margin-top: 15px;
}
.contacts__office-gallery img {
  display: block;
  width: 100%;
  vertical-align: top;
  border-radius: 10px;
  margin-bottom: 18px;
}
.contacts__office-gallery img:last-child {
  margin-bottom: 0;
}
.contacts .map {
  height: 561px;
  margin-top: 17px;
  border-radius: 24px;
  overflow: hidden;
}
.contacts .map iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.footer {
  padding: 59px 0 46px;
}
.footer .container {
  position: relative;
}
.footer .container::before {
  content: "Контакты";
  position: absolute;
  left: 0;
  top: -286px;
  font-family: "Manrope", sans-serif;
  font-size: 312px;
  line-height: 179%;
  font-weight: 700;
  color: #F6F6F6;
  opacity: 0.8;
  letter-spacing: 14px;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.footer__main {
  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;
}
.footer__box {
  max-width: 250px;
}
.footer .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__sub {
  color: #BFBFBF;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer__nav-list {
  margin-top: 10px;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 93px;
     -moz-column-gap: 93px;
          column-gap: 93px;
}
.footer__nav-list a {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  color: #28292b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__nav-list a:hover {
  color: #F74F50;
}
.footer .dev {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.footer .dev--visible-mob {
  display: none;
}
.footer .dev a {
  font-weight: 500;
  color: #F74F50;
  font-size: 26px;
  letter-spacing: 1px;
  border-bottom: 1px dotted;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .dev a:hover {
  color: #EC3839;
}
.footer .dev a:focus, .footer .dev a:active {
  color: #E83031;
}
.footer__copyright {
  font-size: 10px;
  line-height: 180%;
  font-weight: 400;
  color: rgba(40, 40, 40, 0.5);
}
.footer__policy {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: right;
  color: rgba(40, 40, 40, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__policy:hover {
  color: #EC3839;
}
.footer__policy:hover:focus, .footer__policy:hover:active {
  color: #E83031;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 25px;
  padding-left: 23px;
}
.footer__data {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 10px;
  line-height: 168%;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.footer .copyright {
  margin-left: 67px;
  padding-right: 60px;
  max-width: 1110px;
  position: relative;
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: rgba(34, 34, 34, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}

.form {
  background: #fff;
  border-radius: 10px;
  padding: 11px 12px;
  -webkit-box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.07);
}
.form__inner {
  -webkit-box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 65px 49px 16px;
}
.form__tag {
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 250%;
  letter-spacing: 0.48px;
  color: #fff;
  background: #3ac14c;
  padding: 0 12px;
  border-radius: 19px;
}
.form__title {
  font-size: 36px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -1px;
}
.form__title span {
  color: #F74F50;
}
.form__desc {
  margin-top: 14px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #484848;
}
.form__body {
  margin-top: 30px;
}
.form__messengers {
  text-transform: uppercase;
  color: #ADADAD;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}
.form__messengers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-top: 8px;
  margin-bottom: 33px;
}
.form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.form__label {
  display: block;
}
.form__label-text {
  display: block;
  margin-bottom: 5px;
  color: rgba(23, 24, 30, 0.3);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.3px;
}
.form__messenger {
  display: block;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form__messenger input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.form__messenger input:checked + .form__messenger-box {
  background: #69D4DB;
  border-color: #69D4DB;
  color: #fff;
}
.form__messenger input:checked + .form__messenger-box .form__messenger-icon {
  color: #fff;
}
.form__messenger input:checked + .form__messenger-box--whatsapp {
  background: #25D366;
  border-color: #25D366;
}
.form__messenger input:checked + .form__messenger-box--telegram {
  background: #2CA6E2;
  border-color: #2CA6E2;
}
.form__messenger-box {
  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;
  min-width: 100px;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #17181E;
  text-transform: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form__messenger-box--telegram .form__messenger-icon {
  color: #2CA6E2;
}
.form__messenger-box--whatsapp .form__messenger-icon {
  color: #25D366;
}
.form__messenger-icon {
  width: 17px;
  height: 17px;
  margin-right: 13px;
  color: #69D4DB;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form__agree {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
.form__agree input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.form__agree input:checked + .form__agree-icon::after {
  opacity: 1;
}
.form__agree-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 9px;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border: 1px solid rgba(1, 4, 6, 0.1);
  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;
  position: relative;
}
.form__agree-icon::after {
  content: "";
  position: absolute;
  background: #35ABFB;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.form__agree-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  color: #bdbdbf;
}
.form__agree-text a {
  color: #189ffa;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form__agree-text a:focus, .form__agree-text a:active {
  color: #EC3839;
}
.form__agree-text a:hover {
  color: #F74F50;
}
.form .input {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #fafafa;
  width: 100%;
  height: 96px;
  padding: 0 26px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.form .input--tel {
  padding-left: 56px;
  background-image: url("../images/icons/tel.svg");
  background-position: 25px 50%;
  background-repeat: no-repeat;
}
.form .btn-wrap {
  margin-top: 18px;
}
.form .btn-secondary__inner {
  padding: 28px 31px 29px 5px;
}

.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.agree input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
}
.agree input:checked + .agree__icon {
  background: #F74F50;
  border-color: #F74F50;
}
.agree input:checked + .agree__icon::after {
  opacity: 1;
}
.agree__icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
  height: 23px;
  border-radius: 4px;
  margin-right: 18px;
  border: 1px solid #D8D8D8;
  position: relative;
}
.agree__icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 6px;
  background: url("../images/icons/agree-check.svg") center no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.agree__text {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  color: #1c1c1c;
  letter-spacing: 0.25px;
}
.agree__text a {
  color: #3d91ff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.agree__text a:hover {
  color: #F74F50;
}
.agree__text a:focus, .agree__text a:active {
  color: #EEB215;
}

.fancybox-slide--html .fancybox-close-small {
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(163, 169, 183, 0.3);
  box-shadow: 0px 9px 16px 0px rgba(163, 169, 183, 0.3);
  background: url("../images/icons/close2.svg") center no-repeat;
  opacity: 1;
  outline: none;
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.modal {
  position: relative;
  width: 860px;
  padding: 0;
  border-radius: 10px;
  overflow: visible;
}
.modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px 0 0 10px;
  width: 394px;
  background: url("../images/modal-left.jpg") center/cover no-repeat;
  padding: 5px 0 5px 5px;
}
.modal__left .modal__inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
  border-right: none;
  padding: 40px;
  height: 100%;
}
.modal__catalog {
  position: absolute;
  left: -181px;
  bottom: -167px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.modal__right .form {
  position: relative;
}
.modal__right .form .btn {
  margin-top: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 20;
}
.modal__title {
  color: #222222;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}
.modal__desc {
  margin-top: 16px;
  color: #222222;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.modal .manager {
  position: absolute;
  left: 0;
  top: 147px;
}
.modal .table {
  width: 250px;
  position: absolute;
  left: 138px;
  bottom: 28px;
  z-index: 10;
}
.modal .table__label {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  padding: 11px 22px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.modal .table__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F74F50;
  border-radius: 4px;
  -webkit-transform: skewX(-9deg);
  -ms-transform: skewX(-9deg);
  transform: skewX(-9deg);
  z-index: -1;
}
.modal .table__name {
  color: #fff;
  padding: 11px 22px;
  font-size: 16px;
  letter-spacing: 0.4px;
  position: relative;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.05);
}
.modal .table__text {
  margin-left: 12px;
}
.modal .progress {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
  width: 370px;
  padding: 2px;
  height: 28px;
  border-radius: 13px;
  background: #f6f7f9;
  overflow: hidden;
  z-index: 10;
}
.modal .progress__line {
  height: 100%;
  width: 80%;
  border-radius: 13px;
  background: url("../images/icons/progress.svg") repeat-x;
}
.modal .progress__text {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
  z-index: 5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
}
.modal__right {
  width: 466px;
  padding: 5px;
  padding-left: 0;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 5;
}
.modal__right .modal__inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 10px 10px 0;
  border-left: none;
  padding: 30px 25px;
}
.modal__right-info {
  display: none;
  margin-bottom: 15px;
}
.modal__right .label {
  margin-bottom: 20px;
}
.modal .form__messengers-list {
  margin-bottom: 20px;
}
.modal .label .input {
  margin-top: 10px;
}
.modal .form .btn {
  margin-left: 0;
  width: 100%;
}
.modal .form__agree {
  margin-top: 20px;
}
.modal .form .label__text {
  margin-bottom: 0;
}

.label {
  display: block;
  margin-bottom: 14px;
}
.label__text {
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: rgba(23, 24, 30, 0.3);
  letter-spacing: 1.3px;
}

.modal .input {
  width: 100%;
  min-height: 80px;
  font-size: 18px;
}

.modal__inner {
  min-height: 650px;
}

.modal .btn-wrap {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.modal .btn__content {
  font-size: 14px;
  letter-spacing: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 15px;
}

.modal .time {
  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;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 4px;
  margin-top: 11px;
}
.modal .time__item {
  color: #5e5e5e;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  padding: 16px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 164px;
}
.modal .time__item:first-child {
  width: 178px;
}
.modal .time__item.active {
  color: #fff;
  background: -o-linear-gradient(top, #3b9fec 0%, #1d84d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3b9fec), to(#1d84d2));
  background: linear-gradient(180deg, #3b9fec 0%, #1d84d2 100%);
  -webkit-box-shadow: 0px 10px 22.5px 7.5px rgba(59, 159, 236, 0.2), inset 0px 0px 15px 0px rgba(59, 159, 236, 0.15);
  box-shadow: 0px 10px 22.5px 7.5px rgba(59, 159, 236, 0.2), inset 0px 0px 15px 0px rgba(59, 159, 236, 0.15);
}

.modal--map {
  width: 900px;
}
.modal--map .modal-map {
  height: 600px;
}
.modal--map .modal-map iframe {
  width: 100%;
  height: 100%;
}

.modal .agree {
  margin-top: 15px;
}

#policy {
  font-size: 16px;
  line-height: 20px;
}
#policy .section {
  margin-bottom: 25px;
}
#policy .section:last-child {
  margin-bottom: 0;
}
#policy h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
#policy h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 7px;
}
#policy ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.video-widget {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.video-widget__container {
  z-index: 9999;
  overflow: hidden;
  transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
  position: absolute;
  left: 20px;
  bottom: 50px;
  border-radius: 20px;
  width: 180px;
  height: 241px;
  tap-highlight-color: transparent;
}
.video-widget__video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 200;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
  opacity: 11;
}
.video-widget__close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  z-index: 999999;
  opacity: 0;
  transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}
.video-widget__close:hover {
  opacity: 1;
}
.video-widget__close::before, .video-widget__close::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 1px;
  height: 18px;
  width: 2px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
}
.video-widget__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video-widget__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-widget__button {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  z-index: 999999;
  font-weight: 600;
}

.side-fixed-links {
  position: fixed;
  top: 50%;
  right: -7.8125vw;
  width: 5.2083333333vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 50;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links.visible {
  right: 0;
}
.side-fixed-links__close {
  width: 1.71875vw;
  height: 1.71875vw;
  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;
  position: absolute;
  top: -2.9166666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #F74F50;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
}

.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 0.46875vw;
  height: 0.46875vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
}

.side-fixed-links__close img path,
.side-fixed-links__close svg path {
  fill: #fff;
}

.side-fixed-links__container {
  width: 5.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-fixed-links__container > div, .side-fixed-links__container > a {
  width: 100%;
  min-height: 5.2083333333vw;
  padding: 0.5208333333vw;
  padding-top: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F74F50;
  border-top-left-radius: 0.78125vw;
  border-bottom-left-radius: 0.78125vw;
  margin-bottom: 0.3125vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__container > div:last-child, .side-fixed-links__container > a:last-child {
  margin-bottom: 0;
}

.side-fixed-links__container > div img,
.side-fixed-links__container > div svg, .side-fixed-links__container > a img,
.side-fixed-links__container > a svg {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
  margin-bottom: 0.2604166667vw;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.side-fixed-links__container > div img path,
.side-fixed-links__container > div svg path, .side-fixed-links__container > a img path,
.side-fixed-links__container > a svg path {
  fill: #fff;
}

.side-fixed-links__container > div span, .side-fixed-links__container > a span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: 500;
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
  letter-spacing: 0.03em;
  color: #fff;
}

.side-fixed-links__container > div:hover, .side-fixed-links__container > a:hover {
  background-color: #fff;
}

.side-fixed-links__container > div:hover svg, .side-fixed-links__container > a:hover svg {
  fill: #F74F50;
}

.side-fixed-links__container > div:hover svg path, .side-fixed-links__container > a:hover svg path {
  fill: #F74F50;
}

.side-fixed-links__container > div:hover span, .side-fixed-links__container > a:hover span {
  color: var(--text-main-color);
}

.side-fixed-links__container > div:hover.whats-app svg, .side-fixed-links__container > a:hover.whats-app svg {
  fill: #31B939;
}

.side-fixed-links__container > div:hover.whats-app svg path, .side-fixed-links__container > a:hover.whats-app svg path {
  fill: #31B939;
}

.side-fixed-links__container > div:hover.viber svg, .side-fixed-links__container > a:hover.viber svg {
  fill: #976ECC;
}

.side-fixed-links__container > div:hover.viber svg path, .side-fixed-links__container > a:hover.viber svg path {
  fill: #976ECC;
}

.side-fixed-links__container > div:hover.telegram svg, .side-fixed-links__container > a:hover.telegram svg {
  fill: #05A0EB;
}

.side-fixed-links__container > div:hover.telegram svg path, .side-fixed-links__container > a:hover.telegram svg path {
  fill: #05A0EB;
}

.side-fixed-links__container > div:hover img, .side-fixed-links__container > a:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.video-widget__container:hover {
  -webkit-transform: scale(1.05) translate(5px, -5px);
  -ms-transform: scale(1.05) translate(5px, -5px);
  transform: scale(1.05) translate(5px, -5px);
  border-color: #447BE2;
}

.video-widget__container:hover .video-widget__close {
  opacity: 0.5;
}

.video-widget[data-state=opened] .video-widget__container {
  width: 272px;
  height: 492px;
  border-radius: 20px;
  border-color: #fff;
}

.video-widget[data-state=opened] .video-widget__close {
  opacity: 0.5;
}
.video-widget[data-state=opened] .video-widget__close:hover {
  opacity: 1;
}
.video-widget[data-state=opened] .video-widget__close:hover::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.video-widget[data-state=opened] .video-widget__close:hover::before {
  content: none;
}

.video-widget[data-state=opened] .video-widget__button {
  opacity: 1;
  visibility: visible;
  color: #000;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  width: 232px;
  height: 62px;
  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;
}

#policy {
  padding: 60px 40px;
  margin-top: 20px;
  width: 900px;
}
#policy .modal__title {
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
}
#policy p {
  font-size: 16px;
  line-height: 24px;
}

.exit {
  width: 1006px;
  border-radius: 12px;
  overflow: visible;
  padding: 61px 36px 76px;
}
.exit__title {
  text-align: center;
  font-size: 41px;
  line-height: 47.5px;
  font-weight: 400;
}
.exit__title b {
  font-weight: 600;
}
.exit__subtitle {
  margin: 15px auto 0;
  max-width: 680px;
  text-align: center;
  color: #828B9A;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.exit__text {
  margin: 18px auto 0;
  max-width: 950px;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
.exit__text b {
  font-weight: 600;
}
.exit__wrap {
  position: relative;
  padding-right: 54px;
  margin-top: 68px;
}
.exit__info {
  position: absolute;
  left: -24px;
  top: -72px;
}
.exit__info-text {
  position: absolute;
  right: 1px;
  top: 324px;
  width: 250px;
  background: #F74F50;
  -webkit-box-shadow: 0px 14px 59px 0px rgba(163, 169, 183, 0.15);
  box-shadow: 0px 14px 59px 0px rgba(163, 169, 183, 0.15);
  border-radius: 8px;
  padding: 23px 9px;
  font-size: 13px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.exit__form {
  max-width: 297px;
  margin-left: auto;
}
.exit__form-label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #363636;
}
.exit__form .input {
  border-radius: 10px;
  font-size: 18px;
}
.exit__form .btn-secondary__inner {
  font-size: 13px;
}
.exit__hand {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.exit .form__messengers-list {
  gap: 6px;
  margin: 10px 0 1px 0;
}
.exit .form__messenger-box {
  min-width: 90px;
  font-size: 11px;
}
.exit .form__messenger-icon {
  width: 14px;
  height: 14px;
  margin-right: 11px;
}
.exit .form__agree {
  margin-top: 21px;
}
.exit__form .input {
  width: 100%;
  min-height: 80px;
  margin-top: 25px;
  background: #F8F8FA;
  -webkit-box-shadow: 0px 1px 2px 0px #EAEAEF inset;
  box-shadow: 0px 1px 2px 0px #EAEAEF inset;
  border: 0;
  padding-left: 41px;
}
.exit__form .btn {
  margin-top: 16px;
  width: 100%;
}
.exit__form .btn__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 15px;
}
.exit__messengers-label {
  text-align: center;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.exit .messengers {
  gap: 6px;
  margin-top: 28px;
}
.exit__agree {
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 15px;
  padding: 0 10px;
}
.exit__agree a {
  color: #C78D54;
  text-decoration: underline;
}

@-webkit-keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 1920px) {
  .hero {
    background-position-y: 100%;
  }
  .hero--thanks {
    background-position-y: -20%;
  }
  .why__wrap {
    background-position-y: top;
  }
}
@media screen and (max-width: 1760px) {
  .get__hand {
    right: -75px;
  }
  .questions__hand {
    right: -50px;
  }
}
@media screen and (max-width: 1630px) {
  .container {
    width: 1280px;
  }
  .header__rating {
    margin-right: 55px;
  }
  .header__contact {
    margin-right: 60px;
  }
  .quiz__main {
    padding: 30px;
  }
  .quiz__catalog {
    width: 860px;
  }
  .quiz__list {
    gap: 15px;
  }
  .quiz__check {
    width: 203px;
  }
  .quiz__check-text {
    font-size: 14px;
  }
  .quiz__item-sub {
    padding: 0 20px;
    font-size: 36px;
    line-height: 44px;
  }
  .quiz__manager-photo {
    margin-bottom: -30px;
    margin-left: 5px;
    width: 480px;
  }
  .quiz__manager-name {
    left: 60px;
  }
  .quiz__manager-text {
    top: 0px;
    right: 160px;
    font-size: 16px;
  }
  .catalog__click {
    right: 0;
  }
  .catalog__tabs {
    gap: 50px;
  }
  .catalog__items {
    padding: 0;
    gap: 30px 20px;
  }
  .catalog__item {
    width: 297px;
  }
  .catalog__item-cost {
    margin-right: 0;
    font-size: 36px;
    line-height: 44px;
  }
  .catalog__item-sale {
    font-size: 20px;
  }
  .get__catalog {
    width: 1450px;
    right: -310px;
    top: -336px;
  }
  .get__update {
    right: 525px;
  }
  .get__form {
    right: 0;
  }
  .get__hand {
    right: -135px;
  }
  .why__content {
    padding-left: 50px;
  }
  .estimate__wrap {
    padding-right: 100px;
  }
  .estimate__phone {
    left: 145px;
  }
  .guarantee__fly {
    right: -315px;
  }
  .guarantee__box {
    bottom: 0;
  }
  .reviews__videos {
    width: 530px;
  }
  .reviews__docs {
    margin-left: 40px;
  }
  .reviews__phone {
    margin-left: 68px;
  }
  .questions__form {
    right: 0;
    width: 470px;
  }
  .questions .form__inner {
    padding-left: 30px;
  }
  .questions__manager {
    right: 180px;
  }
  .questions__manager-box {
    left: 15px;
    bottom: 55px;
  }
  .questions__hand {
    right: -100px;
  }
  .footer .container::before {
    top: -236px;
    font-size: 255px;
    letter-spacing: 8px;
  }
  .footer__nav-list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .footer__bottom {
    padding-left: 0;
  }
}
@media screen and (max-width: 1360px) {
  .container {
    width: 992px;
  }
  .header__main {
    margin-top: 20px;
  }
  .header__rating {
    display: none;
  }
  .promo {
    padding-bottom: 160px;
  }
  .promo__title {
    font-size: 48px;
    letter-spacing: -1px;
  }
  .promo__benefits {
    gap: 45px;
  }
  .promo__benefits li {
    font-size: 18px;
  }
  .benefits {
    padding: 40px 0 30px;
  }
  .benefits__list {
    gap: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .benefits__item-text {
    width: 180px;
    font-size: 18px;
  }
  .title {
    font-size: 44px;
    letter-spacing: -1px;
  }
  .subtitle {
    margin-top: 17px;
    font-size: 20px;
  }
  .quiz__guide-list {
    gap: 40px;
    padding-left: 0;
  }
  .quiz__guide-list li {
    margin-right: 0px;
  }
  .quiz__guide-list li:nth-child(2) {
    margin-right: 0;
  }
  .quiz__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 30px 0;
    margin-top: 30px;
    overflow: hidden;
  }
  .quiz__item-sub {
    padding: 0;
    font-size: 26px;
    line-height: 32px;
  }
  .quiz__box {
    min-height: 340px;
  }
  .quiz__catalog {
    width: 600px;
  }
  .quiz__list {
    gap: 10px;
  }
  .quiz__check {
    width: 142px;
  }
  .quiz__check-box {
    margin-top: 10px;
    padding-left: 0;
  }
  .quiz__check-icon {
    margin-right: 8px;
  }
  .quiz__check-text {
    font-size: 12px;
  }
  .quiz__manager {
    width: 300px;
  }
  .quiz__manager-photo {
    width: 350px;
    margin-bottom: 40px;
    margin-left: 55px;
  }
  .quiz__manager-name {
    left: 60px;
    top: 210px;
  }
  .quiz__manager-text {
    font-size: 12px;
    top: 20px;
    right: 74px;
  }
  .quiz .btn {
    min-height: 60px;
    min-width: 160px;
    padding: 12px 25px;
    font-size: 14px;
  }
  .catalog {
    padding-bottom: 70px;
  }
  .catalog__click {
    display: none;
  }
  .catalog__tabs {
    margin-top: 30px;
    gap: 15px;
  }
  .catalog__tab {
    font-size: 20px;
  }
  .catalog__item {
    width: 307px;
  }
  .catalog__more {
    margin-top: 30px;
  }
  .get {
    padding: 0 10px;
  }
  .get__form {
    width: 390px;
  }
  .get__hand {
    display: none;
  }
  .get .subtitle {
    font-size: 20px;
  }
  .get__catalog {
    top: -365px;
    width: 1120px;
  }
  .get__update {
    right: 415px;
    top: -50px;
  }
  .get .title {
    font-size: 42px;
  }
  .form__inner {
    padding: 40px 20px 15px;
  }
  .form__title {
    font-size: 30px;
    letter-spacing: -0.7px;
  }
  .form__desc {
    margin-top: 10px;
    font-size: 18px;
  }
  .form__body {
    margin-top: 20px;
  }
  .form__messengers-list {
    margin-bottom: 25px;
    gap: 5px;
  }
  .form__messenger-box {
    min-width: 80px;
  }
  .form .btn-secondary__inner {
    padding: 25px 15px 25px 5px;
    font-size: 13px;
  }
  .why {
    margin-top: 40px;
  }
  .why__wrap {
    padding: 60px 0 120px;
  }
  .why__content {
    padding-left: 0;
  }
  .why__list {
    margin-top: 60px;
    gap: 30px;
  }
  .works {
    padding: 60px 0 40px;
  }
  .works__slider {
    margin-top: 30px;
    padding: 0 60px;
  }
  .works__play {
    width: 58px;
    height: 58px;
  }
  .works__play img {
    width: 12px;
  }
  .estimate__wrap {
    padding-right: 60px;
  }
  .estimate .title {
    font-size: 42px;
    letter-spacing: -0.5px;
  }
  .estimate .subtitle {
    margin-top: 20px;
    font-size: 20px;
  }
  .estimate__content {
    max-width: 520px;
  }
  .estimate__phone {
    width: 300px;
    left: 30px;
  }
  .guarantee {
    padding: 60px 0 40px;
  }
  .guarantee .title {
    letter-spacing: -0.9px;
    font-size: 36px;
    max-width: 660px;
  }
  .guarantee__image {
    position: relative;
    z-index: -1;
  }
  .guarantee__fly {
    right: -235px;
    top: 0;
  }
  .guarantee__items {
    max-width: 620px;
    gap: 20px;
  }
  .guarantee__items li {
    font-size: 16px;
    width: 220px;
  }
  .guarantee__items li:nth-child(2), .guarantee__items li:nth-child(5) {
    width: 220px;
  }
  .guarantee__btn {
    margin: 30px 0 0;
  }
  .guarantee__box {
    bottom: 50px;
    left: 72px;
  }
  .reviews__main {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews__videos {
    width: 650px;
    margin-bottom: 40px;
  }
  .reviews__videos-dots {
    margin-top: 25px;
    gap: 15px;
  }
  .reviews__link {
    margin-top: 30px;
  }
  .reviews__docs-dots, .reviews__phone-dots {
    gap: 15px;
    margin-top: 25px;
  }
  .faq__items {
    margin-top: 40px;
  }
  .faq__item {
    padding: 30px 25px;
  }
  .faq__item--active {
    margin-bottom: 20px;
  }
  .faq__item-head {
    font-size: 18px;
  }
  .faq__item-text {
    margin-top: 10px;
    padding-right: 20px;
    font-size: 14px;
  }
  .faq__btn {
    margin-top: 35px;
  }
  .questions {
    padding: 0 10px;
  }
  .questions__content {
    max-width: 330px;
  }
  .questions__form {
    width: 390px;
    top: -30px;
    right: 0;
  }
  .questions .form__inner {
    padding: 40px 20px 15px;
  }
  .questions .form__title {
    font-size: 24px;
  }
  .questions .title {
    font-size: 40px;
  }
  .questions .subtitle {
    font-size: 18px;
    margin-top: 10px;
  }
  .questions__box {
    margin-top: 30px;
  }
  .questions__sub {
    font-size: 12px;
  }
  .questions__list {
    max-width: 300px;
  }
  .questions__list li {
    font-size: 16px;
    padding-left: 16px;
  }
  .questions__list li::before {
    top: 8px;
  }
  .questions__call {
    margin-top: 25px;
  }
  .questions__call-text {
    font-size: 18px;
  }
  .questions__call-phone {
    font-size: 22px;
  }
  .questions__online {
    margin: 20px 0 0 15px;
  }
  .questions__manager {
    right: 150px;
  }
  .questions__manager-image {
    width: 600px;
  }
  .questions__manager-box {
    left: 95px;
    bottom: 115px;
  }
  .questions__hand {
    display: none;
  }
  .contacts__office {
    display: none;
  }
  .footer .logo__image {
    width: 70px;
  }
  .footer .logo__box {
    margin-left: 10px;
  }
  .footer .logo__sub {
    font-size: 14px;
    line-height: 18px;
  }
  .footer .logo__desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .footer__nav-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .footer .dev {
    font-size: 14px;
  }
  .agree__text {
    font-size: 12px;
  }
  .footer .container::before {
    font-size: 195px;
  }
  .thanks {
    padding-bottom: 350px;
  }
}
@media screen and (max-width: 1020px) {
  .container {
    width: 768px;
  }
  .nav ul a {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .logo a {
    width: 70px;
  }
  .logo__box {
    margin-left: 10px;
  }
  .logo__sub {
    font-size: 14px;
    line-height: 18px;
  }
  .logo__desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .header__contact-whatsapp {
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__contact-whatsapp span {
    display: none;
  }
  .header__contact-whatsapp img {
    margin-right: 0;
  }
  .header__contact-online {
    width: auto;
  }
  .header__call-tel {
    font-size: 20px;
  }
  .header__call-btn {
    font-size: 12px;
  }
  .promo__title {
    font-size: 38px;
  }
  .benefits {
    padding: 30px 0;
  }
  .benefits__item-text {
    width: 120px;
    font-size: 16px;
  }
  .title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
  .quiz__guide-list {
    gap: 20px;
    font-size: 13px;
  }
  .quiz__manager {
    display: none;
  }
  .quiz__main {
    padding: 30px;
  }
  .quiz__catalog {
    width: 100%;
  }
  .quiz__check {
    width: 162px;
  }
  .quiz__item-sub {
    font-size: 22px;
    line-height: 30px;
  }
  .quiz__bottom {
    position: static;
  }
  .catalog__tab {
    font-size: 16px;
  }
  .catalog__main {
    margin-top: 30px;
  }
  .catalog__item {
    width: 359px;
    padding: 30px 20px;
  }
  .get__wrap {
    padding: 60px 0;
    overflow: hidden;
  }
  .get__catalog {
    width: 770px;
    top: -185px;
  }
  .get__update {
    right: 130px;
    top: 240px;
  }
  .get__form {
    width: 490px;
    margin: 30px auto 0;
    position: static;
  }
  .get__help {
    margin-top: 30px;
    margin-left: 0;
  }
  .why__list li {
    font-size: 18px;
  }
  .works {
    padding: 60px 0;
  }
  .estimate .title {
    font-size: 32px;
  }
  .estimate__wrap {
    padding: 60px 40px 60px 0;
  }
  .estimate__content {
    max-width: 390px;
  }
  .estimate__phone {
    width: 260px;
    left: 20px;
  }
  .estimate .btn-secondary__inner {
    padding-left: 98px;
    padding-right: 5px;
  }
  .estimate .btn-secondary__whatsapp {
    margin-left: 12px;
  }
  .guarantee .title {
    font-size: 30px;
    letter-spacing: -0.5px;
    padding-left: 60px;
  }
  .guarantee .title::before {
    width: 40px;
    top: 20px;
  }
  .guarantee__items {
    gap: 15px;
    margin-top: 30px;
  }
  .guarantee__fly {
    right: -425px;
  }
  .guarantee__btn {
    margin-top: 45px;
  }
  .guarantee__box {
    left: 52px;
    bottom: 100px;
  }
  .btn-secondary__phone {
    left: 10px;
  }
  .faq {
    padding: 40px 0;
  }
  .faq__items {
    display: block;
  }
  .faq__group {
    width: 100%;
    margin-bottom: 20px;
  }
  .faq__group:last-child {
    margin-bottom: 0;
  }
  .questions__list {
    max-width: 100%;
  }
  .questions__content {
    max-width: 100%;
  }
  .questions__manager {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 30px auto 0;
  }
  .questions__manager-image {
    display: block;
    margin: auto;
    max-width: 550px;
    width: 100%;
  }
  .questions__manager-box {
    left: 0;
  }
  .questions__form {
    width: 100%;
    max-width: 490px;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
  }
  .footer .container::before {
    font-size: 150px;
    top: -170px;
    letter-spacing: 8px;
  }
  .footer__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .dev {
    display: none;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .footer .dev--visible-mob {
    display: block;
  }
  .footer .copyright {
    padding-right: 0;
    margin-left: 30px;
  }
  .modal {
    width: 460px;
  }
  .modal__left {
    display: none;
  }
  .modal__right {
    padding: 5px;
    border-radius: 10px;
    width: 100%;
  }
  .modal__right-info {
    display: block;
  }
  .modal__right .modal__inner {
    border-radius: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .modal__title {
    font-size: 24px;
    line-height: 30px;
  }
  .modal__desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .thanks {
    padding-bottom: 200px;
  }
  .thanks__bottom {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo__socials {
    margin: 25px auto 0;
  }
  .exit {
    paddng: 60px 30px 50px;
    overflow: hidden;
  }
  .exit .fancybox-close-small {
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
  }
  .exit__title {
    font-size: 32px;
    line-height: 44px;
  }
  .exit__subtitle {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .exit__wrap {
    padding-right: 0;
  }
  .exit__info {
    left: -180px;
  }
  .exit__hand {
    right: -70px;
  }
}
@media screen and (max-width: 790px) {
  .container {
    width: 100%;
  }
  .logo {
    width: 100%;
    padding-right: 50px;
  }
  .logo a {
    width: 60px;
  }
  .header {
    padding: 10px 0;
  }
  .header__main {
    margin-top: 0;
    margin-left: -10px;
    width: calc(100% + 20px);
    padding: 10px 5px 15px;
    padding-right: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-backdrop-filter: 15px;
            backdrop-filter: 15px;
    background: #fff;
  }
  .header .logo {
    padding-right: 0;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .logo a {
    width: 40px;
  }
  .header .logo__box {
    margin-left: 5px;
  }
  .header .logo__sub {
    font-size: 10px;
    line-height: 14px;
  }
  .header .logo__desc {
    margin-top: 2px;
    font-size: 8px;
    line-height: 14px;
  }
  .header .menu-btn {
    position: absolute;
    right: 10px;
    top: 39px;
    display: block;
    width: 26px;
    height: 26px;
    background: rgba(247, 79, 80, 0.2);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 5px;
    padding: 4px;
    border: none;
  }
  .header .menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 3px;
    background: #F74F50;
    border-radius: 5px;
  }
  .header .menu-btn span:last-child {
    margin-bottom: 0;
  }
  .header__contact {
    margin-right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__contact-btns {
    margin-top: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__contact-whatsapp {
    margin: 0;
    width: auto;
    height: 30px;
    font-size: 8px;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 6px;
  }
  .header__contact-whatsapp img {
    margin-right: 4px;
    width: 12px;
  }
  .header__contact-whatsapp span {
    display: block;
  }
  .header__contact-btn {
    width: 30px;
    height: 30px;
    padding: 6px;
    margin-left: 4px;
  }
  .header__contact-btn img {
    width: 14px;
  }
  .header__contact-online {
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0;
  }
  .header__contact-online::before {
    width: 4px;
    height: 4px;
    margin-right: 2px;
  }
  .header__right {
    display: block;
    padding-right: 36px;
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header__call {
    margin-top: 0px;
    top: 2px;
    position: relative;
  }
  .header__call-sub {
    display: none;
  }
  .header__call-btn {
    display: none;
    font-size: 10px;
  }
  .header__call-tel {
    margin-top: 2px;
    font-size: 14px;
    letter-spacing: 0.2px;
  }
  .btn-secondary__catalog {
    width: 80px;
    left: -12px;
    top: -8px;
  }
  .btn-secondary__inner {
    font-size: 12px;
    padding: 17px 12px;
  }
  .btn-secondary__icon {
    right: 15px;
    top: 8px;
  }
  .btn-secondary--catalog .btn-secondary__inner {
    padding-left: 20px;
  }
  .hero {
    background-position: 80% 100%;
  }
  .promo {
    padding: 40px 0 120px;
  }
  .promo__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.3px;
  }
  .promo__benefits {
    gap: 4px;
  }
  .promo__benefits li {
    text-align: center;
    font-size: 10px;
    padding: 15px 0 0;
  }
  .promo__benefits li::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .promo__btn {
    margin-top: 80px;
  }
  .nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    z-index: 999;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav--active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .nav .container {
    padding: 0;
  }
  .nav__close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 22px;
    height: 22px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: url("../images/icons/close-mob.svg") center/contain no-repeat;
  }
  .nav ul {
    display: block;
    background: 0;
    border: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 0;
  }
  .nav ul li {
    margin-bottom: 25px;
  }
  .nav ul a {
    font-size: 14px;
    color: #fff;
  }
  .benefits__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .benefits__item {
    width: calc(50% - 8px);
  }
  .benefits__item-icon {
    margin-right: 10px;
    width: 17px;
  }
  .benefits__item-text {
    width: auto;
    font-size: 14px;
  }
  .title {
    font-size: 24px;
    line-height: 30px;
  }
  .subtitle {
    margin-top: 15px;
    font-size: 18px;
  }
  .quiz {
    padding: 20px 0 40px;
  }
  .quiz .head .title {
    font-size: 24px;
  }
  .quiz .head .title br {
    content: "";
  }
  .quiz__guide-list {
    display: block;
  }
  .quiz__guide-list li {
    margin-bottom: 10px;
  }
  .quiz__guide-list li:last-child {
    margin-bottom: 0;
  }
  .quiz__main {
    border-radius: 15px;
    padding: 20px 15px;
  }
  .quiz__item-sub {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1px;
  }
  .quiz__check {
    width: calc(50% - 5px);
    max-width: 220px;
  }
  .quiz__check-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .quiz__check-box {
    margin-top: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .quiz__box {
    min-height: auto;
  }
  .quiz__bottom {
    margin-top: 30px;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .quiz__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quiz__hint {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quiz .input {
    width: 100%;
    min-height: 60px;
    padding: 0 15px;
    font-size: 12px;
  }
  .quiz .form__messengers-list {
    gap: 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .quiz .form__messenger {
    width: calc(33% - 3px);
  }
  .quiz .form__messenger-box {
    width: 100%;
    min-width: auto;
    padding: 10px 5px;
    font-size: 10px;
  }
  .catalog__tabs {
    gap: 10px;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog__tab {
    font-size: 14px;
  }
  .catalog__items {
    gap: 8px;
  }
  .catalog__item {
    width: calc(50% - 4px);
    margin: auto;
    padding: 10px;
  }
  .catalog__item-body {
    margin-top: 15px;
  }
  .catalog__item-title {
    font-size: 14px;
  }
  .catalog__item-tag {
    top: -5px;
    left: 5px;
    font-size: 10px;
    line-height: 20px;
    padding: 0 7px;
  }
  .catalog__item-desc {
    margin-top: 10px;
    font-size: 10px;
  }
  .catalog__item-price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog__item-cost {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .catalog__item-sale {
    font-size: 14px;
  }
  .catalog__item .btn {
    margin-top: 5px;
    min-height: auto;
    width: 100%;
    min-width: auto;
    font-size: 10px;
    letter-spacing: 0.3px;
    padding: 15px 5px;
  }
  .catalog__more-btn {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
  .get .title {
    font-size: 30px;
    line-height: 36px;
  }
  .get__out {
    position: relative;
  }
  .get__help-image {
    width: 75px;
    margin-right: 15px;
  }
  .get__help-subtitle {
    font-size: 16px;
  }
  .get__help-text {
    margin-top: 8px;
    font-size: 12px;
  }
  .get__help-action {
    font-size: 12px;
  }
  .get__catalog {
    left: -50vw;
    right: 0;
    top: -40vw;
    width: 200vw;
  }
  .get__update {
    position: relative;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    margin: 40px 0 170px;
  }
  .get__form {
    max-width: 490px;
    width: 100%;
    position: relative;
    top: 0;
    margin-top: -60px;
    z-index: 10;
  }
  .form__inner {
    padding: 30px 15px 15px;
  }
  .form__title {
    font-size: 22px;
    letter-spacing: -0.3px;
  }
  .form__desc {
    font-size: 14px;
  }
  .form__label-text {
    font-size: 10px;
    letter-spacing: 0.1px;
  }
  .form__messengers-list {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .form__messenger-icon {
    width: 12px;
    height: 12px;
    margin-right: 7px;
  }
  .form__messenger-box {
    min-width: none;
    font-size: 10px;
    padding: 12px 2px;
  }
  .form .input {
    height: 70px;
    padding: 0 20px;
    font-size: 14px;
  }
  .form .input--tel {
    background-position-x: 15px;
    padding-left: 45px;
  }
  .form .btn-secondary__inner {
    padding: 20px 0px;
    font-size: 10px;
    letter-spacing: 0.1px;
  }
  .form .btn-secondary__icon {
    right: 9px;
    top: 5px;
  }
  .label__text {
    font-size: 10px;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
  }
  .why__wrap {
    background-position: 30% 0;
  }
  .why .subtitle br {
    display: none;
  }
  .why__list {
    margin-top: 30px;
    gap: 10px;
  }
  .why__list li {
    max-width: 100%;
    width: calc(50% - 5px);
    font-size: 14px;
    padding-left: 12px;
    padding-top: 12px;
  }
  .why__btn {
    margin: 50px auto 0;
  }
  .works {
    padding: 40px 0;
  }
  .works__slider {
    margin-top: 20px;
    padding: 0 30px;
  }
  .works__dots {
    margin-top: 20px;
    gap: 5px;
  }
  .works__play {
    width: 48px;
    height: 48px;
  }
  .works__nav-btn {
    z-index: 10;
    width: 36px;
    height: 36px;
  }
  .estimate__wrap {
    padding: 30px 15px 0 15px;
  }
  .estimate .title {
    font-size: 24px;
  }
  .estimate .subtitle {
    font-size: 14px;
    margin-top: 15px;
  }
  .estimate__text {
    margin-top: 10px;
    font-size: 12px;
  }
  .estimate__btn {
    margin-top: 45px;
  }
  .estimate .btn-secondary__inner {
    padding: 15px 5px 15px 90px;
  }
  .estimate .btn-secondary__phone {
    left: 5px;
    top: -43px;
    width: 65px;
  }
  .estimate .btn-secondary__whatsapp {
    margin-left: 5px;
  }
  .estimate__phone {
    display: block;
    position: static;
    width: 56.5625vw;
    margin: 30px auto 0;
  }
  .guarantee .title {
    padding-left: 0;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .guarantee .title::before {
    content: none;
  }
  .guarantee__fly {
    position: static;
  }
  .guarantee__image {
    width: 100%;
    display: block;
    margin: 30px auto 0;
  }
  .guarantee__items {
    margin-top: 25px;
    gap: 20px 10px;
  }
  .guarantee__items li {
    font-size: 14px;
    padding: 10px 0 0 10px;
    width: calc(50% - 5px);
  }
  .guarantee__items li:nth-child(2), .guarantee__items li:nth-child(5) {
    width: calc(50% - 5px);
  }
  .guarantee__box {
    position: static;
    margin: -60px auto 0px;
  }
  .guarantee__box-inner {
    padding-top: 45px;
  }
  .reviews {
    padding: 60px 0 40px;
  }
  .reviews .title br {
    display: none;
  }
  .reviews .subtitle {
    margin-top: 17px;
  }
  .reviews__videos {
    width: 100%;
    margin-bottom: 30px;
  }
  .reviews__videos .works__play {
    width: 48px;
    height: 48px;
  }
  .reviews__videos-btn {
    width: 44px;
    height: 44px;
  }
  .reviews__videos-btn--prev {
    left: 15px;
  }
  .reviews__videos-btn--next {
    right: 15px;
  }
  .reviews__link {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .reviews__videos-dots, .reviews__docs-dots, .reviews__phone-dots {
    gap: 8px;
    margin-top: 20px;
  }
  .reviews__videos-dot, .reviews__docs-dot, .reviews__phone-dot {
    width: 10px;
    height: 10px;
  }
  .reviews__docs {
    margin: 0 auto;
    max-width: 325px;
    width: 100%;
  }
  .reviews__docs-btn, .reviews__phone-btn {
    width: 44px;
    height: 44px;
  }
  .reviews__docs-btn--prev, .reviews__phone-btn--prev {
    left: -5px;
  }
  .reviews__docs-btn--next, .reviews__phone-btn--next {
    right: -5px;
  }
  .reviews__phone {
    max-width: 277px;
    width: 100%;
    margin: 30px auto 0;
  }
  .faq__items {
    margin-top: 30px;
  }
  .faq__item {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .faq__item-head {
    font-size: 16px;
  }
  .faq__item-head br {
    display: none;
  }
  .faq__item-icon {
    width: 32px;
    height: 32px;
    margin-left: 15px;
  }
  .faq__item-text {
    padding-right: 0;
    font-size: 12px;
  }
  .faq__group {
    margin-bottom: 15px;
  }
  .seo .title {
    font-size: 24px;
  }
  .seo__text {
    height: 100px;
  }
  .questions .title {
    font-size: 28px;
  }
  .questions .subtitle {
    font-size: 16px;
  }
  .questions__online-text {
    font-size: 16px;
    margin-right: 10px;
  }
  .questions__manager {
    margin-top: 50px;
  }
  .questions__manager-image {
    position: relative;
    right: -40px;
  }
  .questions .form__inner {
    padding: 30px 15px 15px;
  }
  .questions .form__title {
    font-size: 20px;
  }
  .questions .form__body {
    padding-right: 0;
  }
  .contacts {
    padding-top: 60px;
  }
  .contacts__title {
    font-size: 32px;
    line-height: 38px;
  }
  .contacts__items {
    margin-top: 25px;
  }
  .contacts__box {
    margin-bottom: 20px;
  }
  .contacts__left {
    width: 100%;
  }
  .contacts__main {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
  .contacts__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__link {
    margin-top: 10px;
    font-size: 16px;
  }
  .contacts .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .container::before {
    content: none;
  }
  .footer__nav {
    margin-top: 30px;
  }
  .footer__box {
    max-width: 100%;
    margin-top: 25px;
  }
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__data {
    width: 100%;
  }
  .footer .copyright {
    margin-left: 0;
    margin-top: 25px;
  }
  .footer .dev {
    font-size: 12px;
  }
  .footer .dev a {
    font-size: 22px;
  }
  .thanks {
    padding-bottom: 200px;
  }
  .thanks .promo__sub {
    margin-top: 20px;
    font-size: 18px;
  }
  .thanks .promo__sub::before {
    left: -8px;
  }
  .thanks .promo__sub br {
    content: "";
    display: inline-block;
    margin-left: 5px;
  }
  .thanks__bottom-text {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .thanks__bottom-phone {
    margin-left: 0;
    font-size: 30px;
  }
  .promo__socials {
    margin-top: 30px;
  }
  .promo__social {
    min-width: auto;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px 5px 5px;
    margin-right: 10px;
  }
  .promo__social-icon {
    margin-right: 10px;
    width: 42px;
    height: 42px;
  }
  .fancybox-slide--html .fancybox-close-small {
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
  }
  .modal {
    width: 100%;
    margin-top: 60px;
  }
  .modal__right .modal__inner {
    min-height: auto;
    padding: 30px 20px;
  }
  .modal .progress {
    width: 90%;
  }
  .modal .input {
    font-size: 14px;
    padding: 0 25px;
    min-height: 70px;
  }
  .modal .form__messenger {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .modal .form__messenger-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 10px;
    padding: 8px 4px;
  }
  .modal .form__messenger-icon {
    margin-right: 5px;
  }
  .modal .form .btn {
    padding: 15px;
    min-height: 70px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .modal .form__agree {
    margin-top: 15px;
  }
  .modal .time__item {
    font-size: 12px;
  }
  .exit {
    margin-top: 25px;
    padding: 30px;
    overflow: visible;
  }
  .exit__title {
    font-size: 26px;
    line-height: 34px;
  }
  .exit__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }
  .exit__text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }
  .exit__wrap {
    margin-top: 30px;
  }
  .exit__info {
    position: relative;
    left: 0;
    top: 0;
  }
  .exit__info-image {
    display: block;
    margin: -20px auto 0;
    position: relative;
    max-width: 100%;
    width: auto;
  }
  .exit__info-text {
    position: static;
    width: 100%;
    margin: 0px auto 0;
  }
  .exit__form {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .exit__form .btn {
    width: 100%;
    max-width: 100%;
  }
  .exit__form .btn__content {
    font-size: 14px;
    padding: 15px 10px;
  }
  .exit__form .input {
    min-height: 60px;
    padding: 25px 15px;
    font-size: 14px;
  }
  .exit .messengers {
    margin-top: 15px;
  }
  .exit__hand {
    display: none;
  }
  .exit .fancybox-close-small {
    top: -30px;
  }
  #policy {
    margin-top: 60px;
  }
  .side-fixed-links {
    width: 18.75vw;
    right: -31.25vw;
  }
  .side-fixed-links__close {
    width: 7.8125vw;
    height: 7.8125vw;
    top: -9.375vw;
  }
  .side-fixed-links__close img,
.side-fixed-links__close svg {
    width: 2.5vw;
    height: 2.5vw;
  }
  .side-fixed-links__container {
    width: 18.75vw;
  }
  .side-fixed-links__container > div, .side-fixed-links__container > a {
    width: 18.75vw;
    min-height: 18.75vw;
    border-top-left-radius: 3.125vw;
    border-bottom-left-radius: 3.125vw;
    margin-bottom: 1.5625vw;
    padding: 3.125vw 1.5625vw;
  }
  .side-fixed-links__container > div:last-child, .side-fixed-links__container .side-fixed-links__container > a:last-child {
    margin-bottom: 0;
  }
  .side-fixed-links__container > div img,
.side-fixed-links__container > div svg, .side-fixed-links__container > a img,
.side-fixed-links__container > a svg {
    width: 3.75vw;
    height: 3.75vw;
    margin-bottom: 2.5vw;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .side-fixed-links__container > div span, .side-fixed-links__container > a span {
    font-size: 2.2vw;
    line-height: 1;
  }
  #policy {
    font-size: 13px;
    line-height: 18px;
  }
  #policy .modal__title {
    font-size: 20px;
  }
  #policy h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #policy h3 {
    font-size: 16px;
    line-height: 20px;
  }
}