html {
  scrollbar-gutter: stable;
}

html.lock {
  overflow: hidden;
}

body.lock {
  overflow: hidden;
}

body.lock .header.move {
  padding-right: 17px;
}

.popup {
  position: fixed;
  width: 100%;
  z-index: 99999;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.popup .air-datepicker.-inline- {
  z-index: 95;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.popup.open.activeSelect .popup__content {
  overflow: unset;
}

.popup__body {
  min-height: 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;
  padding: 30px 10px;
  overflow: auto;
}

.popup__content {
  position: relative;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.popup__close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.popup .js-select[data-state=active] .js-select__content {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  top: 0;
  max-height: 100vh;
  height: 100%;
  position: fixed;
}

.popup__footer {
  margin-top: 15px;
}

:root {
  --font: "TT Commons Pro Trial Expanded", sans-serif;
  --color-qhr-text: #000;
  --color-qhr-surface: #fff;
  --color-qhr-brand: #ce154c;
  --color-qhr-brand-hover: #b81243;
  --color-qhr-muted: #6d6d6d;
  --color-qhr-blue: #3378f9;
  --color-qhr-blue-dark: #296eed;
  --color-qhr-blue-50: #f5f8fe;
  --color-qhr-blue-100: #e5eeff;
  --color-qhr-divider-soft: rgba(220, 203, 216, 0.3);
  --color-qhr-drawer-overlay: rgba(0, 0, 0, 0.28);
  --color-qhr-drawer-shadow: rgba(0, 0, 0, 0.16);
  --color-qhr-header-shadow: rgba(0, 0, 0, 0.06);
}

.qhr-modal {
  background: rgba(47, 45, 107, 0.5);
}

.qhr-modal.open .qhr-modal__body .qhr-modal__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qhr-modal__body {
  padding: 40px 20px;
}

.qhr-modal__content {
  width: min(920px, 100vw - 40px);
  min-height: 1075px;
  padding: 45px clamp(35px, 7.2916666667vw, 140px) 36px;
  border-radius: 40px;
  background: var(--color-qhr-surface);
  color: var(--color-qhr-text);
  -webkit-box-shadow: 0 20px 80px rgba(13, 12, 33, 0.25);
          box-shadow: 0 20px 80px rgba(13, 12, 33, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}

.qhr-modal__close {
  position: absolute;
  top: 53px;
  right: 53px;
  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: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-qhr-text);
  cursor: pointer;
  z-index: 2;
}

.qhr-modal__close:hover,
.qhr-modal__close:focus-visible {
  color: var(--color-qhr-brand);
}

.qhr-modal__close::before,
.qhr-modal__close::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.qhr-modal__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.qhr-modal__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qhr-modal__close-icon {
  display: none;
}

.qhr-modal__title {
  max-width: 650px;
  margin: 0 0 30px;
  font-weight: 500;
  font-size: clamp(24px, 5.4347826087vw, 50px);
  line-height: 1;
  letter-spacing: -0.02em;
}

.qhr-modal__form {
  display: grid;
  gap: 22px;
  width: 100%;
  max-width: 645px;
}

.qhr-modal__main {
  display: grid;
  gap: 14px;
}

.qhr-modal__fields {
  margin-bottom: 11px;
}

.qhr-modal__question-label {
  margin-top: 0;
}

.qhr-modal__submit {
  margin-top: 4px;
}

.qhr-modal__agreements {
  max-width: 594px;
}

.qhr-modal__captcha {
  width: 100%;
}

.qhr-modal__captcha > div,
.qhr-modal__captcha iframe {
  width: 100% !important;
  max-width: none !important;
}

.qhr-modal__captcha iframe {
  display: block;
}

.qhr-modal__contacts {
  width: 100%;
  max-width: 647px;
  margin-top: 64px;
  padding-top: 26px;
  border-top: 1px solid #d9d9d9;
}

.qhr-modal__contacts-title {
  margin: 0 0 17px;
  font-weight: 500;
  font-size: clamp(16px, 2.1739130435vw, 20px);
  line-height: 1;
  letter-spacing: -0.03em;
}

.qhr-modal__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 12px;
  color: inherit;
  font-weight: 500;
  font-size: clamp(30px, 4.347826087vw, 40px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.qhr-modal__email {
  display: table;
  padding-bottom: 8px;
  border-bottom: 1px solid #c6cadd;
  color: inherit;
  font-size: clamp(18px, 2.1739130435vw, 20px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.qhr-modal__phone,
.qhr-modal__email {
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.qhr-modal__phone:hover,
.qhr-modal__phone:focus-visible,
.qhr-modal__email:hover,
.qhr-modal__email:focus-visible {
  border-color: var(--color-qhr-brand);
  color: var(--color-qhr-brand);
}

.qhr-thanks__body {
  padding: 40px 20px;
}

.qhr-thanks__content {
  position: relative;
  width: min(920px, 100vw - 40px);
  min-height: 565px;
  padding: 38px 137px 62px;
  border-radius: 40px;
  background: var(--color-qhr-surface);
  color: var(--color-qhr-text);
  -webkit-box-shadow: 0 20px 80px rgba(13, 12, 33, 0.25);
          box-shadow: 0 20px 80px rgba(13, 12, 33, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.qhr-thanks__close {
  top: 53px;
  right: 53px;
}

.qhr-thanks__image {
  display: block;
  width: 221px;
  height: 221px;
  -o-object-fit: contain;
     object-fit: contain;
}

.qhr-thanks__title {
  margin: 2px 0 32px;
  font-weight: 500;
  font-size: clamp(24px, 5.4347826087vw, 50px);
  line-height: 1;
  letter-spacing: -0.02em;
}

.qhr-thanks__text {
  max-width: 645px;
  margin: 0 0 25px;
  font-size: clamp(16px, 2.1739130435vw, 20px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.qhr-thanks__button {
  width: 100%;
  max-width: 645px;
  min-height: 70px;
  border: 0;
  cursor: pointer;
  font-size: clamp(16px, 1.0416666667vw, 20px);
}

@media (max-width: 575px) {
  .popup__body {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    width: 100%;
    padding: 0;
    bottom: 0px;
  }

  .qhr-modal__body {
    position: relative;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    min-height: 100dvh;
    padding: 0;
    overflow: visible;
    bottom: auto;
  }

  .qhr-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: min(350px, 100vw);
    min-height: 100dvh;
    padding: 29px 40px 34px 32px;
    border-radius: 0;
    overflow: visible;
  }

  .qhr-modal__close {
    top: 29px;
    right: 35px;
  }

  .qhr-modal__title {
    max-width: 210px;
    margin-bottom: 51px;
    line-height: 1;
    white-space: normal;
  }

  .qhr-modal__form {
    max-width: 278px;
  }

  .qhr-modal__fields {
    margin-bottom: 4px;
  }

  .qhr-modal__submit {
    margin-top: 1px;
  }

  .qhr-modal__agreements {
    max-width: 278px;
  }

  .qhr-modal__contacts {
    max-width: 275px;
    margin-top: auto;
    padding-top: 38px;
  }

  .qhr-modal__contacts-title {
    max-width: 270px;
    margin-bottom: 16px;
    line-height: 1;
  }

  .qhr-modal__phone {
    margin-bottom: 13px;
  }

  .qhr-thanks__body {
    position: relative;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    min-height: 100dvh;
    padding: 0;
    overflow: visible;
    bottom: auto;
  }

  .qhr-thanks__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: min(350px, 100vw);
    min-height: 100dvh;
    padding: 72px 39px 34px 31px;
    border-radius: 0;
    overflow: visible;
  }

  .qhr-thanks__close {
    top: 29px;
    right: 35px;
  }

  .qhr-thanks__image {
    width: 175px;
    height: 175px;
    margin-left: 20px;
  }

  .qhr-thanks__title {
    margin: 12px 0 17px;
    line-height: 1;
  }

  .qhr-thanks__text {
    width: 267px;
    max-width: none;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .qhr-thanks__button {
    width: 278px;
    max-width: none;
    min-height: 50px;
    font-size: 16px;
  }
}