/*Стили по вверх, стилей*/
/* --- Основные стили --- */

.head__subtitle {
  font-family: 'Unbounded', sans-serif;
  color: #b2bfbe;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block !important;
  width: 100%;
  margin: 20px auto 16px auto; /* Вверх: 20px, Вниз: 16px */
}
/* Отступ сверху для блока intro-2 */
.intro#intro-2 {
  margin-top: 100px; /* Измени на 80px или 100px по вкусу */
}


body {
  background-color: #0b0c10 !important;
}
.head__title-big {
    font-size: 50px;
    font-weight: bold;
    background: linear-gradient(to top, #153f3c, #ffffff);
    -webkit-background-clip: text;
}

.head__light-img {
    display: none !important;
}

/* --- Фикс заголовка h1, чтобы он одинаково работал во всех браузерах --- */
h1.head__title {
   background: none !important;
   background-color: transparent !important;
   box-shadow: none !important;
   padding-top: 20px !important;
   margin-top: 20px !important; /* Добавлен отступ сверху */
   display: block;
   width: 100%;
   text-align: center;
   font-weight: bold;
}

/* --- Фикс картинок заголовка, чтобы не было заднего фона --- */
img.head__light-img.entered.lazyloaded {
    background: none !important;
    background-color: transparent !important;
}

/* --- Контейнер для колонок (обёртка) --- */
.packets_plans {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 20px;
  gap: 20px; /* Добавляем отступ между колонками */
}

/* --- Колонки (пакеты) --- */
.plan {
  flex: 1 1 48%;
  max-width: 500px;
  text-align: left; /* Выравниваем текст по левому краю */
  min-width: 300px; /* Немного увеличиваем минимальную ширину */
  padding: 25px;
  border-radius: 10px;
}

/* --- Центрируем заголовки внутри колонок, но оставляем текст выровненным слева --- */
.plan h2, .plan h3 {
  text-align: center;
}

.plan p, .plan span {
  text-align: left;
}

/* --- Фикс длинных строк в колонках --- */
.plan__descr {
  word-wrap: break-word;
  line-height: 1.5;
}

/* --- Фикс цены --- */
.plan__price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.old-price {
    text-decoration: line-through;
    color: #ff5555; /* Красный цвет для старой цены */
    font-weight: bold;
}

/* --- Адаптация для планшетов (до 1024px) --- */
@media screen and (max-width: 1024px) {
  .packets_plans {
    flex-direction: column;
    align-items: center;
  }

  .plan {
    width: 85%;
    max-width: 450px;
    margin-bottom: 20px;
  }

  h1.head__title {
    margin-top: 15px !important;
  }
}

/* --- Адаптация для мобильных (до 768px) --- */
@media screen and (max-width: 768px) {
  .packets_plans {
    flex-direction: column;
    align-items: center;
  }

  .plan {
    width: 100%;
    max-width: 360px;
    padding: 20px;
  }

  h1.head__title {
    margin-top: 10px !important;
  }

  /* Уменьшаем размер шрифта для мобильных */
  .plan__descr {
    font-size: 14px;
  }

  .plan__price {
    flex-direction: column;
    text-align: center;
  }
}
/* Всплывающий подарок */
.promo-flyer {
  position: fixed;
  bottom: 40px;
  left: 40px;
  background-color: #8a63d2;
  color: white;
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  animation: flyer-bounce 1s infinite alternate;
  z-index: 9999;
  display: none;
  box-shadow: 0 0 15px rgba(138, 99, 210, 0.6);
}

@keyframes flyer-bounce {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-10px); }
}

/* Попап с промокодом */
.promo-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1a1a1a;
  color: white;
  padding: 30px;
  border-radius: 12px;
  z-index: 10000;
  display: none;
  text-align: center;
  box-shadow: 0 0 25px rgba(138, 99, 210, 0.6);
}

.promo-popup .promo-code {
  font-size: 24px;
  color: #90f890;
  margin: 10px 0;
  display: inline-block;
}

.promo-popup button {
  margin-top: 20px;
  padding: 10px 20px;
  background: #8a63d2;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.promo-popup button:hover {
  background: #a78bfa;
}

/*Стили по вверх, стилей конец*/
}
.contact p, .popup__form p {
    margin: 0;
}
.footer__col-1,.footer__col-2,.footer__col-3{
padding:0px;
}
.share .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 31px 27px;
}
label.popup__control, label.contacts-6__control{
	float:left;
}
.dropdown__toggler {
    max-width: 100%;
    font-size: 12px;
}
span.current {
    align-items: center;
       background: #6521e6;
    border: 0;
    border-radius: 50%;
    color: #f3f4f4;
    cursor: pointer;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: background .3s ease,color .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 28px;
}

.wp-pagenavi a:hover {
    color: #c1ff90;
}
span.current:hover {
    background: #8b7aff;
    color: #f3f3f4;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 3px 5px;
    margin: 2px;
    color: #FFF;
}

.wp-pagenavi {
    align-items: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 8px 12px;
 
    width: 100%;
}
.sort.is-active .sort__list {
    display: block;
    z-index: 99;
}
ul.wsp-pages-list li a, .wsp-category-title a {
    align-items: center;
    background: transparent;
    border: 0;
    color: #f3f4f4;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    text-align: left;
    text-decoration: none;
    transition: color .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
ul.wsp-pages-list li a:active, .wsp-category-title a:active {
    color: #c1ff90;
}
ul.wsp-pages-list li a:hover, .wsp-category-title a:hover {
    color: #a8ff64;
}
.builder-item.part-userField.name-block {
    width: 47% !important;
    float: left !important;
    margin-right: 10px !important;
}


#ltBlock1769622200 .field-content {
    width: 100% !important;
    float: left;
    margin: 0 10px 10px 0;
}
.lt-form .custom-field-input .field-label {
    padding: 0!important;
}
@media screen and (max-width: 600px) {
  #a1690, .blur-bg-pc {
    visibility: hidden;
    display: none;
  }
}
	#a1698 { display: none; }
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ #a1698 { display: inline; }  #a1698 .modal-body .wp-block-image { width: 300px; }}







