.elementor-262 .elementor-element.elementor-element-sknic-v4-container{--display:flex;}/* Start custom CSS for html, class: .elementor-element-sknic-v4-html *//* =========================================================
   СКНИЦ — СТРАНИЦА ШКОЛЫ ФИЗИКИ И МАТЕМАТИКИ
   ЕДИНЫЙ СТИЛЬ С ГЛАВНОЙ И ДРУГИМИ СТРАНИЦАМИ
   ========================================================= */

.sknic-school,
.sknic-school *,
.sknic-school *::before,
.sknic-school *::after {
    box-sizing: border-box;
}

.sknic-school {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}


/* =========================================================
   ТИПОГРАФИКА
   ========================================================= */

.sknic-school h1,
.sknic-school h2,
.sknic-school h3 {
    margin-top: 0;

    font-weight: 600 !important;
    letter-spacing: -0.025em;

    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    text-wrap: balance;
}

.sknic-school h2 {
    margin-bottom: 27px;

    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.12;
}

.sknic-school h3 {
    margin-bottom: 15px;

    font-size: clamp(21px, 1.8vw, 28px);
    line-height: 1.25;
}

.sknic-school p {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    text-wrap: pretty;
}

.sknic-school .sknic-section p {
    line-height: 1.68;
}

.sknic-school .sknic-kicker {
    display: block;

    margin-top: 0;
    margin-bottom: 19px;
}

.sknic-school h2 + p,
.sknic-school h3 + p {
    margin-top: 0;
}


/* =========================================================
   ВЕРХНИЙ БАННЕР
   ========================================================= */

.sknic-school .sknic-school-hero {
    position: relative;
    isolation: isolate;

    width: 100%;
    min-height: 650px;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: #ffffff;
    background-color: #101412;
}


/*
Убираем старые треугольники верхнего баннера.
*/

.sknic-school .sknic-school-hero::before,
.sknic-school .sknic-school-hero::after {
    content: none !important;
    display: none !important;
    background: none !important;
}


/* =========================================================
   СЛАЙДЕР ФОНОВЫХ ФОТОГРАФИЙ
   ========================================================= */

.sknic-school-hero__slides {
    position: absolute;
    inset: 0;
    z-index: 0;

    overflow: hidden;

    background-color: #101412;
}

.sknic-school-hero__slide {
    position: absolute;
    inset: -2%;

    opacity: 0;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    transform: scale(1.03);

    animation-name: sknicSchoolHeroSlider;
    animation-duration: 21s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;

    will-change: opacity, transform;
}

.sknic-school-hero__slide--1 {
    background-image:
        linear-gradient(
            rgba(66, 91, 70, 0.12),
            rgba(66, 91, 70, 0.12)
        ),
        url("https://caucasianrc.ru/wp-content/uploads/2026/07/fon-2.png");

    background-position: center center;
    animation-delay: 0s;
}

.sknic-school-hero__slide--2 {
    background-image:
        linear-gradient(
            rgba(66, 91, 70, 0.12),
            rgba(66, 91, 70, 0.12)
        ),
        url("https://caucasianrc.ru/wp-content/uploads/2026/07/fon-3.png");

    background-position: center center;
    animation-delay: 7s;
}

.sknic-school-hero__slide--3 {
    background-image:
        linear-gradient(
            rgba(66, 91, 70, 0.12),
            rgba(66, 91, 70, 0.12)
        ),
        url("https://caucasianrc.ru/wp-content/uploads/2026/07/fon-1.png");

    background-position: center center;
    animation-delay: 14s;
}

@keyframes sknicSchoolHeroSlider {

    0% {
        opacity: 1;
        transform: scale(1.03);
    }

    28% {
        opacity: 1;
        transform: scale(1.075);
    }

    33% {
        opacity: 0;
        transform: scale(1.085);
    }

    100% {
        opacity: 0;
        transform: scale(1.085);
    }

}


/* =========================================================
   ЗАТЕМНЕНИЕ ФОТОГРАФИЙ
   ========================================================= */

.sknic-school-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(6, 10, 8, 0.92) 0%,
            rgba(6, 10, 8, 0.80) 38%,
            rgba(6, 10, 8, 0.55) 67%,
            rgba(6, 10, 8, 0.40) 100%
        ),
        linear-gradient(
            180deg,
            rgba(34, 62, 45, 0.16) 0%,
            rgba(16, 31, 23, 0.29) 100%
        );
}


/* =========================================================
   ТЕКСТ ВЕРХНЕГО БАННЕРА
   ========================================================= */

.sknic-school-hero__content {
    position: relative;
    z-index: 2;

    width: 100%;

    padding-top: 90px;
    padding-bottom: 90px;
}

.sknic-school .sknic-school-hero .sknic-kicker {
    max-width: 900px;

    margin: 0 0 23px;

    color: #dbe7c8;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sknic-school .sknic-school-hero h1 {
    max-width: 1100px;

    margin: 0 0 29px;

    color: #ffffff;

    font-size: clamp(48px, 5vw, 78px);
    font-weight: 600 !important;
    line-height: 1.06;
    letter-spacing: -0.035em;
}

.sknic-school-hero__lead {
    max-width: 820px;

    margin: 0 0 33px;

    color: rgba(255, 255, 255, 0.84);

    font-size: clamp(18px, 1.35vw, 23px);
    font-weight: 400;
    line-height: 1.58;
}

.sknic-school .sknic-school-hero .sknic-btn {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 25px;

    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}


/* =========================================================
   БЛОК СТАТИСТИКИ
   ========================================================= */

.sknic-school-numbers {
    background-color: #ffffff;
}

.sknic-school-stats {
    margin-top: 0;
    margin-bottom: 0;
}

.sknic-school-stats .sknic-stat {
    min-width: 0;
}

.sknic-school-stats .sknic-stat strong {
    font-weight: 600 !important;
}

.sknic-school-stats .sknic-stat span {
    line-height: 1.4;
}


/* =========================================================
   ПРОГРАММА ШКОЛЫ
   ========================================================= */

.sknic-school-program {
    background-color: #f4f5ef;
}

.sknic-school-program h2 {
    max-width: 930px;
}

.sknic-school-program__grid {
    margin-top: 42px;
}


/* =========================================================
   КАРТОЧКИ
   ========================================================= */

.sknic-school-card {
    position: relative;

    min-width: 0;

    overflow: hidden;

    background-image: none !important;
}


/*
Убираем декоративные треугольники карточек.
Основной цвет, рамка и тень карточек сохраняются.
*/

.sknic-school-card::before,
.sknic-school-card::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.sknic-school-card > span {
    display: block;

    margin-bottom: 18px;
}

.sknic-school-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.sknic-school-card p {
    margin-top: 0;
    margin-bottom: 0;
}


/* =========================================================
   МЕДИАБЛОК
   ========================================================= */

.sknic-school-media {
    background-color: #ffffff;
}

.sknic-school-media__intro {
    align-items: start;
}

.sknic-school-media__intro h2 {
    max-width: 900px;
}

.sknic-school-media__intro h2 + p {
    max-width: 800px;

    margin-top: 0;
    margin-bottom: 0;

    color: #525954;

    font-size: 18px;
    line-height: 1.68;
}

.sknic-school-media__panel {
    margin-top: 52px;
}

.sknic-school-media__text {
    min-width: 0;
}

.sknic-school-media__text h3 {
    margin-bottom: 14px;
}

.sknic-school-media__text p {
    margin-top: 0;
    margin-bottom: 0;
}

.sknic-school .sknic-video {
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;

    border-radius: 10px;

    background-color: #080b09;
}


/* =========================================================
   ОРГАНИЗАЦИЯ И РЕЗУЛЬТАТЫ
   ========================================================= */

.sknic-school-outcome {
    background-color: #f4f5ef;
}

.sknic-school-outcome h2 {
    max-width: 900px;
}

.sknic-school-outcome__grid {
    margin-top: 42px;
}


/* =========================================================
   ПЛАНШЕТЫ
   ========================================================= */

@media (max-width: 1100px) {

    .sknic-school .sknic-school-hero {
        min-height: 590px;
    }

    .sknic-school-hero__content {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .sknic-school .sknic-school-hero h1 {
        max-width: 900px;

        margin-bottom: 25px;

        font-size: clamp(43px, 5.6vw, 63px);
        line-height: 1.08;
    }

    .sknic-school-hero__lead {
        max-width: 720px;

        margin-bottom: 30px;

        font-size: 18px;
        line-height: 1.56;
    }

    .sknic-school h2 {
        font-size: clamp(32px, 4.3vw, 48px);
    }

    .sknic-school-program__grid,
    .sknic-school-outcome__grid {
        margin-top: 36px;
    }

    .sknic-school-media__panel {
        margin-top: 43px;
    }

    .sknic-school-media__intro h2 + p {
        font-size: 17px;
    }

}


/* =========================================================
   МОБИЛЬНЫЕ УСТРОЙСТВА
   ========================================================= */

@media (max-width: 767px) {

    .sknic-school .sknic-school-hero {
        min-height: 540px;
    }

    .sknic-school-hero__slide {
        background-position: 61% center;
    }

    .sknic-school-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(6, 10, 8, 0.69) 0%,
                rgba(6, 10, 8, 0.80) 48%,
                rgba(6, 10, 8, 0.96) 100%
            ),
            linear-gradient(
                rgba(38, 70, 50, 0.12),
                rgba(20, 39, 28, 0.23)
            );
    }

    .sknic-school-hero__content {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .sknic-school .sknic-school-hero .sknic-kicker {
        margin-bottom: 18px;

        font-size: 12px;
        line-height: 1.45;
        letter-spacing: 0.07em;
    }

    .sknic-school .sknic-school-hero h1 {
        max-width: 100%;

        margin-bottom: 22px;

        font-size: clamp(35px, 10.2vw, 47px);
        line-height: 1.1;
        letter-spacing: -0.028em;
    }

    .sknic-school-hero__lead {
        max-width: 100%;

        margin-bottom: 27px;

        font-size: 17px;
        line-height: 1.56;
    }

    .sknic-school .sknic-school-hero .sknic-btn {
        width: 100%;
    }

    .sknic-school h2 {
        margin-bottom: 20px;

        font-size: clamp(30px, 8vw, 40px);
        line-height: 1.15;
    }

    .sknic-school h3 {
        font-size: clamp(20px, 5.5vw, 25px);
        line-height: 1.27;
    }

    .sknic-school-program__grid,
    .sknic-school-outcome__grid {
        margin-top: 28px;
    }

    .sknic-school-card > span {
        margin-bottom: 14px;
    }

    .sknic-school-card h3 {
        margin-bottom: 12px;
    }

    .sknic-school-media__intro h2 + p {
        font-size: 16px;
        line-height: 1.62;
    }

    .sknic-school-media__panel {
        margin-top: 31px;
    }

}


/* =========================================================
   УЗКИЕ ТЕЛЕФОНЫ
   ========================================================= */

@media (max-width: 420px) {

    .sknic-school .sknic-school-hero {
        min-height: 510px;
    }

    .sknic-school-hero__content {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .sknic-school .sknic-school-hero h1 {
        font-size: 33px;
        line-height: 1.11;
    }

    .sknic-school-hero__lead {
        font-size: 16px;
        line-height: 1.55;
    }

    .sknic-school h2 {
        font-size: 29px;
        line-height: 1.17;
    }

    .sknic-school h3 {
        font-size: 21px;
    }

}


/* =========================================================
   ОТКЛЮЧЕНИЕ АНИМАЦИИ
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .sknic-school-hero__slide {
        animation: none !important;
        opacity: 0;
        transform: none;
    }

    .sknic-school-hero__slide--1 {
        opacity: 1;
    }

}/* End custom CSS */