

/* Start:/local/templates/letmebel/components/bitrix/catalog/materials/style.css?17816996571202*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.catalog-section.bx-green {
    margin-top: 60px;
    margin-bottom: 19.5rem;
}
/* End */


/* Start:/local/templates/letmebel/components/bitrix/catalog/materials/bitrix/catalog.section.list/.default/style.css?17830001471662*/
.hang__wrapper {
	display: grid;
	grid-gap: clamp(30px, 1dvw + 16px, 45px);
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-block: 50px;

	& .hang__item {
		width: min(100%, 500px) !important;
		position: relative;
		aspect-ratio: 4/3;
	}

	& .hang__item-content {
		/* padding: 3.5rem 3.5rem 7.4rem 3.7rem !important; */
	}
	
	& .hang__item:not(:last-child) {
		margin-right: 0 !important;
	}
	
	& .hang__item-img {
		display: block;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border-radius: 3rem;
		overflow: hidden;
	}

	& .hang__item-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

    & .hang__item-name {
        font-weight: 600;
        font-size: 2.5rem;
        margin-bottom: 1.7rem;
        line-height: 145%;
        position: absolute;
        z-index: 2;
        inset: 0;
        width: calc(100% - 70px);
        margin: auto;
        height: fit-content;
        text-align: center;
        text-shadow: rgb(255, 255, 255) 0px 1px 16px;
        backdrop-filter: blur(0.64px);
        padding: 2rem 6rem;
        background-color: rgba(255, 255, 255, 0.58);
        border: 1px solid rgba(255, 255, 255, 0.64);
        border-radius: 10em;
        box-shadow: rgba(0, 0, 0, 0.2) -5px -5px 20px 0px inset, rgba(0, 0, 0, 0.64) 2px 5px 20px -10px;
    }
}

.hang__item-link {
    width: 64px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: #6CBD50;
    position: absolute;
    box-shadow: 0px 5px 10px 0px #00000033 inset;
    right: 0;
    bottom: 0px;
    border-radius: 30px 0px 3rem 0px;
}
/* End */
/* /local/templates/letmebel/components/bitrix/catalog/materials/style.css?17816996571202 */
/* /local/templates/letmebel/components/bitrix/catalog/materials/bitrix/catalog.section.list/.default/style.css?17830001471662 */
