@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: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
}
@font-face {
  font-family: "BerlingskeSerif";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/BerlingskeSerif-Lt.woff2") format("woff2");
}
@font-face {
  font-family: "BerlingskeSerif";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/BerlingskeSerif-LtItalic.woff2") format("woff2");
}
@font-face {
  font-family: "BerlingskeSerif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BerlingskeSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "BerlingskeSerif";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/BerlingskeSerif-Md.woff2") format("woff2");
}
@font-face {
  font-family: "BerlingskeSerif";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/BerlingskeSerif-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "BerlingskeSerif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BerlingskeSerif-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "BerlingskeSerif";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/BerlingskeSerif-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;
}

.page {
  overflow: hidden;
}

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

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  margin: auto;
  padding: 20px 37px;
  width: calc(100% - 240px);
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 83%;
  letter-spacing: 0.3px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__phone:hover, .header__phone:focus, .header__phone:active {
  color: #fff;
}
.header__phone:hover {
  opacity: 0.8;
}
.header__phone:focus {
  opacity: 0.7;
}
.header__phone:active {
  opacity: 0.5;
}
.header__phone svg {
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
.header .menu-btn {
  display: none;
}

.logo {
  max-width: 260px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
}

.logo-mobile {
  display: none;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  list-style: none;
}
.nav__link {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.nav__link:focus, .nav__link:active, .nav__link:hover {
  color: #fff;
}
.nav__link:hover::after {
  width: 100%;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav__close {
  display: none;
}

.title {
  font-size: 72px;
  line-height: 120%;
  font-weight: 300;
  font-family: "BerlingskeSerif", sans-serif;
  color: #323334;
  letter-spacing: -3.6px;
}
.title b {
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.title__image {
  display: inline;
  margin-bottom: -18px;
  margin-left: 12px;
  border-radius: 10px;
}

.subtitle {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 125%;
  font-weight: 500;
  color: #dadada;
  letter-spacing: -0.5px;
}

.promo {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 37px;
  min-height: 100vh;
}
.promo__box {
  width: calc(50% - 18.5px);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}
.promo__container {
  height: 100%;
  padding: 162px 0 106px 143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promo__container .btn {
  margin-top: auto;
  margin-left: -5px;
}
.promo__container--bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.promo__container--bottom .btn {
  margin-top: 17vh;
}
.promo__title {
  font-size: 56px;
  line-height: 120%;
  font-weight: 300;
  font-family: "BerlingskeSerif", sans-serif;
}
.promo__sub {
  font-size: 22px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.45px;
  margin-bottom: 10px;
}
.promo__coat {
  display: inline-block;
  margin-bottom: -24px;
  margin-left: -4px;
  bottom: 4px;
  position: relative;
}

.places {
  padding: 80px 0 20px;
  text-align: center;
}
.places .container {
  position: relative;
}
.places__image {
  display: block;
  border-radius: 5px;
  vertical-align: top;
  position: absolute;
}
.places__image-1 {
  position: relative;
  left: -18px;
  margin: auto;
}
.places__image-2 {
  top: 103px;
  left: 43px;
}
.places__image-3 {
  top: 155px;
  right: 181px;
}
.places__image-4 {
  top: 401px;
  right: 65px;
}
.places__image-5 {
  top: 553px;
  left: -30px;
}
.places__image-6 {
  position: relative;
  margin: -17px 183px 0 auto;
}
.places .title {
  margin-top: 21px;
  text-align: center;
}
.places__desc {
  max-width: 540px;
  margin: 24px auto 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #323334;
}
.places__btn {
  display: inline-block;
  margin-top: 34px;
  border: 1px solid #dfdedb;
  border-radius: 8px;
  padding: 9px 36px 7px;
  font-weight: 700;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #9c9c9c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.places__btn:hover {
  color: #323334;
  border-color: #323334;
}
.places__btn:focus {
  color: #000;
  border-color: #000;
}
.places__btn:active {
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.seo {
  padding: 51px 130px 48px;
  position: relative;
  z-index: 20;
}
.seo .title {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.12px;
}
.seo__text {
  height: 150px;
  padding-left: 32px;
  margin: 24px auto 0;
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  line-height: 156%;
  position: relative;
}
.seo__text.text2 {
  height: 155px;
}
.seo__text p {
  margin-bottom: 28px;
}
.seo__text p:last-child {
  margin-bottom: 0;
}
.seo__text ul {
  margin-left: 27px;
  margin-top: -28px;
}
.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: 10px;
  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: #719CE0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.seo__btn:hover {
  color: #628aca;
}
.seo__btn:hover .seo__btn-icon svg {
  fill: #628aca;
}
.seo__btn-text {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.seo__btn-icon {
  position: relative;
  margin-left: 2px;
  top: 2px;
}
.seo__btn-icon svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #719CE0;
}

.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 133px;
}
.questions .container {
  position: relative;
}
.questions__content {
  max-width: 620px;
  padding-left: 8px;
}
.questions .title {
  font-size: 56px;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  letter-spacing: -1.3px;
}
.questions__subtitle {
  margin-top: 28px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
}
.questions__call {
  margin-top: 107px;
}
.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: #719CE0;
}
.questions__call-phone i {
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  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: 11px;
  top: -110px;
  width: 490px;
}
.questions .form {
  color: #363636;
  z-index: 20;
}
.questions .form__inner {
  padding-top: 27px;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.questions .form__body {
  padding-right: 19px;
}
.questions__manager {
  position: absolute;
  right: 460px;
  bottom: -138px;
  z-index: 10;
}
.questions__manager-image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 20;
  position: relative;
}
.questions__manager-box {
  position: absolute;
  left: -196px;
  bottom: 48px;
  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;
  margin-left: 37px;
  margin-bottom: 34px;
}
.questions__manager-name {
  font-size: 22px;
  line-height: 136%;
  font-weight: 500;
}
.questions__manager-desc {
  margin-top: 13px;
  font-size: 12px;
  letter-spacing: 0.14px;
  line-height: 140%;
}
.questions__hand {
  position: absolute;
  right: 0;
  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;
}

.btn {
  position: relative;
  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;
  min-height: 124px;
  max-width: 433px;
  padding: 30px 82px;
  border: none;
  border-radius: 10px;
  background: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.4px;
  font-weight: 500;
  font-family: "BerlingskeSerif", sans-serif;
  cursor: pointer;
  text-align: center;
  color: #464646;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background: #F8F8F8;
}
.btn b {
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.btn i {
  position: absolute;
  right: 67px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../images/icons/btn-arrow.svg") center/contain no-repeat;
}

.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 #E2E2E2;
          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 #E2E2E2;
  background: #E2E2E2;
  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: 27px 42px;
  color: #424242;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: 0.4px;
  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 #E2E2E2, inset 30px -16px 4px -30px #E2E2E2;
          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 #E2E2E2, inset 30px -16px 4px -30px #E2E2E2;
  background: #E2E2E2;
  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-secondary--blue {
  -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 #689cff;
          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 #689cff;
  background: #3b7fff;
}
.btn-secondary--blue .btn-secondary__inner {
  color: #fff;
}
.btn-secondary--blue::after {
  background: #3878ef;
  -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 #689cff, inset 30px -16px 4px -30px #689cff;
          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 #689cff, inset 30px -16px 4px -30px #689cff;
}

.btn2 {
  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;
}
.btn2::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);
}
.btn2:focus, .btn2:active {
  color: #fff;
  background: #4d75b6;
}
.btn2:hover {
  color: #fff;
  background: #628aca;
}

.product {
  padding: 40px 0;
}
.product .title {
  text-align: center;
}
.product__wrap {
  padding: 0 40px;
  margin-top: 49px;
}
.product__main {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.product__slide img {
  display: block;
  width: 100%;
  vertical-align: top;
}
.product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: absolute;
  left: 60px;
  top: 52px;
  z-index: 10;
}
.product__info-item {
  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;
  width: 200px;
  height: 96px;
  text-align: center;
  color: #fff;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.02), inset 0 1px 1px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.02), inset 0 1px 1px 0 rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.01)), to(rgba(255, 255, 255, 0.2)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 1000px;
}
.product__info-item img {
  display: block;
  vertical-align: top;
}
.product__info-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 136%;
  font-weight: 500;
  width: 100%;
}
.product__video {
  position: absolute;
  left: 50px;
  bottom: 46px;
  width: 250px;
  height: 174px;
  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: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
}
.product__video-image {
  vertical-align: top;
  display: block;
  width: 100%;
}
.product__video:hover .play {
  background: rgb(252, 252, 252);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.product__video .play {
  position: absolute;
}
.product__video-box {
  position: absolute;
}
.product .btn {
  position: absolute;
  right: 50px;
  bottom: 46px;
  z-index: 10;
  width: 430px;
  min-height: 120px;
}
.product .btn--mobile {
  display: none;
}
.product__thumbs {
  margin-top: -22px;
}
.product__thumb {
  width: 250px;
  cursor: pointer;
}
.product__thumb-image {
  width: 100%;
  vertical-align: top;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.product__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.product__group {
  position: relative;
}
.product__line {
  position: relative;
}
.product__line::after {
  content: "";
  position: absolute;
  right: -50%;
  top: 28px;
  width: 1px;
  height: 161px;
  background: rgba(30, 30, 30, 0.2);
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.product__title {
  font-weight: 300;
  font-size: 52px;
  line-height: 110%;
  letter-spacing: -1.5px;
  color: #1e1e1e;
  font-family: "BerlingskeSerif", sans-serif;
}
.product__list {
  margin-top: 24px;
  margin-left: 5px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}
.product__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.product__nav-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  background: rgba(252, 252, 252, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product__nav-arrow:hover {
  background: rgba(252, 252, 252, 0.5);
}
.product__nav-arrow i {
  width: 21px;
  height: 21px;
  background: url("../images/icons/slider-arrow.svg") center/contain no-repeat;
}
.product__nav-arrow--prev {
  left: 50px;
}
.product__nav-arrow--prev i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product__nav-arrow--next {
  right: 50px;
}

.conditions {
  margin-top: -5px;
  padding: 50px 20px 53px;
}
.conditions .container {
  height: 100%;
}
.conditions__main {
  padding-left: 128px;
  height: 100%;
  position: relative;
}
.conditions .title {
  font-size: 62px;
  letter-spacing: -2px;
}
.conditions__wrap {
  border-radius: 10px;
  padding-bottom: 150px;
  overflow: hidden;
  background: url("../images/conditions-bg.jpg") center bottom/cover no-repeat;
}
.conditions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 75px;
  list-style: none;
}
.conditions__list li {
  position: relative;
  width: 227px;
  margin-right: 131px;
  padding: 15px 0 0 21px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #535860;
}
.conditions__list li:last-child {
  margin-right: 0;
}
.conditions__list li b {
  text-transform: uppercase;
  font-weight: 700;
}
.conditions__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background: url("../images/icons/triangle.svg") center/contain no-repeat;
}
.conditions .btn {
  margin-top: 74vh;
  max-width: 433px;
  width: 100%;
}

.reviews {
  padding: 40px 0 52px;
}
.reviews .title {
  font-size: 62px;
  letter-spacing: -2px;
}
.reviews__slider {
  margin-top: 39px;
  overflow: visible;
}
.reviews__slide {
  width: 341px;
}
.reviews__slide-video {
  position: relative;
  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: 5px;
  overflow: hidden;
}
.reviews__slide-video:hover .play {
  background: #fff;
}
.reviews__slide .play {
  position: absolute;
}
.reviews__slide-image {
  vertical-align: top;
  width: 100%;
}
.reviews__slide-author {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.reviews__slide-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 16px;
}
.reviews__slide-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  letter-spacing: -0.44px;
  color: #141414;
}
.reviews__slide-desc {
  margin-top: 2px;
  font-size: 16px;
  line-height: 146%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.reviews__slide-text {
  margin-top: 21px;
  font-size: 14px;
  line-height: 150%;
  color: #141414;
}
.reviews__progress {
  position: relative;
  height: 1px;
  margin-top: 132px;
  background: rgba(0, 0, 0, 0.1);
}
.reviews__progress .swiper-scrollbar-drag {
  background: #000;
}

.faq {
  padding: 61px 0 0;
}
.faq .title {
  font-size: 62px;
  line-height: 129%;
  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: 54px;
  position: relative;
  z-index: 10;
}
.faq__group {
  width: calc(50% - 11px);
}
.faq__item {
  background: #F2F2F2;
  border-radius: 20px;
  margin-bottom: 30px;
  color: #938da0;
  padding: 35px 30px 36px 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: 36px;
  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(113, 156, 224, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  right: 6px;
  -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: #719CE0;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq__item-text {
  margin-top: 17px;
  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 .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 {
  text-align: center;
  margin-top: 48px;
}
.faq .btn {
  max-width: 433px;
  width: 100%;
  border: 1px solid #DFDFDF;
}
.faq .btn:hover {
  background: #DFDFDF;
}

.contacts {
  padding: 90px 0 0;
}
.contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts .title {
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0;
}
.contacts__sub {
  font-weight: 600;
  font-size: 16px;
  line-height: 136%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #d6d6d6;
}
.contacts__group {
  margin-top: 49px;
}
.contacts__box {
  margin-top: 39px;
}
.contacts__address {
  margin-top: 13px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #1C1C1C;
}
.contacts__link {
  margin-top: 9px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 136%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #5cc5fd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__link:hover {
  color: #2284B8;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contacts__online {
  margin-top: 12px;
}
.contacts__online-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: 0.03em;
  color: #363636;
}
.contacts__online-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 16px;
}
.contacts__online .messenger {
  width: 42px;
  height: 42px;
}
.contacts__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__right {
  width: 100%;
  margin-left: 87px;
}
.contacts__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
}
.contacts__tab {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #949494;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__tab::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #363636;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__tab--active {
  color: #363636;
}
.contacts__tab--active::after {
  width: 100%;
}
.contacts__tab:hover {
  color: #363636;
}
.contacts__maps {
  margin-top: 16px;
}
.contacts__maps .map {
  display: none;
  width: 100%;
}
.contacts__maps .map--active {
  display: block;
}
.contacts__maps iframe {
  width: 100%;
  height: 100%;
  min-height: 561px;
  border-radius: 25px;
  border: none;
}

.footer {
  padding: 42px 0 45px;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__company {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 10px;
  line-height: 168%;
  letter-spacing: 0.03em;
  color: #3F3F3F;
}
.footer__copyright {
  margin-left: 67px;
  max-width: 1053px;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.5px;
  color: #222;
}
.footer__policy {
  display: inline-block;
  margin: -1px 0 -4px 14px;
  position: relative;
  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: #5CC5FD;
}
.footer .dev {
  margin-left: auto;
  font-size: 14px;
  line-height: 120%;
  color: #3F3F3F;
}
.footer .dev a {
  color: #4FB1F7;
  font-size: 26px;
  line-height: 0.4em;
  font-weight: 500;
  line-height: 120%;
  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: #2284B8;
}

.center {
  text-align: center;
}

.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;
}

.play {
  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;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(252, 252, 252, 0.1);
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.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__tag {
  position: absolute;
  left: 62px;
  top: -3px;
  background: #3ac14c;
  padding: 0 12px;
  border-radius: 19px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.48px;
}
.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: 40px 21px 16px 51px;
}
.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;
  color: #363636;
}
.form__title span {
  color: #bababa;
}
.form__desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #484848;
}
.form__body {
  margin-top: 35px;
  padding-right: 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: 10px;
  margin-bottom: 33px;
  margin-left: -2px;
}
.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.2px;
}
.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: #628aca;
}
.form__agree-text a:hover {
  color: #719CE0;
}
.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 .input:disabled {
  opacity: 0.7;
}
.form .btn-wrap {
  margin-top: 18px;
}
.form .btn-secondary__inner {
  padding: 28px 31px 29px 5px;
  font-size: 16px;
  letter-spacing: 0.6px;
}
.form .btn-secondary__icon {
  right: 22px;
}

.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: #719CE0;
  border-color: #719CE0;
}
.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: #719CE0;
}
.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: #719CE0;
  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;
  max-width: 200px;
}
.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.2px;
}

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

#policy,
#oferta {
  padding: 60px 40px;
  margin-top: 20px;
  width: 900px;
}
#policy .modal__title,
#oferta .modal__title {
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
}
#policy p,
#oferta 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: #719CE0;
  -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;
}

.video-widget {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9990;
}
.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;
  color: #000;
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .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;
  font-family: "Inter", sans-serif;
  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;
  min-height: auto;
  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;
}

.thanks {
  color: #fff;
  background: url("../images/thanks-bg.jpg") center/cover no-repeat;
}
.thanks .container {
  width: calc(100% - 240px);
  padding: 0;
}
.thanks .promo {
  padding: 320px 0 120px;
}
.thanks .promo__title {
  padding-left: 7px;
  font-family: "BerlingskeSerif", sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 120%;
}
.thanks .promo__desc {
  max-width: 330px;
  margin-top: 30px;
  margin-left: 59px;
  color: #fff;
  font-size: 22px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.45px;
}
.thanks__bottom {
  margin: 69px 0 0 -24px;
}
.thanks__bottom-box {
  margin: 47px 0 0 69px;
}
.thanks__bottom-text {
  font-size: 25px;
  line-height: 36.4px;
  color: #fff;
}
.thanks__bottom-text span {
  background: #FFDE94;
  color: #222;
  border-radius: 5px;
  padding: 4px 7px 0 10px;
  display: inline-block;
  margin-left: -10px;
}
.thanks__bottom-phone {
  display: block;
  margin-top: 10px;
  margin-left: -2px;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.thanks__bottom-phone:focus, .thanks__bottom-phone:active {
  color: rgba(255, 255, 255, 0.8);
}
.thanks__bottom-phone:hover {
  color: #719CE0;
}

.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--vk {
  background: #4C75A3;
}
.promo__social--vk:hover {
  background: #5683B6;
}
.promo__social--vk .promo__social-icon {
  background: #5683B6;
}
.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;
}

@-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: 1760px) {
  .header {
    width: calc(100% - 120px);
  }
  .nav__list {
    gap: 20px;
  }
  .nav__link {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .promo__container {
    padding-left: 40px;
  }
  .questions__hand {
    right: -80px;
  }
}
@media screen and (max-width: 1630px) {
  .container {
    width: 1280px;
  }
  .header {
    width: calc(100% - 80px);
    padding: 20px;
  }
  .header__phone {
    font-size: 20px;
  }
  .promo {
    gap: 20px;
  }
  .promo__box {
    width: calc(50% - 10px);
  }
  .promo__title {
    font-size: 48px;
  }
  .promo__sub {
    font-size: 20px;
  }
  .questions__form {
    width: 420px;
    right: 0;
    z-index: 20;
  }
  .questions__hand {
    display: none;
  }
  .questions__content {
    max-width: 550px;
  }
  .questions__manager {
    right: 263px;
    z-index: 5;
  }
  .questions__manager-box {
    left: -106px;
  }
  .questions__content {
    padding-left: 0;
  }
  .questions .subtitle {
    font-size: 20px;
    max-width: 80%;
  }
  .questions .form__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn {
    min-height: 90px;
    max-width: 400px;
    padding: 30px 40px;
  }
  .btn i {
    right: 40px;
  }
  .form__title {
    font-size: 30px;
  }
  .form__inner {
    padding: 30px 20px 15px;
  }
  .form .btn-secondary__inner {
    font-size: 14px;
    letter-spacing: 0.3px;
    padding-right: 20px;
  }
  .footer__policy {
    display: block;
    margin: 10px 0 0;
    text-align: left;
  }
  .title {
    font-size: 48px;
  }
  .title__imagejk {
    width: 130px;
    margin-bottom: -24px;
  }
  .places__image-3 {
    right: 61px;
  }
  .places__image-2 {
    left: -87px;
  }
  .places__image-5 {
    left: -160px;
  }
  .places__image-6 {
    margin-right: 3px;
  }
  .product__title {
    font-size: 46px;
    letter-spacing: -0.5px;
  }
  .product__groups {
    gap: 40px;
  }
  .product__list {
    font-size: 16px;
  }
  .conditions__main {
    padding-left: 60px;
  }
  .thanks .promo .container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1360px) {
  .container {
    width: 992px;
  }
  .header {
    width: calc(100% - 40px);
    padding: 10px;
    top: 30px;
  }
  .logo {
    max-width: 200px;
    font-size: 10px;
  }
  .nav__list {
    gap: 10px;
  }
  .nav__link {
    font-size: 11px;
    letter-spacing: 0.3px;
  }
  .promo {
    gap: 10px;
    padding: 10px;
  }
  .promo__sub {
    font-size: 18px;
    letter-spacing: 0.2px;
  }
  .promo__title {
    font-size: 36px;
  }
  .promo__coat {
    width: 50px;
  }
  .promo__container {
    padding: 140px 20px 100px;
  }
  .title__image {
    width: 120px;
    margin-bottom: -20px;
  }
  .places {
    padding-top: 40px;
  }
  .places__image-2 {
    width: 300px;
    left: -20px;
  }
  .places__image-3 {
    right: 0;
  }
  .places__image-4 {
    top: 400px;
    right: 5px;
  }
  .places__image-5 {
    left: -80px;
    top: 570px;
    width: 430px;
  }
  .places__image-6 {
    width: 400px;
    margin-right: 75px;
    margin-top: 33px;
  }
  .conditions__main {
    padding-left: 0;
  }
  .conditions__list li {
    margin-right: 30px;
  }
  .reviews__progress {
    margin-top: 40px;
  }
  .seo {
    padding: 40px 20px;
  }
  .seo .title {
    font-size: 36px;
    letter-spacing: -0.5px;
  }
  .seo__text {
    padding-left: 0;
  }
  .faq__bottom {
    margin-top: 30px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faq__bottom .results__bottom-box {
    margin-right: 0;
    width: 100%;
  }
  .faq__bottom .results__bottom-box::after {
    content: none;
  }
  .faq__bottom .results__bottom-btn {
    margin-top: 20px;
  }
  .faq__more {
    margin-top: -5px;
  }
  .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;
  }
  .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__wrap {
    padding: 60px 0 290px;
  }
  .questions__content {
    max-width: 420px;
  }
  .questions__form {
    width: 390px;
    top: -15px;
    right: -15px;
  }
  .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__subtitle {
    font-size: 20px;
    max-width: 320px;
  }
  .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: 200px;
    bottom: -296px;
  }
  .questions__manager-image {
    width: 505px;
  }
  .questions__manager-box {
    left: -135px;
    bottom: 45px;
  }
  .questions__hand {
    display: none;
  }
  .product__wrap {
    padding: 0 20px;
  }
  .product__info {
    left: 30px;
    top: 30px;
  }
  .product__info-item {
    width: 180px;
    height: 76px;
  }
  .product__title {
    font-size: 40px;
  }
  .product__line::after {
    -webkit-transform: rotate(20deg) translateX(-20px);
        -ms-transform: rotate(20deg) translateX(-20px);
            transform: rotate(20deg) translateX(-20px);
  }
  .product .btn {
    width: 350px;
    min-height: 90px;
    padding: 20px;
  }
  .product__nav-arrow {
    width: 60px;
    height: 60px;
  }
  .product__nav-arrow i {
    width: 15px;
    height: 15px;
  }
  .conditions .title {
    font-size: 48px;
    letter-spacing: -1px;
  }
  .conditions__wrap {
    padding-bottom: 100px;
  }
  .conditions .btn {
    margin-top: 40vh;
  }
  .questions .form__body {
    padding-right: 0;
  }
  .reviews .title {
    font-size: 48px;
    letter-spacing: -1px;
  }
  .faq .title {
    font-size: 48px;
  }
  .contacts {
    padding-top: 40px;
  }
  .contacts__right {
    margin-left: 30px;
  }
  .footer__copyright {
    margin-left: 30px;
  }
  .footer .dev {
    margin-left: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .thanks .promo {
    padding-top: 160px;
  }
  .thanks .promo .container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1020px) {
  .container {
    width: 768px;
  }
  .header {
    width: calc(100% - 30px);
    top: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 1000;
  }
  .header .menu-btn {
    margin-left: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 24px;
    padding: 0;
    border: none;
    background: 0;
    cursor: pointer;
  }
  .header .menu-btn:hover span:nth-child(2), .header .menu-btn:hover span:last-child {
    width: 100%;
  }
  .header .menu-btn span {
    display: block;
    margin-bottom: 4px;
    background: #fff;
    border-radius: 5px;
    height: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .menu-btn span:nth-child(2) {
    width: 16px;
  }
  .header .menu-btn span:last-child {
    width: 8px;
    margin-bottom: 0;
  }
  .header__phone {
    margin-left: auto;
  }
  .nav {
    position: absolute;
    left: -11px;
    right: 0;
    top: -11px;
    bottom: 0;
    width: calc(100% + 22px);
    height: calc(100% + 11px);
    min-height: 100vh;
    padding: 60px 30px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-radius: 10px;
    -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
            transform: translateY(-120%);
    -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__close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 24px;
    height: 24px;
    display: block;
    padding: 0;
    border: none;
    background: url("../images/icons/close.svg") center/contain no-repeat;
    cursor: pointer;
  }
  .nav__list {
    display: block;
  }
  .nav__item {
    margin-bottom: 20px;
  }
  .nav__item:last-child {
    margin-bottom: 0;
  }
  .promo {
    padding: 5px;
    display: block;
    min-height: auto;
  }
  .promo__box {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .promo__box:last-child {
    margin-bottom: 0;
  }
  .promo .btn {
    margin-top: auto;
  }
  .promo__container {
    min-height: 70vh;
    padding-bottom: 30px;
    padding-top: 70px;
  }
  .promo__container--bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo__container--bottom .btn {
    margin-top: 20px;
  }
  .places {
    padding-top: 40px;
  }
  .places__image {
    width: 100%;
    position: static;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .places__image-1 {
    max-width: 325px;
    margin: -55px auto 0;
  }
  .places__image-3 {
    max-width: 114%;
    width: 114%;
  }
  .places__image {
    margin: 5px auto 0;
  }
  .places__wrap {
    margin-top: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .places__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 54%;
  }
  .places__right {
    width: 100%;
  }
  .product__video {
    display: none;
  }
  .product .btn {
    width: 100%;
    display: none;
    margin-top: 38px;
    position: static;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .product .btn--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seo .title {
    font-size: 32px;
  }
  .questions__wrap {
    padding-bottom: 40px;
  }
  .questions__content {
    max-width: 100%;
  }
  .questions__form {
    width: 370px;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }
  .questions__manager {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
  }
  .questions__manager-image {
    width: 100%;
    display: block;
    margin: auto;
  }
  .questions__manager-box {
    left: -140px;
  }
  .contacts .title {
    font-size: 32px;
  }
  .contacts__group {
    margin-top: 30px;
  }
  .contacts__tabs {
    gap: 20px;
  }
  .contacts__tab {
    font-size: 18px;
  }
  .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;
  }
  .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%;
  }
  .header {
    padding: 3px 5px 5px 17px;
  }
  .header .logo {
    display: none;
  }
  .header .logo-mobile {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.02em;
  }
  .header__phone {
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 0.15px;
  }
  .header__phone svg {
    margin-right: 2px;
    width: 9px;
  }
  .promo__container {
    padding: 209px 12px 50px;
    display: block;
    min-height: auto;
  }
  .promo__sub {
    text-align: center;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 0;
  }
  .promo__sub br {
    display: none;
  }
  .promo__sub span {
    font-size: 16px;
    line-height: 140%;
    vertical-align: 5px;
  }
  .promo__title {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
  }
  .promo__coat {
    width: 32px;
    margin-left: 1px;
    margin-bottom: -13px;
  }
  .promo .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 19px auto 0;
    max-width: calc(100% - 36px);
    width: 100%;
  }
  .promo__container--top {
    padding-bottom: 31px;
    padding-top: 43px;
  }
  .promo__container--top .btn {
    margin-top: 291px;
  }
  .title {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.05em;
  }
  .title__image {
    position: relative;
    bottom: 8px;
    margin-bottom: -18px;
    width: 84px;
    border-radius: 7px;
  }
  .places {
    padding-top: 0;
    margin-top: -21px;
  }
  .places .title {
    font-size: 32px;
  }
  .places__image-1 {
    height: 47.2vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .places__desc {
    font-size: 14px;
    max-width: 330px;
    margin-top: 7px;
  }
  .places__btn {
    margin-top: 7px;
  }
  .places__wrap {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .places__left {
    width: 56%;
  }
  .places__image-5 {
    height: 31vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .places__image-6 {
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .product {
    padding: 11px 0 30px;
  }
  .product__wrap {
    padding: 0;
    margin-top: 20px;
  }
  .product__main {
    border-radius: 5px;
  }
  .product__thumbs {
    margin-top: -8px;
  }
  .product__thumbs-wrap {
    padding: 0 10px;
  }
  .product__thumb-image {
    border-radius: 3px;
  }
  .product__info {
    top: 9px;
    left: 11px;
    gap: 7px;
    width: calc(100% - 22px);
  }
  .product__info-item {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 55px;
  }
  .product__info-item img {
    width: 14px;
  }
  .product__info-text {
    margin-top: 5px;
    font-size: 9px;
    line-height: 12px;
  }
  .product__groups {
    display: block;
    margin-top: 18px;
    padding-left: 20px;
  }
  .product__group {
    margin-bottom: 18px;
  }
  .product__group:last-child {
    margin-bottom: 0;
  }
  .product__title {
    font-size: 28px;
    letter-spacing: -0.03em;
  }
  .product__line {
    display: none;
  }
  .product__list {
    margin-top: 7px;
    margin-left: 2px;
  }
  .product .title span {
    display: block;
  }
  .product__nav-arrow {
    width: 36px;
    height: 36px;
  }
  .product__nav-arrow--prev {
    left: 10px;
  }
  .product__nav-arrow--next {
    right: 10px;
  }
  .product__nav-arrow i {
    width: 8px;
    height: 8px;
  }
  .conditions {
    padding: 30px 5px;
  }
  .conditions .title {
    font-size: 28px;
    letter-spacing: -0.05em;
  }
  .conditions__list {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .conditions__list li {
    width: 50%;
    margin-right: 0;
    font-size: 16px;
  }
  .conditions .btn {
    margin-top: 20vh;
  }
  .conditions__wrap {
    padding-bottom: 30px;
  }
  .reviews {
    padding: 20px 0 40px;
  }
  .reviews .title {
    font-size: 28px;
    letter-spacing: -0.05em;
  }
  .reviews__slider {
    margin-top: 20px;
  }
  .reviews__slide-author {
    margin-top: 10px;
  }
  .reviews__slide-photo {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .reviews__slide-name {
    font-size: 14px;
  }
  .reviews__slide-desc {
    font-size: 10px;
    margin-top: 0;
  }
  .reviews__slide-text {
    margin-top: 10px;
    font-size: 12px;
  }
  .reviews__progress {
    margin-top: 20px;
  }
  .faq {
    padding-top: 40px;
  }
  .faq .title {
    font-size: 28px;
  }
  .faq__items {
    margin-top: 20px;
    display: block;
  }
  .faq__group {
    width: 100%;
    margin-bottom: 10px;
  }
  .faq__group:last-child {
    margin-bottom: 0;
  }
  .faq__item {
    padding: 20px 15px;
    margin-bottom: 10px;
  }
  .faq__item--active {
    margin-bottom: 10px;
  }
  .faq__item-head {
    font-size: 16px;
    line-height: 20px;
  }
  .faq__item-text {
    font-size: 12px;
    padding-right: 10px;
  }
  .faq__btn {
    margin-top: 20px;
  }
  .subtitle {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .btn {
    padding: 20px;
    padding-right: 40px;
    min-height: 99px;
  }
  .btn i {
    right: 29px;
  }
  .btn-secondary__catalog {
    width: 83px;
    left: 2px;
    bottom: -37px;
    top: auto;
  }
  .btn-secondary__inner {
    font-size: 12px;
    padding: 14px 12px 13px;
  }
  .btn-secondary__icon {
    right: 15px;
    top: 8px;
  }
  .btn-secondary--catalog .btn-secondary__inner {
    padding-left: 60px;
  }
  .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__body {
    padding-right: 0;
  }
  .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;
  }
  .seo {
    padding: 40px 15px;
  }
  .seo .title {
    font-size: 24px;
  }
  .seo__text {
    height: 100px;
    font-size: 14px;
  }
  .questions {
    padding: 0 5px;
  }
  .questions__wrap {
    border-radius: 10px;
  }
  .questions .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
  }
  .questions__subtitle {
    font-size: 16px;
  }
  .questions__form {
    max-width: 370px;
    width: 100%;
  }
  .questions__form .form__title {
    font-size: 22px;
  }
  .questions__form .form__body {
    padding-right: 0;
  }
  .questions .form__inner {
    padding: 30px 15px 20px;
  }
  .questions__manager {
    margin-top: 30px;
  }
  .questions__manager-box {
    left: 0;
    z-index: 20;
  }
  .questions__manager-sign {
    width: 120px;
    margin-left: 0;
  }
  .questions__manager-name {
    font-size: 18px;
  }
  .questions__manager-desc {
    font-size: 10px;
  }
  .questions__manager-image {
    width: calc(100% - 40px);
    margin: 0 0 0 auto;
    position: relative;
    right: -20px;
  }
  .contacts .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts .title {
    font-size: 24px;
  }
  .contacts__left {
    width: 100%;
  }
  .contacts__right {
    margin-left: 0;
    margin-top: 15px;
  }
  .contacts__group {
    margin-top: 20px;
  }
  .contacts__sub {
    font-size: 14px;
  }
  .contacts__address {
    margin-top: 10px;
    font-size: 16px;
  }
  .contacts__link {
    font-size: 14px;
    margin-top: 5px;
  }
  .contacts__box {
    margin-top: 20px;
  }
  .contacts__tabs {
    gap: 7px;
  }
  .contacts__tab {
    font-size: 15px;
  }
  .footer {
    padding: 25px 0;
  }
  .footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__copyright {
    margin-left: 0;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__company {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .footer .dev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-left: 0;
    margin-top: 0px;
    font-size: 12px;
  }
  .footer .dev a {
    font-size: 20px;
  }
  .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;
  }
  .thanks {
    padding-bottom: 0;
  }
  .thanks .promo {
    padding: 120px 0 80px;
  }
  .thanks .promo .container {
    width: calc(100% - 30px);
  }
  .thanks .promo__title {
    padding-left: 0;
    font-size: 40px;
  }
  .thanks .promo__desc {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .thanks__bottom {
    margin: 40px 0 0;
  }
  .thanks__bottom-box {
    margin: 30px 0 0;
  }
  .thanks__bottom-text {
    font-size: 20px;
    line-height: 26px;
  }
  .thanks__bottom-text span {
    margin-left: 0;
  }
  .thanks__bottom-phone {
    font-size: 30px;
  }
  .promo__socials {
    margin: 0;
  }
  .promo__social {
    min-width: auto;
    border-radius: 5px;
    font-size: 10px;
    padding: 5px 10px 5px 5px;
    margin-right: 10px;
  }
  .promo__social-icon {
    margin-right: 7px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
  }
  .promo__social-icon img {
    width: 14px;
  }
  #policy,
#oferta {
    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,
#oferta {
    font-size: 13px;
    line-height: 18px;
  }
  #policy .modal__title,
#oferta .modal__title {
    font-size: 20px;
  }
  #policy h2,
#oferta h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #policy h3,
#oferta h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .form__mark {
    font-size: 10px;
    margin: 5px 0 0;
    padding: 10px 12px;
  }
  .video-widget__container {
    left: 15px;
    bottom: 15px;
    width: 90px;
    height: 125px;
  }
}