/*! Common
------------------
 */
@media screen and (min-width:1260px) {
    .header {
        border-bottom: 1px solid rgba(51, 51, 51, 0.08);
        box-shadow: 0 26px 40px 0 rgba(236, 229, 223, 0.2);
    }

    body:has(.banner-container) .header,
    body:has(.banners_sections_top) .header {
        border-bottom:0;
        box-shadow:none;
    }
}

.swiper-scrollbar-blue {
    left: initial !important;
    width: 100% !important;
}

.tile-line,
.collection-page {
    margin:0 0 64px;
}

.tile-line__text {
    margin:16px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.tile-line__slider {
    padding:0 0 44px;
}

@media screen and (max-width:650px) {
    .collection-slider .swiper-slide {
        width:280px !important;
    }

    .tile-line__text {
        font-size:14px;
        line-height:1.35;
        margin:12px 0 0;
    }
}


/*! Collection Short
------------------
 */
.collection-short {
    display:block;
    color: #333;
    text-decoration:none;
    transition:.3s ease-out;
}

.collection-short:hover {
    color:#366197;
}

.collection-short__img {
    display:block;
    border-radius:8px;
    overflow:hidden;
	height: 290px;
}

.collection-short__img .img {
    transition:.5s ease-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.collection-short:hover .collection-short__img .img {
    transform:scale(1.2);
}

.collection-short__title {
    display:block;
    padding:20px 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.collection-short__title img {
    display:none;
}

@media screen and (max-width:650px) {
    .collection-short__img {
        border-radius:4px;
    }

    .collection-short__title {
        display:flex;
        padding:8px 10px;
        font-size: 16px;
        align-items:center;
        justify-content:space-between;
    }

    .collection-short__title img {
        display:block;
    }
}


/*! Collection Page
------------------
 */
.collection-page {

}

.collection-page__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #333;
    margin:0 0 40px;
}

.collection-page__preview {

}

.collection-page__preview img {
    width:100%;
    display:block;
    height:auto;
    border-radius:8px;
}

.collection-page__desc {
    margin: 24px auto 64px;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #333;
    max-width:920px;
}

.collection-page__slider .swiper {
    overflow:visible;
    cursor:grab;
    user-select:none;
    padding:0 0 44px;
}

.collection-page__slider .swiper-slide a {
    outline:none;
}

.collection-page__slider .swiper-slide img {
    border-radius:8px;
    display:block;
}

@media screen and (max-width:650px) {
    .collection-page__title {
        margin:0 0 24px;
        font-size:22px;
    }

    .collection-page__preview img {
        height:260px;
        object-fit:cover;
    }

    .collection-page__desc {
        margin: 24px auto 40px;
        font-size: 14px;
    }

    .collection-page__slider .swiper {
        padding:0;
    }

    .collection-page__slider .swiper-slide img {
        border-radius:4px;
    }

    .collection-page .swiper-scrollbar-blue {
        display:none;
    }
}


/*! Collection More
------------------
 */
.collection-more .tile-line__items {
    overflow:hidden;
}

@media screen and (max-width:650px) {
    .collection-more .tile-line__items {
        overflow:visible;
    }

    .collection-more .swiper-slide {
        width:280px !important;
        margin:0;
    }
}



/*! Collections Page
------------------
 */
.collections-page {

}

.collections-page__head {
    margin:0 0 32px;
}

.collections-page__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #333;
    margin:0 0 16px;
}

.collections-page__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.collections-page__tags {
    margin:16px 0 0;
    font-size: 14px;
    line-height: 160%;
    color: #333;
    gap:20px;
    display:flex;
    align-items:center;
}

.collections-page__tags-label {
    flex:none;
}

.collections-page__tags-list {
    display:flex;
    gap:6px;
    flex-wrap:wrap;
}

.collections-page__tags-item {
	text-decoration: none;
    background: rgba(51, 51, 51, 0.08);
    display:flex;
    align-items:center;
    height:30px;
    padding:0 12px;
    font-size: 14px;
    color: #808080;
    transition:.3s ease-out;
    border-radius:35px;
}

.collections-page__tags-item:hover {
    background: rgba(51, 51, 51, 0.15);
}

.collections-page__tags-item.--checked {
    background: #366197 !important;
    color:#fff;
}

.collections-page__grid {
    columns:2;
    gap:48px;
}

.collections-page__item {
    display:inline-block;
    width:100%;
    color: #333;
    break-inside: avoid;
    text-decoration:none;
    margin:0 0 24px;
    transition:.3s ease-out;
}

.collections-page__item:hover {
    color:#366197;
}

.collections-page__item-img {
    display:block;
    border-radius:8px;
    height:328px;
    width:100%;
    object-fit:cover;
}

.collections-page__item_big .collections-page__item-img {
    height:467px;
}

.collections-page__item span {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:8px 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    gap:20px;
}

.collections-page__item em {
    flex:none;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(51, 51, 51, 0.16);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collections-page__item em:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(https://sarmamebel.ru/local/templates/design_2023/markup/build//assets/img/ic_arrow_right_grey.svg);
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.collections-page__item:hover em:before {
    background-image: url(https://sarmamebel.ru/local/templates/design_2023/markup/build//assets/img/ic_arrow_right_blue.svg);
}

.collections-page__paging {
    margin:24px auto;
}

.collections-page__paging-more {
    display:flex;
    justify-content:center;
}

.collections-page__paging-more--link {
    background: rgba(51, 51, 51, 0.08);
    height:40px;
    padding:0 40px;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #808080;
    border-radius: 8px;
    display:flex;
    align-items:center;
    text-decoration:none;
    justify-content:center;
    transition:.3s ease-out;
}

.collections-page__paging-more--link:hover {
    background: rgba(51, 51, 51, 0.15);
}

.collections-page__paging-actions {
    margin:24px 0 0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:4px;
}

.collections-page__paging-arrow {
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    transition:.3s ease-out;
    text-decoration:none;
    color: #808080;
    border-radius:8px;
}

.collections-page__paging-arrow:hover {
    background: rgba(51, 51, 51, 0.08);
    color: #333;
}

.collections-page__paging-list {
    display:flex;
    gap:4px;
}

.collections-page__paging-item {
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:8px;
    transition:.3s ease-out;
    text-decoration:none;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #808080;
}

.collections-page__paging-item:hover {
    background: rgba(51, 51, 51, 0.08);
}

.collections-page__paging-item_active {
    background: rgba(51, 51, 51, 0.16) !important;
    color: #333;
}

@media screen and (max-width:650px) {
    .collections-page__title {
        font-size:22px;
    }

    .collections-page__desc {
        font-size:14px;
        line-height:1.35;
    }

    .collections-page__tags-label {
        display:none;
    }

    .collections-page__tags {
        display:block;
    }

    .collections-page__tags-list {
        margin:8px -16px 0;
        overflow-x:auto;
        flex-wrap:initial;
        white-space:nowrap;
        padding:0 16px;
    }

    .collections-page__tags-list::-webkit-scrollbar {
        display:none;
    }

    .collections-page__grid {
        display:flex;
        flex-direction:column;
        gap:0;
    }

    .collections-page__paging-more--link {
        width:100%;
    }
}


/*! Collection Main Section
------------------
 */

