@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");

/* CSS Variables */
:root {
  --promotion-color-primary: #063C62;
  --promotion-color-accent: #2D0661;
  --promotion-color-background: #EBF2FE;
  --promotion-color-secondary: #590660;
  --promotion-color-text: #000000;
  --promotion-color-white: #ffffff;
  --promotion-border-radius-lg: 40px;
  --promotion-border-radius-md: 40px;
  --promotion-border-radius-sm: 40px;
  --border-inset-1: -1px;
  --border-inset-2: -2px;
  --border-inset-3: -3px;
  --border-inset-5: -5px;
}

@media (max-width: 1500px) {
  :root {
    --promotion-border-radius-lg: 20px;
    --promotion-border-radius-md: 20px;
    --promotion-border-radius-sm: 20px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}

.seo-hidden {
  position: absolute;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@font-face {
  font-family: 'DinPro';
  src: url('/fonts/DinPro/DinPro-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.promotion {
  margin: 0;
  position: relative;
  font-family: "Manrope", sans-serif;
  padding-bottom: 80px;
}

.promotion section {
  padding-bottom: 0 !important;
}

.promotion-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(13.81deg, #FFFFFF 10.56%, #AFCDFF 95%);
  z-index: -1;
}

@media (max-width: 800px) {
  .promotion-background {
    display: none;
  }
}

.promotion .container {
  max-width: 1485px;
  margin-top: 100px;
  width: 100%;
}

@media (max-width: 1600px) {
  .promotion .container {
    margin-top: 80px;
    max-width: 1150px;
    paddin: 0 20px;
  }
}

@media (max-width: 1200px) {
  .promotion .container {
    max-width: auto;
    padding: 0 50px;
    margin-top: 50px;
  }
}

@media (max-width: 500px) {
  .promotion .container {
    padding: 0 30px;
    margin-top: 30px;
  }
}

.gradient-border-element {
  position: relative;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.gradient-border-element::before {
  content: '';
  position: absolute;
  inset: var(--border-inset-5);
  /* По умолчанию -5px */
  background: linear-gradient(269.6deg, #063C62 1.26%, #B9BABD 50.05%, #2D0661 98.84%);
  z-index: -1;
  border-radius: 55px;
}

.gradient-color-text {
  background: linear-gradient(180deg, #063C62 0%, #590660 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.promotion-banner__inner {
  position: relative;
  background-color: var(--promotion-color-background);
  border-radius: var(--promotion-border-radius-lg);
  overflow: hidden;
  min-height: 822px;
  display: flex;
}

@media (max-width: 1400px) {
  .promotion-banner__inner {
    min-height: 600px;
  }
}

@media (max-width: 500px) {
  .promotion-banner__inner {
    min-height: 575px;
  }
}

.promotion-banner-bg-wrapper {
  z-index: 0;
}

@media (max-width: 799px) {
  .promotion-banner-bg-wrapper {
    z-index: 1;
  }
}

.promotion-banner-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promotion-percent {
  --promotion-start-rotation: 0deg;
  --promotion-end-rotation: -41deg;
}

.promotion-percent.promotion-percent--top-center {
  --promotion-start-rotation: 30deg;
  --promotion-end-rotation: -10deg;
}

.promotion-percent.promotion-percent--top-left {
  --promotion-start-rotation: -40deg;
  --promotion-end-rotation: 10deg;
}

.promotion-percent.promotion-percent--top-right {
  --promotion-start-rotation: 40deg;
  --promotion-end-rotation: 0deg;
}

.promotion-percent.promotion-percent--bottom-left {
  --promotion-start-rotation: -20deg;
  --promotion-end-rotation: 0deg;
}

.promotion-percent.promotion-percent--bottom-center {
  --promotion-start-rotation: 48deg;
  --promotion-end-rotation: 0deg;
}

.promotion-percent {
  position: absolute;
  object-fit: contain;
  z-index: 1;
  opacity: 0;
  animation:
    promotion-anim-appear 1.5s ease-out forwards,
    promotion-float 3s ease-out 1.5s infinite;
}

@media (max-width: 799px) {
  .promotion-percent {
    z-index: 0;
  }
}

.promotion-percent.promotion-percent--top-right-static {
  animation:
    promotion-anim-appear 1.5s ease-out forwards;
  top: 0px;
  right: 16%;
  width: 23%;
  height: 25%;
  --appear-from: 100%, -100%;
  animation-delay: 0.7s;
}

@media (max-width: 799px) {
  .promotion-percent.promotion-percent--top-right-static {
    display: none;
  }
}

.promotion-percent--top-left {
  top: -100px;
  left: -22%;
  width: 67%;
  height: 76%;
  --appear-from: -50%, -30%;
}

@media (max-width: 799px) {
  .promotion-percent--top-left {
    top: -119px;
    left: -17%;
  }
}

.promotion-percent--bottom-right {
  bottom: -10%;
  right: -15%;
  width: 50%;
  height: 50%;
  --appear-from: 100%, 100%;
}

@media (max-width: 799px) {
  .promotion-percent--bottom-right {
    bottom: 0%;
    right: -37%;
    width: 100%;
    height: 50%;
  }
}

.promotion-percent--top-center {
  top: -75px;
  left: 27%;
  width: 32%;
  height: 44%;
  --appear-from: 0, -100%;
}

@media (max-width: 799px) {
  .promotion-percent--top-center {
    top: -15%;
    left: 35%;
  }
}

.promotion-percent--bottom-center {
  bottom: -13%;
  left: 30%;
  width: 44%;
  height: 44%;
  --appear-from: 0, 100%;
}

.promotion-percent--top-right {
  top: -53px;
  right: -30%;
  width: 73%;
  height: 77%;
  --appear-from: 100%, -100%;
}

@media (max-width: 799px) {
  .promotion-percent--top-right {
    top: -28%;
    right: -37%;
    width: 100%;
    height: 100%;
  }
}

.promotion-percent--bottom-left {
  bottom: -56px;
  left: -15%;
  width: 50%;
  height: 50%;
  --appear-from: -100%, 100%;
}

@media (max-width: 799px) {
  .promotion-percent--bottom-left {
    bottom: -30%;
    left: -38%;
    width: 100%;
    height: 100%;
  }
}

/* Задержки для последовательного появления */
.promotion-percent--top-left {
  animation-delay: 1s, 2.1s;
}

.promotion-percent--bottom-right {
  animation-delay: 1s, 2.1s;
}

.promotion-percent--top-center {
  animation-delay: 0.6s, 2.1s;
}

.promotion-percent--bottom-center {
  animation-delay: 0.9s, 2.1s;
}

.promotion-percent--top-right {
  animation-delay: 0.9s, 2.1s;
}

.promotion-percent--bottom-left {
  animation-delay: 0.9s, 2.1s;
}

/* Единая анимация появления */
@keyframes promotion-anim-appear {
  0% {
    transform: translate(var(--appear-from)) rotate(var(--promotion-start-rotation, 0deg));
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: translate(0, 0) rotate(var(--promotion-start-rotation, 0deg));
    opacity: 1;
  }
}

@keyframes promotion-float {

  0%,
  20% {
    transform: rotate(var(--promotion-start-rotation, 0deg));
  }

  50%,
  80% {
    transform: rotate(var(--promotion-end-rotation, -41deg));
  }

  100% {
    transform: rotate(var(--promotion-start-rotation, 0deg));
  }
}

.promotion-quicklink .gradient-border-element {
  border-radius: var(--promotion-border-radius-lg);
  width: 100%;
  height: 100%;
}

.promotion-quicklink .gradient-border-element::before {
  border-radius: calc(var(--promotion-border-radius-lg) + 5px);
}

/* Quicklink Section */
.promotion-quicklink__inner {
  display: flex;
  height: 125px;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1500px) {
  .promotion-quicklink__inner {
    height: 100px;
  }
}

@media (max-width: 800px) {
  .promotion-quicklink__inner {
    display: none;
  }
}

.promotion-quicklink__text {
  color: var(--promotion-color-text);
  font-family: 'DinPro';
  font-size: 50px;
  font-weight: 900;
  max-height: max-content;
  display: flex;
  align-items: center;
  margin: 0 20px;
  border-radius: var(--promotion-border-radius-lg);
}

@media (max-width: 1600px) {
  .promotion-quicklink__text {
    font-size: 32px;
    margin: 0 25px;
  }
}

@media (max-width: 1200px) {
  .promotion-quicklink__text {
    font-size: 30px;
    margin: 0 20px;
  }
}


@media (max-width: 1024px) {
  .promotion-quicklink__text {
    font-size: 26px;
  }
}

@media (max-width: 900px) {
  .promotion-quicklink__text {
    font-size: 18px;
  }
}

.promotion-quicklink__button {
  height: calc(100% + 10px);
  border-radius: var(--promotion-border-radius-lg);
  background-color: var(--promotion-color-primary);
  width: 30%;
  max-width: 266px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

@media (max-width: 1500px) {
  .promotion-quicklink__button svg {
    width: 80%;
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .promotion-quicklink__inner {
  }

  .promotion-quicklink__button {
  }
}

.promotion-offer__inner {
  font-weight: 800;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 1500px) {
  .promotion-offer__inner {
    gap: 20px;
  }
}

.promotion-offer__content {
  background-image: url("./assets/images/dist/promotion-offer-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 96px 69px;
  color: white;
}

@media (max-width: 1600px) {
  .promotion-offer__content {
    padding: 60px 55px;
  }
}

@media (max-width: 1500px) {
  .promotion-offer__content {
    background-image: none;
    background-color: var(--promotion-color-primary);
    padding: 40px;
    border-radius: var(--promotion-border-radius-sm);
  }
}

.promotion-offer__title {
  font-size: 65px;
  margin-bottom: 86px;
}

@media (max-width: 1600px) {
  .promotion-offer__title {
    font-size: 40px;
    margin-bottom: 116px;
  }
}

@media (max-width: 1400px) {
  .promotion-offer__title {
    font-size: 32px;
    margin-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .promotion-offer__title {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .promotion-offer__title {
    font-size: 20px;
    text-align: left;
  }
}

.promotion-offer__subtitle {
   font-size: 37px;
}

@media (max-width: 1600px) {
  .promotion-offer__subtitle {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .promotion-offer__subtitle {
    text-align: center;
    font-size: 26px;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .promotion-offer__subtitle {
    font-size: 18px;
  }
}

.promotion-offer__action {
  text-transform: uppercase;
  font-size: 30px;
  padding: 24px 0;
  color: black;
}

@media (max-width: 1500px) {
  .promotion-offer__action {
    padding: 20px 50px;
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .promotion-offer__action {
    font-size: 20px;
  }
}

.promotion-offer .gradient-border-element {
  border-radius: var(--promotion-border-radius-sm);
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 25%;
}

@media (max-width: 1500px) {
  .promotion-offer .gradient-border-element {
    position: inherit;
    width: max-content;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .promotion-offer .gradient-border-element {
    width: 100%;
  }
}

.promotion-offer .gradient-border-element::before {
  border-radius: calc(var(--promotion-border-radius-sm) + 2px);
  background: linear-gradient(143.25deg, #063C62 5.9%, #D2D2D2 48.27%, #590660 90.63%);
  inset: var(--border-inset-2);
}


@media (max-width: 1100.98px) {
  .promotion-plans .container {
    padding: 0;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .promotion-plans .container {
    padding: 0;
  }
}


.promotion-plans__container {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .promotion-plans__container {
    margin: 0 40px;
  }
}

@media (max-width: 1100px) {
  .promotion-plans__container {
    padding-left: 49px !important;
    padding-top: 5px !important;
    margin: 0;
  }
}

@media (max-width: 500px) {
  .promotion-plans__container {
    padding-left: 24px !important;
  }
}

.promotion-plans__wrapper .swiper-slide {
  flex: 0.95;
}
.promotion-plans__wrapper {
  padding: 2px 0 50px 0;
}

@media (min-width: 1100.98px) {

.promotion-plans__wrapper {
  width: calc(100% - 10px) !important;
}

@media (max-width: 1200px) {
  .promotion-plans__wrapper {
    width: 100%;
  }
}

.promotion-plans__wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
}
@media (max-width: 1100.98px) {
  .promotion-plans__wrapper {
    margin: 0 0 0 20px;
    width: auto;
  }
  
  .promotion-plans__wrapper .swiper-slide {
  	flex: none;
  }
}

@media (max-width: 1600px) {
  .promotion-plans--t2 .promotion-plans__wrapper {
    margin: 0 20px;
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 1200.98px) {
  .promotion-plans--t2 .promotion-plans__wrapper {
    margin: 0;
    max-width: fit-content;
  }
}

@media (max-width: 1100.98px) {
  .promotion-plans--t2 .promotion-plans__wrapper {
    margin: 0 20px;
    max-width: fit-content;
  }

  .promotion-plans--bilain .promotion-plans__wrapper {
  	margin: 0;
    max-width: 100%;
  }
}


/* Мобильные: swiper */
@media (max-width: 1024px) {

  .promotion-plans--t2 .promotion-plans__wrapper,
  .promotion-plans--bilain .promotion-plans__wrapper {
    margin: 0;
    max-width: 100%;
  }
}

/* Мобильные: swiper */
@media (max-width: 768px) {
  .promotion-plans__wrapper {
    padding-bottom: 40px;
    margin: 0;
  }
}

/* Карточка опции тарифа */
.plan-option {
  padding: 50px 0 30px 0;
  margin: 3px 3px;
  text-align: center;
  cursor: pointer;
  transition: all var(--anim150);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  gap: 0px;
  box-shadow: 0px 11px 30px 0px #0000001A;
  height: 100%;
}

.promotion-plans--t2,
.promotion-advantages {
  margin-top: -20px;
}

@media (min-width: 1024px) {
  .promotion-plans--bilain .swiper-slide {
    width: calc(20% + 30px);
  }
}

@media (min-width: 1100.98px) {
  .promotion-plans--t2 .promotion-plans__container.swiper .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 20px;
    transform: none !important;
    width: 100% !important;
    min-height: 260px;
  }

  .promotion-plans--t2 .promotion-plans__container.swiper .swiper-slide {
    flex: 0 0 auto;
    height: auto;
  }

  /* Убираем все эффекты свайпера на десктопе */
  .promotion-plans--t2 .promotion-plans__container.swiper {
    overflow: visible !important;
  }

  .promotion-plans--t2 .promotion-plans__container.swiper .swiper-wrapper {
    position: static !important;
  }

  /* Специфичные размеры для Т2 (8 опций) */
  .promotion-plans--t2 .promotion-plans__container .swiper-slide {
    width: calc(33% - 10px) !important;
    min-width: 180px;
    margin-right: 0 !important;
  }

  /* Адаптация размеров карточек для десктопа */
  .plan-option {
    min-width: 180px;
    padding: 25px 15px !important;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (min-width: 1200.98px) {
  .promotion-plans--t2 .promotion-plans__container.swiper .swiper-wrapper {
    min-height: 345px;
  }
}

@media (max-width: 1600px) {
  .plan-option {
    padding: 30px 0 20px 0;
    gap: 10px;
  }
}

@media (max-width: 1200px) {
  .plan-option {
    padding: 23px 32px 18px 32px;
    min-width: 140px;
  }
}

@media (max-width: 500px) {
  .plan-option {
    padding: 16px 0 10px 0;
    min-width: 120px;
  }
}

@media (max-width: 500px) {
  .plan-option {
    min-width: 110px;
  }
}

.plan-option:hover {
  box-shadow: 8px 10px 19px 0px #00000062;
}

.plan-option.gradient-border-element {
  border-radius: var(--promotion-border-radius-md);
}

.plan-option.gradient-border-element::before {
  background: linear-gradient(143.25deg, #063C62 5.9%, #D2D2D2 48.27%, #590660 90.63%);
  border-radius: calc(var(--promotion-border-radius-md) + 1px);
  inset: var(--border-inset-1);
  /* -1px */
}

.plan-option.active {
  box-shadow: 8px 10px 19px 0px #00000061;
}

.plan-option.gradient-border-element.active::before {
  border-radius: calc(var(--promotion-border-radius-md) + 3px);
  inset: var(--border-inset-3);
  /* -3px */
}

@media (max-width: 768px) {
  .plan-option.gradient-border-element::before {
    border-radius: calc(var(--promotion-border-radius-md) + 1px);
  }

  .plan-option.active.gradient-border-element::before {
    border-radius: calc(var(--promotion-border-radius-md) + 3px);
  }
}

.plan-option__storage {
  font-size: 65px;
  text-transform: uppercase;
  line-height: 100%;
}

@media (max-width: 1600px) {
  .plan-option__storage {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .plan-option__storage {
    font-size: 32px;
  }
}

.plan-option__period {
  font-size: 29px;
  text-transform: uppercase;
  color: var(--promotion-color-secondary);
}

@media (max-width: 1200px) {
  .plan-option__period {
    font-size: 16px;
  }
}

.plan-option__icon-img {
  max-height: 68px;
}

@media (max-width: 1600px) {
  .plan-option__icon-img {
    max-height: 42px;
  }
}

@media (max-width: 1200px) {
  .plan-option__icon-img {
    max-height: 30px;
  }
}

.promotion-plans__pagination {
  display: none;
}

/* Детали тарифа */
.plan-details {
  position: relative;
  border-radius: var(--promotion-border-radius-md);
  padding: 40px;
  display: grid;
  grid-template-columns: 77% 23%;
  align-items: center;
  padding: 40px;
  color: black;
  background: linear-gradient(180deg, #FFFFFF 49.18%, #063C62 178.35%);
  box-shadow: 0px 11px 30px 0px #0000001A;
  overflow: visible !important;
  margin: 15px 5px 80px 5px;
}

@media (max-width: 1600px) {
  .plan-details {
  	grid-template-columns: 60% 40%;
  }
}

@media (max-width: 1200px) {
  .plan-details {
    margin: 5px 50px 80px 50px;
  }
}

@media (max-width: 1024px) {
  .plan-details {
    flex-direction: column;
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .plan-details {
    margin: 5px 25px 40px 25px;
  }
}

.plan-details-container {
  padding-bottom: 40px;
  /* Добавьте отступ снизу */
}

.plan-details.gradient-border-element::before {
  border-radius: calc(var(--promotion-border-radius-md) + 5px);
  inset: var(--border-inset-5);
  /* -5px */
}

@media (max-width: 1024px) {
  .plan-details {
    grid-template-columns: 1fr;
    background: white;
  }

  .plan-details.gradient-border-element::before {
    border-radius: calc(var(--promotion-border-radius-md) + 1px);
    inset: var(--border-inset-1);
    /* -1px */
  }
}

.plan-details__name {
  font-family: 'DinPro';
  font-size: 60px;
  font-weight: 900;
}

@media (max-width: 1400px) {
  .plan-details__name {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .plan-details__name {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .plan-details__name {
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  .plan-details__name {
    font-size: 20px;
  }
}

.plan-details__storage {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 50px;
}

@media (max-width: 800px) {
  .plan-details__storage {
    margin-bottom: 0px;
    font-size: 24px;
  }
}

.plan-details__period {
  font-weight: 400;
  font-size: 30px;
}

@media (max-width: 1400px) {
  .plan-details__period {
    font-size: 20px;
  }
}

.plan-details__price {
  font-size: 65px;
  font-weight: 700;
}

@media (max-width: 1600px) {
  .plan-details__price {
    font-size: 55px;
  }
}

@media (max-width: 1300px) {
  .plan-details__price {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .plan-details__price {
    font-size: 32px;
  }
}

@media (max-width: 800px) {
  .plan-details__price {
    font-size: 24px;
  }
}

.plan-details__pagination {
  display: none;
}

.plan-details__price-old {
  display: block;
  font-size: 38px;
  color: #909090;
  position: relative;
  max-width: max-content;
  font-weight: 100;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .plan-details__price-old {
    margin-left: auto;
  }
}

.plan-details__price-old::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 92%;
  height: 2px;
  background: black;
  transform: rotate(-15deg);
  transform-origin: center;
}

@media (max-width: 1024px) {
  .plan-details__price-old::after {
    top: -2px;
    left: calc(50% - 20px);
    bottom: -2px;
    width: 2px;
    height: calc(100% + 4px);
    transform: rotate(45deg);
  }
}

.plan-details__price-sale {
  background-color: #F0AF1D;
  color: white;
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  top: 10%;
  right: 3%;
  font-weight: 800;
  font-size: 37px;
}

@media (max-width: 1600px) {
  .plan-details__price-sale {
    right: 10%;
    padding: 15px;
  }
}

@media (max-width: 1200px) {
  .plan-details__price-sale {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .plan-details__price-sale {
    top: 30px;
    right: 30px;
    font-size: 18px;
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .plan-details__price-sale {
    top: 19px;
    right: 20px;
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 400px) {
  .plan-details__price-sale {
    font-size: 12px;
  }
}

.plan-details__button {
  grid-column: 1 / -1;
  padding: 30px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 5px solid var(--promotion-color-primary);
  border-radius: var(--promotion-border-radius-md);
  background-color: white;
  color: black;
  font-size: 32px;
}

@media (max-width: 1024px) {
  .plan-details__button {
    border-width: 2px;
  }
}

.plan-details__button-text {
  font-size: 50px;
  font-family: 'DinPro';
  font-weight: 900;
}

@media (max-width: 1024px) {
  .plan-details__button-text {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .plan-details__button-text {
    font-size: 24px;
  }
}

@media (max-width: 450px) {
  .plan-details__button-text {
    font-size: 18px;
  }
}

.plan-details__divider {
  grid-column: 1 / -1;
  height: 1px;
  background-color: black;
  width: 80%;
  margin: 80px auto 40px auto;
  padding: 0;
}

@media (max-width: 768px) {
  .plan-details__divider {
    width: 90%;
    margin: 20px auto 10px auto;
  }
}

.plan-details__right {
	margin-top: 7%;
}

@media (max-width: 1024px) {
  .plan-details__right {
    text-align: right;
    margin-top: 25px;
  }
}

/* Для десктопного отображения всех опций */
.promotion-plans__container.swiper[style*="enabled: false"] .swiper-wrapper {
  transform: none !important;
  flex-wrap: wrap;
  justify-content: center;
}

.promotion-plans__container.swiper[style*="enabled: false"] .swiper-slide {
  width: auto;
  margin: 10px;
}

/* Убираем пагинацию на десктопе */
@media (min-width: 1024px) {

  .promotion-plans__pagination,
  .plan-details__pagination {
    display: none !important;
  }
}

.promotion-advantages__title {
  font-weight: 800;
  margin-bottom: 80px;
  font-size: 60px;
  max-width: 700px;
}

@media (max-width: 1024px) {
  .promotion-advantages__title {
    font-size: 45px;
  }
}

.promotion-advantages__container .swiper-slide {
  width: 80% !important;
  max-width: 380px;
}

@media (min-width: 1024px) {
  .promotion-advantages__container .swiper-slide {
    max-width: 900px;
  }
}

.advantage-option.gradient-border-element {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: var(--promotion-border-radius-md);
  padding: 25px;
  min-height: 400px;
  margin: 5px;
}

.advantage-option.gradient-border-element::before {
  content: none;
}

.promotion-advantages__container .advantage-option.gradient-border-element {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid var(--promotion-color-primary);
}

@media (max-width: 768px) {
  .promotion-advantages .advantage-option.gradient-border-element {
    border-width: 2px;
  }
}

/* Циклические фоны для слайдов */
.promotion-advantages .swiper-slide:nth-child(3n+1) .advantage-option.gradient-border-element {
  background-image: url(./assets/images/dist/promotion-advantages-1.webp);
}

.promotion-advantages .swiper-slide:nth-child(3n+2) .advantage-option.gradient-border-element {
  background-image: url(./assets/images/dist/promotion-advantages-2.webp);
}

.promotion-advantages .swiper-slide:nth-child(3n+3) .advantage-option.gradient-border-element {
  background-image: url(./assets/images/dist/promotion-advantages-3.webp);
}

/* Мобильные версии */
@media (max-width: 768px) {
  .promotion-advantages .swiper-slide:nth-child(3n+1) .advantage-option.gradient-border-element {
    background-image: url(./assets/images/dist/promotion-advantages-1-mobile.webp);
  }
  
  .promotion-advantages .swiper-slide:nth-child(3n+2) .advantage-option.gradient-border-element {
    background-image: url(./assets/images/dist/promotion-advantages-2-mobile.webp);
  }
  
  .promotion-advantages .swiper-slide:nth-child(3n+3) .advantage-option.gradient-border-element {
    background-image: url(./assets/images/dist/promotion-advantages-3-mobile.webp);
  }
}

.advantage-option__title {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .advantage-option__title {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .advantage-option__title {
    font-size: 20px;
  }
}

.advantage-option__subtitle {
  font-weight: 600;
  font-size: 32px;
}

@media (max-width: 1024px) {
  .advantage-option__subtitle {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .advantage-option__subtitle {
    font-size: 10px;
  }
}

.modal.modal-promotion {
  max-width: 1348px;
  position: relative;
  background-color: white;
  padding: 0 !important;
}

.modal.modal-promotion .modal-bg-decor {
  position: absolute;
  z-index: -1;
}

.modal-promotion form div {
  max-width: 772px;
  margin: 0 auto;
}

.modal.modal-promotion .modal-promotion-content {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  padding: 100px 0;
}

.modal.modal-promotion .modal-bg-decor--yellow {
  width: 656px;
  height: 656px;
  top: -40%;
  left: -25%;
  background: radial-gradient(circle, rgb(240 175 29 / 71%) 0%, transparent 60%);
}

@media (max-width: 1200px) {
  .modal.modal-promotion .modal-bg-decor--yellow {
    width: 300px;
    height: 300px;
    top: -24%;
    left: -19%;
  }
}

.modal.modal-promotion .modal-bg-decor--blue {
  background: radial-gradient(circle, rgb(6 60 98 / 91%) 0%, transparent 60%);
  width: 745px;
  height: 745px;
  bottom: -50%;
  right: -30%;
}

@media (max-width: 1200px) {
  .modal.modal-promotion .modal-bg-decor--blue {
    background: radial-gradient(circle, rgb(6 60 98 / 57%) 0%, transparent 58%);
    width: 300px;
    height: 300px;
    bottom: -24%;
    right: -19%;
  }
}

.modal-promotion .modal-form__field input,
select {
  border-radius: 20px;
  border: 1px solid #7E7E7E;
  padding: 20px 40px;
  height: max-content;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.modal-promotion ::-webkit-input-placeholder {
  font-size: 18px;
  opacity: 0.5;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.modal-promotion .modal-form__btn {
  background: white;
  border: none;
  border-radius: 50px;
  color: black;
  width: 60%;
  margin-top: 30px !important;
}

.modal-promotion .gradient-border-element {
  border-radius: var(--promotion-border-radius-md);
}

.modal-promotion .gradient-border-element::before {
  border-radius: calc(var(--promotion-border-radius-md) + 3px);
  inset: var(--border-inset-3);
  background: linear-gradient(143.25deg, #063C62 5.9%, #D2D2D2 48.27%, #590660 90.63%);
}

@media (max-width: 1200px) {
  .modal-promotion .gradient-border-element::before {
    border-radius: calc(var(--promotion-border-radius-md) + 1px);
    inset: var(--border-inset-1);
  }
}

.modal-promotion .promotion-contact-alt {
  font-family: Manrope;
  font-weight: 500;
  font-size: 40px;
  color: #013366;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  width: max-content;
}

.modal-promotion .promotion-contact-text {
  width: 100%;
}

@media (max-width: 1200px) {
  .modal-promotion .promotion-contact-alt {
    font-size: 32px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .modal-promotion .promotion-contact-alt {
    font-size: 20px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .modal-promotion .promotion-contact-link {
    margin-right: 20px;
    margin-left: 20px;
  }

  .modal-promotion .promotion-contact-link svg {
    width: 60px;
    height: 60px;
  }
}

.modal-promotion .modal-form-fieldset {
  gap: 20px;
}

.modal-promotion .modal-form__acceptance {
  margin-top: 20px;
}

@media (max-width: 1024px) {

  .modal-promotion .modal-form-fieldset,
  .modal-promotion .modal-form__acceptance {
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media (max-width: 430px) {

  .modal-promotion .modal-form-fieldset,
  .modal-promotion .modal-form__acceptance {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.modal-promotion .carousel__button.is-close {
  background-image: url("./assets/images/dist/icons/close-blue.svg");
}

@media (max-width: 1024px) {
  .fancybox__slide {
    padding: 45px !important;
  }
}

@media (max-width: 430px) {
  .fancybox__slide {
    padding: 20px !important;
  }
}

.modal-promotion .wpcf7-response-output {
  width: 100% !important;
  text-align: center;
  margin: 10px auto !important;
}

.modal-promotion .wpcf7-spinner {
  margin: 2px auto;
  display: block;
}