/*------------------ custom bg ------------*/
:root {
    --background-color: #f5f5f5;
}
.index__content {
    background-color: #f5f5f5;
}
.products-thumbs_slider::before {
    background: linear-gradient(to left, #ffffff00, #f5f5f5);
}
.products-thumbs_slider::after {
    background: linear-gradient(to right, #ffffff00, #f5f5f5);
}
.product-thumb{
    background-color: #f5f5f5;
}
.brands-thumbs_slider::before {
    background: linear-gradient(to left, #ffffff00, #f5f5f5);
}
.brands-thumbs_slider::after {
    background: linear-gradient(to right, #ffffff00, #f5f5f5);
}
.categories-mini__swiper::before {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #f5f5f5 10px);
}
.categories-mini__swiper::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f5f5f5 10px);
}
.products-slider_mini::before {
    background: linear-gradient(to left, #ffffff00, #f5f5f5);
}
.products-slider_mini::after {
    background: linear-gradient(to right, #ffffff00, #f5f5f5);
}
.posts-thumbs_slider::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #f5f5f5);
}
.posts-thumbs_slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5);
}
.product-feature__name {
    background: #f5f5f5;
}
.pages-tree {
    background: #f5f5f5;
}
.products-mini_slider::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #f5f5f5);
}
.products-mini_slider::after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5);
}

/*------------------ custom header ------------*/
.header .header__bottom-bar, .header .header__middle-bar, .header .header__top-bar {
    background-color: #1A1A1A;
}
.page_searchpro .searchpro__field-container {
    border: 1px solid rgb(229 229 229 / 5%)!important;
    background: rgb(255 255 255 / 3%)!important;
}
.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label {
    background-color: rgb(250 250 250 / 3%);
    border-radius: 8px;
}
.page_searchpro .searchpro__field-button {
    color: #686868;
}
.header-top-bar__container-address,
.link.ordercall-button.call-back-button,
.header-top-bar-contacts__phone-link,
.svg-icon.link-box__icon.dropdown__icon {
    color: #ccc;
}
a.link.ordercall-button.call-back-button:hover{
    color: #C6AA63;
}
a.button.button_rect.button_fill.header-bottom-bar-links__link.hide-links-menu__link.catalog-category-button:hover {
    color: #fff;
    background-color: #c6aa63;
    transition: all .2s linear;
}
.header-middle-bar-shop-catalog-button.button_active {
    background-color: #c6aa63;
}
.header__bottom-bar {
    margin-top: -10px;
    padding-bottom: 5px;
}
.header-middle-bar-shop-catalog-button {
    color: #999;
}
.dropdown-links.dropdown-links_separated.header-top-bar-contacts__dropdown {
    padding-top: 7px;
}
.header__floating-bar .header-top-bar-contacts__item {
    color: #999;
}
.header__floating-bar a.link.ordercall-button.call-back-button {
    color: #999;
    border-bottom: 1px dashed #4d4d4d;
}
.header__floating-bar a.link.ordercall-button.call-back-button:hover {
    color: #C6AA63;
}
.header__floating-bar .header-top-bar__container-contacts {
    padding-right: 30px;
    padding-left: 0;
}
/*------------------ custom header ------------*/

.header-top-bar__container {
    height: 36px;
}
.header-floating__logo-desc {
    line-height: 10px;
}
.header-middle-bar-shop__search-container {
    padding: 0 30px;
}
.header-middle-bar__container-logo-desc {
    margin-right: 50px;
}
.header-middle-bar-shop-catalog-button {
    display: inline-flex;
    height: 40px;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1px;
    text-transform: uppercase;
}
.header-bottom-bar-links__link {
    text-transform: uppercase;
}
a.button.button_rect.button_fill.header-bottom-bar-links__link.hide-links-menu__link.catalog-category-button {
    color: #999999;
}
.blog-post-page__content-container {
    margin-top: 15px;
    font-size: 16px;
}
.header-bottom-bar-links__item-container_blocks .header-bottom-bar-links__link {
    transition: all linear .1s;
}
.header-bottom-bar-links_additional > li:first-child a {
        display: none;
    color: #C6AA63;
    padding: 12px 6px;
}
.header-bottom-bar-links_additional > li:nth-child(2) a {
    color: #C6AA63;
    padding: 12px 8px;
}
.header-bottom-bar-links_additional > li:nth-child(2) a:hover {
    color: #fff;
    background-color: #C6AA63;
    padding: 12px 8px;
    border-radius: 12px;
}
a.brands-dropdown-button.button.button_rect.button_fill.header-bottom-bar-links__link {
    padding: 12px 8px;
        color: #c6aa63;
}
a.brands-dropdown-button.button.button_rect.button_fill.header-bottom-bar-links__link:hover {
    background-color: #c6aa63;
    color: #fff;
    border-radius: 14px;
}
.header-floating__dropdown-btn {
    font-size: 13px;
    color: #999;
}
.burger-icon__element {
    background-color: #999;
}
.header-floating__dropdown-btn .burger-icon__element {
    background-color: #686868;
}

.header-floating {
    background-color: rgb(27 27 27 / 97%);
}
.header-top-bar__container-address {
    font-size: 13px;
    line-height: normal;
    color:#999999;
}
.header-top-bar {
    font-size: 13px;
    background-color: #141414;
}
.header-middle-bar-shop-links__item+.header-middle-bar-shop-links__item .icon-box__content, .header-middle-bar-shop-links__item .icon-box__content{
    display: none;
}
.lightGallery-white-theme .lg-download.lg-icon {
    display: none;
}
input.searchpro__field-input.js-searchpro__field-input {
    color: #999;
}
}
nav.header-bottom-bar__container-links.header-bottom-bar__container-links_reverse {
    display: flex;
    justify-content: center!important;
}
.oc-light-form__content {
    border-radius: 14px!important;
}
button.oc-light-form-button.oc-light-form__submit-button {
    border-radius: 14px;
}
input.oc-light-form-input-text.oc-light-form-input-text_fill.oc-light-form-field__input.ordercall-insert-phone, textarea.oc-light-form-textarea.oc-light-form-field__input {
    border-radius: 10px;
}
.oc-light-form .oc-light-form__header {
    font-family: 'Philosopher', sans-serif!important;
    text-align: center;
}
.oc-light-form .oc-light-form-checkbox-box__label, .oc-light-form .oc-light-form-field__label, button.oc-light-form-button.oc-light-form__submit-button {
    font-family: 'Philosopher', sans-serif!important;
}

.product-thumb__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-page__description-text-container img {
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
    width: 100%;
    object-position: center;
    margin-top: 15px;
}
.brand-page__image-container img {
    max-height: 100px;
    border-radius: 14px;
    padding: 10px;
    background-color: #fff;
}
.product-cart-form__brand-img img {
    border-radius: 14px;
    padding: 3px;
    background-color: #fff;
}

.write-review a.inline-link {
    background: #333;
    padding: 10px 15px;
    border-radius: 10px;
}
.write-review a.inline-link:hover {
    background:#d7b56d;
}
.write-review a.inline-link b {
    color: #fff;
}
ul.menu-v.with-icons.reviews-branch li:before {
    position: unset;
    background-color: unset;
}
div#review-form {
    z-index: 2;
    position: relative;
        margin-bottom: 50px;
}
form#review-add-form {
    display: flex;
    max-width: 1100px;
    justify-content: center;
        margin: 0 auto;
}
div#review-form input.save.button {
    background-color: #c6aa63;
}
div#review-form input.save.button:hover {
    background-color: #333;
}
ul.menu-v.with-icons.reviews-branch {
    padding: 0;
    max-width: 700px;
    margin: 50px auto 0;
}
.reviews .reviews-branch li {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 14px;
    margin-bottom: 15px;
        height: min-content;
    overflow: hidden;
}
h4.write-review {
    text-align: center;
}
/* === ПАГИНАЦИЯ === */
ul.menu-h li::before{
    position: unset;
    background-color: unset;
}
.menu-h {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    margin: 50px 0 30px;
    padding: 0;
    list-style: none;
    font-family: inherit;
}
.menu-h li {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.menu-h li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
    line-height: 1;
}
/* ТЕКУЩАЯ СТРАНИЦА */
.menu-h li.selected a {
    background: #c6aa63;
    border-color: #c6aa63;
    color: #FFFFFF;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(198, 170, 99, 0.2);
}
/* ХОВЕР ДЛЯ НЕАКТИВНЫХ СТРАНИЦ */
.menu-h li:not(.selected) a:hover {
    background: #F8F9FA;
    border-color: #c6aa63;
    color: #c6aa63;
}
/* СТРЕЛКА "ВПЕРЕД" */
.menu-h li a.inline-link {
    font-size: 22px;
    line-height: 1;
    padding: 0 16px;
    background: #F8F9FA;
    border-color: #E0E0E0;
    color: #c6aa63;
}
.menu-h li a.inline-link:hover {
    background: #c6aa63;
    border-color: #c6aa63;
    color: #FFFFFF;
}
/* АДАПТАЦИЯ ПОД МОБИЛЬНЫЕ */
@media (max-width: 768px) {
    .menu-h {
        gap: 6px;
        margin: 35px 0 20px;
        flex-wrap: wrap;
    }
    .menu-h li a {
        min-width: 38px;
        height: 38px;
        padding: 0 8px;
        font-size: 15px;
        border-radius: 10px;
    }
    .menu-h li a.inline-link {
        padding: 0 12px;
        font-size: 20px;
    }
}
/* МИКРО-АНИМАЦИЯ ПРИ КЛИКЕ */
.menu-h li a:active {
    transform: scale(0.95);
}
/* ОБНУЛЕНИЕ ВСЕХ ВОЗМОЖНЫХ НАСЛЕДУЕМЫХ СТИЛЕЙ */
.menu-h,
.menu-h li,
.menu-h li a,
.menu-h li.selected a,
.menu-h li a.inline-link {
    vertical-align: middle;
    box-sizing: border-box;
}
.menu-h li a,
.menu-h li.selected a {
    line-height: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.brand-page__additional-description-container {
    margin-top: 60px;
    margin-bottom: 40px;
}

.sidebar-block.sidebar-pages {
    background-color: transparent;
}
.photos-thumbs,.photos-albums {
    justify-content: center;
}
.photos-home-page h1.title.title_h1, .photos-album-page__header-text-container {
    text-align: center;
}
.photos-photo-thumb__image-container {
    border-radius: 14px;
    overflow: hidden;
}
.photos-album__name-container {
    height: 30px;
}

/*------------------ hover -links -------*/
.header-top-bar .link-box_style_alt-gray:hover, .header-top-bar .link-box_style_alt-gray:hover .link-box__icon, .header-top-bar .link-box_style_alt-gray:hover .link-box__link, .header-top-bar .link-box_style_alt-gray:hover .pseudo-link-box__icon, .header-top-bar .link-box_style_alt-gray:hover .pseudo-link-box__link, .header-top-bar .link_style_alt-gray:hover, .header-top-bar .link_style_alt-gray:hover .link-box__icon, .header-top-bar .link_style_alt-gray:hover .link-box__link, .header-top-bar .link_style_alt-gray:hover .pseudo-link-box__icon, .header-top-bar .link_style_alt-gray:hover .pseudo-link-box__link, .header-top-bar .pseudo-link-box_style_alt-gray:hover, .header-top-bar .pseudo-link-box_style_alt-gray:hover .link-box__icon, .header-top-bar .pseudo-link-box_style_alt-gray:hover .link-box__link, .header-top-bar .pseudo-link-box_style_alt-gray:hover .pseudo-link-box__icon, .header-top-bar .pseudo-link-box_style_alt-gray:hover .pseudo-link-box__link {
    color: #C6AA63;
}
.header-bottom-bar-links_additional .header-bottom-bar-links__link:hover {
    color: #fff;
    background-color: #C6AA63;
    padding: 12px 6px;
    border-radius: 12px;
}
.link_style_hover:hover {
    color: #C6AA63;
}

.header-middle-bar-shop-links_size_xl .icon-box:hover .link-box__icon, .header-middle-bar_compact .icon-box:hover .link-box__icon, .link_style_black:hover {
    color: #C6AA63;
}
.content-decorator a:hover, .link-box:hover .link-box__link, .link-box:hover .link-box__link_black, .link-box_style_light:hover .link-box__icon, .link-decorator a:hover, .link:hover {
    color: #C6AA63;
}
.category-thumb:not(.category-thumb_text-on-img):hover .category-thumb__name {
    color: #C6AA63;
}
.category-compact:hover .category-compact__name {
    color: #C6AA63;
}
.add-to-cart:hover:not(:disabled){
    background-color: #C6AA63;
}
.header-floating__dropdown-btn_open {
    background-color: #C6AA63 !important;
    color: #686868;
    border-color: #C6AA63;
}
.banner-panel__content-container {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2px;
}
.banner-panel__container .button:hover {
    background-color: rgb(51 51 51 / 80%) !important;
}
.info-panel__close-button {
    color: #fff;
}
.home-about__content {
    justify-content: center;
}
.home-about__img-block img {
    border-radius: 10px;
}
.category-thumb__image {
    object-fit: cover;
    padding: 15px;
}
a.category-thumb {
    transition: all .2s linear;
    gap: 0;
    background-color: #fefefe;
    border-radius: 14px;
}
a.category-thumb:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .07);
}
.category-thumb__text {
    padding: 0 15px 20px 15px;
    margin-top: -5px;
}
.category-mini {
    background: #e5e5e5;
    padding: 8px 20px;
    border-radius: 14px;
}
.category-mini:hover {
    background-color:#c6aa63;
    color:#fff;
}
.page-separator__inner {
    background: transparent;
}
button.products__lazy-load-button.button.button_style_light.button_size_l.button_wide,
button.categories-thumbs__show-button.toggle-block__button.button.button_style_gray.button_size_l.button_wide{
    background-color: #e5e5e5;
}
button.products__lazy-load-button.button.button_style_light.button_size_l.button_wide:hover,
button.categories-thumbs__show-button.toggle-block__button.button.button_style_gray.button_size_l.button_wide:hover{
    background-color: #c6aa63;
    color:#fff;
}

.blocks__item.blocks__item_home.blocks__item-categories .home-block_custom_bg {
    padding-top: 50px;
    padding-bottom: 70px;
}
.home-block_custom_bg .categories-thumbs__wrapper {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.products-thumbs__wrapper {
    gap: 40px 40px;
}
.product-thumb__info a.product-thumb__name {
    font-size: 18px;
}
.product-thumb__price {
    font-size: inherit;
}
.button_style_transparent_gray {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
}
.product-feature__value a.link {
    text-decoration: underline;
}
.home-about {
    gap: 64px;
}

.maps{
    width:100%;
    height:100%;
    position:relative;
    background-color: #f5f5f5;
    padding-top: 50px;
}
.info-container {
    max-width: var(--max-container-width);
    min-height: 600px;
    margin: 0 auto;
    padding: 0 24px;
} 
.info-block {
    position: absolute;
    width: 35%;
    top: 100px;
    z-index: 2;
    background-color: rgb(255 255 255 / 80%);
    backdrop-filter: blur(2px);
    border-radius: 14px;
    padding: 40px 70px 80px 70px;
    font-size: 150%;
}
.call-back-button.button.button_style_color.button_size_xl.button_wide {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 18px 18px;
    border-radius: 14px;
}
.call-back-button.button.button_style_color.button_size_xl.button_wide {
    width: 100%;
    text-transform: uppercase;
}
.info-block a{
    margin-top:15px;
}
.maps:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    background-color: #f5f5f5;
}
.maps iframe {
    opacity: 0.9;
    z-index: 1;
    position: absolute;
    top: 50px;
}

.swiper-slide-thumb-active>.product-images__thumb {
    border-color: #c6aa63;
}
.product-images__image img {
    background-color: #fff;
}
.product-cart-form__container-image {
    padding-right: 60px;
}
.advantages__item {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.block__header_text {
    justify-content: center;
    margin-bottom: 45px;
}
.brands-search .brands-letters {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.brands-letters__title.title.header_h3 {
    color: #686868;
}
li.brands-letters__item.link {
    font-size: 1.35em;
    padding: 5px;
}
li.brands-letters__reset {
    line-height: 2;
}
.brands-search .brands-letters__list {
    padding-left: 0;
    gap: 0px;
}
.brands-search .brands-letters__item:hover, .brands-search .brands-letters__reset:hover {
    color: #c6aa63;
}
.brand-page__categories-container .categories-thumbs__wrapper {
    display: grid;
    gap: 24px 24px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
}
.blog-post-page {
    max-width: 970px;
    margin: 0 auto;
}
.blog-post-page__author-container.r-hidden-md {
    display: none;
}
.blog-post-page__rss-container {
    display: none;
}
.blog-post-page__content-container img {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    border-radius: 14px;
}
.product-cart-form__sub-block.product-cart-form__sub-block_services .block__header.block__header_text {
    justify-content: flex-start;
}
.content-tabs__contents .block__header.block__header_text {
    justify-content: flex-start;
}



.col-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.col-2 > div {
    flex: 1;
    min-width: 300px;
    background-color: white;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.00);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.col-2 > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.col-2 h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f6f6f6;
}
.col-2 h3 {
    margin: 25px 0 15px;
}
.col-2 p {
    margin-bottom: 15px;
}
.col-2 ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.col-2 li {
    margin-bottom: 8px;
    padding-left: 5px;
}
.delivery-section h2 {
    border-bottom-color: #f6f6f6;
}
.payment-section h2 {
    border-bottom-color: #f6f6f6;
}
.col-2 .highlight {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 14px;
    margin: 20px 0;
}
.col-2 .note {
    font-style: italic;
    color: #7f8c8d;
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .col-2 {
        flex-direction: column;
    }
    .col-2 > div {
        width: 100%;
    }
}


.info-about {
    gap: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img.info-about__img {
    border-radius: 14px;
}
.info-about__content {
    flex: 50%;
}
.info-about__img-block {
    flex: 50%;
}

/*------------------------------PHOTO------------------*/
.photos-album-page__header-container {
    flex-direction: column;
}
.photo-tags {
    display: flex;
    margin: 30px 0;
    flex-wrap: wrap;
    flex-direction: row;
        justify-content: center;
}
.photo-tags a {
    text-decoration: none;
    background: #e5e5e5;
    color: #1b1b1b;
    padding: 10px 20px;
    margin: 5px 5px;
    border-radius: 14px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    hyphens: auto;
}
.photo-tags a:hover {
    background-color: #c6aa63;
    color: #fff;
}


/*------------------------------contacts------------------*/
.subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    text-align: center;
    position: relative;
    top: -10px;
}
/* Основное содержание */
.contacts-content {
    margin-top: 40px;
    margin-bottom: 60px;
}
.contact-info-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}
.contact-card {
    background-color: #fff;
    border-radius: 14px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.00);
    transition: all 0.3s linear;
    cursor: pointer;
}
.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.contact-text h3 {
    margin-bottom: 8px;
}
.contact-detail {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    color: #c6aa63;
}
.contact-note {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}
/* Карта */
.map-section {
    margin-bottom: 50px;
}
.map-title {
    font-weight: 600;
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.map-container {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    height: 350px;
    background-color: #f0f5ff;
    position: relative;
}
.map-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/* Информация о транспорте */
.transport-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.transport-option {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
}
.transport-option:hover {
    background-color: #fff;
    transform: translateY(-3px);
}
.transport-icon {
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    padding: 5px;
    flex-shrink: 0;
    opacity: 0.8;
}
.transport-details h4 {
    margin-bottom: 8px;
}
.transport-details p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}
/* Часы работы */
.working-hours {
    background-color: #fafafa;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
}
.working-hours h2 {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.working-hours h2 i {
    margin-right: 10px;
    color: #4a6491;
}
.hours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.day-hour {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.day {
    font-weight: 600;
}
.hour {
    font-weight: 600;
    background-color: #fcfcfa;
    padding: 5px 15px;
    border-radius: 20px;
}
/* Футер */
.contacts-footer {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 25px;
    font-size: 0.95rem;
}
.contacts-footer p:first-child {
    margin-bottom: 10px;
    font-weight: 600;
}
.contacts-footer p:last-child {
    opacity: 0.8;
}
.contacts-content a.call-back-button.button.button_style_color.button_size_xl.button_wide {
    margin-top: 40px;
    font-size: 16px;
    color:#fff;
}
.contacts-content a.call-back-button.button.button_style_color.button_size_xl.button_wide:hover {
    color: #c6aa63;
}

.photos-photo-page__info-container {
    display: none;
}
.photos-album-page__back-button-container.r-hidden-md {
    display: none;
}

/* Адаптивность */
@media (max-width: 768px) {
    .contacts-content {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .contact-info-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contact-card {
        padding: 20px;
    }
    .transport-info {
        grid-template-columns: 1fr;
    }
    .map-container {
        height: 250px;
    }
    .hours-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .contact-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .working-hours {
        padding: 20px;
    }
    .day-hour {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
/*------------------------------contacts-end-----------------*/

.services-container {
    margin: 0 auto;
    background-color: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

/* Шапка страницы */
.services-hero {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: var(--white);
    padding: 70px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.content-decorator p.hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align:center;
}

/* Основной контент */
.services-content {
    padding: 60px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background-color: var(--white);
}

.services-intro {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 2px dashed #e2e8f0;
}

.services-intro p {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
}

/* Карточки услуг */
.service-category {
    margin-bottom: 40px;
}

.category-title {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 30px;
    padding: 0 20px 10px;
    border-bottom: 2px solid #eee;
}

.service-item {
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 5px solid var(--primary-light);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    border-left-color: var(--accent);
}

.service-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.service-desc {
    color: var(--text-light);
    font-size: 1rem;
}

/* Блок итальянского дизайнера (акцент) */
.designer-highlight {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #fff9e6, #c6aa63);
    border-radius: 14px;
    padding: 40px;
    margin-bottom: 30px;
    border: 2px solid var(--accent);
    display: flex;
    align-items: center;
}
.designer-text h3 {
    margin-bottom: 10px;
}
.designer-text p {
    font-size: 1.1rem;
    color: #8b6b2a;
}
/* Блок дополнительных услуг */
.additional-services {
    grid-column: 1 / -1;
    background-color: var(--primary-dark);
    color: var(--white);
    border-radius: var(--radius);
    padding: 0 50px;
    margin-top: 20px;
    text-align: center;
}
.additional-services h2 {
    margin-bottom: 30px;
    color: var(--white);
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
.additional-service {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}
.additional-service:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}
.additional-service h4 {
    margin-bottom: 10px;
}
/* Футер страницы */
.services-footer {
    background-color: var(--primary-dark);
    color: var(--white);
    text-align: center;
    margin-bottom: 30px;
}
.services-footer a {
    color: var(--button-text-color);
}

/* Адаптивность */
@media (max-width: 992px) {
    .services-content {
        grid-template-columns: 1fr;
        padding: 40px 30px;
    }
    .designer-highlight {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .services-hero {
        padding: 50px 20px;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .services-content {
        padding: 30px 20px;
    }

    .category-title {
        font-size: 1.5rem;
    }

    .additional-services {
        padding: 30px 20px;
    }
}





@media (min-width: 1200px) {
.brands-thumbs {
    --cols-count: 6;
}
}
@media (min-width: 1024px) {
.brand-page__image-container {
    width: 150px;
}
.brand-header__container {
    justify-content: center;
}
.brand-page__description-text-container {
    text-align: center;
}
.categories-mini__swiper .categories-mini__list {
    justify-content: center;
    margin-bottom:20px;
}
}

@media (max-width: 1023px) {
.r-header__list-item-link_phone {
    border-color: rgb(0 0 0 / 07%);
}
img.r-header-logo__image {
    width: 100%;
    height: 100%;
}
.r-footer-main__logo img {
    max-width: 100px;
}
.r-header-menu__tiggle svg, .r-header__list-item-link>svg {
    display: block;
    height: 20px;
}
.r-header__list-item-link_phone span.icon-box__content svg {
    width: 22px;
}
.info-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100vw;
    min-height: 500px;
}
.info-block {
    width: 100%;
    padding: 10px 25px 35px 25px;
    font-size: 110%;
    box-sizing: border-box;
}
.maps iframe {
    height: 500px;
}
a.call-back-button.button.button_style_color.button_size_xl.button_wide {
    font-size: 14px;
    margin-top: 10px;
}
.info-about {
    flex-flow: column;
    gap: 32px;
}
.info-about__content {
    flex: 100%;
    order: 2;
}
.info-about__img-block {
    flex: 100%;
    order: 1;
}

}

