/* <!-- all --> */

@charset "UTF-8";

body {
    font: 14px/1.6 Roboto, sans-serif;
    font-family: 'Roboto', sans-serif;


}

img {
    max-width: 100%;
    height: auto;
}

/* a {
    text-decoration: none;
} */

.css_search {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    overflow-wrap: break-word;
    font-weight: 700;
}


h1,
h2,
h3,
h4,
h5,
h6,
.fs_family {
    font-family: Cormorant;
}

.wpcf7-spinner {
    display: none !important;
}

.btn_arrow::before {
    font-family: "bootstrap-icons";
    content: "\F531";
    font-size: 20px;
    margin-right: .5em
}



.shade_hover {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.shade_hover::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(at center center, #ff020200 4%, #BBBBBB29 50%);
    opacity: 1;
    /* Показываем фон по умолчанию */
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.shade_hover:hover::after {
    opacity: 0;
    /* При наведении — исчезает */
}

/* <!-- all --> */

/* <!-- single-items --> */



.accordion-button:focus {
    box-shadow: unset;
}


/* <!-- index --> */

.h-custom {
    height: 300px;
    /* ПК: xl и выше */
}

.h-custom-torsher {
    height: 605px;
    /* ПК: xl и выше */
}




.css_img_h300 {
    height: 300px;
}




.img_breakpoint {
    object-position: 0px -30px;
}

@media (max-width: 1200px) {
    .img_breakpoint_0 {
        object-position: 0px -7px;
    }


    .h-custom {
        height: 200px;
        border-radius: 0px;
        /* Мобильные устройства по умолчанию */
    }

    .h-custom-torsher {
        height: 410px;
        /* ПК: xl и выше */
    }
}

@media (max-width: 992px) {
    .img_breakpoint_0 {
        object-position: 0px -7px;
    }

    .css_img_h300 {
        height: 200px;
    }

    .h2,
    h2 {
        font-size: 24px;
    }

    .h3,
    h3 {
        font-size: 20px;
    }

    .h4,
    h4 {
        font-size: 18px;
    }

    .h5,
    h5 {
        font-size: 16px;
    }

    .h6,
    h6 {
        font-size: 14px;
    }

}




@media (max-width: 768px) {
    .img_breakpoint_0 {
        object-position: -70px -5px;
    }

    .gap-5 {
        gap: 1rem !important;
    }




}

@media (max-width: 576px) {
    .img_breakpoint_0 {
        object-position: 0px -5px;
    }

    .h2,
    h2 {
        font-size: 20px;
    }

    .h3,
    h3 {
        font-size: 18px;
    }

    .h4,
    h4 {
        font-size: 16px;
    }

    .h5,
    h5 {
        font-size: 14px;
    }

    .h6,
    h6 {
        font-size: 12px;
    }

    .css_img_h300 {
        height: 150px;
    }

    .css_card_img_overlay {
        position: relative;
    }

}






.img_breakpoint_1 {
    min-height: 420px;
    object-fit: cover;
}


.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #F4F4F4 !important;
}

.swiper-pagination-bullet {
    background: #D5B56A;

}






.bestsellers-section {
    display: block;
    width: 100%;
    overflow: hidden;
}



.arrow-btn svg {
    display: block;
}



/* <!-- index --> */
/* <!-- page-cooperation.php --> */


/* <!-- page-cooperation.php --> */


/* <!-- page-collection.php page-projects.php --> */

.css_h_img {
    height: 180px;
}

/* <!-- page-collection.php page-projects.php --> */

/* <!-- footer.php --> */



/* /* <!-- footer.php --> */

input[name="fos_mail"] {
    padding-left: 1rem;
}



/* /* <!-- contact.php --> */


div#map {
    position: relative;
}

div#map.no-before:before {
    display: none;
}



div#map:hover:before {
    content: 'Кликните для активации карты';
    background: #000000ab;

}

/* /* <!-- contact.php --> */

/* Корзина */
.cart-btn__counter {
    position: absolute;
    transform: translate(3px, -15px);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: .875em;
}


@media (max-width: 576px) {
    .cart-btn__counter {
        font-size: 12px;
    }
}

/* Корзина */

/* Для нового сайта */

:root {
    --color_0: #ffffff;
    --color_1: #000000;
    --color_2: #F4F4F4;
    --color_3: #999999;
    --link-color: #BA2929;
}

div#map:before {
    cursor: pointer;
    transition: .3s;
    background: transparent;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color_1);
    font-size: 140%;
}

body {
    background: var(--color_1);
    color: var(--color_0);
}



hr {
    border: 1px solid var(--link-color);
}

/* .css_bg {
    background: var(--color_2) !important;
} */

.css_btn_bg {
    --bs-btn-bg: var(--link-color);
    --bs-btn-color: var(--color_0);
}

.css_text_color_0 {
    color: var(--color_0);
}


.css_text_color_1 {
    color: var(--link-color) !important;
}

.css_text_color_2 {
    color: var(--color_3);
}

.css_text_color_3 {
    color: var(--color_0);
}

.css_svg_bg_color_header {
    background: var(--color_1);

}


.form-control {
    background-color: var(--color_1);
    color: var(--color_0) !important;
}

.form-control::placeholder {
    color: var(--color_0);
}

.form-control:focus {
    background-color: var(--color_1);
    box-shadow: 0 0 0 .15rem var(--link-color) 75;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--link-color);
}



.css_border_color {
    border-color: var(--link-color) !important;
}

.btn:hover {
    color: var(--link-color);
    background: var(--color_1);
}

.css_border_color:hover {
    border-color: var(--link-color) !important;
}



.css_type_lamp {
    background: linear-gradient(to top, #000000, #00000000);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color_0);
}

.bg-default_1 {
    background: var(--color_1);
}

.bg-default_2 {
    background: var(--link-color);
}

.bg-default_3 {
    background: var(--color_1);
}

.woocommerce-breadcrumb a {
    text-decoration: underline;
    color: var(--link-color);
}

a {
    color: var(--link-color);

}



.card {
    --bs-card-bg: var(--color_1);
    text-decoration: none;
}

.arrow-btn {
    width: 54px;
    height: 54px;
    border: 1px solid var(--link-color);
    border-radius: 50% !important;
    background-color: var(--color_1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.arrow-btn:hover {
    border-color: var(--color_0);
}

.css_arrow_color {
    stroke: var(--link-color);
}

.nav-item:has(.nav-link.active) {
    border-bottom: 1px solid var(--color_0) !important;
}

.nav-link.active {
    background: var(--color_1) !important;
    color: var(--color_0) !important;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background-color: var(--color_0);
    color: var(--color_1);
}

.accordion-button {
    background-color: var(--link-color);
    color: var(--color_1);

}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.form-control:disabled {
    background-color: var(--color_1);

}

.modal-content {
    background-color: var(--color_1);
}

.btn-close {
    filter: var(--bs-btn-close-white-filter);
}

.fos input::placeholder {
    color: var(--color_0);
}


input.wpcf7-form-control.wpcf7-email {
    color: var(--color_0) !important;
}

/* Для нового сайта */
.shade::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}