/* ==========================================================================
   11. Site Footer
   ========================================================================== */

.site-cta {
  position: relative;
  height: 362px;
  background: linear-gradient(90deg, #edf2f7 0%, #e7edf4 46%, #eef2f7 100%);
  overflow: hidden;
}

.site-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/{ms:global.style/}assets/footer/cta-bg-pattern.png') center/cover no-repeat;
  opacity: 0.39;
}

.site-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 62% 50%, rgba(255, 255, 255, 0.76), transparent 20%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 40%, rgba(255, 255, 255, 0.14));
  pointer-events: none;
}

.site-cta__inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.site-cta__people {
  position: absolute;
  left: calc(50% - 795px);
  bottom: -67px;
  width: 412px;
  height: auto;
  z-index: 2;
}

.site-cta__content {
  position: absolute;
  left: calc(50% - 348px);
  top: 70px;
  width: 360px;
  z-index: 2;
}

.site-cta__title {
  margin: 0 0 8px;
  color: #222222;
  font-size: 36px;
  line-height: 1.34;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.site-cta--en .site-cta__content {
  width: 440px;
}

.site-cta--en .site-cta__title {
  font-size: 32px;
}

.site-cta__desc {
  margin: 0 0 22px;
  color: #7c7e82;
  font-size: 14px;
  line-height: 1.75;
}

.site-cta__btn {
  display: inline-flex;
  align-items: center;
  border: none;
  appearance: none;
  gap: 8px;
  height: 48px;
  min-width: 152px;
  padding: 0 19px;
  border-radius: 24px;
  background: #d9001b;
  color: #ffffff;
  font-size: 16px;
  box-shadow: none;
}

.site-cta__btn:hover {
  background: #c40019;
  color: #ffffff;
  box-shadow: none;
}

.site-cta__qr {
  position: absolute;
  left: calc(50% + 133px);
  bottom: 0px;
  width: 421px;
  height: auto;
  z-index: 2;
}

.site-footer {
  color: #ffffff;
  background: #202225;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.site-footer__main {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  padding: 28px 0 26px;
}

.site-footer__left {
  flex: 1;
  min-width: 0;
}

.site-footer__logo {
  width: 158px;
  height: auto;
  margin-bottom: 26px;
}

.site-footer__links {
  display: flex;
  gap: 54px;
  align-items: flex-start;
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.site-footer__column--double .site-footer__sub-columns {
  display: flex;
  gap: 44px;
}

.site-footer__sub-column {
  display: flex;
  flex-direction: column;
}

.site-footer__column h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.site-footer__column a,
.site-footer__sub-column a {
  margin-bottom: 0;
  color: #d5d5d5;
  font-size: 14px;
  line-height: 32px;
  transition: color 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__column a:hover,
.site-footer__sub-column a:hover {
  color: #ffffff;
}

.site-footer__right {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding-top: 38px;
  flex-shrink: 0;
}

.site-footer__qrs {
  display: flex;
  gap: 18px;
}

.site-footer__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.site-footer__qr img {
  width: 104px;
  height: 104px;
  border-radius: 4px;
}

.site-footer__qr span {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

.site-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 200px;
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-footer__contact-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-footer__contact-head img {
  width: 22px;
  height: 22px;
}

.site-footer__contact-head span {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.site-footer__contact strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-footer__bottom {
  background: #16171a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 16px 0;
}

.site-footer__information {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  color: #a2a2a3;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.site-footer__copyright {
  margin: 0;
}

.site-footer__information a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__information a:hover {
  color: #ffffff;
}

.site-footer__icp {
  margin-left: 8px;
}

.site-footer__gov {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
}

.site-footer__gov img {
  width: 18px;
  height: 20px;
  flex: 0 0 auto;
}

.site-footer__gov-text {
  padding-left: 5px;
}

@media (max-width: 1439px) {
  .site-cta__people {
    left: calc(50% - 736px);
  }
  .site-cta__content {
    left: calc(50% - 348px);
    width: 360px;
  }
  .site-cta__qr {
    left: calc(50% + 133px);
    width: 390px;
  }
  .site-footer__links {
    gap: 36px;
  }
  .site-footer__column--double .site-footer__sub-columns {
    gap: 26px;
  }
  .site-footer__right {
    gap: 18px;
  }
}

@media (max-width: 1199px) {
  .site-cta {
    height: auto;
    padding: 60px 0;
  }
  .site-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .site-cta__people, .site-cta__qr, .site-cta__content {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin: 30px 0;
  }
  .site-cta__content {
    width: 100%;
    max-width: 600px;
  }
  .site-footer__main {
    flex-direction: column;
    gap: 40px;
    padding: 36px 0 30px;
  }
  .site-footer__right {
    padding-top: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .site-footer__links {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .site-footer__column {
    flex: 0 0 calc(50% - 10px);
  }
  .site-footer__column--double {
    flex: 0 0 100%;
  }
  .site-footer__right {
    flex-direction: column;
    gap: 28px;
  }
  .site-footer__qrs {
    gap: 14px;
  }
  .site-footer__qr img {
    width: 92px;
    height: 92px;
  }
  .site-footer__contact strong {
    font-size: 20px;
  }
  .site-footer__bottom-inner {
    height: auto;
    padding: 16px 0;
  }
  .site-footer__information {
    font-size: 12px;
    line-height: 1.5;
  }
  .site-footer__gov img {
    width: 18px;
    height: 20px;
  }
   .site-cta__qr{
    margin-bottom: 0;
   }
   .site-cta{
    padding-bottom: 0;
   }
   .site-cta--en .site-cta__content{
    width: auto;
  }
}



/* ==========================================================================
   12. Site Modal & Slider
   ========================================================================== */

.site-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100dvh;
  padding: 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.site-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-modal__scrim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.site-modal__dialog {
  position: relative;
  width: min(1028px, calc(100vw - 48px));
  max-height: none;
  margin: auto;
  transform: translateY(24px) scale(0.98);
  transition: transform 0.28s ease;
}

.site-modal.is-open .site-modal__dialog {
  transform: translateY(0) scale(1);
}

.site-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 28px;
  height: 28px;
  border: 0;
  background: #b9b9b9;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
}

.site-modal__close span {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.site-modal__close span:first-child {
  transform: rotate(45deg);
}

.site-modal__close span:last-child {
  transform: rotate(-45deg);
}

.site-modal__panel {
  display: grid;
  grid-template-columns: 507px minmax(0, 1fr);
  min-height: 696px;
  border: 8px solid #ffffff;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 36px 80px rgba(5, 12, 26, 0.22);
}

.site-modal__visual {
  position: relative;
  min-height: 696px;
  background: #d57f71;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.site-modal__visual-overlay {
  position: absolute;
  inset: 0;
  background: none;
  z-index: 1;
  opacity: 0;
}

.site-modal__visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  transform: none;
}

.site-modal__visual-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  margin: 0;
  padding: 42px 36px 32px;
  color: #222222;
  text-align: left;
}

.site-modal__visual-title {
  margin: 0;
  font-family:
    "SF Pro Rounded",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: 29px;
  line-height: 1.22;
  font-weight: 600;
  max-width: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.site-modal__visual-text {
  margin: 18px 0 0;
  max-width: 400px;
  color: #222222;
  font-family:
    "SF Pro Rounded",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.site-modal__benefits {
  width: 100%;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: flex-start;
  column-gap: 30px;
  row-gap: 14px;
}

.site-modal__benefit {
  position: relative;
  padding-left: 22px;
  color: #222222;
  font-family:
    "SF Pro Rounded",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.site-modal__benefit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d9001b;
}

.site-modal__benefit::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 5px;
  height: 3px;
  border-left: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  transform: rotate(-45deg);
}

.site-modal__hotline {
  position: relative;
  margin-top: 24px;
  padding-left: 24px;
  text-align: left;
}

.site-modal__hotline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url("/{ms:global.style/}assets/modal/modal-phone-icon.png") center /
    contain no-repeat;
}

.site-modal__hotline-label {
  display: block;
  margin-bottom: 12px;
  color: #222222;
  font-family:
    "SF Pro Rounded",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: 16px;
  line-height: 1;
}

.site-modal__hotline-number {
  display: block;
  color: #222222;
  font-family:
    "SF Pro Rounded",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.site-modal__content {
  width: 100%;
  padding: 42px 36px 34px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.site-modal__content-head {
  margin-bottom: 16px;
  width: 100%;
  text-align: left;
}

.site-modal__title {
  margin: 0;
  color: #222222;
  font-family:
    "SF Pro Rounded",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 600;
  white-space: normal;
  letter-spacing: 0.01em;
}

.site-modal__subtitle {
  margin: 14px 0 0;
  color: #7c7e82;
  font-family:
    "SF Pro Rounded",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: 14px;
  line-height: 1.35;
  max-width: 332px;
  white-space: normal;
  text-align: left;
}

.site-modal__form {
  display: grid;
  gap: 12px;
  width: 100%;
  justify-items: stretch;
}

.site-modal__field,
.site-modal__verify {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 430px;
}

.site-modal__field[hidden],
.site-modal__verify[hidden] {
  display: none !important;
}

.site-modal__field--company {
  margin-top: 0;
}

.site-modal__label {
  color: #222222;
  font-family:
    "SF Pro Rounded",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.site-modal__input,
.site-slider {
  position: relative;
  width: 100%;
  height: 68px;
  border: 1px solid transparent;
  border-radius: 90px;
  background: #f6f8fa;
}

.site-modal__input {
  height: 50px;
  padding: 0 22px;
  color: #222222;
  font-family:
    "SF Pro Rounded",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: 16px;
  line-height: 16px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.site-modal__input::placeholder {
  color: #b7bfc6;
}

.site-modal__input:focus {
  border-color: rgba(217, 0, 27, 0.35);
  box-shadow: 0 0 0 4px rgba(217, 0, 27, 0.08);
}

.site-modal__input:focus-visible,
.site-slider__handle:focus-visible,
.site-modal__close:focus-visible,
.site-modal__submit:focus-visible,
.site-cta__btn:focus-visible {
  outline: 2px solid rgba(217, 0, 27, 0.72);
  outline-offset: 3px;
}

.site-modal__input.is-invalid,
.site-slider.is-invalid {
  border-color: rgba(217, 0, 27, 0.5);
}

.site-modal__error {
  min-height: 14px;
  color: #d9001b;
  color: var(--color-red, #d9001b);
  font-size: 12px;
  line-height: 1.4;
}

.site-slider {
  overflow: visible;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  background: transparent;
}

.site-slider__track,
.site-slider__progress {
  position: absolute;
  z-index: 2;
  inset: 7px 0;
  left: 0px;
  border-radius: 27px;
}

.site-slider__track {
  z-index: 0;
  background: #f4f6fa;
}

.site-slider__progress {
  width: 0;
  background: linear-gradient(
    90deg,
    rgba(217, 0, 27, 0.14) 0%,
    rgba(217, 0, 27, 0.7) 72%,
    rgba(217, 0, 27, 0.92) 100%
  );
}

.site-slider__text {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 70px;
  bottom: 0;
  left: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #b8c1cc;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  pointer-events: none;
  text-align: center;
}

.site-slider__handle {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 7px;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid #d7dee7;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(28, 39, 56, 0.1);
  cursor: grab;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  touch-action: none;
  -webkit-appearance: none;
  appearance: none;
}

.site-slider__handle::before,
.site-slider__handle::after {
  content: "";
  position: absolute;
  top: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #202938;
  border-right: 2px solid #202938;
  transform: rotate(45deg);
}

.site-slider__handle::before {
  left: 16px;
}

.site-slider__handle::after {
  left: 23px;
}

.site-slider.is-verified .site-slider__progress {
  width: 100% !important;
  left: 0;
  border-radius: 25px;
  height: 50px;
  background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
}

.site-slider.is-verified .site-slider__text {
  z-index: 4;
  top: 9px;
  bottom: 9px;
  left: 0;
  right: 0;
  padding: 0 24px;
  color: #ffffff;
}

.site-slider.is-verified .site-slider__handle {
  display: none;
  cursor: default;
  background: #ffffff;
}

.site-slider__handle:hover {
  transform: none;
}

.site-modal__status {
  min-height: 14px;
  margin: 0;
  width: 100%;
  max-width: 430px;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.site-modal__status.is-success {
  color: #1f8f55;
}

.site-modal__status.is-error {
  color: #d9001b;
  color: var(--color-red, #d9001b);
}

.site-modal__submit {
  height: 50px;
  width: 100%;
  /* max-width: 430px; */
  border: 0;
  border-radius: 31px;
  background: #d9001b;
  color: #ffffff;
  font-family:
    "SF Pro Rounded",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.site-modal__submit:hover {
  background: #be0017;
  transform: translateY(-1px);
}

.site-modal__submit:disabled {
  background: #f1a0a9;
  cursor: not-allowed;
  transform: none;
}

.site-modal--partner .site-modal__dialog {
  width: min(960px, calc(100vw - 48px));
}

.site-modal--partner .site-modal__panel {
  grid-template-columns: 430px minmax(0, 1fr);
  min-height: 642px;
  border: 8px solid #ffffff;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(15, 31, 51, 0.18);
}

.site-modal--partner .site-modal__close {
  top: 9px;
  right: 9px;
  border-radius: 50%;
  background: rgba(34, 34, 34, 0.34);
}

.site-modal--partner .site-modal__close span {
  background: #ffffff;
}

.site-modal--partner .site-modal__visual {
  min-height: 626px;
  border-radius: 6px 0 0 6px;
  background: #0f1f33;
}

.site-modal--partner .site-modal__visual-image {
  object-fit: cover;
  object-position: 50% 50%;
}

.site-modal--partner .site-modal__visual-overlay {
  background:
    linear-gradient(
      180deg,
      #1d2e46 0%,
      rgba(0, 0, 0, 0.27) 37.7%,
      rgba(0, 0, 0, 0) 57.6%,
      #0f1f33 100%
    ),
    linear-gradient(90deg, rgba(8, 18, 34, 0.1), rgba(8, 18, 34, 0));
  opacity: 1;
}

.site-modal--partner .site-modal__visual-copy {
  width: auto;
  padding: 28px 36px 0;
  color: #ffffff;
}

.site-modal--partner .site-modal__visual-title {
  color: #ffffff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  white-space: normal;
}

.site-modal--partner .site-modal__visual-text {
  max-width: 420px;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.4;
}

.site-modal--partner .site-modal__benefits {
  display: none;
}

.site-modal--partner .site-modal__hotline {
  position: relative;
  margin-top: 42px;
  padding-left: 35px;
  color: #ffffff;
}

.site-modal--partner .site-modal__hotline::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 26px;
  height: 26px;
  background: url("/{ms:global.style/}images/partner-plan/hotline-icon.svg") center / contain no-repeat;
}

.site-modal--partner .site-modal__hotline-label,
.site-modal--partner .site-modal__hotline-number {
  color: #ffffff;
}

.site-modal--partner .site-modal__hotline-number {
  margin-top: 20px;
  font-size: 26px;
  line-height: 26px;
}

.site-modal--partner .site-modal__content {
  width: auto;
  padding: 26px 34px 24px 30px;
}

.site-modal--partner .site-modal__content-head {
  margin-bottom: 14px;
}

.site-modal--partner .site-modal__title {
  font-size: clamp(24px, 2.3vw, 30px);
  line-height: 1.18;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0;
}

.site-modal--partner .site-modal__subtitle {
  margin-top: 10px;
}

.site-modal--partner .site-modal__form {
  gap: 0;
}

.site-modal--partner .site-modal__field,
.site-modal--partner .site-modal__verify,
.site-modal--partner .site-modal__status {
  gap: 8px;
  max-width: 100%;
}

.site-modal--partner .site-modal__input,
.site-modal--partner .site-slider {
  height: 50px;
  border: 0;
  background: #f6f8fa;
}

.site-modal--partner .site-modal__input:focus {
  box-shadow: inset 0 0 0 2px rgba(217, 0, 27, 0.18);
}

.site-modal--partner .site-modal__error {
  min-height: 14px;
  line-height: 14px;
}

.site-modal--partner .site-modal__verify {
  margin-top: 6px;
}

.site-modal--partner .site-slider {
  overflow: visible;
}

.site-modal--partner .site-slider__track,
.site-modal--partner .site-slider__progress {
  inset: 0;
}

.site-modal--partner .site-slider__track {
  background: #f6f8fa;
}

.site-modal--partner .site-slider__progress {
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(217, 0, 27, 0.14) 0%,
    rgba(217, 0, 27, 0.7) 72%,
    rgba(217, 0, 27, 0.92) 100%
  );
}

.site-modal--partner .site-slider__handle {
  /* top: 2px;
  left: 2px;
  display: block;
  width: 46px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #d7dee7;
  box-shadow: 0 6px 18px rgba(28, 39, 56, 0.08); */
  top:0;

}

.site-modal--partner .site-slider__handle::before,
.site-modal--partner .site-slider__handle::after {
  content: "";
  position: absolute;
  top: 21px;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #202938;
  border-right: 2px solid #202938;
  transform: rotate(45deg);
}

.site-modal--partner .site-slider__handle::before {
  left: 16px;
}

.site-modal--partner .site-slider__handle::after {
  left: 24px;
}

.site-modal--partner .site-slider__text {
  justify-content: center;
  padding: 0 92px;
  text-align: center;
}

.site-modal--partner .site-slider.is-verified .site-slider__handle {
  display: none;
  box-shadow: none;
  pointer-events: none;
}

.site-modal--partner .site-slider.is-verified .site-slider__text {
  left: 0;
  right: 0;
  padding: 0;
}

.site-modal--partner .site-modal__status {
  min-height: 18px;
}

.site-modal--partner .site-modal__submit {
  height: 50px;
  margin-top: 14px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .site-modal {
    padding: 20px;
  }

  .site-modal__dialog {
    width: min(720px, calc(100vw - 40px));
  }

  .site-modal__panel {
    grid-template-columns: 1fr;
    min-height: auto;
    border-width: 0;
  }

  .site-modal__visual {
    display: none;
  }

  .site-modal__content {
    width: 100%;
    padding: 40px 28px 30px;
  }

  .site-modal__title {
    font-size: 34px;
    line-height: 1.1;
    white-space: normal;
  }

  .site-modal__field,
  .site-modal__verify,
  .site-modal__status {
    max-width: 100%;
  }

  .site-modal--partner .site-modal__dialog {
    width: min(720px, calc(100vw - 40px));
  }

  .site-modal--partner .site-modal__panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .site-modal--partner .site-modal__visual {
    display: none;
  }

  .site-modal--partner .site-modal__content {
    padding: 34px 28px 32px;
  }

  .site-modal--partner .site-modal__title {
    font-size: clamp(24px, 3.1vw, 30px);
    line-height: 1.18;
  }
}

@media (max-width: 767px) {
  .site-modal {
    padding: 16px;
  }

  .site-modal__dialog {
    width: calc(100vw - 32px);
  }

  .site-modal__close {
    top: 12px;
    right: 12px;
  }

  .site-modal__visual {
    display: none;
  }

  .site-modal__visual-copy {
    padding: 22px 20px 18px;
  }

  .site-modal__visual-title {
    font-size: 24px;
    line-height: 1.34;
  }

  .site-modal__visual-text {
    margin-top: 14px;
    max-width: 100%;
    line-height: 1.45;
  }

  .site-modal__benefits {
    grid-template-columns: 1fr;
    row-gap: 10px;
    column-gap: 0;
    margin-top: 20px;
  }

  .site-modal__hotline {
    margin-top: 18px;
  }

  .site-modal__hotline-label {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .site-modal__hotline-number {
    font-size: 22px;
  }

  .site-modal__content {
    padding: 58px 20px 22px;
  }

  .site-modal__content-head {
    margin-bottom: 24px;
  }

  .site-modal__title {
    font-size: 26px;
    line-height: 1.18;
  }

  .site-modal__subtitle {
    margin-top: 12px;
    line-height: 1.45;
  }

  .site-modal__form {
    gap: 16px;
  }

  .site-modal__field,
  .site-modal__verify {
    gap: 10px;
  }

  .site-modal__label,
  .site-modal__input {
    font-size: 14px;
  }

  .site-slider__text {
    padding: 0 56px;
    font-size: 12px;
    justify-content: center;
    text-align: center;
  }

  .site-modal__submit {
    height: 52px;
    font-size: 18px;
  }

  .site-modal--partner .site-modal__dialog {
    width: calc(100vw - 32px);
  }

  .site-modal--partner .site-modal__panel {
    border: 0;
    border-radius: 0;
  }

  .site-modal--partner .site-modal__visual {
    display: none;
  }

  .site-modal--partner .site-modal__visual-copy {
    padding: 42px 22px 0;
  }

  .site-modal--partner .site-modal__visual-title {
    font-size: 26px;
    line-height: 34px;
  }

  .site-modal--partner .site-modal__visual-text {
    max-width: 280px;
    font-size: 13px;
  }

  .site-modal--partner .site-modal__hotline {
    margin-top: 120px;
  }

  .site-modal--partner .site-modal__content {
    padding: 30px 22px 34px;
  }

  .site-modal--partner .site-modal__title {
    font-size: 24px;
    line-height: 1.18;
    white-space: normal;
  }

  .site-modal--partner .site-slider__text {
    left: 76px;
    max-width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1200px) {
  .site-footer__main.site-shell {
    width: min(100% - 100px, 1820px);
  }

  .site-footer__main {
    gap: 36px;
    padding: 38px 0 37px;
  }

  .site-footer__logo {
    margin-bottom: 30px;
  }

  .site-footer__links {
    gap: 48px;
  }

  .site-footer__column--double .site-footer__sub-columns {
    gap: 30px;
  }

  .site-footer__right {
    gap: 18px;
    padding-top: 44px;
  }

  .site-footer__qrs {
    gap: 16px;
  }

  .site-footer__contact strong {
    font-size: 20px;
    font-weight: 500;
  }
}
