

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

}
.button__page-more{
	display: flex;
	max-width: 165px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	height: 36px;
	margin-top: 15px;
	background: #f48a00;
	color: #fff;
	border-radius: 30px;
	gap: 15px;
}
.button__page-more:hover{
	color: #fff !important;
	background: #f48a00c7;
}

.loading-rotate {
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader__more-page{
	width: 24px;
	height: 24px;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/.default/style.css?17804813901242 */
