

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

.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;}


.products-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 100%;
	margin: 0 auto;
}

.products-item {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.products-item img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}

.products-item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: white;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.products-item h3 {
	margin: 0 0 10px 0;
	font-size: 1.5rem;
	color: white;
	text-shadow:
			-1px -1px 0 #000,
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000;
	transition: all 0.3s ease;
}

.products-item p {
	margin: 0;
	font-size: 1rem;
	text-shadow:
			-1px -1px 0 #000,
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000;
	transition: all 0.3s ease;
}

.products-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
	.products-container {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 768px) {
	.products-container {
		grid-template-columns: 1fr;
	}
	.products-item:hover {
		transform: none;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}
}

.products-description {
	margin-bottom: 30px;
	color: #333;
}

body .right_side .ask_small_block {
	margin-bottom: 30px;
}
.sys_small_block {
	font-size: 12px;
	line-height: 18px;
	padding: 19px 24px 19px;
	background: #992F5F;
	color: #ffffff;
	margin-bottom: 30px;
}
/* End */


/* Start:/local/templates/aspro_mshop/components/bitrix/catalog/products/bitrix/catalog.section/.default/style.css?17513674921247*/
.products-content-block {
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #e5e5e5;
}
.products-content-block:hover {
    border: 1px solid #e5e5e5;
}

.products-content-block:nth-child(even) {
    flex-direction: row-reverse;
}

.image-container {
    flex: 1;
    min-width: 300px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.text-container {
    flex: 1;
    padding: 25px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}

.text-container h3 {
    margin-top: 0;
    color: #333;
    font-size: 1.8rem;
}

.text-container .text-price {
    font-weight: bold;
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.text-container .text-preview {
    color: #666;
    line-height: 1.6;
}
.text-container .text-detail {
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .products-content-block,
    .products-content-block:nth-child(even) {
        flex-direction: column;
    }

    .image-container {
        min-width: 100%;
        height: 250px;
    }
}
/* End */
/* /local/templates/aspro_mshop/components/bitrix/catalog/products/style.css?17518842272612 */
/* /local/templates/aspro_mshop/components/bitrix/catalog/products/bitrix/catalog.section/.default/style.css?17513674921247 */
