

/* Start:/local/templates/main_new/components/bitrix/catalog.smart.filter/filter_grafit/style.css?174126549810799*/
.bx_filter_vertical{}
.bx_filter_vertical .bx_filter_section{
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #f3f3f3;
font-size: 12px;
margin-bottom: 10px;
}
.bx_filter_vertical .bx_filter_title{
	font-family: var(--base-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.bx_filter_vertical .bx_filter_container{
	margin-top: 7px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
	width: 100%;
	background: var(--footer-color);
	position: relative!important;
}
.bx_filter_container.price{
	margin-left: 0!important;
	padding: 0px 10px;
}
.bx_filter_container.price .bx_filter_container_title{
	padding-left: 0px;
}
.bx_filter_vertical .bx_filter_container_title{
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	/*padding: 6px 10px 0;*/
	padding: 0px 10px;
	width: 100%;
	font-family: var(--base-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color: #262626;
	/*margin-bottom: 16px;*/
	/*position: relative;*/
	/*height: 40px;*/
	line-height: 1.2;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	padding-right: 40px;
}

.bx_filter_vertical .bx_filter_container div select {
	border-radius: 2px;
	height: 20px;
	margin: 0;
	padding:5px;
	background: #fff;
}
.bx_filter_vertical .bx_filter_container option {
	padding:3px 6px;
}

.bx_filter_vertical .bx_filter_block{
	padding: 10px;
	display:none;
	background: #FFFFFF;
}
.bx_filter_vertical .bx_filter_container.active .bx_filter_block{display:block}
.bx_filter_vertical .bx_filter_block span{display: block; padding-bottom: 5px}
.bx_filter_vertical .bx_filter_block span input[type=checkbox]{bottom: 0px}
.bx_filter_vertical .bx_filter_block span label{line-height: 11px;font-size: 12px;vertical-align: bottom; font-weight: 500;}
.bx_filter_vertical .bx_filter_block span.disabled label{font-weight: 300;}
span.disabled {opacity: .6;}

.bx_filter_vertical .bx_filter_param_area{margin-bottom: 10px}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block{
	width: 50%;
	float: left;
	text-align: right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color: #3f3f3f;
	font-size: 11px;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block .bx_input_container{
	/*max-width:70px;
	display: inline-block;
	padding: 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius: 3px;
	height: 35px;
	background: #f4f4f4;
	border-radius: 8px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3ae), color-stop(100%,#b6c8d2));
	background:-webkit-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:   -moz-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:    -ms-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:     -o-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:        linear-gradient(to bottom, #8ca3ae 0%,#b6c8d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
	box-shadow: 0 1px 1px 0 rgba(255,255,255,.75)*/
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input{
	border: none;
	border-radius: 2px;
	width: 57px;
	height: 35px;
	display: inline-block;
	margin: 0;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: inset 0px 0px 7px rgb(0 0 0 / 25%);
	border-radius: 12px;
	font-family: var(--base-font);
	font-size: 12px;
	font-weight: 450;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
	color: #33A0FF;

}

.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block:first-child{text-align:left}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block{float:left}

.bx_filter_vertical .bx_ui_slider_track{
	margin: 15px 10px 10px;
	height: 3px;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(255,255,255,.35), inset 0 1px 1px 0 rgba(0,0,0,.15);
	border-radius: 3px;
}
.bx_filter_vertical .bx_ui_slider_range{
	position: absolute;
	top: 0;
	bottom: 0;
	background: #FF4858;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.bx_filter_vertical .bx_ui_slider_handle{
	width: 13px;
	height: 13px;
	position: absolute;
	top: 60%;
	border-radius: 50%;
	margin-top: -7px;
	background-color: #FF4858;
}
.bx_filter_vertical .bx_ui_slider_handle.left {margin-left: -10px}
.bx_filter_vertical .bx_ui_slider_handle.right{margin-right:-10px}

.bx_filter_vertical .bx_filter_control_section{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.bx_filter_vertical .bx_filter_search_button{
	width: 42%;
	height: 31px;
	background: var(--accent_color_red);
	border-radius: 19px;
	font-family: var(--base-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	border: none;
	color: #FFFFFF;
}
.bx_filter_vertical .bx_filter_search_button#del_filter{
	background: var(--accent_color_blue);
}
.bx_filter_vertical .bx_filter_search_button:hover{background: #b8d9e3}
.bx_filter_vertical .bx_filter_search_button:active{
	position: relative;
	bottom: -1px;
	background: #e4f1f5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjFmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f5), color-stop(100%,#f9fafa));
	background: -webkit-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:    -moz-linear-gradient(top, #e4f1f5 0%, #f9fafa 100%);
	background:     -ms-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:      -o-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:         linear-gradient(to bottom, #e4f1f5 0%,#f9fafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f5', endColorstr='#f9fafa',GradientType=0 );
	box-shadow: inset  0 1px 2px 0  rgba(0,0,0,.2) ;
}
.bx_filter_vertical span.icon_lupe{
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height:15px;
	background: url(/local/templates/main_new/components/bitrix/catalog.smart.filter/filter_grafit/images/searchicon.png) no-repeat center;
	vertical-align: middle;
}
.bx_filter_vertical .bx_filter_popup_result{
	position: absolute;
	display: none;
	height: 33px;
	/*border-top:   1px solid #c0d6dc;
	border-right: 1px solid #c0d7dd;
	border-bottom:1px solid #c0d6dc;
	border-left:  1px solid #c0d7dd;*/
	border-radius: 3px;
	/*background: #fff;*/
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	/*color: #3f3f3f;*/
	color: white;
	background-color: var(--accent_color_red);
	font-weight: normal;
	font-size: 12px;
	line-height: 33px;
	padding: 0 10px;
	margin-left: 10px;
	margin-top: -7px;
	z-index: 11000;
}
.bx_filter_vertical .bx_filter_popup_result .arrow{
	width:8px;
	height: 14px;
	position: absolute;
	top:50%;
	margin-top:-7px;
	background: url(/local/templates/main_new/components/bitrix/catalog.smart.filter/filter_grafit/images/arr_left.png) no-repeat center;

}
.bx_filter_vertical .bx_filter_popup_result.right .arrow{left: -8px;background: url(/local/templates/main_new/components/bitrix/catalog.smart.filter/filter_grafit/images/arr_left.png)  no-repeat center}
.bx_filter_vertical .bx_filter_popup_result.left  .arrow{right:-8px;background: url(/local/templates/main_new/components/bitrix/catalog.smart.filter/filter_grafit/images/arr_right.png) no-repeat center}
.bx_filter_vertical .bx_filter_popup_result a{color: white; font-weight: 500;}
.bx_filter_vertical .bx_filter_popup_result a:hover{text-decoration: none}
.bx_filter_vertical .bx_filter_popup_result_close{display: none}

.smart-filter__status-icon{
	/*display: inline-block;
    width: 13px;
    height: 13px;
	background-repeat:no-repeat;
	background-position:center;
	position: absolute;
	right:0;
	top: 50%;*/
	/*margin-top: 7px;*/
	display: inline-block;
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: auto;

}
.smart-filter__open-icon{
	background-image:url("/local/templates/main_new/components/bitrix/catalog.smart.filter/filter_grafit/images/menos-icon.svg");
}
.smart-filter__closed-icon{
	background-image:url("/local/templates/main_new/components/bitrix/catalog.smart.filter/filter_grafit/images/mas-icon.svg");
}

@media (max-width:530px){


	.bx-touch .bx_filter_vertical .bx_filter_popup_result{
		position: fixed !important;
		height: auto;
		line-height: 12px;
		font-size: 10px;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		z-index: 1001;
		padding: 10px;
		width: auto;
		border-radius: 0;
		box-shadow: 0 -2px 5px 0 rgba(0,0,0,.1);
	}
	.bx-touch .bx_filter_vertical .bx_filter_popup_result_close{
		display: block;
		position: absolute;
		width: 22px;
		height: 22px;
		right: 10px;
		top: 50%;
		margin-top: -11px;
		background: url(/local/templates/main_new/components/bitrix/catalog.smart.filter/filter_grafit/images/x.png) no-repeat center;
		background-size:16px;
	}
}

.bx_filter_vertical .bx_filter_popup_result.left .arrow {
	left: -8px;/*
	transform: rotate(180deg);*/
	background: url(/local/templates/main_new/components/bitrix/catalog.smart.filter/filter_grafit/images/arr_left_r.png) no-repeat center;
}

.bx_filter_popup_result.left {
	left: 205px;
    width: max-content;
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/catalog/catalog_2016/bitrix/catalog.section.list/.default/style.css?17544099491558*/
.catalog-section-list__item_name a {
    font-weight: 800!important;
    color: #145291;
    width: 100%!important;
}

.catalog-section-list__item {
    padding: 0px!important;
    position: relative;
}

.cat_cnt {
    font-weight: 200!important;
}
/*
.catalog-section-list .row {
    display: grid!important;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;

    align-items: baseline;
    justify-items: center;
}

.catalog-section-list {
    padding: 0!important;
}

.right-cat {
    margin: 0 auto;
    padding: 0!important;
}

.size-tree {
    padding: 0px;
    margin: 0px;
} */

.catalog-section-list__item___label {
    background-image: url("/local/templates/main_new/components/bitrix/catalog/catalog_2016/bitrix/catalog.section.list/.default/./discount-plus-cashback2.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 50%;
    width: 100px;
    height: 70px;
    margin-top: -15px;
    margin-left: 0px;
}

.catalog-section-list__item img {
    padding-top: 20px;
}
/*
.section-descriotion-text {
    column-count: 2;
    column-gap: 3%;
    column-fill: balance;
}

.section-descriotion-text h2{
    line-height: 1.4!important;
    margin-top: 15px;
    margin-bottom: 15px;
}*/

.right-cat.full-width-category {
    width: 100%!important;
}


.right-cat.full-width-category h1.catalog__title, .right-cat.full-width-category > .container {
    padding-left: 0px!important;
}


@media all and (min-width: 1240px) {
    .right-cat.full-width-category .catalog-section-list__item{
        width: 20%!important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/dop_tovars_2014/style.css?174523845914485*/
.title-post__custom a{
    max-height: 39px;
}
.catalog-section-list div{
vertical-align:top;
}

.catalog-section-list>div>a>img{
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	 -webkit-transition: all 0.5s ease-out;
	 transition: all 0.5s ease-out;
}

 
.catalog-section-list>div>a>img:hover{
	 -webkit-transform: scale(1.07);
	 -moz-transform: scale(1.07);
	 -o-transform: scale(1.07);
	 transform: scale(1.07);
 }

/*  new */
.item-bl {
	height: 310px !important;
}

.pos-st-over .item-bl {
	width: calc(25% - 18px);	
}
.ov-left .item-bl {
	/*width: 224px;*/
	width: 236px;
}


@media (max-width: 1200px) {
	.item-bl, .pos-st-over .item-bl {
		width: 224px;
	}
}

.item-bl:hover{
	box-shadow: none !important;
}
.item-bl:hover .hide-zone{
	box-shadow: none !important;
}
.price-discount-tt__wrapper{
/*	display: flex;
	height: 82px;
	align-items: center;*/
	display: flex;
	height: 45px;
	align-items: center;
	width: 104.6%;
	background-color: #F8F8F8;
	margin-top: 10px;
}
.availible{
	position: inherit !important;
	background: none !important;
	text-transform: uppercase;
	font-style: inherit !important;
	font-family: var(--base-font);
	font-size: 14px !important;
	font-weight: 450 !important;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: center;
}
.pd-ord.list{
	position: inherit !important;
	background: none !important;
	text-transform: uppercase;
	font-style: inherit !important;
	font-family: var(--base-font);
	font-size: 14px !important;
	font-weight: 450 !important;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: center;
}
.pd-ord.list.pd-ord2-3{
	font-size: 12px !important;
	line-height: 15px !important;
}
.hide-zone{
	top: 290px !important;
}
.price-discount-tt, .price-s-tt {
	background: url(/local/templates/new/images/price-discount.png) no-repeat; /*!important*/
/*	color: #000000 !important;*/
	font-family: var(--base-font);
	font-size: 16px !important;
	font-weight: 600;
	padding-left: 5px !important;
	padding-top: 0 !important;
	width: 148px;
	/*width: 128px;*/
	height: 50px;
	position: static;
	margin-left: -18px;
	text-align: center;
	background-position: right center;
	border-radius: 8px 0 0 8px;
}
.price-s-tt{
	display: flex;
	align-items: center;
	justify-content: center;
}
.price-s-tt b{
	padding-right: 5px;
}
.price-discount-tt b, .price-discount-tt-list b, .price-s-tt b{
	font-family: var(--base-font);
	font-size: 16px !important;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
/*	color: #000000 !important;*/

}
.price-discount-tt span.old, .price-discount-tt-list span.old{
	font-family: var(--base-font);
	text-align: left;
/*	color: #000000 !important;*/
	font-size: 14px !important;
}
.ctr2{
	/*background: #ff4858 !important;*/
	margin: 0 !important;
	width: 100% !important;
	display: flex;
	border: none!important;
	box-shadow: none!important;
}
.ctr2 form.add_form{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.item-bl__vertical_right .ctr2 form.add_form{
	width: 100%;
}
.ctr2 .add-favorite{
	/*width: 10%;*/
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px 20px 20px 0px;
	margin-right: 5px;
}
.ctr2 .add-favorite a{
	position: inherit !important;
	background-image: none !important;
	display: inline-block;
	/*padding-top: 5px;*/
}
.ctr2 div a{
	opacity: 1 !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: transparent !important;
	/*left: 15px !important;*/
}
.ctr2 .add-favorite a{
	width: auto;
	height: auto;
}

.ctr2 .inBasketReplace__good_count a {
	position: relative;
	left: 0; right: 0;
	bottom: 0; top: 0;
	width: auto;
	height: 100%;
/*	width: 8px !important;
	height: 8px !important;	
*/}

/*.ctr2 div a:first-child{
	background-image: url(/local/templates/new/images/item-arrow-top.png);
	top: 7px !important;
}
.ctr2 div a:nth-child(2){
	background-image: url(/local/templates/new/images/item-arrow-bottom.png);
	bottom: 7px !important;
}*/
.ep-val{
	/*border-radius: 6px;*/
	/*background: #FFFFFF !important;*/
	/*left: 30px !important;*/
	position: relative!important;
	left: 0!important; right: 0!important;
	bottom: 0!important; top: 0!important;
	width: 40px!important;
	height: 100%!important;
	font-size: 14px!important;
}
.add-cart-s{
	right: 32px !important;
	font-family: var(--base-font);
	font-size: 18px;
	font-weight: 450;
	line-height: 27px;
	font-style: normal !important;
	color: #ffffff !important;
	text-align: center !important;
	left: 108px!important;
}
/*.slider-index.first .prev{
	top: -100px;
	left: 250px;
	background: url(/local/templates/new/images/slick-arrow-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.slider-index.first .next{
	top: -100px;
	left: 277px;
	background: url(/local/templates/new/images/slick-arrow-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.slider-index.two .prev{
	top: -100px;
	left: 190px;
	background: url(/local/templates/new/images/slick-arrow-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.slider-index.two .next{
	top: -100px;
	left: 217px;
	background: url(/local/templates/new/images/slick-arrow-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.slider-index.three .prev{
	top: -100px;
	left: 250px;
	background: url(/local/templates/new/images/slick-arrow-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.slider-index.three .next{
	top: -100px;
	left: 277px;
	background: url(/local/templates/new/images/slick-arrow-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}*/
.slick__see-more{
	text-decoration: none;
	font-family: var(--base-font);
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: uppercase;
	color: #33A0FF;
	margin-right: 30px;
	margin-top: 10px;
}
.slick__see-more:hover{
	text-decoration: none;
	color: #33A0FF;
}
.goods__special-markers__wrapper{
	position: absolute;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.goods__special-markers__wrapper .cashback7, .goods__special-markers__wrapper .price_week{
	position: initial !important;
	margin-bottom: 5px;
}
.pos-st-over .item-bl{
	margin: 0 13px 25px 0 !important;
}
.title-post a {
	font-family: var(--base-font);
	font-size: 14px !important;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #000000 !important;
	height: 48px;
}

.item-bl.vertical .title-post a {
	font-weight: 500;
}

.title-post__art {
	font-family: var(--base-font);
	font-size: 14px !important;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #33A0FF !important;
}
.title-post {
	height: 80px !important;
}
.right-st{
	display: flex;
	align-items: center;
	margin-right: 0px !important;
}
.right-st ul{
	display: flex;
	/*justify-content: flex-start;*/
	justify-content: end;
	width: 100px !important;
	margin-bottom: 0px !important;
}

/*.right-st ul li a.srt1{
	width: 17px;
	height: 17px;
	display: block;
	background-image: url(/local/templates/new/images/grid-table-inactive.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.right-st ul li.active a.srt1{
	width: 17px;
	height: 17px;
	display: block;
	background-image: url(/local/templates/new/images/grid-table-active.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.right-st ul li a.srt2{
	width: 17px;
	height: 17px;
	display: block;
	background-image: url(/local/templates/new/images/grid-line-inactive.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.right-st ul li.active a.srt2{
	width: 17px;
	height: 17px;
	display: block;
	background-image: url(/local/templates/new/images/grid-line-active.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}*/

.right-st select{
	width: 120px;
	background: #FFFFFF;
	box-shadow: inset 0px 0px 5.34459px rgb(0 0 0 / 25%);
	border-radius: 9px;
	font-family: var(--base-font);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #22262A;
	padding: 5px;
}
.right-st select:focus{
	border-color: transparent !important;
	box-shadow: inset 0px 0px 5.34459px rgb(0 0 0 / 25%) !important;
}
.right-st__select_wrapper{
	position: relative;
	width: 130px;
}

.item-bl.vertical{
	display: flex;
	justify-content: space-between;
	height: auto !important;
	/*padding:20px 50px;*/
	padding: 20px 22px;
	width: 100%;
}
.item-bl.vertical .title-post{
	height: auto !important;
}
.item-bl.vertical .title-post__props{
	margin-top: 15px;
}
.item-bl.vertical .title-post__props p{
	font-family: var(--base-font);
	font-size: 14px!important;
	line-height: 120%;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 5px!important;
}
.item-bl__vertical_right{
	width: 225px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
@media all and (min-width: 661px) {

	.item-bl__vertical_right{
		width: 245px!important;
	}
}
.item-bl__vertical_right .price-s-tt{
	margin: 0 !important;
}
/*.item-bl__vertical_right .add-favorite{
	margin-left: 88% !important;
}*/
.item-bl.vertical .goods__special-markers__wrapper{
	left: -20px;
}


.item-bl.vertical .price-discount-tt__wrapper {
	width: 100%;
	max-width: 100%;
}

/*.item-bl.vertical  .add-cart-s {
	text-transform: uppercase;
}*/

h1.catalog__h1{
	font-family: var(--header-font);
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 45px;
	text-transform: uppercase;
	color: rgba(34, 38, 42, 0.7);
}
.catalog__header_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.already_in_cart_container{
	/*background: #FF4858;*/
	background: rgba(225, 72, 88, .6);
	display: flex;
	justify-content: flex-end;
	align-items: center;

	border-radius: 19px;
	margin-left: 5px;
	margin-right: 5px;
}
.item-bl.vertical .already_in_cart_container {
	margin-left: 0px;
	margin-right: 0px;
}
.already_in_cart_container .add-favorite{
	margin-left: 0 !important;
	padding-left: 25px;
	padding-right: 10px;
}

@media (max-width: 1065px) {
	.anot-bl .title-post {
		margin: 0 10px 20px 115px !important;
	}
	.item-bl__vertical_right{
		width: 220px;
	}
}

@media (max-width: 768px) {
	.item-bl.vertical .goods__special-markers__wrapper {
		left: 10px;
	}
	.item-bl__vertical_right{
		order: 2;
	}
	.anot-bl .title-post {
		margin: 0 10px 20px 20px !important;
		order: 1;
	}
	.vertical_card_img{
		order: 0;
	}
}
@media (max-width: 660px) {
	.item-bl.anot-bl.vertical{
		flex-wrap: wrap;
		}
	.item-bl.vertical .title-post{
		width: 45%;
	}
	.vertical_card_img{
		width: 45%;
	}
	.item-bl__vertical_right{
		margin: 0 auto;
	}
	.catalog__header_wrapper{
		flex-direction: column;
	}
	.catalog__h1{
		text-align: left;
	}
}

@media (max-width: 430px) {

	.item-bl.vertical .title-post{
		width: 80%;
		margin: 0 auto;
	}
	.vertical_card_img{
		width: 80%;
		margin: 0 auto;
	}

}

.inBasketReplace__good_count {
    background: #F6F7F8;
    border-radius: 19px;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    height: 34px;
    overflow: hidden;
    width: calc(40% - 10px);
    /*width: max-content;*/
    margin-right: 5px;
    margin-left: 5px;
}

.inBasketReplace__good_count a {
    color: #FF4858!important;
    /*margin-right: 5px;*/

    font-family: var(--base-font);
    font-size: 18px;
    /*padding: 5px;*/
    font-weight: 600;
}

.inBasketReplace__good_count a #minus
{border-radius: 4px 0 0 4px;}


.btn_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 19px;
    background-color: #FF4858;
    height: 34px;
    width: calc(60% - 10px);
    margin-right: 5px;
    margin-left: 5px;
}

.item-bl__vertical_right .btn_container {
	margin-right: 0px;
}
.item-bl__vertical_right .inBasketReplace__good_count {
	margin-left: 0px;
}

.btn_container>* {
	display: block;
	position: relative!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	margin: 0!important;
	padding: 0!important;
}

.item-bl__vertical_right .price-discount-tt__wrapper {
	border-radius: 19px;
}



@media all and (max-width: 1024px) {
/*	скрывается колонка с фильтром*/

	#filter__button_mobile {
		position: relative;
		width: 30px;
		height: 30px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.size-tree {
		margin-top: 0px!important;
		padding-top: 0px!important;
	}
}


@media all and (min-width: 661px) {
	.right-st ul li, .right-st li:first-child{
		width: 20px !important;
	}
}

@media all and (max-width: 660px) {
	.catalog__header_wrapper .align-items-center {
		width: 100%;
		max-width: 100vw;
		justify-content: space-between;
/*		overflow: hidden;*/
	}
	h1.catalog__h1 {
		width: 100%;
	}
	.navigation {
		margin-bottom: 0px!important;
	}

	.add-sort li, .add-sort .right-st ul li a.srt2, .right-st ul li.active a.srt1, .right-st ul li.active a.srt2, .right-st ul li a.srt1 {
		width: 28px;
		height: 28px;
	}
	.right-st li:first-child {
		width: 28px!important;
	}

	.right-st ul {
		width: 66px;
		min-width: 66px;
		max-width: 66px;
		padding-left: 0!important;
		margin-left: 0!important;
	}
}
@media all and (max-width: 568px) {
	.pos-st-over .item-bl.vertical {
		width: 100%;
		max-width: 100%;
	}
	.item-bl__vertical_right .price-s-tt {
		height: 40px!important;
		line-height: 40px!important;
	}
	.item-bl__vertical_right .price-discount-tt__wrapper {
		height: 30px;
	}
	.item-bl__vertical_right .addproduct-container__wrapper {
		margin-top: 15px;
		width: 100%;
	}

	.item-bl.vertical  .title-post__props {
		display: none;
	}

}

@media all and (max-width: 290px) {
	.add-sort li, .add-sort .right-st ul li a.srt2, .right-st ul li.active a.srt1, .right-st ul li.active a.srt2, .right-st ul li a.srt1 {
		width: 20px;
		height: 20px;
	}
	.right-st li:first-child {
		width: 20px!important;
	}

	.right-st ul {
		width: 50px;
		min-width: 50px;
		max-width: 50px;
		padding-left: 0!important;
		margin-left: 0!important;
	}

}

/* End */
/* /local/templates/main_new/components/bitrix/catalog.smart.filter/filter_grafit/style.css?174126549810799 */
/* /local/templates/main_new/components/bitrix/catalog/catalog_2016/bitrix/catalog.section.list/.default/style.css?17544099491558 */
/* /local/templates/.default/components/bitrix/catalog.section/dop_tovars_2014/style.css?174523845914485 */
