#cookie_note {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p {
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

#cookie_note .btn-sm {
    display: block;
    margin: 0 auto;
}

.cookie_accept {
    width: 45%;
}

@media (min-width: 576px) {
    #cookie_note.show {
        display: flex;
    }
}

@media (max-width: 575px) {
    #cookie_note.show {
        display: none; /* Скрыть уведомление на мобильных */
    }
}
.card-rev__hr {
    display: none;
}
.card-rev__corp {
    display: none;
}
.c-approach__step::before {
    content: "Принцип " counter(ol-num);
}
.c-case__l {
    gap: 1rem;
}
.logo {
    width: 14.38em;
}
.p-nofocus:focus, .p-nofocus:focus-visible {
  outline: none;
}
.main-menu-wrapper__logo img {
    max-width: 7rem;
}
.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
    margin-left: 1rem;
}
.main-menu .main-menu__list>li.current>a::before {
    display: none;
}
.main-menu .main-menu__list>li>a::before, .stricky-header .main-menu__list>li>a::before {
    display: none;
}
.main-menu-two .main-menu__list>li>a:hover, .stricky-header .main-menu-two .main-menu__list>li>a:hover {
    color: var(--mibooz-primary);
}
.main-menu .main-menu__list li ul, .stricky-header .main-menu__list li ul {
    top: 70%;
    }
    .feature-one__icon img, .services-two__icon img {
            max-width: 60px;
    }
    .company-numbers__title span:before {
        display:none;
    }
    .services-two__title a {
    background: none;
}
.project-filter.style1 li .filter-text::before, .project-two__bottom-text a:before, .testimonial-two__title span:before {
        display:none;
}
.two-boxes .row {
    display: flex;
    flex-wrap: wrap;
}

.two-boxes .row > [class*="col-"] {
    display: flex;
}

.two-boxes__single {
    width: 100%;
    min-height: 420px;      /* одинаковая высота для обеих карточек */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}

.two-boxes__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* =========================================
   Шапка: логотип | меню | телефон | кнопка
   ========================================= */

.main-menu {
    padding: 0 30px;
}

.main-menu-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* --- Логотип --- */
.main-menu-wrapper__logo {
    flex-shrink: 0;
    padding: 15px 0;
    position: relative;
    z-index: 2;
}

.main-menu-wrapper__logo img {
    height: 70px;
    width: auto;
}

/* --- Меню по центру --- */
.main-menu-wrapper__main-menu {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
}

@media (min-width: 1200px) {
    .main-menu-wrapper__main-menu {
        position: static;
        width: auto;
    }
}

/* Убираем лишние паддинги у пунктов меню — высоту задаёт логотип */
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 0;
    padding-bottom: 0;
}

.main-menu .main-menu__list > li + li {
    margin-left: 25px;
}

.main-menu .main-menu__list > li > a {
    padding: 12px 0;
    line-height: 1.4;
}

/* --- Правая часть: телефон + кнопка --- */
.main-menu-wrapper__right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    padding: 0;
    margin-left: 0;
    position: relative;
    z-index: 2;
}

/* Телефонный блок */
.main-menu-wrapper__call {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 0;
}

.main-menu-wrapper__call-icon img {
    height: 36px;
    width: auto;
    display: block;
}

.main-menu-wrapper__call-number {
    margin-left: 0;
    line-height: 1.2;
}

.main-menu-wrapper__call-number p {
    font-size: 11px;
    margin: 0;
    line-height: 14px;
    color: #807e85;
}

.main-menu-wrapper__call-number p a {
    color: #807e85;
    border-bottom: 1px dashed #ccc;
    transition: color .25s;
}

.main-menu-wrapper__call-number p a:hover {
    color: var(--mibooz-primary);
}

.main-menu-wrapper__call-number h5 {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    font-weight: 600;
}

.main-menu-wrapper__call-number h5 a {
    color: var(--mibooz-black);
    transition: color .25s;
}

.main-menu-wrapper__call-number h5 a:hover {
    color: var(--mibooz-primary);
}

/* --- Красная кнопка "Записаться" --- */
.header-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 12px 28px;
    font-size: 12px;
    font-family: var(--mibooz-font-two);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    background-color: var(--mibooz-primary);
    border: 2px solid var(--mibooz-primary);
    overflow: hidden;
    z-index: 1;
    transition: color .3s linear;
}

.header-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    height: 100%;
    background-color: var(--mibooz-black);
    transition: width .4s ease;
    z-index: -1;
}

.header-btn:hover {
    color: #fff;
    border-color: var(--mibooz-black);
}

.header-btn:hover::after {
    width: 100%;
}

/* --- Адаптив --- */
@media (max-width: 1400px) {
    .main-menu-wrapper__logo img {
        height: 60px;
    }
    .main-menu .main-menu__list > li + li {
        margin-left: 20px;
    }
    .main-menu .main-menu__list > li > a {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .main-menu-wrapper__right {
        margin-left: auto;
    }
    .header-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-menu-wrapper__call {
        display: none;
    }
}
.cta-one__icon img {
    max-width: 90px;
}
/* ==========================================
   МОДАЛЬНОЕ ОКНО (форма обратного звонка)
   ========================================== */

/* Ограничиваем размер окна */
.white-popup-block {
    position: relative;
    background: #fff;
    padding: 40px 45px 35px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Контейнер magnificPopup — центрируем */
.mfp-content {
    max-width: 720px;
    margin: 0 auto;
}

/* Заголовок и подзаголовок */
.white-popup-block .modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.white-popup-block .modal-header h4 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--mibooz-black);
}

.white-popup-block .modal-header p {
    margin: 0;
    font-size: 14px;
    color: #807e85;
    line-height: 1.4;
}

/* Поля формы */
.white-popup-block .comment-form__input-box input[type="text"],
.white-popup-block .comment-form__input-box input[type="email"],
.white-popup-block .comment-form__input-box textarea {
    background-color: #f6f6f6;
    border: 1px solid #e3e3e3;
    color: var(--mibooz-black);
    font-size: 15px;
    padding: 14px 20px;
    height: auto;
    width: 100%;
    border-radius: 3px;
    outline: none;
    transition: border-color .25s, background .25s;
}

.white-popup-block .comment-form__input-box input[type="text"]:focus,
.white-popup-block .comment-form__input-box input[type="email"]:focus,
.white-popup-block .comment-form__input-box textarea:focus {
    border-color: var(--mibooz-primary);
    background-color: #fff;
}

.white-popup-block .comment-form__input-box textarea {
    min-height: 110px;
    resize: vertical;
}

/* ---- КНОПКА В МОДАЛКЕ ---- */
.white-popup-block .thm-btn {
    display: inline-block;
    background-color: var(--mibooz-primary);
    color: #fff;
    border: 2px solid var(--mibooz-primary);
    padding: 14px 40px;
    font-size: 13px;
    font-family: var(--mibooz-font-two);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 15px;
    cursor: pointer;
    transition: background .3s, color .3s, border-color .3s;
}

.white-popup-block .thm-btn:hover {
    background-color: var(--mibooz-black);
    border-color: var(--mibooz-black);
    color: #fff;
}

/* Убираем псевдо-эффект ::after, который делает кнопку белой */
.white-popup-block .thm-btn::after {
    display: none;
}

/* Согласие с политикой */
.white-popup-block .footer-widget__newsletter-bottom {
    margin-top: 20px;
}

.white-popup-block .footer-widget__newsletter-bottom-text p {
    color: #807e85;
    font-size: 13px;
    margin: 0;
}

.white-popup-block .footer-widget__newsletter-bottom-text p a {
    color: var(--mibooz-primary);
    text-decoration: underline;
}

/* Кнопка закрытия (крестик) */
.mfp-close {
    color: var(--mibooz-black) !important;
    opacity: 0.5;
    font-size: 34px;
    top: 10px;
    right: 10px;
}

.mfp-close:hover {
    opacity: 1;
    color: var(--mibooz-primary) !important;
}

/* Адаптив */
@media (max-width: 767px) {
    .white-popup-block {
        padding: 25px 20px 20px;
        margin: 15px;
        max-width: calc(100% - 30px);
    }
    .white-popup-block .modal-header h4 {
        font-size: 18px;
    }
    .white-popup-block .modal-header p {
        font-size: 12px;
    }
    .white-popup-block .thm-btn {
        width: 100%;
        padding: 12px 20px;
    }
}
.testimonial-two__client-details {
    margin-left: 0;
}
.about-page__badge img {
        max-width: 140px;
}
.best-agency__experience-icon img {
    max-width: 95px;
}
.main-menu-white .main-menu-wrapper__call-number h5 a {
    color: #fff;
}
.location-bottom__text a:before {
    display: none;
}
.is-invalid {
        border: 1px solid red!important;
}
/* ==========================================
   Location: карточки одинаковой высоты
   ========================================== */

/* 1. Растягиваем колонки по высоте строки */
.location .row {
    display: flex;
    flex-wrap: wrap;
}

.location .row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;   /* сохраняем отступ снизу */
}

/* 2. Карточка занимает всю высоту колонки */
.location__single {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;      /* отступ уже на колонке */
}

/* 3. Опционально: прижать соцсети и телефон к низу карточки */
.location__single-last .location__social {
    margin-top: auto;      /* если хотим прижать соцсети вниз */
}

/* 4. Если внутри карточки нужно прижать нижний блок — так */
.location__single .location__phone-email {
    margin-top: auto;
}
.site-footer__bottom-inner img {
    border-radius: 100%;
}
.thm-breadcrumb li:before {
    display: none;
}
.blog-sidebar__read-more-btn a:before {
    display: none;
}
/* Кнопка "Читать далее" — явный цвет */
.blog-sidebar__read-more-btn a {
    color: var(--mibooz-black);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    transition: color .25s ease;
}

/* Красное подчёркивание при наведении */
.blog-sidebar__read-more-btn a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--mibooz-primary);
    transform: scaleX(0.35);
    transform-origin: left center;
    transition: transform .35s ease;
}

.blog-sidebar__read-more-btn a:hover {
    color: var(--mibooz-primary);
}

.blog-sidebar__read-more-btn a:hover::after {
    transform: scaleX(1);
}

/* Убираем старый ::before, который мог ломать вывод */
.blog-sidebar__read-more-btn a:before {
    display: none;
}
.sidebar__post-list li {
    flex-direction: column;
}
/* =========================================
   ABOUT PAGE — секции страницы «О нас»
   ========================================= */

/* ---------- Секция «О школе» ---------- */
.about-section {
    padding: 120px 0;
}

.about-section__gallery {
    position: relative;
}

.about-section__images {
    overflow: hidden;
}

.about-section__images li {
    display: block;
    margin: 0;
}

.about-section__image {
    background-color: var(--mibooz-black);
}

.about-section__image img {
    display: block;
    max-width: 100%;
    mix-blend-mode: luminosity;
}

.about-section__badge {
    position: absolute;
    top: 22px;
    left: -78px;
    animation: sunMove 10s linear infinite;
}

.about-section__badge img {
    max-width: 140px;
}

.about-section__content {
    padding-left: 70px;
}

.about-section__lead {
    margin: 0 0 25px;
    line-height: 32px;
    color: var(--mibooz-gray);
}

.about-section__highlight {
    font-size: 20px;
    color: var(--mibooz-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin-bottom: 40px;
}

/* ---------- Кнопки (модификаторы) ---------- */
.btn-dark {
    color: var(--mibooz-black);
    border-color: var(--mibooz-primary);
}

.btn-dark:hover {
    color: #fff;
}

/* ---------- Секция «Отзывы» ---------- */
.testimonials-section {
    position: relative;
    padding: 120px 0;
}

.testimonials-section__shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}

.testimonials-section__shape img {
    opacity: 0.10;
    animation: bounce 5s ease-out infinite;
}

.testimonials-section__banner {
    position: relative;
    z-index: 1;
}

.testimonials-section__banner-img {
    position: relative;
    background-color: var(--mibooz-black);
}

.testimonials-section__banner-img > img {
    display: block;
    width: 100%;
    mix-blend-mode: luminosity;
}

.testimonials-section__banner-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(var(--mibooz-black-rgb), 0.30);
    z-index: 1;
}

.testimonials-section__banner-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
}

.testimonials-section__banner-title {
    font-size: 50px;
    color: var(--mibooz-base);
    text-transform: uppercase;
    line-height: 60px;
}

.testimonials-section__banner-title span {
    position: relative;
    display: block;
}

.testimonials-section__banner-title span::before {
    content: "";
    position: absolute;
    top: 27px;
    left: -20px;
    right: -20px;
    height: 2px;
    background-color: var(--mibooz-primary);
}

.testimonials-section__deco-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 73px;
    height: 73px;
    background-color: var(--mibooz-extra);
    z-index: 2;
    animation: boxRotate 8s linear infinite;
}

.testimonials-section__deco-2 {
    position: absolute;
    bottom: -73px;
    right: -73px;
    width: 73px;
    height: 73px;
    background-color: var(--mibooz-primary);
    z-index: 2;
    animation: boxRotate 8s linear infinite;
}

.testimonials-section__content {
    padding-left: 90px;
}

.testimonials-slider {
    position: relative;
}

.testimonials-slider__item {
    display: block;
}

.testimonials-slider__text {
    font-size: 24px;
    font-weight: 300;
    line-height: 42px;
    color: var(--mibooz-gray);
    margin: 0 0 35px;
}

.testimonials-slider__author {
    padding-left: 5px;
}

.testimonials-slider__name {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: var(--mibooz-black);
}

.testimonials-slider__position {
    font-size: 12px;
    color: var(--mibooz-primary);
    font-family: var(--mibooz-font-two);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 22px;
    margin: 0;
}

/* ---------- Секция «FAQ» ---------- */
.faq-section {
    position: relative;
    padding: 120px 0;
    background-color: var(--mibooz-extra);
    overflow: hidden;
}

.faq-section__shape {
    position: absolute;
    inset: 0;
    background-image: url(/assets/images/shapes/best-agency-shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: 0;
}

.faq-section .container {
    position: relative;
    z-index: 1;
}

.faq-section__intro {
    padding-right: 50px;
}

.faq-section__points {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

.faq-section__points li {
    display: flex;
    align-items: center;
    padding: 12px 45px 12px 30px;
    background-color: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.faq-section__point-icon {
    margin-right: 12px;
}

.faq-section__point-icon span {
    font-size: 16px;
    color: var(--mibooz-primary);
}

.faq-section__point-text p {
    font-size: 16px;
    color: var(--mibooz-black);
    margin: 0;
}

.faq-section__experience {
    display: flex;
    align-items: flex-start;
    padding-top: 29px;
    margin-top: 40px;
    border-top: 1px solid var(--mibooz-bdr-color);
}

.faq-section__experience-icon {
    flex-shrink: 0;
}

.faq-section__experience-icon img {
    width: 64px;
    height: auto;
}

.faq-section__experience-text {
    margin-left: 20px;
}

.faq-section__experience-text p {
    margin: 0;
    line-height: 34px;
    color: var(--mibooz-gray);
}

.faq-section__experience-text span {
    font-family: var(--mibooz-font-two);
    color: var(--mibooz-black);
}

/* ---------- Адаптив ---------- */
@media (max-width: 1199px) {
    .about-section__badge {
        left: -40px;
        max-width: 100px;
    }
    .about-section__content,
    .testimonials-section__content {
        padding-left: 30px;
    }
    .testimonials-section__banner-title {
        font-size: 36px;
        line-height: 44px;
    }
    .testimonials-slider__text {
        font-size: 20px;
        line-height: 34px;
    }
}

@media (max-width: 991px) {
    .about-section,
    .testimonials-section,
    .faq-section {
        padding: 80px 0;
    }
    .about-section__content,
    .testimonials-section__content {
        padding-left: 0;
        margin-top: 50px;
    }
    .about-section__badge {
        display: none;
    }
    .faq-section__intro {
        padding-right: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .testimonials-section__banner-title {
        font-size: 28px;
        line-height: 36px;
    }
    .testimonials-slider__text {
        font-size: 18px;
        line-height: 30px;
    }
    .faq-section__points {
        flex-direction: column;
        align-items: stretch;
    }
    .faq-section__points li {
        padding: 12px 20px;
    }
}
/* =========================================
   SCHEDULE & PRICING — страница «Расписание и цены»
   ========================================= */

/* ---------- Секция «Расписание» ---------- */
.schedule-section {
    padding: 120px 0 60px;
}

.schedule-section__card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px;
    background-color: var(--mibooz-extra);
    border-radius: 6px;
    margin-bottom: 30px;
}

.schedule-section__card-title {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--mibooz-black);
}

.schedule-section__card-age {
    font-size: 15px;
    color: var(--mibooz-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}

.schedule-section__list {
    margin: 0;
}

.schedule-section__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--mibooz-bdr-color);
    gap: 15px;
}

.schedule-section__item--last {
    border-bottom: none;
}

.schedule-section__day {
    color: var(--mibooz-black);
    font-size: 15px;
}

.schedule-section__time {
    color: var(--mibooz-primary);
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
}

.schedule-section__time--off {
    color: var(--mibooz-gray);
}

.schedule-section__info {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dashed #ccc;
}

.schedule-section__info-text {
    font-size: 14px;
    color: var(--mibooz-gray);
    margin: 0;
}

.schedule-section__info-text i {
    color: var(--mibooz-primary);
    margin-right: 6px;
}

/* ---------- Красный промо-баннер ---------- */
.schedule-section__promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 35px 45px;
    background-color: var(--mibooz-primary);
    border-radius: 6px;
    margin-top: 30px;
}

.schedule-section__promo-title {
    color: #fff;
    font-size: 24px;
    margin: 0 0 5px;
}

.schedule-section__promo-text {
    color: #ffbdc8;
    font-size: 15px;
    margin: 0;
}

/* ---------- Секция «Тарифы» ---------- */
.pricing-section {
    padding: 60px 0 120px;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 45px 40px;
    border: 1px solid var(--mibooz-bdr-color);
    border-radius: 6px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.pricing-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px);
}

.pricing-card--featured {
    border: 2px solid var(--mibooz-primary);
    box-shadow: 0 15px 60px rgba(221, 4, 41, 0.10);
}

.pricing-card__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    background-color: var(--mibooz-primary);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 30px;
    white-space: nowrap;
}

.pricing-card__title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: var(--mibooz-black);
}

.pricing-card__subtitle {
    font-size: 14px;
    color: var(--mibooz-gray);
    margin-bottom: 25px;
}

.pricing-card__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    font-family: var(--mibooz-font-two);
    color: var(--mibooz-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.pricing-card__price-value {
    font-size: 52px;
}

.pricing-card__price-currency {
    font-size: 20px;
    color: var(--mibooz-black);
}

.pricing-card__period {
    font-size: 13px;
    color: var(--mibooz-gray);
    margin-bottom: 30px;
}

.pricing-card__features {
    flex: 1;
    margin: 0 0 30px;
    text-align: left;
}

.pricing-card__features li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    color: var(--mibooz-gray);
}

.pricing-card__features li:last-child {
    border-bottom: none;
}

.pricing-card__features li i {
    color: var(--mibooz-primary);
    margin-right: 10px;
}

/* ---------- Скидки ---------- */
.discount-item {
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

.discount-item__icon {
    margin-bottom: 15px;
}

.discount-item__icon i {
    font-size: 48px;
    color: var(--mibooz-primary);
}

.discount-item__title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--mibooz-black);
}

.discount-item__text {
    font-size: 15px;
    color: var(--mibooz-gray);
    margin: 0;
}

/* ---------- Кнопки (модификаторы) ---------- */
.btn-dark {
    color: var(--mibooz-black);
    border-color: var(--mibooz-primary);
}

.btn-dark:hover {
    color: #fff;
}

.btn-filled {
    background-color: var(--mibooz-primary);
    color: #fff;
    border-color: var(--mibooz-primary);
}

.btn-filled:hover {
    background-color: var(--mibooz-black);
    border-color: var(--mibooz-black);
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: var(--mibooz-black);
    border-color: #fff;
}

.btn-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

/* ---------- Адаптив ---------- */
@media (max-width: 991px) {
    .schedule-section,
    .pricing-section {
        padding: 80px 0;
    }
    .schedule-section__card,
    .pricing-card {
        padding: 30px 25px;
    }
    .schedule-section__promo {
        padding: 25px 30px;
        text-align: center;
    }
    .schedule-section__promo-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .schedule-section__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .pricing-card__price-value {
        font-size: 42px;
    }
    .pricing-card__badge {
        font-size: 11px;
        padding: 5px 15px;
    }
}
.main-slider-two .main-slider__social a:before {
    display:none;
}
.sidebar__post-image>img {
    width: auto;
}
/* =========================================
   PROGRAM PAGE — страница «Программа»
   ========================================= */

.program-section {
    padding: 120px 0;
}

/* ---------- Вступление ---------- */
.program-section__intro {
    margin-bottom: 70px;
}

.program-section__title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--mibooz-black);
}

.program-section__lead {
    font-size: 18px;
    color: var(--mibooz-gray);
    margin-bottom: 25px;
}

/* ---------- Блоки с уровнями ---------- */
.program-section__block {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid var(--mibooz-bdr-color);
}

.program-section__block:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.program-section__block-title {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--mibooz-black);
    line-height: 1.3;
}

.program-section__block-title span {
    color: var(--mibooz-primary);
    font-size: 22px;
    display: inline-block;
}

.program-section__block-lead {
    font-size: 17px;
    color: var(--mibooz-gray);
    margin-bottom: 25px;
}

/* ---------- Списки ---------- */
.program-section__list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.program-section__list li {
    position: relative;
    padding: 12px 0 12px 30px;
    font-size: 16px;
    color: var(--mibooz-gray);
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
}

.program-section__list li:last-child {
    border-bottom: none;
}

.program-section__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 8px;
    height: 8px;
    background-color: var(--mibooz-primary);
    border-radius: 50%;
}

.program-section__list li strong {
    color: var(--mibooz-black);
}

/* ---------- Уровни (список с поясом) ---------- */
.program-section__levels {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program-section__level {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.25s ease;
}

.program-section__level:hover {
    background-color: var(--mibooz-extra);
}

.program-section__level:last-child {
    border-bottom: none;
}

.program-section__level-link {
    flex: 1 1 320px;
    font-size: 16px;
    font-weight: 500;
    color: var(--mibooz-black);
    text-decoration: none;
    transition: color 0.25s ease;
}

a.program-section__level-link:hover {
    color: var(--mibooz-primary);
}

.program-section__level-desc {
    flex: 1 1 320px;
    font-size: 15px;
    color: var(--mibooz-gray);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ---------- Цветные маркеры пояса ---------- */
.belt-mark {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1;
    padding: 0 3px;
}

.belt-mark--green { color: #2ecc71; }
.belt-mark--blue  { color: #3498db; }
.belt-mark--red   { color: #e74c3c; }
.belt-mark--yellow { color: #f1c40f; }

.belt-red    { color: #e74c3c; font-weight: 600; }
.belt-yellow { color: #c9a50f; font-weight: 600; }

.text-red    { color: #e74c3c; font-weight: 600; }
.text-yellow { color: #c9a50f; font-weight: 600; }

/* ---------- Заметка / примечание ---------- */
.program-section__note {
    margin: 30px 0 0;
    padding: 20px 25px;
    background-color: var(--mibooz-extra);
    border-left: 4px solid var(--mibooz-primary);
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    color: var(--mibooz-gray);
}

.program-section__note strong {
    color: var(--mibooz-black);
}

/* ---------- Ссылка на источник ---------- */
.program-section__source {
    margin: 50px 0;
    text-align: center;
}

.program-section__source a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--mibooz-primary);
    border-bottom: 2px solid var(--mibooz-primary);
    padding-bottom: 4px;
    transition: all 0.25s ease;
}

.program-section__source a:hover {
    color: var(--mibooz-black);
    border-color: var(--mibooz-black);
}

/* ---------- CTA-блок ---------- */
.program-section__cta {
    margin-top: 60px;
}

.program-section__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 50px;
    background-color: var(--mibooz-primary);
    border-radius: 6px;
    flex-wrap: wrap;
}

.program-section__cta-title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.program-section__cta-text {
    color: #ffbdc8;
    font-size: 15px;
    margin: 0;
}

/* ---------- Кнопка белая (модификатор) ---------- */
.btn-white {
    background-color: #fff;
    color: var(--mibooz-black);
    border-color: #fff;
    white-space: nowrap;
}

.btn-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

/* ---------- Адаптив ---------- */
@media (max-width: 991px) {
    .program-section {
        padding: 80px 0;
    }
    .program-section__title {
        font-size: 26px;
    }
    .program-section__block-title {
        font-size: 22px;
    }
    .program-section__block-title span {
        font-size: 18px;
    }
    .program-section__cta-inner {
        padding: 30px;
        text-align: center;
        justify-content: center;
    }
    .program-section__cta-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .program-section__level {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .program-section__level-link,
    .program-section__level-desc {
        flex: 0 0 100%;
    }
    .program-section__list li {
        font-size: 15px;
    }
}
/* ==========================================
   PAGE HEADER — мобильная адаптация
   ========================================== */

/* Планшеты и меньше */
@media (max-width: 991px) {
    .page-header {
        padding: 150px 0 50px;   /* уменьшили нижний отступ, верх оставили под фикс-шапку */
        min-height: auto;
    }
    .page-header__inner h2,
    .page-header__inner h1 {
        font-size: 36px;
        line-height: 42px;
        margin-top: 5px;
    }
    .thm-breadcrumb li,
    .thm-breadcrumb li a {
        font-size: 12px;
    }
}

/* Телефоны (iPhone SE, 375px) */
@media (max-width: 575px) {
    .page-header {
        padding: 120px 0 30px;
    }
    .page-header__inner h2,
    .page-header__inner h1 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 5px;
        letter-spacing: 0.02em;
    }
    .thm-breadcrumb li,
    .thm-breadcrumb li a {
        font-size: 10px;
        letter-spacing: 0.05em;
    }
    /* Уменьшаем отступ между пунктами хлебных крошек */
    .thm-breadcrumb li + li {
        margin-left: 12px;
    }
    /* Убираем декоративную линию под крошкой, если она мешает */
    .thm-breadcrumb li:before {
        top: 13px;
        left: -6px;
        right: -6px;
    }
}

/* Совсем узкие экраны (iPhone 5, старые Android) */
@media (max-width: 375px) {
    .page-header {
        padding: 100px 0 25px;
    }
    .page-header__inner h2,
    .page-header__inner h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .thm-breadcrumb li,
    .thm-breadcrumb li a {
        font-size: 9px;
    }
}
.project-one__title span {
    color: var(--mibooz-base);
    transition: all 500ms ease;
}
.main-slider-two__content h2 {
    font-size: 4rem;
    line-height: 4rem;
}