

/* Start:/local/templates/ao/components/bitrix/catalog/catalog/style.css?17720464251716*/
.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-container {
    display: flex; /* Делаем кнопки в ряд */
    justify-content: center; /* Выравнивание по центру */
    gap: 15px; /* Отступ между кнопками */
    flex-wrap: nowrap; /* Запрещаем перенос кнопок */
    margin-top: 20px; /* Отступ сверху */
    margin-bottom: 20px; /* Если нужно сделать отступ от других элементов */
}

.button-container .buy-button {
    display: inline-block; /* Делаем кнопки строчными */
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap; /* Запрещаем перенос текста */
}
.categories-alt-buttons__item_yandex {
    background-color: red !important;
    color: white !important;
}

.categories-alt-buttons__item_yandex:hover {
    background-color: darkred !important;
}


/* End */


/* Start:/local/templates/ao/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?177798044179*/
/* Styles moved to /css/design2026-catalog.css (.v2-cat-grid, .v2-cat-card) */

/* End */
/* /local/templates/ao/components/bitrix/catalog/catalog/style.css?17720464251716 */
/* /local/templates/ao/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?177798044179 */
