

/* Start:/local/templates/.default/components/bitrix/catalog/catalog_ajax/style.css?17448988786149*/
.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_links {
	gap: 10px;
	display: flex;
	white-space: nowrap;
	overflow: auto;
}

.catalog_link {
	color: black;
	cursor: pointer;
	font-weight: 500;
	padding: 16px;
	background: white;
	border-radius: 10px;
	text-decoration: none;
}

.catalog_sortContainer {
	display: inline-block;
	position: relative;
}

.catalog_sortContainer button {
	background-color: #FFFFFF;
	border: none;
	border-radius: 10px;
	padding: 13px 10px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 200px;
}

.catalog_sortContainer .catalog_sortOptions.open  {
	display: block;
}

.catalog_sortContainer .catalog_sortOptions {
	background: #FFFFFF;
	display: none;
	position: absolute;
	top: 45px;
	transition: 0.2s;
	width: 200px;
	border-radius: 10px;
	z-index: 1000;
	font-size: 16px;
}

.catalog_sortContainer a {
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	padding: 10px 13px;
	display: block;
}

.catalog_sortContainer a:hover {
	background-color: hsl(0, 0%, 82%);
	transition: 0.2s;
}

.catalog_sortContainer button:before {
	content: url("data:image/svg+xml, <svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.41071 19.8469V6.25M7.41071 6.25L3.75 10.2491M7.41071 6.25L11.0714 10.2491' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M18.3925 6.24999L18.3925 19.8469M18.3925 19.8469L22.5762 15.8478M18.3925 19.8469L14.2088 15.8478' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	height: 25px;
	width: 25px;
}

.catalog_sortContainer button:after {
	content: url("data:image/svg+xml, <svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17 10L12 15C10.0474 13.0474 8.95262 11.9526 7 10' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	height: 25px;
	width: 25px;
}


.catalog_sortContainer .sort_selected {
	cursor: default;
}

.catalog_activeFilter,
.catalog_allFiltersBtn {
	display: flex;
    padding: 13px;
    background: #293EF2;
    color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
	height: 52px;
	white-space: nowrap;
}

.catalog_allFiltersBtn::after {
	content: url("data:image/svg+xml, <svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12.5 6.25L12.5 18.75M6.25 12.5H18.75' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>");
	height: 25px;
}

.catalog_filterOptions {
	gap: 10px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.catalog_filterBackground {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(1px);
}

.catalog_activeFilter {
	background: #F8F9FD;
	color: #000;
	max-width: 400px;
}

.catalog_activeFilter::after {
	content: url("data:image/svg+xml, <svg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.75 6.25L19.25 18.75M19.25 6.25L6.75 18.75' stroke='gray' stroke-width='2' stroke-linecap='round'/></svg>");
	height: 25px;
    width: 25px;
}

.catalog_activeFilter > span {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catalog_sectionName {
	display: flex;
	align-items: baseline;
	gap: 0 10px;
}

.catalog_sectionName h1 {
	font-size: 37px;
	font-weight: 600;
	line-height: 44.78px;
}

.catalog_sectionName-count {
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	color: #5B5B5B;
}

.catalog_clearFiltersBtn {
	display: none;
    font-size: 16px;
    font-weight: 500;
    color: #5287FF;
}

.catalog_clearFiltersBtn.visible {
	display: block;
}

.catalog_FilterAside{
	padding: 14px 36px;
	overflow-y: scroll;
	height: 100vh;
}

.catalog_FilterAsideWrap {
	padding-right: 20px;
    height: 100vh;
    position: absolute;
    right: 0;
    background: white;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.16);
    min-width: 480px;

}

.catalog_FilterAsideWrap::-webkit-scrollbar {
    width: 12px;
    height: auto;
    background-color: unset;
}

.catalog_FilterAsideWrap::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

.catalog_FilterAsideWrap::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #f3faf7;
}

@media screen and (max-width: 480px) {
	.catalog_FilterAsideWrap{
		min-width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.catalog_sectionName {
		flex-direction: column;
	}

	.catalog_sectionName h1 {
		font-size: 22px;
		font-weight: 500;
		line-height: 24px;
		margin-top: 40px;
        margin-bottom: 20px;
	}

	.catalog_link{
		padding: 10px;
	}

	.catalog_activeFilter, .catalog_allFiltersBtn {
		height: 42px;
	}

	.catalog_sortContainer button {
		padding: 9px;
	}

	.catalog_clearFiltersBtn {
		font-size: 15px;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/element_adaptive/style.css?17429133101376*/
.js-main-slider--small-wrapper{
	width:265px;
}
.js-main-slider--small .main-banner__slide{
	width:265px;
	height: 75px;
}
.js-main-slider--small .main-banner__slide-img {
	object-position: center;
	object-fit: contain;
}
.product-card__slide-lable {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f62b3e;
	display: flex;
	align-items: center;
	justify-content: center
}
.product-card__lable-text {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	transform: rotate(-30deg);
	line-height: 12px;
	-webkit-text-decoration: underline rgba(255,255,255,.5);
	text-decoration: underline rgba(255,255,255,.5);
	margin-bottom:5px;
	margin-left:10px;
}

.tobasket_price {
	display: none;
	margin-left: 6px;

	.priceInfo__new{
		font-size: 16px !important;
	}
}

.elements__cross .elementVariants__container {
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.elementsItems_variantText{
	display: flex;
    flex-wrap: wrap;
    min-width: 100%;
}

.elementsItems_variantLeft {
	flex: 1;
}

@media (max-width: 767px) {
	.tobasket_price {
		display: block;
	}
}

@media (max-width: 599px) {
	.elements__cross .elements__btn{
		font-size: 20px;
	}

	.elementsItems_variantText{
		flex-direction: column-reverse;
    	align-items: center;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog_ajax/style.css?17448988786149 */
/* /local/templates/.default/components/bitrix/catalog.element/element_adaptive/style.css?17429133101376 */
