/*#catalog .product-image-wrapper::before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 293px;
    background: rgb(245, 247, 249, 0.1);
    backdrop-filter: brightness(0.99);
    border-radius: 3px;
    z-index: 1;
}
*/

.mega-menu-left {
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.text-overlay span {
		margin-bottom: 0!important;
	}
	.text-overlay div {display:none;}
	.overlay {height: 80px!important;}
	
	.text-overlay {padding: 0;}
	
	#video .text-overlay {
        padding-top: 0px!important;
    }
	
	.mobile-menu {
		z-index: 9999999999!important;
	}
	
	.product-item:hover .main-image {
		opacity: 1;
	}
    #aboutus .col-12, #podarok .col-12   {
        text-align: center;
    }

    #aboutus .btn, #podarok .btn {
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
    }
	
	#aboutus p.desc-text {
		margin: 0 auto;
	}
	
	#serving_result {
		margin-bottom: 1rem;
	}
}

@media (min-width: 1900px) and (max-width: 1920px) {
    #serving_result .pagination-controls {
        margin-top: 1rem;
    }
}


/* До 1900px */
@media (max-width: 1900px) {
    p.desc-text {
        max-width: 330px !important;
    }
}

/* До 1920px */
@media (max-width: 1920px) {
    p.desc-text {
        max-width: 400px !important; /* поставь нужное значение */
    }
}

html .tab-content h2 {
    margin: 0 0 1.5rem 0;
}

@media screen and (max-width: 991px) {
    .search-mobile input[type="text"] {
        font-size: 16px !important;
        min-height: 40px;
        padding-left: 40px;
        line-height: 1.2;
    }
}

.overlay-card__metro {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: baseline !important;
}

.transport-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 768px) {
    #home-collections .nav-pills--scroll {
        margin-left: 2%;
    }


    #status-icon {
        display: none !important;
    }

    #complete .rebild {
        margin-right: unset!important;
    }
}


/* fixed header new */

/*.header-fixed-new .logo img {*/
/*    max-width: 133px !important;*/
/*}*/

/*.header-fixed-new header {*/
/*    max-height: 82px;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 1000;*/
/*}*/

/*.header-fixed-new .top-back {*/
/*    height: 82px !important;*/
/*}*/

/*.header-fixed-new .right-icons {*/
/*    height: 100%;*/
/*    align-items: center;*/
/*    margin-top: unset !important;*/
/*}*/

/*.header-fixed-new header .col-xxl-9 {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.header-fixed-new .mega-menu,*/
/*.header-fixed-new .phone-header-block,*/
/*.header-fixed-new .search-header-block,*/
/*.header-fixed-new .cart-header-block {*/
/*    top: 82px !important;*/
/*    position: fixed;*/
/*}*/

/*.header-fixed-new header .col-xxl-9.col-md-8 > .row.mb-4,*/
/*.header-fixed-new header .right-menu {*/
/*    display: none;*/
/*}*/

/*.header-fixed-new header .col-md-5.position-relative {*/
/*    height: 82px;*/
/*}*/

/*.header-fixed-new header {*/
/*    left: unset;*/

/*}*/

/*.header-fixed-new .main-menu {*/
/*    gap: 60px !important;*/
/*}*/


/*@media (min-width: 2500px) {*/
/*    body.header-fixed-new, header {*/
/*        max-width: 2120px;*/
/*        margin: 0 auto;*/
/*    }*/

/*}*/

/* end fixed header */


@media (min-width: 2500px) {

    .wrapper, body {
        max-width: 2120px;
        margin: 0 auto;
    }

    body.fixed {
        position: relative !important;
    }

}


.section--list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 12px;
    overflow-x: auto !important;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 8px 40px;
    margin: 0;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.section--list::-webkit-scrollbar {
    display: none;
}

.section--list::before,
.section--list::after {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

#serving_result .section--list::before {
    left: 0;
    background: linear-gradient(to right, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}


.section--list.overflow-x-scroll {
    justify-content: center !important;
}

#serving_result .section--list::after {
    right: 0;
    background: linear-gradient(to left, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}

.section--item {
    flex: 0 0 auto;
}

.section--item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}


b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

#catalog {
    margin-top: 2.25rem !important;
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 263px;
    background: rgb(245, 247, 249, 0.1);
    backdrop-filter: brightness(0.99);
    border-radius: 3px;
    z-index: 1;
}

.image-container .img-product:first-child {
    padding: 30px;
}


h2 {
    line-height: 1 !important;
}

#socbrand .right-col {
    padding-top: 20px;
    padding-bottom: 20px;
}


#serving_result .buttons-block {
    margin-top: 15px;
}

#pills-tabContent {
    min-height: 640px;
}

#added2Basket button .icon-right {
    display: none;
}


.section--list {
    justify-content: center;
}

.product-image .product-image-wrapper_item:first-child img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 308px;
    background: rgba(245, 247, 249, 0.1);
    backdrop-filter: brightness(0.99);
    border-radius: 3px;
    z-index: 1;
}

#home-collections .buttons-block {
    margin-top: 15px;
}

.product-image .product-image-wrapper .product-image-wrapper_item:first-child img {
    padding: 30px;
}

.smart-filter--fly.open .smart-filter--body {
    overflow-y: scroll;
    max-height: 100%;
}

#added2Basket .product-name {
    display: contents;
}

#added2Basket .product-item {
    min-height: 450px;
}

#added2Basket .info-product {
    justify-content: space-between;
}

.mark-item {
    border-radius: 2px;
    background: #b5b5b5;
    line-height: 1;
    padding: 5px 10px;
    font-size: 10px;
    width: auto !important;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

#collection-main #pills-tabContent {
    min-height: min-content;
}

body.fixed {
    position: unset;
    width: unset;
}


.smart-filter--fly form {
    height: 86vh !important;
    overflow: unset !important;;
}


.article-main {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}

.article-main--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
}

.article-main--item:nth-last-child(-n+2) {
    border-bottom: 1px solid #ECECEC;
}

.article-main--item img {
    margin-top: -5px;
    margin-bottom: 5px;
    max-height: 52px;
}

.article-main--text {
    text-transform: uppercase;
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    .breadcrumbs {
        margin-top: 0;
        font-size: 14px;
    }

    .row:has(.breadcrumbs) {
        margin-bottom: 25px;
    }

    .article-main--item {
        aspect-ratio: 1;
        text-align: center;
        justify-content: start;
        padding: 2.85rem 15px 15px;
    }

    .article-main--item:nth-child(even) {
        border-right: 1px solid #ECECEC;
    }

    .article-main--item img {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .article-main--text {
        font-size: 16px;
    }


}


.article-popular {
    background: #F6F6F6;
    max-width: 34.25%;
    width: 100%;
    padding: 40px 65px;
    max-height: fit-content;
    min-width: 443px;
}

.article-popular--list {
}

.article-popular--list + .article-popular--list {
    border-top: 1px solid #D8D8D8;
    margin-top: 2.8rem;
    padding-top: 2.8rem;
}

.article-popular--title {
    display: inline-flex;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    margin-bottom: 2.35rem;
}

.article-popular ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    letter-spacing: -0.0375rem;
}

.article-popular--list ul li {
    margin-bottom: 1.6rem;
    line-height: 1.1875rem;
}

@media screen and (max-width: 1199px) {

    #socbrand .right-col img {
        border-radius: 220px 220px 220px 220px !important;
        width: 260px;
        height: 468px;
    }

    #socbrand .slick-next {
        right: 5%;
    }

    #socbrand .slick-prev {
        left: 5%;
    }

    #socbrand .slick-track {
        align-items: center;
    }


    #socbrand .right-col video {
        max-height: 468px;
        width: 260px;
    }

    #socbrand .slick-slide {
        height: max-content;
        margin: unset;
    }


    #socbrand {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    #socbrand .slick-arrow {
        height: unset !important;
        width: unset !important;
    }

    .article-popular {
        max-width: 100%;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        min-width: unset;
    }

    .article-popular--title {
        text-align: center;
        display: block;
        margin-bottom: 1.8rem;
    }

    .article-popular ul {
        font-size: 15px;
        letter-spacing: 0;
    }

    .article-popular--list ul li {
        margin-bottom: 1.115rem;
        line-height: 1.125rem;
    }

    .article-popular--list + .article-popular--list {
        margin-top: 0;
        padding-top: 1.8rem;
    }

}


@media screen and (max-width: 991px) {

    #pills-tabContent {
        min-height: unset;
    }

    .smart-filter--fly form {
        height: 82vh !important;;
    }


}

@media screen and (max-width: 768px) {

    #video .text-overlay {
        padding-top: unset;
    }

    #video .text-overlay span {
        padding-left: unset;
        padding-right: unset;
    }

    body.fixed {
        overflow-y: unset;
    }

    .section--list {
        justify-content: unset;
    }

    .product-image-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 263px;
        background: rgb(245, 247, 249, 0.1);
        backdrop-filter: brightness(0.99);
        border-radius: 3px;
        z-index: 1;
    }

    .price-block {
        line-height: 100%;
        margin-bottom: 0.7rem;
    }

    .mark-item {
        border-radius: 5px;
        background: #b5b5b5;
        line-height: 1;
        padding: 3px 5px;
        font-size: 8px;
        width: auto !important;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
    }

    a.product-name span {
        min-height: 64px;
        margin-bottom: 0.7rem;
    }


    .product-image .product-image-wrapper .product-image-wrapper_item:first-child img {
        padding: 15px;
    }

    .product-gap {
        margin-bottom: 1rem;
    }

    .pagination .pagination-list .pagination-item span {
        font-weight: 300;
    }

    .main-name-kol svg {
        display: none !important
    }

    .detail_koll_image {
        padding-bottom: 1rem;
    }

    .main-text-kol p:last-child {
        margin-bottom: 0 !important
    }
}


@media (max-width: 700px) {
    .image-container .img-product:first-child {
        padding: 0px;
    }

    #home-collections .nav-item button {
        font-size: 14px !important;
        padding: 4px 25px !important;
    }

    #tabs-target h2, #collection-main h2, #articles h2 {
        padding: 0 15px !important;
    }

}