﻿@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;
}

: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 {
    min-height: 600px;
    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;
    }

    .hero-slide {
        min-height: 420px;
    }

    .slider-wrapper {
        padding:0 !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.15rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
}

.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: #222222;
        color: #ffffff;
        border-color: #222222;
    }

/* Темные карточки */
.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: contain;
    background-position: center right;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* Подвал */
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;
}

.footer-logo img{
    width:35% !important;
}

.bg-news {
    background: url('/ii/bg-news.png') left top no-repeat;
    background-size: contain;
}

.bg-contacts {
    background: url('/ii/bg-contacts.jpg') left top no-repeat;
    background-size: cover;
}

.title-main {
    font-family: Circe-Light;
}

.news-list-bb {
    margin: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: var(--font-serif);
    color: #D2937A;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.25;
    font-weight: 500;
}

/* Секция 1: Главный текст О Бренде */
.about-hero-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    letter-spacing: 3px;
    font-weight: 400;
    color: #222222;
    margin-top:-80px;
}

.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: 0.82rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 0.6rem;
}

.advantage-desc {
    font-size: 12pt;
    color: #30271F !important;
    max-width: 260px;
    margin: 0 auto;
    line-height: 1.45;
}

/* Секция 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);
}

.bg-about-1 {    
    min-height: 600px;
}
.bg-about-1-container {
    background: url('/ii/about1.png') no-repeat top right;
    background-size: cover;
}

@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;
        }

    .onas-5{
        margin-top: -15px !important;
    }
    .wrapper-contact-address {
        margin: 80px 0 !important;
    }

    .sup-header{
        margin-bottom:-5px;
        padding-bottom:20px !important;
    }
}

.fs-about {
    font-size:14pt;
}

.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-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;
}

@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-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;
}
/*coo*/