/*!
Theme Name: achosa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: achosa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

achosa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: "Inter", sans-serif;
	color:black;
}
svg{
	display: block;
}
body{
	padding-top:121px;
}
@media(max-width:768px){
	body{
		padding-top:56px;
	}
}

/* Универсальная анимация подчеркивания слева направо */
.link-under {
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

/* Псевдоэлемент для подчеркивания */
.link-under::after {
    content: '';
    position: absolute;
    bottom: -4px;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
    width: 0px;
    -webkit-transform-origin-x: 50%;
    left: 50%;
    transform: translateX(-50%);
}


/* Вариант с разной высотой подчеркивания */
.link-under:hover::after {
    width: 20px;
}


.current-color-name{
	    text-transform: lowercase;
}



.button,.button-a{
	width:227px;
	height:50px;
	border: 1px solid rgba(0, 0, 0, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;
	transition: 0.5s;
	background: transparent;
	cursor: pointer;
}
.button:hover,.button-a:hover{
	background:black;
	color:white;
}

@media(max-width:768px){
	.button-a{
		font-size: 12px;
	}
}

.container{
	width:100%;
	max-width: 1502px;
	padding-left:16px;
	padding-right:16px;
	margin:0 auto;
}



/* Контейнер пагинации (оставляем ваш стиль) */
.custom-pagination {
    right: auto;
    bottom: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: black;
    width: fit-content;
    margin: 0 auto;
}

/* Счетчик текущего слайда */
.current-slide {
    font-size: 12px;
    color: black;
    font-weight: 300;
}

/* КОНТЕЙНЕР ОДНОЙ ПОЛОСЫ (вместо progress-bars-container) */
.progress-bar-container {
    width: 75px;           /* Фиксированная ширина */
    height: 2px;            /* Высота полосы */
      /* Фон (незаполненная часть) */
    overflow: hidden;
    cursor: pointer;
	border-bottom: 1px solid black;
}

/* ЗАПОЛНЕНИЕ ПОЛОСЫ (анимируется) */
.progress-bar-fill {
    width: 0%;
    height: 100%;
    background: black;      /* Цвет заполнения */
    transition: none;       /* Анимация задается через JS */
}

/* Общее количество слайдов */
.total-slides {
    font-size: 12px;
    color: black;
    font-weight: 300;
}

.separator {
    display: none;
}






header{
	background: white;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 10;
}
.header{
	position: relative;
}
.header-menu-cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top:40px;
	padding-bottom:40px;
	gap:10px;
}
.header-menu-catalog{
	display: flex;
	align-items: center;
	gap:20px;
	font-weight: 500;
	font-size: 13px;
	/* line-height: 10px; */
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
}
.header-menu-logo{
	width:200px;
}
.header-menu-logo img{
	display: block;
	width:100%;
}
.header-menu-right{
	display: flex;
	gap:20px;
	align-items: center;
}
.header-menu-search{
	display: flex;

}
.header-menu-mob-catalog{
	display: none;
}
.woocommerce-product-search *{
	transition: 0.5s;
}
.woocommerce-product-search{
	display: flex;
	align-items: center;
	position: relative;
}
.header-menu-search-input{
	display: none;
	border-bottom: 1px solid black;
	padding-left:50px;
	padding-right:50px;
}
.header-menu-search-button{
	cursor: pointer;
	left:0;
}
.header-menu-search-submit{
	border:0;
	background: transparent;
	display: none;
	right:0;
}

.header-menu-like{
	cursor: pointer;
	position: relative;
	

}
.header-menu-like-list-cont{
	position: absolute;
    background: white;
    padding: 30px;
    right: -104px;
	    border: 1px solid #c9c9c9;
	top: 45px;
	width:300px;
	display: none;
}
.header-menu-like:hover .header-menu-like-list-cont{
	display: block;
}
.header-menu-like-list-items{
	overflow-y: scroll;
    height: 200px;
}
.header-menu-like-list-items::-webkit-scrollbar {
	width: 3px;
}
.header-menu-like-list-items::-webkit-scrollbar-track {
	background: transparent; 
	border-radius: 16px;
}
.header-menu-like-list-items::-webkit-scrollbar-thumb {
	background: rgba(153, 153, 153, 1); 
	border-radius: 16px;
}
.header-menu-like-list-items::-webkit-scrollbar-thumb:hover {
	background: rgba(153, 153, 153, 1); 
}
@-moz-document url-prefix() {
    .header-menu-like-list-items {
        scrollbar-width: thin;
        scrollbar-color: rgba(153, 153, 153, 1) rgba(0, 0, 0, 0);
    }
}

.header-menu-like-list-title{
	font-size: 18px;
	margin-bottom: 20px;
}
.header-menu-like-list-item{
	display: flex;
	align-items: flex-start;
	gap:10px;
	margin-bottom: 20px;
}

.header-menu-like-list-item-row{
	position: relative;
}

.header-menu-like-list-item-remove{
	position: absolute;
	top: -6px;
	right: 0;
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	font-size:20px;
}

.header-menu-like-list-item-remove:hover{
	border-color: rgba(0,0,0,0.6);
}

.header-menu-like-list-button-clear{
	
	text-align:center;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	border-bottom: 1px solid black;
	width:fit-content;
	margin:0 auto;
	margin-top: 20px;
}

.header-menu-like-list-item-img{
	width: 80px;
	min-width: 80px;
	height:80px;
	overflow: hidden;
}
.header-menu-like-list-item-img img{
	width:100%;
	object-fit: cover;
}

.header-favorites-count{
	padding: 3px 6px!important;
	background: rgba(0, 0, 0, 1);
	border-radius: 41px;
	color:white;
	font-weight: 700;
	font-size: 10px!important;
	text-transform: uppercase;
	position: absolute;
    top: 16px;
    right: 0;
	border-radius: 100%;
	    right: 6px;
}
.header-menu-contacts{
	font-weight: 500;
	font-size: 13px;
	/* line-height: 10px; */
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;
}
.burger-btn {
            border: none;
            cursor: pointer;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
			background: transparent;
        }

        

        .burger-btn:active {
            transform: scale(0.98);
        }

        /* Контейнер для полосок */
        .burger-icon {
            position: relative;
            width: 20px;
            height: 15px;
        }

        /* Базовые стили для полосок */
        .burger-icon span {
            position: absolute;
            left: 0;
            width: 20px;
            height: 1px;
            background-color: #333;
            transition: all 0.3s ease-in-out;
        }

        /* Позиционирование полосок */
        .burger-icon span:nth-child(1) {
            top: 0;
        }

        .burger-icon span:nth-child(2) {
            top: 7px;
        }

        .burger-icon span:nth-child(3) {
            top: 14px;
        }

        /* Активное состояние - превращение в крест */
        .burger-btn.active .burger-icon span:nth-child(1) {
            transform: rotate(45deg);
            top: 7px;
        }

        .burger-btn.active .burger-icon span:nth-child(2) {
            opacity: 0;
            transform: scaleX(0);
        }

        .burger-btn.active .burger-icon span:nth-child(3) {
            transform: rotate(-45deg);
            top: 7px;
        }
.burger-btn{
	display: none;
}
.header-menu-right .header-menu-catalog{
	display: none;
}

@media(min-width:769px){
	.header-menu-cont{
		transition: 0.5s;
	}
	.header.active .header-menu-cont{
		padding-top:5px;
		padding-bottom: 5px;
	}
	.header.active .header-submenu{
		top:51px;
	}
}

@media(max-width:768px){
	.header-menu-cont{
		padding-top:8px;
		padding-bottom:8px;
	}
	.header-menu-mob-catalog{
		display: block;
	}
	.header-menu-logo{
		order:1;
		width:160px;
	}
	.header-menu-catalog{
		display: none;
	}
	.header-menu-catalog span{
		display: none;
	}
	.header-menu-right{
		order:3;
		gap:9px;
	}
	.header-menu-contacts{
		display: none;
	}
	.header-menu-right .header-menu-catalog{
		display: block;
	}
	.header-menu-search{
		display: none;
	}
	.burger-btn{
		display: block;
	}
	.header-favorites-count{
		font-size: 8px !important;
        padding: 2px 5px !important;
        font-weight: 400;
        right: 6px;
	}
	.header-menu-like-list-cont{
		display: none!important;
	}
}


.header-submenu{
	padding-top: 40px;
	padding-bottom: 40px;
	position: fixed;
	top:121px;
	left:0;
	width: 100%;
	background:white;
}
.header-submenu-cont{
	display: flex;
	justify-content: space-between;
}
.header-submenu-cont > div{
	opacity: 0;
	transition: 0.5s;
}
.header-submenu-cont.active > div{
	opacity: 1;
	transition: 0.5s;
}
.header-submenu-rows{
	display: flex;
	
	gap:40px;
}
.header-submenu-row{
	
}
.header-submenu-row-items{
	display: grid;
	row-gap: 12px;
}
.header-submenu-row.row-1{
	width:196px;
}
.header-submenu-row.row-2 .header-submenu-row-items{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	column-gap:30px;
	width:250px;
}
.header-submenu-row-item{
	display: block;
	width: fit-content;
}
.header-submenu-row-title{
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 20px;

}
.header-submenu-row-item{
	font-weight: 400;
	font-size: 14px;

}
.header-submenu-cards{
	display: flex;
	gap:30px;
}
.header-submenu-card{

}
.header-submenu-card-img{
	display: block;
	width:345px;
	height:345px;
	margin-bottom: 12px;
	overflow: hidden;
	transition: 0.5s;
}
.header-submenu-card-img:hover{
	border: 1px solid black;
}
.header-submenu-card-img img{
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
}
.header-submenu-card-title{
	font-weight: 400;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;

}

.header-mob-menu{

}




.home-main-banner{
	position: relative;
}
.home-main-banner .swiper-wrapper{

}
.home-main-banner-slide{
	width:100%;
	height:1060px;
	background-size: cover;
	background-position: center;
	display: flex!important;
	justify-content: center;
	align-items: center;
}
.home-main-banner-slide-title{
	font-weight: 400;
	font-size: 40px;
	line-height: 10px;
	letter-spacing: 1px;
	color: white;
}
@media(min-width:769px){
    .home-main-banner-slide-title{
        padding-top:815px;
    }
}


/* Контейнер пагинации */
.home-main-banner .custom-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
	bottom:40px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    /* min-width: 280px;
    max-width: 400px; */
	font-size: 12px;
	color: white;
}

/* Счетчик текущего слайда (слева) */
.home-main-banner .current-slide {
    font-size: 12px;
	color: white;
	font-weight: 300;
}

/* Контейнер полоски прогресса (по центру) */
.home-main-banner .progress-bar-container {
    flex: 1;
    display: flex;
    border-bottom: 1px solid rgba(213, 213, 213, 1);
    /* overflow: hidden; */
    cursor: pointer;
    transition: height 0.2s ease;
}
.home-main-banner .progress-bar-fill{
	background:white;
}



/* Общее количество слайдов (справа) */
.home-main-banner .total-slides {
    font-size: 12px;
	color: white;
	font-weight: 300;
}

/* Убираем ненужные элементы */
.home-main-banner .pagination-counter {
    display: contents;
}

.home-main-banner .separator {
    display: none;
}


@media(max-width:768px){
	.home-main-banner-slide{
		height: 500px;
		align-items: flex-end;
		padding-bottom: 95px;
	}
	.home-main-banner-slide-title{
		font-size: 26px;
	}
}



.home-textblock{
	padding-top: 90px;
	padding-bottom: 90px;
}
.home-textblock-title{
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.home-textblock-text{
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	margin:0 auto;
	margin-bottom: 40px;
	max-width: 820px;
	line-height: 22px;
}
.home-textblock-button{
	margin:0 auto;
}

@media(max-width:768px){
	.home-textblock{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.home-textblock-title{
		margin-bottom: 20px;
	}
	.home-textblock-text{
		margin-bottom: 20px;
	}
}


.home-catalog-slider {
    position: relative;
    overflow: hidden;
    padding: 0 0 30px 0;
}

.home-catalog-slider .swiper-slide {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.home-catalog-slider-slide {
    display: block;
    transition: transform 0.3s ease;
}

.home-catalog-slider-slide:hover {
    transform: scale(1.01);
}

.home-catalog-slider-slide-img {
    width: 590px;
    height: 754px;
    overflow: hidden;
    margin-bottom: 10px;
}

.home-catalog-slider-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s;
    transform: scale(1);
}

.home-catalog-slider-slide-img img:hover {
    transform: scale(1.03);
}

.home-catalog-slider-slide-title {
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.home-catalog-slider-slide-title-link{
	display: none;
}

/* Мобильная версия */
@media (max-width: 768px) {
    .home-catalog-slider {
        padding: 0;
		padding-bottom: 100px;
    }
	.home-catalog-slider-slide{
		display: flex;
		flex-direction: column;
	}
	.home-catalog-slider-slide-img{
		order:2;
	}
	.home-catalog-slider-slide-title{
		padding:0;
	}
	.home-catalog-slider-slide-title-link{
		display: block;
		font-weight: 400;
		font-size: 12px;
		text-align: center;
		text-transform: uppercase;
		text-decoration: underline;
		margin-top:12px;
		margin-bottom: 40px;
		transition: 0.5s;
	}
    
    .home-catalog-slider .swiper-slide {
        /* width: 300px !important; */
        padding: 0;
        transition: all 0.3s ease;
    }
    
    /* Активный слайд - полный размер */
    .home-catalog-slider .swiper-slide-active {
        transform: scale(1);
		position: relative;
		z-index: 2;
    }
    
    /* Слайды по бокам - уменьшенные */
    .home-catalog-slider .swiper-slide-prev,
    .home-catalog-slider .swiper-slide-next {
        transform: scale(0.7);
        opacity: 1;
    }
	.home-catalog-slider .swiper-slide-prev{
		position: relative;
        right: -110px;
	}
	.home-catalog-slider .swiper-slide-next{
		position: relative;
        left: -110px;
	}
	.home-catalog-slider .swiper-slide-prev .home-catalog-slider-slide-title{
		opacity: 0;
	}
	.home-catalog-slider .swiper-slide-next .home-catalog-slider-slide-title{
		opacity: 0;
	}
    
    /* Боковые слайды с дополнительным уменьшением на краях */
    
    
    .home-catalog-slider-slide-img {
        width: 100%;
        height: 100%;
        margin-bottom: 8px;
    }
    
    .home-catalog-slider-slide-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .home-catalog-slider-slide-title {
        padding: 8px;
        font-size: 14px;
    }
    
    /* Пагинация */
    .home-catalog-slider .swiper-pagination {
        position: relative;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    
    .home-catalog-slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #ccc;
        opacity: 1;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    
    .home-catalog-slider .swiper-pagination-bullet-active {
        background: #000;
        width: 20px;
        border-radius: 4px;
    }
}





.home-plitka{
	padding-top:90px;
	padding-bottom: 90px;
	
}
.home-plitka-slider .swiper-wrapper{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.home-plitka-block{
	position: relative;
	overflow: hidden;
	height:100%;
}
.home-plitka-block-img{
	display: block;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-plitka-block-cont{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 100px;
	z-index: 1;
}
.home-plitka-block-title{
	color:white;
	font-weight: 400;
	font-size: 40px;
	margin-bottom: 40px;
}
.home-plitka-block-button{
	width:200px;
	height:50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 1);
	color:white;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.5s;
}
.home-plitka-block-button:hover{
	color:black;
	background:white;
}

@media(max-width:768px){
	.home-plitka{
		padding-top:0;
	}
	.home-plitka-slider .swiper-wrapper{
		display: flex;
	}
	.home-plitka-block-cont{
		padding: 16px;
		padding-bottom: 74px;
	}
	.home-plitka-block-title{
		font-size: 24px;
		margin-bottom: 20px;
		max-width: 300px;
	}
	.home-plitka-block-button{

	}
	.home-plitka-slider{
		position: relative;
	}
	.home-plitka-slider .custom-pagination{
		position: absolute;
		left:16px;
		bottom: 42px;
	}
	.home-plitka-slider .custom-pagination .current-slide,.home-plitka-slider .custom-pagination .total-slides{
		color:white;
	}
	.home-plitka-slider .custom-pagination .progress-bar-container{
		border-color: white;
	}
	.home-plitka-slider .progress-bar-container .progress-bar-fill{
		background:white;
	}
	.home-plitka-slider .progress-bars-container .progress-bar-item{
		width:20px;
	}
	.home-plitka-slider .progress-bars-container .progress-bar-item.active{
		background:white;
	}
}




.home-recommendation {
    margin-bottom: 90px;
}

.home-recommendation-title {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.home-recommendation-slider {
    overflow: hidden;
    position: relative;
}
.catalog-main-product{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/* Десктоп стили */
@media (min-width: 769px) {
    .home-recommendation-slider > .swiper-wrapper > .swiper-slide {
        width: 345px;
        flex-shrink: 0;
    }
    
    .home-recommendation-slider .catalog-main-product .swiper-slide {
        height: 518px;
    }
    
    .home-recommendation-slider .catalog-main-product .swiper-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

/* Мобильные стили */
@media (max-width: 768px) {
    .home-recommendation {
        margin-bottom: 60px;
    }
    
    .home-recommendation-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .home-recommendation-slider > .swiper-wrapper > .swiper-slide {
        width: calc(50% - 8px);
        flex-shrink: 0;
    }
    
    .home-recommendation-slider .catalog-main-product .swiper-slide {
        height: auto;
    }
    
    .home-recommendation-slider .catalog-main-product .swiper-slide img {
        height: auto;
        aspect-ratio: 3 / 4;
        object-fit: cover;
    }
	.home-recommendation .catalog-main-product-title span{
		padding-left: 12px;
	}
}



.home-prefooter-banner{
	background-size: cover;
	height:1130px;
}
.home-prefooter-banner .container{
	height:100%;
}
.home-prefooter-banner-conct{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 681px;
	padding-bottom: 100px;
	height:100%;
}
.home-prefooter-banner-title{
	font-weight: 400;
	font-size: 40px;
	color:white;
	margin-bottom: 20px;
}
.home-prefooter-banner-subtitle{
	color:white;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
}
.home-prefooter-banner-text{
	font-weight: 400;
	font-size: 14px;
	color:white;
}

@media(max-width:768px){
	.home-prefooter-banner{
		height:550px;
		    background-position: center;
	}
	.home-prefooter-banner-conct{
		padding-bottom:40px;
		max-width:260px;
	}
	.home-prefooter-banner-title{
		font-size: 24px;
	}
	.home-prefooter-banner-subtitle{
		font-size: 16px;
	}
	.home-prefooter-banner-text{
		font-size:12px;
	}

}




.bread{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap:12px;
	padding-top:40px;
	padding-bottom:40px;
}
.bread *{
	font-weight: 400;
	font-size: 12px;

}



.catalog-filter-cont{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid var(--color-grey-85, rgba(216, 216, 216, 1))
}
.catalog-filter{
	display: flex;
	gap:40px;
}
.catalog-filter-item,.catalog-filter-reset.button-reset{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:10px 13px;
	border-bottom: 2px solid transparent;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	
	position: relative;
	cursor: pointer;
}
.catalog-filter-item.active{
	border-bottom: 2px solid black;
}
.catalog-filter-item-list-item {
	white-space: nowrap;
	text-transform: none;
	font-size: 14px;
	font-width: 400;
	/* min-width: 138px; */
}
.catalog-filter-item-list-item.tip{
	min-width: 138px;
}
.catalog-filter-item.vbr{
	/* border: 1px solid rgba(216, 216, 216, 1); */
	border-bottom: 0;
	position: relative;
}
.catalog-filter-item.vbr::after{
	content: ' ';
	display: block;
	position: absolute;
	bottom:-1px;
	height:2px;
	width:100%;
	background:white;
}
.catalog-filter-item-button{
	display: flex;
	align-items: center;
	gap:10px;
	
}
.catalog-filter-item-button svg{
	transition: 0.5s;
	transform: rotate(0deg);
}
.catalog-filter-item-button.active svg{
	transform: rotate(180deg);
}
.catalog-filter-item-list{
	position: absolute;
	padding:16px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	/* width:376px; */
	gap:12px;
	background: rgba(255, 255, 255, 1);
	/* box-shadow: 0px 0px 21.3px 0px rgba(0, 0, 0, 0.25); */
	row-gap: 12px;
	column-gap: 30px;
	top: 39px;
	left:-1px;
	z-index: 2;
	border: 1px solid rgba(216, 216, 216, 1);
	border-top: 1px solid transparent;
}

.catalog-filter-right{
	display: flex;
}
.catalog-filter-button-plit{
	cursor: pointer;
}
.catalog-filter-button-plit.active svg rect{
	fill:black;
}


.catalog-main{
	padding-bottom:50px;
}
.catalog-main-title{
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 400;
	font-size: 40px;

}
.catalog-main-products {
    display: flex;
    flex-direction: column;
    gap: 30px;
	margin-bottom: 50px;
}
.catalog-main-products-result,.catalog-main-products-result-favor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}


/* Каждая группа - отдельный контейнер с сеткой */
.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.product-item{
	
}
.catalog-main-product-slider{
	width:100%;
	margin-bottom: 16px;
}
.catalog-main-product-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.catalog-main-product-button-favor{
	cursor: pointer;
}
.catalog-main-product-button-favor .noactive{
	display: block;
}
.catalog-main-product-button-favor .active{
	display: none;
}
.catalog-main-product-button-favor.active .noactive{
	display: none;
}
.catalog-main-product-button-favor.active .active{
	display: block;
}
.catalog-main-product-slider .swiper-wrapper {
    display: flex;
    width: 100%;
}
.catalog-main-product-slider .swiper-pagination{
	    position: absolute;
    bottom: 5px;
}
.catalog-main-product-slider .swiper-pagination-bullet{
	margin-left:3px;
	margin-right: 3px;
}
.catalog-main-product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: black;
}

.catalog-main-product-slider .swiper-slide {
    flex-shrink: 0;
    width: 100% !important; /* Принудительно устанавливаем ширину 100% */
    height: auto;
	overflow: hidden;
}
.catalog-main-product-slider .swiper-slide img{
	display: block;
	width:100%;
	object-fit: cover;
}

.catalog-main-product .swiper-slide img{
	width:100%;
	height:518px;
}
.catalog-main-product.big .swiper-slide img{
	width:100%;
	height:1116px;
}
.catalog-main-product-slide-video{
	/* background: #000; */
	overflow: hidden;
}
.catalog-main-product-slide-video .catalog-main-product-video{
	display: block;
	width: 100%;
	height: 518px;
	object-fit: cover;
}
.catalog-main-product.big .catalog-main-product-slide-video .catalog-main-product-video{
	height: 1116px;
}

/* Левая колонка с большой карточкой (верхняя) */
.catalog-main-left {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

/* Правая колонка с сеткой 2x2 (верхняя) */
.catalog-main-right {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
}

/* Средний блок 2x4 */
.catalog-main-midle {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Левая нижняя сетка 2x2 */
.catalog-main-left-bottom {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
}

/* Правая нижняя большая карточка */
.catalog-main-right-bottom {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.catalog-load-more{
	margin:0 auto;
}

@media(max-width:1500px){
    .catalog-main-product .swiper-slide img{
        height:480px;
    }
}
@media(max-width:1200px){
    .catalog-main-product .swiper-slide img{
        height:405px;
    }
}
@media(max-width:1024px){
    .catalog-main-product .swiper-slide img{
        height:335px;
    }
}
@media (max-width: 1440px) and (min-width: 769px) {
    .catalog-main-products-main {
        display: none !important;
    }
    .catalog-main-products-result:not([style*="display: none"]) {
        display: grid !important;
    }
}


@media (max-width: 768px) {
    .catalog-main-products {
        
    }
    .catalog-main-product-slider .swiper-slide{
        
    }
	.catalog-load-more{
		padding:0;
		border:0;
		border-bottom: 1px solid black;
		width:fit-content;
		height:auto;
		
	}
    .catalog-main-title{
		padding-top:0;
		font-size: 24px;
	}
    .catalog-main-products-result,
    .catalog-main-products-result-favor {
        /*grid-template-columns: repeat(2, 1fr);*/
        /*gap: 16px;*/
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        flex-direction: row;
        gap:0;
    }
    .product-item{
        width:49%;
        margin-bottom:16px;
    }
    
    .parent {
        grid-template-columns: repeat(2, 1fr)!important;
		grid-template-rows: auto!important;
        row-gap: 40px!important;
		column-gap: 0px!important;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
    }
    
    /* Для больших карточек (которые занимают 2 колонки) на мобильных */
    .parent .product-item{
        grid-column: none!important;
    	grid-row: none!important;
		grid-column-start: none!important;
		width:49%;
    }
	.catalog-main-product .swiper-slide img{
		height: 290px !important;;
	}
	.catalog-main-product-slide-video .catalog-main-product-video{
		height: 290px !important;
	}
}




.favor-title-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.favor-right-cont{
	display: flex;
	align-items: center;
	gap:12px;
}
.favor-product-count{
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	padding:10px;
}
.favor-create-link{
	display: flex;
	align-items: center;
	gap:20px;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding:10px;
}
.favor-create-link svg{

}

.catalog-main-products-result-favor{
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom:1px solid black;
}

.favor-popup-cont{
	z-index: 20;
	width:100vw;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.767);
}
.favor-popup{
	background: white;
	padding-top:60px;
	padding-bottom: 20px;
	padding-left:16px;
	padding-right:16px;
	position: relative;
	width: 600px;
	max-width: 95vw;
}
.favor-popup-button{
	display: block;
	margin: 24px auto 0;
}
.favor-popup-share{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 24px;
	margin-top: 28px;
}
.favor-popup-share-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-width: 72px;
	color: #000;
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.favor-popup-share-item:hover{
	opacity: 0.65;
}
.favor-popup-share-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid #000;
	border-radius: 50%;
}
.favor-popup-share-icon svg{
	display: block;
}
.favor-popup-share-label{
	font-size: 11px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-align: center;
}
.favor-popup-exit{
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}



footer{
	padding-top:90px;
	padding-bottom:50px;
	background: rgba(54, 53, 53, 1);
}
footer *{
	color:white;
}
.footer-top{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
	gap:15px;
}
.footer-top-row{

}
.footer-logo{
	display: block;
	width:200px;
	margin-bottom: 40px;
}
.footer-logo img{
	display: block;
	width:100%;
}
.footer-soc-title{
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
}
.footer-soc-blocks{
	display: flex;
	gap:28px;
}
.footer-top-row-title{
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
.footer-top-row-text{
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 12px;
	display: block;
	line-height: 22px;
}
.footer-top-row-map{
	display: flex;
	margin-bottom: 12px;
	gap:12px;
	align-items: center;
	color: rgba(127, 127, 127, 1);
	font-weight: 400;
	font-size: 14px;
}
.footer-bottom{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:40px;
	padding-top:40px;
}
.footer-bottom a, .footer-bottom span{
	display: block;
	font-size: 10px;
}

.line{
	padding-top:50px;
	margin-bottom:50px;
	border-bottom:1px solid black;
}

@media(max-width:768px){
	footer{
		padding-top:60px;
		padding-bottom:60px;
	}
	.footer-top{
		grid-template-columns: repeat(1, 1fr);
    	gap: 40px;
	}
	.footer-bottom{
		flex-direction: column;
		gap:12px;
		align-items: flex-start;
	}
	.line{
		border:0;
		padding-top:40px;
		margin-bottom: 40px;
	}
	.favor-product-count{
		display: none;
	}
}


.popup-gallery{
	position: fixed;
	overflow-y: scroll;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index: 100;
	display:none;
}
.popup-gallery-slide{
	display: none;
}
.popup-gallery-slide.active{
	display: block;
}
.popup-gallery-slide img,
.popup-gallery-slide .popup-gallery-video{
	width:100%;
	display: block;
}
.popup-gallery-slide-video{
	background: #000;
}

.popup-gallery-pagination{
	/* width:337px; */
	padding:5px;
	position: fixed;
	top:75px;
	left:40px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap:5px;
	background: white;
}
.popup-gallery-pagination-item{
	position: relative;
	width: 100px;
	height: 150px;
	overflow: hidden;
	cursor: pointer;
}
.popup-gallery-pagination-item img,
.popup-gallery-pagination-item .popup-gallery-pagination-video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.popup-gallery-pagination-item.active{
	border: 1px solid rgba(0, 0, 0, 1);
	box-sizing: border-box;
}
.popup-gallery-pagination-item-video .video-play-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.8;
	pointer-events: none;
	z-index: 2;
}
.popup-gallery-exit{
	cursor: pointer;
	position: fixed;
    top: 50px;
    right: 50px;
}




.product-banner{
	position: relative;
}
.product-banner-slider{
	

}
.product-banner-slide{
	height:1080px;
}
.product-banner-slide img{
	display: block;
	object-fit: cover;
	height: 100%!important;
    width: 100%;
}
.product-banner-pagination{
	/* width:337px; */
	padding:5px;
	position: absolute;
	top:75px;
	left:40px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap:5px;
	background: white;
}
.product-banner-pagination-item{
	width: 37px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
}
.product-banner-pagination-item.active{
	border: 1px solid rgba(0, 0, 0, 1)
}
.product-banner-pagination-item img{
	width: 100%;
	object-fit: cover;
}

.product-banner-info{
	padding:40px 40px;
	background: white;
	position: absolute;
	/*top:128px;*/
	/*right:70px;*/
	z-index: 2;
	max-width: 465px;
	width:100%;
	height:100%;
	top:0px;
	right:0px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(49px);

}
.product-banner-info-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.product-banner-info-row{
	display: flex;
	flex-direction: column;
	gap:16px;
	margin-bottom: 50px;
}
.product-banner-info-stitle{
	font-weight: 500;
	font-size: 14px;

}
.product-banner-info-stext{
	font-size: 12px;
}
.product-banner-info-colors{
	display: flex;
	gap:12px;
}
.product-banner-info-color{
	width:29px;
	height:16px;
	border: 1px solid #00000036;
}
.product-banner-info-color.active{
	border:1px solid black;
}
.product-banner-info-sizes{
	display: flex;
	gap:10px;
}
.product-banner-info-size{
	font-size: 14px;
	font-weight: 500;
}
.swiper-button-next,.swiper-button-prev,.custom-pagination{
	display: none;
}
.product-banner-slider .swiper-button-next, .product-banner-slider .swiper-button-prev{
	display: flex;
	justify-content: center;
	align-items: center;
	width:36px;
	height:36px;
	border-radius: 100%;
	background:white;
}
.product-banner-slider .swiper-button-prev:after,.product-banner-slider  .swiper-button-next:after{
	font-size: 14px;
	color:black;
}
.product-banner-slider .swiper-button-next{
	right: 500px;
}
.product-banner-slider .swiper-button-prev{
	left:40px;
}
.product-banner-info-dop-slider{
	width: 100%;
	overflow: hidden;
}
.product-banner-info-dop-slider .swiper-slide{
	width: auto;
	height: auto;
}
.product-banner-info-dop-item{
	display: block;
	text-decoration: none;
	color: inherit;
}
.product-banner-info-dop-item-img{
	width:86.5px;
	height:116px;
	overflow:hidden;
	margin-bottom:3px;
}
.product-banner-info-dop-item-img img{
	width:100%;
	display:block;
	object-fit: cover;
}
.product-banner-info-dop-item-title{
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 10px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	vertical-align: middle;
	color:rgba(0, 0, 0, 1);

}


@media(max-width:768px){
	.bread{
		/* display: none; */
		padding-top:12px;
	}
	.catalog-filter-cont{
		display: none;
	}
	.product-banner{

	}
	.product-banner-pagination{
		display: none;
	}
	.product-banner-info{
		position: relative;
		top:0;
		right:0;
	}
	.swiper-button-next,.swiper-button-prev,.custom-pagination{
		display: flex;
	}
	.product-banner-slide{
		height: 500px;
	}
	.product-banner .custom-pagination{
		position: absolute;
		top:450px;
		left:15px;
		z-index: 2;
		display: flex;
		height:15px;
	}
	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
		font-size: 14px;
		color:black;
	}
	.swiper-button-next, .swiper-button-prev{
		display: flex;
		justify-content: center;
		align-items: center;
		width:36px;
		height:36px;
		border-radius: 100%;
		background:white;
	}
	.product-banner-slider .swiper-button-next{
		right: 15px;
	}
	.product-banner-slider .swiper-button-prev{
		left:15px;
	}
	.product-banner-info{
		padding-left:16px;
		padding-right:16px;
		padding-top:46px;
		padding-bottom: 0px;

	}
}


.cursor-exit {
    position: fixed;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: transform 0.1s;
}

.cursor-exit:hover {
    transform: scale(1.1);
}




.product-det-cont{
	
}
.product-det{
	padding-top:90px;
	padding-bottom: 45px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.product-det-block{

}
.product-det-block-title{
	width:464px;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
}
.product-det-block-title svg{
	display: none;
}
.product-det-block-text{
	width:464px;
	font-size: 14px;
	font-weight: 300;
}
.product-det-block:last-child .product-det-block-text{
	width:660px;
}
.product-det-block-text-images{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap:30px;
	margin-bottom:15px;
}
.product-det-block-text-image{
	display:flex;
	align-items:center;
	gap:12px;
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;

}
.product-det-block-images-sub{
	margin-bottom:12px;
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	display:flex;
	gap:40px;

}
.product-det-block-images-sub a{
	text-decoration:underline;
}
@media(max-width:768px){
	.product-det-cont .container{
		padding:0;
	}
	.product-det{
		padding-top:0;
		padding-bottom: 60px;
		display: grid;
    	grid-template-columns: repeat(1, 1fr);
	}
	.product-det-block{
		padding-top:12px;
		padding-bottom: 12px;
		padding-left:16px;
		padding-right:16px;
		border-top: 1px solid rgba(216, 216, 216, 1);
		border-bottom: 1px solid rgba(216, 216, 216, 1);
	}
	.product-det-block:last-child{
		border-top: 0px solid rgba(216, 216, 216, 1);
	}
	.product-det-block-title,.product-det-block-text{
		width:auto;
	}
	.product-det-block-title{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0;
		font-size: 18px;
	}
	.product-det-block-title svg{
		display: block;
	}
	.product-det-block-text{
		padding-top:20px;
		display: none;
	}
}

.product-dop-cards-cont{
	background: rgba(241, 243, 244, 1);
	padding-top:60px;
	padding-bottom: 60px;

}
.product-dop-cards-title{
	text-align: center;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 500;
}

.product-recommendation{
	padding-top:50px;
	padding-bottom: 100px;
	margin-bottom: 0;
}

@media(max-width:768px){
	.product-dop-cards-title{

	}
	.product-dop-cards-cont{
		padding-top:40px;
		padding-bottom: 40px;
	}
	.product-recommendation{
		padding-top:40px;
		padding-bottom: 40px;
	}
	.product-dop-cards-cont .catalog-main-product .swiper-slide img{
		height: 247px;
	}
	.product-dop-cards-slider .product-item,.home-recommendation-slider .product-item{
		width:100%;
	}

}







.header-menu-mob-catalog-mob{
	position: fixed;
	top:56px;
	left:0;
	background: white;
	padding-top:15px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width:100vw;
	height:calc( 100vh - 56px );
	overflow-x:scroll;
}
.header-menu-mob-catalog-mob-top{
	
}
.header-menu-mob-catalog-mob-row{
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 16px;
	padding-right: 16px;
}
.header-menu-mob-catalog-mob-row span{
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;

}
.header-menu-mob-catalog-mob-row a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-menu-mob-catalog-mob-row .header-menu-like{

}
.header-menu-mob-catalog-mob-l{
	padding-left:16px;
	padding-right:16px;
	padding-top:10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
	display: block;

}
.header-menu-mob-catalog-mob-bottom{
	padding-left:16px;
	padding-right:16px;
	display: flex;
	flex-direction: column;
	gap:12px;
}
.header-menu-mob-catalog-mob-bottom-row{
	
}
.header-menu-mob-catalog-mob-bottom-row span,.header-menu-mob-catalog-mob-bottom-row a{
	font-weight: 400;
	font-size: 14px;

}


.header-mob-menu{
	position: fixed;
	top:56px;
	left:0;
	background: white;
	padding-top:13px;
	width:100vw;
	height:calc( 100vh - 56px );
	overflow-x:scroll;
	padding-bottom: 70px;
}
.header-mob-menu-search{
	padding-left: 16px;
	padding-right:16px;
}
.header-mob-menu-search form{
	position: relative;
}
.header-mob-menu-search .header-menu-search-input{
	width:100%;
	padding-left:50px;
	padding-right:50px;
	padding-top:9px;
	padding-bottom: 9px;
	font-weight: 400;
	font-size: 12px;
	border:0;
	border-bottom: 1px solid black;
	display: block;
}
.header-mob-menu-search .header-menu-search-button{
	position: absolute;
	left:0;
}
.header-mob-menu-search  .header-menu-search-submit{
	position: absolute;
	right:10px;
	display: block;
}

.header-mob-menu-collections{
	
	padding-bottom: 20px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom: 1px solid rgba(216, 216, 216, 1)
}
.header-mob-menu-collections-title{
	padding-top:20px;
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 18px;

}
.header-mob-menu-collections-blocks{
	display: flex;
	flex-direction: column;
	gap:12px;
	
}
.header-mob-menu-collections-block{
	display: flex;
	align-items: center;
	gap:12px;
}
.header-mob-menu-collections-block-img{
	width: 100px;
	height:100px;
	overflow: hidden;

}
.header-mob-menu-collections-block-img img{
	width:100%;
	object-fit: cover;
}
.header-mob-menu-collections-block span{
	font-weight: 400;
	font-size: 14px;

}
.header-mob-menu-tips{
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(216, 216, 216, 1);
}
.header-mob-menu-tips-blocks{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	row-gap:12px;
}
.header-mob-menu-tips-blocks a{
	font-weight: 400;
	font-size: 14px;

}










#page.active > div::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
    z-index: 8;
    pointer-events: none;
}




.contacts-wrap{

}
.contacts-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.contacts-title{
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 40px;
	leading-trim: CAP_HEIGHT;
	line-height: 10px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;

}
.contacts-top-title{
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 10px;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;

}
.contacts{
	display: flex;
	gap:22px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid black;
}
.contacts-left{
	display: flex;
	flex-direction: column;
	gap:46px;
	min-width:463px;
}
.contacts-left-row{

}
.contacts-left-row-title{
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: CAP_HEIGHT;
	line-height: 120%;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contacts-left-row-text{
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: line height/22;
	letter-spacing: 1px;
	vertical-align: middle;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap:6px;
}
.contacts-left-row-text-phone{
	width:200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contacts-right{
	width:100%;
	height:100%;
}
.contacts-right iframe{
	width:100%;
	height:520px;
}

.contacts-left-row-title-bottom{
	margin-bottom:95px;
}
.contacts-bottom-bottom-blocks{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap:20px;
	padding-bottom: 100px;
}
.contacts-bottom-bottom-block{
	display: flex;
	align-items: center;
	gap:20px;
}
.contacts-bottom-bottom-block-img{
	overflow: hidden;	
	width: 100px;
	height: 100px;
}
.contacts-bottom-bottom-block-img img{
	display: block;
	object-fit: cover;
	width:100%;
	height:100%;
}
.contacts-bottom-bottom-block-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top:10px;
	padding-bottom: 10px;
	height: 100%;
}
.contacts-bottom-bottom-block-content-title{
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 10px;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;

}
.contacts-bottom-bottom-block-content-a{
	font-family: Inter;
	font-weight: 300;
	font-style: Light;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 130%;
	letter-spacing: 1px;
	vertical-align: middle;

}

.contacts-tabs{
	display: none;
}

@media(max-width:768px){
	.contacts-tabs{
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.contacts-tab{
		border-bottom: 1px solid transparent;
		padding-top:10px;
		padding-bottom: 10px;
		padding-left:35px;
		padding-right:35px;
		font-family: Inter;
		font-weight: 500;
		font-style: Medium;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 10px;
		letter-spacing: 1px;
		vertical-align: middle;
		text-transform: uppercase;

	}
	.contacts-tab.active{
		border-bottom: 1px solid black;
	}

	.contacts{
		flex-direction: column;
		padding:0;
		margin:0;
		border-bottom: 0;
	}
	.contacts-top{
		margin-bottom: 40px;
	}
	.contacts-title{
		font-size: 24px;
	}
	.contacts-top-title{
		display: none;
	}
	.contacts-left{
		gap:20px;
		min-width:0;
	}
	.contacts-left-row-title{
		font-size: 16px;
	}
	.contacts-left-row-text{
		font-size: 14px;
	}
	.contacts-right{
		
	}

	.contacts-bottom{
		display: none;
	}
	.contacts-left-row-title{
		display: none;
	}
	.contacts-bottom-bottom-blocks{
		grid-template-columns: repeat(1, 1fr);
	}
}	


.catalog-filtet-popup{
	position: absolute;
	top:285px;
	background: #000000b5;
	left:0;
	width:100vw;
	height: calc(100vh - 280px);
	z-index: 10;
	
}

.catalog-filtet-popup-wrap{
	padding-top:22px;
	padding-right: 20px;
	padding-left:225px;
	background: white;
	width: fit-content;
	height:100%;
	border-top: 1px solid rgba(216, 216, 216, 1);
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE и Edge */
}
.catalog-filtet-popup-wrap::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.catalog-filtet-popup-item{
	padding-bottom: 20px;
}
.catalog-filtet-popup-item-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: line height/22;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;
	min-width: 360px;
	cursor: pointer;
}
.catalog-filtet-popup-item-title svg{
	display: block;
	transition: 0.5s;
	transform:rotate(0deg);
}
.catalog-filtet-popup-item-title.active svg{
	transform:rotate(45deg);
}
.catalog-filtet-popup-item-list{
	padding-top:12px;
	padding-left:20px;

}
.catalog-filtet-popup-item-list-item{
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap:12px;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: line height/22;
	letter-spacing: 1px;
	vertical-align: middle;

}

.catalog-filtet-popup-item-list-item-check{
	width:13px;
	height:13px;
	min-height: 13px;
	border:1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalog-filtet-popup-item-list-item-check svg{
	display: none;
}
.catalog-filtet-popup-item-list-item.active .catalog-filtet-popup-item-list-item-check svg{
	display: block;
}



.button-up{
	position:fixed;
	bottom:30px;
	right:30px;
	cursor: pointer;
	background:white;
	z-index:3;
}
.button-up path{
	position:relative;
	top:0;
	transition:0.5s;
}
.button-up:hover path{
	top:-10px;
}
@media(max-width:768px){
    .button-up{
        display:none;
    }
}

.catalog-filter-button-view{
	margin-top:50px;
	margin-bottom:20px;
	width:100%;
	height:40px;
	background:black;
	color:white;
}
.catalog-filter-button-view:hover{
	background:white;
	color:black;
}
.catalog-filter-button-view span{
	color:white;
	padding-left:10px;
}
.catalog-filter-button-view:hover span{
	color:black;
}
.catalog-filter-button-clear{
	width:100%;
	height:40px;
}

.catalog-filter-active-filters{
	display:flex;
	gap:20px;
	padding-left:20px;
}