﻿@font-face {
    font-family: "Circe-Bold";
    src: local("Circe-Bold"), local("Circe-Bold"), url("/font/circe/Circe-Bold.woff2") format("woff2"), url("/font/circe/Circe-Bold.woff") format("woff"), url("/font/circe/Circe-Bold.eot") format("eot");
    font-weight: bold;
}

@font-face {
    font-family: "Circe";
    src: local("Circe"), local("Circe"), url("/font/circe/Circe-Regular.woff2") format("woff2"), url("/font/circe/Circe-Regular.woff") format("woff"), url("/font/circe/Circe-Regular.eot") format("eot");
    font-weight: normal;
}

@font-face {
    font-family: "Circe-Thin";
    src: local("Circe-Thin"), local("Circe-Thin"), url("/font/circe/Circe-Thin.woff2") format("woff2"), url("/font/circe/Circe-Thin.woff") format("woff"), url("/font/circe/Circe-Thin.eot") format("eot");
    font-weight: 500;
}

@font-face {
    font-family: "Circe-ExtraBold";
    src: local("Circe-ExtraBold"), local("Circe-ExtraBold"), url("/font/circe/Circe-ExtraBold.woff2") format("woff2"), url("/font/circe/Circe-ExtraBold.woff") format("woff"), url("/font/circe/Circe-ExtraBold.eot") format("eot");
    font-weight: bolder;
}

@font-face {
    font-family: "Circe-Light";
    src: local("Circe-Light"), local("Circe-Light"), url("/font/circe/Circe-Light.woff2") format("woff2"), url("/font/circe/Circe-Light.woff") format("woff"), url("/font/circe/Circe-Light.eot") format("eot");
    font-weight: 100;
}

@font-face {
    font-family: "Lora-Bold";
    src: local("Lora-Bold"), local("Lora-Bold"), url("/font/lora/Lora-Bold.woff2") format("woff2"), url("/font/lora/Lora-Bold.woff") format("woff"), url("/font/lora/Lora-Bold.eot") format("eot");
    font-weight: Bold;
}
@font-face {
    font-family: "Lora-BoldItalic";
    src: local("Lora-BoldItalic"), local("Lora-BoldItalic"), url("/font/lora/Lora-BoldItalic.woff2") format("woff2"), url("/font/lora/Lora-BoldItalic.woff") format("woff"), url("/font/lora/Lora-BoldItalic.eot") format("eot");
    font-weight: 500;
}
@font-face {
    font-family: "Lora-Italic";
    src: local("Lora-Italic"), local("Lora-Italic"), url("/font/lora/Lora-Italic.woff2") format("woff2"), url("/font/lora/Lora-Italic.woff") format("woff"), url("/font/lora/Lora-Italic.eot") format("eot");
    font-weight: 500;
}
@font-face {
    font-family: "Lora";
    src: local("Lora-Regular"), local("Lora-Regular"), url("/font/lora/Lora-Regular.woff2") format("woff2"), url("/font/lora/Lora-Regular.woff") format("woff"), url("/font/lora/Lora-Regular.eot") format("eot");
    font-weight: 100;
}
@font-face {
    font-family: "Lora-Medium";
    src: local("Lora-Medium"), local("Lora-Medium"), url("/font/lora/Lora-Medium.eot") format("eot");
    font-weight: 100;
}

:root {
    /*--font-serif: 'Cormorant Garamond', serif;*/
    --font-serif: 'Circe', serif;
    /*--font-sans: 'Montserrat', sans-serif;*/
    --font-sans: 'Circe', sans-serif;
    --color-gold: #c59b7b;
    --color-dark: #1a1715;
    --color-footer: #2b221e;
    --color-bg-light: #eeeeee;
}

/**/
.wrapper-all {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

main {
    flex: 1;
}
/**/

form {
    padding: 0;
    margin: 0;
}

body {
    font-family: var(--font-sans);
    color: #333333;
    background-color: var(--color-bg-light);
    overflow-x: hidden;
    margin: 0;
}

h1, h2, h3, h4, .font-serif {
    font-family: var(--font-serif);
}

/* Шапка и Навигация */
.brand-logo-text {
    font-family: var(--font-serif);
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 1.35rem;
    color: #7b5944;
    line-height: 1.1;
}

.brand-logo-sub {
    font-family: var(--font-sans);
    font-size: 0.55rem;
    letter-spacing: 5px;
    color: #8c7365;
}

.nav-link {
    font-size: 13.5pt;
    color: #333;
    transition: color 0.2s ease;
}

    .nav-link:hover {
        color: var(--color-gold);
    }

.btn-shop {
    background-color: #222;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.45rem 1.2rem;
    border-radius: 0;
    letter-spacing: 0.5px;
}

    .btn-shop:hover {
        background-color: #444;
        color: #fff;
    }

/* ==========================================
       Слайдер под главным меню (Slick Slider)
       ========================================== */
.hero-slider-section {
    position: relative;
    overflow: hidden;
}

.hero-slide {
    /*height: 960px;*/
    height: 645px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.38);*/
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    letter-spacing: 4px;
    font-weight: 500;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    letter-spacing: 1px;
    opacity: 0.9;
}

.btn-outline-custom {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff;
    font-size: 0.75rem;
    letter-spacing: 2px;
    padding: 6px 24px;
    border-radius: 0;
    background: transparent;
    transition: all 0.3s ease;
}

    .btn-outline-custom:hover {
        background: #ffffff;
        color: #000000;
    }

/* Кастомизация стрелок и точек Slick Slider */
.slick-dots {
    bottom: 25px;
}

    .slick-dots li button:before {
        color: #ffffff;
        font-size: 10px;
        opacity: 0.5;
    }

    .slick-dots li.slick-active button:before {
        color: #ffffff;
        opacity: 1;
    }

.slick-prev, .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

    .slick-prev:before, .slick-next:before {
        font-size: 30px;
        opacity: 0.75;
    }

@media (max-width: 767.98px) {
    .slick-prev, .slick-next {
        display: none !important;
    }    
    .slider-wrapper {
        padding:0 !important;
    }
}
@media (max-width: 1450px) {
    .hero-slide {
        height: 420px !important;
    }
}
@media (max-width: 575px) {
    .hero-slide {
        height: 240px !important;
    }
}

/* Карточки каталога */
.catalog-card {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    min-height: 380px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .catalog-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

.catalog-card-title {
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: -5px;
}

.catalog-card-quatro {
    min-height: 688px;
}

.catalog-card-sub {
    font-size: 11pt;
    color: #777777;
    margin-top: 2px;
}

.btn-card-look {
    border: 1px solid #777777;
    color: #333333;
    font-size: 10.5pt;
    padding: 4px 16px;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: lowercase;
    background: transparent;
    width: fit-content;
    transition: all 0.25s ease;
}

    .btn-card-look:hover {
        background: #403228;
        color: #ffffff;
        border-color: #403228;
    }

/* Темные карточки */
.card-dark {
    background-color: #221c17;
    color: #ffffff;
}

    .card-dark .catalog-card-title {
        color: #ffffff;
    }

    .card-dark .catalog-card-sub {
        color: rgba(255,255,255,0.7);
    }

    .card-dark .btn-card-look {
        border-color: rgba(255,255,255,0.6);
        color: #ffffff;
    }

        .card-dark .btn-card-look:hover {
            background: #ffffff;
            color: #000000;
        }

/* Изображения украшений */
.card-img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none;
    
}
    .card-img-bg.bg-clr {
        background-color: #f8f8f8;
    }

    /* Подвал */
    footer {
        color: #d1c7bd;
        font-size: 0.9rem;
        background: url('/ii/foo-bg.png') no-repeat;
        background-size: cover;
    }

    footer a {
        color: #d1c7bd;
        text-decoration: none;
        transition: color 0.2s;
    }

        footer a:hover {
            color: #ffffff;
        }

.footer-logo {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    letter-spacing: 4px;
    color: #ffffff;
}

.social-icon-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.2s;
}

    .social-icon-btn:hover {        
        color: var(--color-footer);
    }

.header-shop {
    padding: 5px 10px;
    background-color: #000;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s;
}
.header-shop:hover {
    opacity:0.8;
}

.bg-news {
    background: url('/ii/bg-news.png') left top no-repeat;
    background-size: contain;
}

.bg-contacts {
    background: url('/ii/contact-bg_new.png') no-repeat;
    background-size: cover;    
    /*background-position-y: 91px;*/
}

.bg-contacts-new {
    background: url('/ii/contact-bg_new.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.wrapper-news {
    margin:140px 0 230px 0;
}

@media only screen and (max-width : 768px) {
    .wrapper-news {
        margin: 0;
        margin-top:15px;
    }
    .title-main {
        font-size: 40px !important;
    }
}

    .title-main {
        font-family: Lora;
        font-size: 40px;
        font-weight: 100;
        text-transform:uppercase;
    }

.news-list-bb {
    margin: 60px 0 30px 0;
}

    .item-news {
        background: #fff;
        margin-bottom: 25px;
    }

        .item-news a {
            text-decoration: none;
            color: #000;
        }

    .item-news-descr {
        padding: 20px;
    }

    .item-news-descr-title {
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    /*Страница О Бренде - onas*/
    /* Акцентные заголовки розовато-золотого тона */
    .section-accent-title {
        font-family: Lora;
        color: #D2937A;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: clamp(1.4rem, 3vw, 2rem);
        line-height: 1.25;
        font-weight: 500;
    }

    .padding-left-none {
        padding-left: 0 !important;
    }

    .onas5-img {
        max-height: 730px;
    }

    .pl-left {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .mt-100 {
        margin-top: 100px;
    }

    .secondary-blk-4 {
        font-family: Circe-Light;
    }

    .pb-s-5 {
        padding-bottom: 92px;
    }
    /* Секция 1: Главный текст О Бренде */
    .about-hero-title {
        font-size: 40px;
        letter-spacing: 3px;
        font-weight: 100;
        color: #000;
        font-family: Lora;
        padding-left: 20px;
        margin-bottom: 60px;
    }

    .text-secondary-blk {
        color: #000;
        font-size: 13pt !important;
    }
    /* Секция 2: Преимущества компании */
    .advantages-section {
        background: url('/ii/bg-news.png') right top;
        border-top: 1px solid #eae5e3;
        border-bottom: 1px solid #eae5e3;
        background-size: cover;
        padding: 100px 0;
        color: #30271F !important;
    }

    .advantage-icon-wrapper {
        width: 48px;
        height: 48px;
        margin: 0 auto 25px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #7b5944;
        font-size: 1.8rem;
    }

    .advantage-title {
        font-size: 18px;
        font-weight: 100;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #000;
        margin: 20px 0;
        font-family: Lora;
        text-align: center;
    }

    .advantage-desc {
        font-size: 12.5pt;
        color: #000 !important;
        margin: 0 auto;
        line-height: 1.45;
        text-align: center;
        font-weight: 200;
        font-family: Circe-Light;
    }

    .section-about-3 {
        text-align: center;
    }

    .pb-s-4 {
        padding-top: 40px;
    }

    /* Секция 3: Широкий Баннер с огромной надписью PRESTIGE */
    .banner-watermark-section {
        position: relative;
        overflow: hidden;
    }

    .banner-img-container {
        position: relative;
        width: 100%;
        height: 380px;
    }

        .banner-img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .watermark-text {
        position: absolute;
        right: 5px;
        bottom: -10px;
        font-family: var(--font-serif);
        font-size: clamp(3.5rem, 12vw, 9.5rem);
        color: #D2937A;
        opacity: 0.85;
        letter-spacing: 6px;
        pointer-events: none;
        user-select: none;
        line-height: 1;
        font-weight: 600;
    }

    /* Секция 5: Фотография с терракотовой подложкой-рамкой */
    .framed-photo-wrapper {
        position: relative;
        padding: 0;
        margin-bottom: 25px;
    }

    .framed-photo-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100% - 25px);
        height: calc(100% - 25px);
        background-color: var(--color-terracotta);
        z-index: 1;
    }

    .framed-photo-img {
        position: relative;
        z-index: 2;
        width: 100%;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

    .section-about-1 {
        background: url('/ii/about1_new.png') no-repeat top right;
        background-size: cover;
        min-height: 694px;
    }

        .section-about-1 .row {
            min-height: 694px; /* Нужна минимальная высота, чтобы было видно центрирование */
            display: flex;
            align-items: center; /* Выравнивание по вертикали */
        }

    .bg-about-1 {
        min-height: 694px;
    }

    .bg-about-1-container {
        background: url('/ii/about1_new.png') no-repeat top right;
        background-size: contain;
    }

    @media only screen and (max-width : 768px) {
        .bg-about-1 {
            color: #fff !important;
            min-height: 500px;
            padding-top: 100px;
        }

            .bg-about-1 .about-hero-title {
                color: #fff !important;
            }

        .section-about-1 .about-hero-title, .section-about-1 .fs-about {
            color: #fff !important;
        }

        .onas-5 {
            margin-top: -15px !important;
        }

        .wrapper-contact-address {
            margin: 80px 0 !important;
        }

        .sup-header {
            margin-bottom: -5px;
            padding-bottom: 20px !important;
        }

        .mob-0 {
            margin: 0 !important;
        }

        .mob-1 {
            margin-top: 18px !important;
            padding: 100px 20px 20px 20px !important;
        }

        .section-about-2 {
            padding: 100px 0 !important;
        }

        .pb-s-4 {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        .onas5-img {
            height: auto !important;
            width: 100% !important;
        }

        .padding-left-none {
            padding-right: 0;
        }
    }

    .fs-about {
        font-size: 14.5pt;
        font-family: "Circe-Light";
        color: #000;
    }

    .section-about-2 {
        padding: 190px 0;
        background: url('/ii/vectop-about.png') no-repeat bottom center;
        background-size: 90%;
        background-position-y: 130%;
        background-position-x: 145%;
    }

    .wbg {
        background: #fff;
        padding: 120px 20px;
    }

    .onas-5 {
        margin-top: -250px;
    }

    .shadow-sm-terr {
        border: 25px #D2937A solid;
    }

    /*Страница О Бренде - onas КОНЕЦ*/

    .wrapper-contact-address {
        background: url('/ii/bg-vector.png') center center no-repeat #fff;
        padding: 40px;
        margin: 180px 0;
        background-size: contain;
    }

    .contact-address-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 19pt;
        margin-bottom: 20px;
    }

    .contact-address-descr {
        text-align: center;
        font-size: 13pt;
        margin-bottom: 20px;
    }

    .contact-address-descr-item {
        font-size: 13pt;
        margin-bottom: 15px;
    }

        .contact-address-descr-item a {
            color: #000;
            text-decoration: none;
        }

        .contact-address-descr-item span {
            font-size: 13pt;
            text-transform: uppercase;
        }

    .navbar-nav li a.active {
        color: #D09478 !important;
    }

    .sup-header {
        padding: 10px 0;
        color: #403830
    }

        .sup-header a {
            text-decoration: none;
            color: #403830
        }

    .sup-header-ico a {
        display: inline-block;
        margin-left: 10px;
    }

    .btn-header {
        position: absolute;
        top: 25px;
        right: 15px;
        z-index: 999;
    }

    .btn-header-catalog {
        top: -115px;
    }

    .navbar-catalog {
        background: #D2937A;
    }

        .navbar-catalog a {
            text-transform: uppercase;
            font-size: 10.5pt;
            color: #fff;
        }

            .navbar-catalog a.active {
                color: #fff;
            }

    .navbar-nav li a.nav-link-catalog:hover {
        color: #403830 !important;
    }

    #selector {
        /*background: url('/ii/bg-vector.png') center bottom no-repeat #fff;*/
        background: #eeeeee;
        background-size: contain;
        padding-top: 40px;
    }

    #pane {
        padding-top: 42px;
    }

    .large-sort-title {
        padding-right: 10px;
        font-size: 10pt;
    }

    #sortOrder {
        border: 0;
        background: none;
    }

    input[type=checkbox] {
        accent-color: #30271F;
    }


    /*Заказ в производство (Интерактивные размеры)*/
    .section-title {
        font-size: 1.35rem;
        letter-spacing: 3px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 2rem;
    }

    .size-counter-item {
        text-align: center;
    }

    .size-number {
        font-size: 0.85rem;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .counter-control {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .btn-counter {
        background: none;
        border: none;
        font-size: 0.9rem;
        color: #555;
        cursor: pointer;
        padding: 0 4px;
        user-select: none;
    }

        .btn-counter:hover {
            color: var(--color-terracotta);
        }

    .counter-input {
        width: 43px;
        height: 27px;
        border: 1px solid #C8C5C4;
        border-radius: 12px;
        text-align: center;
        font-size: 11pt;
        background: #fff;
        color: #333;
        padding: 0;
    }
    /*Заказ в производство (Интерактивные размеры) КОНЕЦ*/

    /* ==========================================
       Интерактивный Галерейный Слайдер (Slick)
       ========================================== */
    .slider-wrapper {
        max-width: 800px; /* Общая ширина всей конструкции */
        margin: 0 auto;
        padding: 0 20px 0 0;
    }

    .slider-main img, .slider-main video {
        width: 100%;
        height: auto;
        display: block;
    }

    /* --- Изменения для миниатюр вровень с главным фото --- */
    .slider-nav {
    }
        /* Заставляем трек Slick работать как Flexbox-контейнер */
        .slider-nav .slick-track {
            display: flex !important;
            justify-content: space-between; /* Распределяем ровно по краям */
            width: 100% !important; /* Фиксируем ширину ряда */
            transform: none !important; /* Отключаем внутренние сдвиги Slick */
        }

        /* Равномерно распределяем сами миниатюры */
        .slider-nav .slick-slide {
            flex: 1; /* Каждый слайд берет равную долю ширины */
            padding: 0 5px; /* Отступы МЕЖДУ миниатюрами */
            cursor: pointer;
        }

            /* Убираем отступы у крайней левой и крайней правой миниатюр */
            .slider-nav .slick-slide:first-child {
                padding-left: 0;
            }

            .slider-nav .slick-slide:last-child {
                padding-right: 0;
            }

        /* Общие стили для контента внутри превью (картинки и заглушки видео) */
        .slider-nav img,
        .slider-nav .thumb-video-placeholder {
            width: 100%;
            height: auto;
            opacity: 0.6;
            transition: opacity 0.3s, border-color 0.3s;
            box-sizing: border-box;
            /* ВАЖНО: Изначально делаем границу невидимой, чтобы верстка не дергалась */
            border-top: 4px solid transparent;
        }

        /* --- Подсветка активной миниатюры --- */
        .slider-nav .slick-current img,
        .slider-nav .slick-current .thumb-video-placeholder {
            opacity: 1;
            outline: none; /* Полностью убираем outline */
            border-top-color: #D2937A; /* Меняем цвет верхней границы на нужный (например, синий) */
        }

    /* Специфичные стили для видео-превью */
    .thumb-video-placeholder {
        background: #222;
        color: #fff;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    #ctl12_btnSend {
        background: #D2937A;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        color: #fff;
        padding: 10px;
        cursor: pointer;
        transition: color 0.2s ease;
        font-size: 12pt;
        margin: 5px;
        border: 0;
    }

    .btn-terra {
        background: #D2937A;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        color: #fff;
        padding: 10px;
        cursor: pointer;
        transition: color 0.2s ease;
        font-size: 12pt;
        border: 0;
    }

        .btn-terra:hover {
            opacity: 0.8;
        }

    .btn-blck {
        background: #000;
        display: block;
        text-decoration: none;
        text-align: center;
        color: #fff !important;
        padding: 10px;
        cursor: pointer;
        transition: color 0.2s ease;
        font-size: 12pt;
    }

        .btn-blck:hover {
            opacity: 0.8;
        }

    #page h1 {
        margin-top: 20px;
    }

    /*coo*/
    #cookie_note.hide_cookie_note {
        display: none;
    }

    #cookie_note {
        /*display: none;*/
        position: fixed;
        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);
        z-index: 999;
    }

    .cookie_accept {
        width: 20%;
        font-size: 10pt;
        margin-top: 15px;
        cursor: pointer;
        float: right;
    }

.btn-danger-coo {
    background: #403228;
    color:#fff;
    font-family:Circe;
}
    .btn-danger-coo:hover {
        opacity: 0.9;
        color: #fff;
        background: #403228;
    }

    @media (min-width: 576px) {
        #cookie_note.show {
            display: flex;
        }
    }

    @media (max-width: 575px) {
        #cookie_note.show {
            display: block;
            text-align: left;
        }

        #cookie_note {
            width: 100%;
            bottom: 170px;
        }

        .cookie_accept {
            width: 90%;
            margin-top: 10px;
        }

        .btn-for-bnr {
            left: 0 !important;
            bottom: -70px !important;
            font-size: 0.5rem;
        }

        .slick-dotted.slick-slider {
            margin-bottom: 0 !important;
        }
    }

    .btn-coo {
        background-color: #21304E;
        border: medium none;
        border-radius: 5px;
        color: #fff;
        display: block;
        padding: 10px 20px !important;
        text-transform: uppercase;
        text-align: center;
    }

        .btn-coo:hover {
            background-color: #21304E;
            opacity: 0.9;
        }

    #cookie_note p {
        margin: 0;
        font-size: 85%;
        text-align: left;
        color: black;
        font-family:Circe;
    }
    /*coo*/

    .left-filter-wrapper {
        background: #fff;
    }

    /*Раздел Контакты*/
    .hero-section-contact {
        min-height: 820px;
        position: relative;
        color: #000;
    }

        .hero-section-contact .hero-section-contact-title {
            font-family: Lora;
            font-size: 35px;
            margin-bottom: 35px;
            color: #000;
        }

    .hero-section-contact-item {
        font-family: Lora;
        font-size: 18px;
        font-weight: 100;
        color: #000;
        margin-bottom: 8px !important;
    }

    .hero-section-contact-brief {
        font-family: Circe-Light;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 30px;
        color: #000 !important;
    }

    .contacts-card {
        background: url('/ii/bg-vector.png') center center no-repeat #fff;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        background-size: 150%;
        max-width: 520px;
        color: #000;
        padding: 60px;
    }

    .contact-label {
    }

    .hero-section-contact-descr {
        color: #000;
        font-family: Circe-Light;
        font-size: 20px;
        line-height: 22px;
    }

        .hero-section-contact-descr a {
            color: #000;
            font-family: Circe-Light;
            font-size: 20px;
        }
    /*Раздел Контакты КОНЕЦ*/

    .btn-for-bnr {
        position: absolute;
        /*left: -40px;*/
        left: 158px;
        bottom: -170px;
    }

.p-footer {
    padding-left:50px;
}
@media only screen and (max-width : 768px) {
    .p-footer {
        padding-left: 12px;
    }
}

.logo-header-svg {
}

.logo-foo-svg {
    width: 45%;
}

/**/
.hero-slider-section-prod-rel-wrapper {
    margin:45px 0 125px 0;
}
.hero-slider-prod-rel .slide-item-rel {
    padding: 0 10px; /* Итоговый отступ между карточками будет 30px (15 + 15) */
    box-sizing: border-box;
}

/* Чтобы убрать лишние отступы по бокам всего слайдера (опционально) */
.hero-slider-prod-rel {
    margin: 0 -10px;
}

.img-slide-main {
    margin: 0 auto;
}

.slider-main-item-wraper {
    position:relative;
}
.slider-main-item-btn {
    position: absolute;
    bottom: 35%;
    transform: translateY(-35%);
    left: 14.5%;
    transform: translateX(-14.5%);
    z-index: 10;
}

@media (max-width: 1120px) {
    .slider-main-item-btn {
        position: absolute;
        bottom: 32%;
        transform: translateY(-32%);
        left: 15.5%;
        transform: translateX(-15.5%);
        z-index: 10;
    }

    .btn-outline-custom {
        
    }
}
@media (max-width: 768px) {
    .slider-main-item-btn {
        position: absolute;
        bottom: 32%;
        transform: translateY(-32%);
        left: 16%;
        transform: translateX(-16%);
        z-index: 10;
    }

    .btn-outline-custom {
        font-size: 0.45rem;
    }
}

@media (max-width: 576px) {
    .slider-main-item-btn {
        position: absolute;
        bottom: 23%;
        transform: translateY(-23%);
        left: 18%;
        transform: translateX(-18%);
        z-index: 10;
    }
    .btn-outline-custom {
        font-size: 0.40rem;
    }
}

.hero-slider-prod-rel .slick-prev::before, .hero-slider-prod-rel .slick-next::before {
    color: #403228;
    opacity:1 !important;
}