

/* Start:/bitrix/templates/homeshop/components/bitrix/catalog/catalog/style.css?17598119771058*/
.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%;
	}

}

.mobile-full-width {
	width: 100%;
}

@media (min-width: 1200px) {
    .mobile-full-width {
        width: auto;
        margin-left: 0;
        position: static;
    }
	.mobile-full-width .catalog-section .col-xs-12 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .mobile-full-width .catalog-section .col-xs-12 {
        width: 100%;
    }
}

/* End */


/* Start:/bitrix/templates/homeshop/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17599937051490*/
.catalog__wrapper {
    max-width: 1360px;
}

.catalog__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

.catalog__items {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.catalog__item {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 768px) {
    .catalog__item {
        width: 33.333%;
    }
}

.catalog__link {
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalog__link:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.catalog__image {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.catalog__image img {
    width: 100%;
	height: 335px;
    display: block;
    transition: transform 0.3s ease;
}

@media (max-width: 1024px) {
    .catalog__image img {
        height: auto;
		object-fit: cover;
    }
}

.catalog__link:hover .catalog__image img {
    transform: scale(1.05);
}

.catalog__name {
    display: block;
    font-size: 18px;
    /*font-weight: 600;*/
    padding: 15px 20px;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (max-width: 1040px) {
    .content {
        width: auto !important;
    }
}

/* End */
/* /bitrix/templates/homeshop/components/bitrix/catalog/catalog/style.css?17598119771058 */
/* /bitrix/templates/homeshop/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17599937051490 */
