.elementor-263 .elementor-element.elementor-element-sknic-v4-container{--display:flex;}/* Start custom CSS for html, class: .elementor-element-sknic-v4-html *//* =========================================================
   СКНИЦ — СТРАНИЦА «КОНТАКТЫ»
   ЕДИНЫЙ СТИЛЬ С ГЛАВНОЙ И ОСТАЛЬНЫМИ СТРАНИЦАМИ
   ========================================================= */

.sknic-contacts,
.sknic-contacts *,
.sknic-contacts *::before,
.sknic-contacts *::after {
    box-sizing: border-box;
}

.sknic-contacts {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}


/* =========================================================
   ТИПОГРАФИКА
   ========================================================= */

.sknic-contacts h1,
.sknic-contacts h2,
.sknic-contacts 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-contacts h2 {
    margin-bottom: 27px;

    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.12;
}

.sknic-contacts h3 {
    margin-bottom: 15px;

    font-size: clamp(21px, 1.8vw, 28px);
    line-height: 1.25;
}

.sknic-contacts p {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    text-wrap: pretty;
}

.sknic-contacts .sknic-section p {
    line-height: 1.68;
}

.sknic-contacts .sknic-kicker {
    display: block;

    margin-top: 0;
    margin-bottom: 19px;
}

.sknic-contacts h2 + p,
.sknic-contacts h3 + p {
    margin-top: 0;
}


/* =========================================================
   ВЕРХНИЙ БАННЕР
   ========================================================= */

.sknic-contacts .sknic-contacts-hero {
    position: relative;
    isolation: isolate;

    width: 100%;
    min-height: 570px;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: #ffffff;
    background-color: #101412;
}


/* Убираем старые треугольники баннера */

.sknic-contacts .sknic-contacts-hero::before,
.sknic-contacts .sknic-contacts-hero::after {
    content: none !important;
    display: none !important;
    background: none !important;
}


/* =========================================================
   СЛАЙДЕР ФОНОВЫХ ФОТОГРАФИЙ
   ========================================================= */

.sknic-contacts-hero__slides {
    position: absolute;
    inset: 0;
    z-index: 0;

    overflow: hidden;

    background-color: #101412;
}

.sknic-contacts-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: sknicContactsHeroSlider;
    animation-duration: 21s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;

    will-change: opacity, transform;
}

.sknic-contacts-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-1.png");

    animation-delay: 0s;
}

.sknic-contacts-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-2.png");

    animation-delay: -14s;
}

.sknic-contacts-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-3.png");

    animation-delay: -7s;
}

@keyframes sknicContactsHeroSlider {

    0% {
        opacity: 1;
        transform: scale(1.03);
    }

    28% {
        opacity: 1;
        transform: scale(1.075);
    }

    33% {
        opacity: 0;
        transform: scale(1.085);
    }

    95% {
        opacity: 0;
        transform: scale(1.03);
    }

    100% {
        opacity: 1;
        transform: scale(1.03);
    }

}


/* =========================================================
   ЗАТЕМНЕНИЕ ФОТОГРАФИЙ
   ========================================================= */

.sknic-contacts-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(6, 10, 8, 0.90) 0%,
            rgba(6, 10, 8, 0.78) 36%,
            rgba(6, 10, 8, 0.54) 63%,
            rgba(6, 10, 8, 0.42) 100%
        ),
        linear-gradient(
            180deg,
            rgba(34, 62, 45, 0.17) 0%,
            rgba(16, 31, 23, 0.28) 100%
        );
}


/* =========================================================
   СОДЕРЖИМОЕ БАННЕРА
   ========================================================= */

.sknic-contacts-hero__content {
    position: relative;
    z-index: 2;

    width: 100%;

    padding-top: 90px;
    padding-bottom: 90px;
}

.sknic-contacts .sknic-contacts-hero .sknic-kicker {
    margin: 0 0 23px;

    color: #dbe7c8;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.sknic-contacts .sknic-contacts-hero h1 {
    max-width: 950px;

    margin: 0 0 28px;

    color: #ffffff;

    font-size: clamp(50px, 4.7vw, 76px);
    font-weight: 600 !important;
    line-height: 1.065;
    letter-spacing: -0.035em;
}

.sknic-contacts-hero__lead {
    max-width: 780px;

    margin: 0;

    color: rgba(255, 255, 255, 0.84);

    font-size: clamp(18px, 1.35vw, 23px);
    font-weight: 400;
    line-height: 1.58;
}


/* =========================================================
   РЕКВИЗИТЫ
   ========================================================= */

.sknic-contacts-details {
    background-color: #ffffff;
}

.sknic-contacts-details h2 {
    max-width: 940px;
}

.sknic-contacts-details__table {
    margin-top: 43px;
}

.sknic-contacts-details__table > div {
    min-width: 0;
}

.sknic-contacts-details__table span {
    line-height: 1.45;
}

.sknic-contacts-details__table strong {
    min-width: 0;

    font-weight: 600 !important;
    line-height: 1.55;

    overflow-wrap: anywhere;
    word-break: normal;
}


/* =========================================================
   КОНТАКТНЫЕ КАРТОЧКИ
   ========================================================= */

.sknic-contacts-channels {
    background-color: #f4f5ef;
}

.sknic-contacts-channels h2 {
    max-width: 900px;
}

.sknic-contacts-grid {
    margin-top: 43px;
    align-items: stretch;
}

.sknic-contacts-card {
    position: relative;

    min-width: 0;
    min-height: 310px;

    overflow: hidden;

    background-image: none !important;
}


/* Убираем декоративные треугольники карточек */

.sknic-contacts-card::before,
.sknic-contacts-card::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.sknic-contacts-card > span {
    display: block;

    margin-bottom: 28px;
}

.sknic-contacts-card h3 {
    margin-top: 0;
    margin-bottom: 19px;
}

.sknic-contacts-card h3 + p {
    margin-top: 0;
}

.sknic-contacts-card > p {
    margin-bottom: 0;

    color: #555d57;
    font-size: 18px;
}

.sknic-contacts-list {
    display: grid;
    gap: 13px;

    margin-top: 0;
    margin-bottom: 28px;
}

.sknic-contacts-list p {
    display: grid;
    grid-template-columns: minmax(130px, 0.35fr) minmax(0, 1fr);

    gap: 15px;

    margin: 0;
    padding-bottom: 13px;

    border-bottom: 1px solid rgba(28, 38, 31, 0.12);
}

.sknic-contacts-list p:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.sknic-contacts-list b {
    font-weight: 600;
    color: #202822;
}

.sknic-contacts-list span {
    margin: 0;

    color: #646b66;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}

.sknic-contacts-card .sknic-muted {
    margin-top: auto;

    color: #747b76;
    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   ПЛАНШЕТЫ
   ========================================================= */

@media (max-width: 1100px) {

    .sknic-contacts .sknic-contacts-hero {
        min-height: 520px;
    }

    .sknic-contacts-hero__content {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .sknic-contacts .sknic-contacts-hero h1 {
        max-width: 800px;

        margin-bottom: 24px;

        font-size: clamp(43px, 5.5vw, 61px);
        line-height: 1.08;
    }

    .sknic-contacts-hero__lead {
        max-width: 680px;

        font-size: 18px;
        line-height: 1.56;
    }

    .sknic-contacts h2 {
        font-size: clamp(32px, 4.3vw, 48px);
    }

    .sknic-contacts-details__table,
    .sknic-contacts-grid {
        margin-top: 36px;
    }

    .sknic-contacts-card {
        min-height: 280px;
    }

}


/* =========================================================
   МОБИЛЬНЫЕ УСТРОЙСТВА
   ========================================================= */

@media (max-width: 767px) {

    .sknic-contacts .sknic-contacts-hero {
        min-height: 470px;
    }

    .sknic-contacts-hero__slide {
        background-position: 60% center;
    }

    .sknic-contacts-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(6, 10, 8, 0.70) 0%,
                rgba(6, 10, 8, 0.79) 48%,
                rgba(6, 10, 8, 0.95) 100%
            ),
            linear-gradient(
                rgba(38, 70, 50, 0.12),
                rgba(20, 39, 28, 0.23)
            );
    }

    .sknic-contacts-hero__content {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .sknic-contacts .sknic-contacts-hero .sknic-kicker {
        margin-bottom: 18px;

        font-size: 12px;
    }

    .sknic-contacts .sknic-contacts-hero h1 {
        max-width: 100%;

        margin-bottom: 21px;

        font-size: clamp(35px, 10.2vw, 47px);
        line-height: 1.1;
        letter-spacing: -0.028em;
    }

    .sknic-contacts-hero__lead {
        max-width: 100%;

        font-size: 17px;
        line-height: 1.56;
    }

    .sknic-contacts h2 {
        margin-bottom: 20px;

        font-size: clamp(30px, 8vw, 40px);
        line-height: 1.15;
    }

    .sknic-contacts h3 {
        font-size: clamp(20px, 5.5vw, 25px);
        line-height: 1.27;
    }

    .sknic-contacts-details__table,
    .sknic-contacts-grid {
        margin-top: 28px;
    }

    .sknic-contacts-card {
        min-height: auto;
    }

    .sknic-contacts-card > span {
        margin-bottom: 21px;
    }

    .sknic-contacts-card h3 {
        margin-bottom: 15px;
    }

    .sknic-contacts-card > p {
        font-size: 16px;
    }

    .sknic-contacts-list {
        gap: 12px;
        margin-bottom: 24px;
    }

    .sknic-contacts-list p {
        grid-template-columns: 1fr;

        gap: 5px;

        padding-bottom: 12px;
    }

}


/* =========================================================
   УЗКИЕ ТЕЛЕФОНЫ
   ========================================================= */

@media (max-width: 420px) {

    .sknic-contacts .sknic-contacts-hero {
        min-height: 440px;
    }

    .sknic-contacts-hero__content {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .sknic-contacts .sknic-contacts-hero h1 {
        font-size: 33px;
        line-height: 1.11;
    }

    .sknic-contacts-hero__lead {
        font-size: 16px;
        line-height: 1.55;
    }

    .sknic-contacts h2 {
        font-size: 29px;
        line-height: 1.17;
    }

    .sknic-contacts h3 {
        font-size: 21px;
    }

}


/* =========================================================
   ОТКЛЮЧЕНИЕ АНИМАЦИИ
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .sknic-contacts-hero__slide {
        animation: none !important;
        opacity: 0;
        transform: none;
    }

    .sknic-contacts-hero__slide--1 {
        opacity: 1;
    }

}/* End custom CSS */