

/* Start:/local/templates/main_new/components/bitrix/catalog/catalog_2016/bitrix/catalog.element/.default/style.css?175431216813785*/
.custom__cart-tabs{
	background: #FAFAFB !important;
	padding-left: 0px !important;
	height: 35px !important;
	border-color: transparent !important;
	border-bottom: 2px solid #E5E8EA;
  }

#tabs .ui-tabs-panel p, #tabs .ui-tabs-panel p b,
.prop-column p, .prop-column b{
	font-family: var(--base-font);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.5px;
	color: #9098B1!important;
}

#tabs #tabs-1 {
/*	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: start;
	flex-wrap: wrap;*/
	display: grid;
	grid-template-columns: 1fr 1fr;
/*	grid-template-columns: 50% 1fr 1fr;*/
	width: 100%;
	grid-gap: 20px;
}

#tabs #tabs-1 .prop-column{
	flex-basis: 33%;
}
#tabs #tabs-1 .prop-column p{
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}

.prop-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items: baseline;
	justify-items: start;
height: max-content;
}

@media (max-width: 660px){
	.prop-column {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: baseline;
		justify-items: start;
	}
}

#tabs #tabs-1 .prop-column{
	margin-left: 10px;
	margin-right: 10px;
}
#tabs #tabs-1 .prop-column:first-child{
	margin-left: 0px;
}
#tabs #tabs-1 .prop-column:last-child{
	margin-right: 0px;
}

.price2018 input[type="submit"] {
	font-size: 15px!important;
	text-transform: none;
	margin-left: 15px!important;
	padding-left: 15px!important;
	width: 122px!important;
}

  .ui-tabs .ui-tabs-nav li{
	  /*height:30px;*/
	  border-color: #ccc !important;
	  margin-right: 73px;
  }
  #tabs{
	  border-color: #F8F8F7 !important;
	  background: #FAFAFB;
	  padding: 34px 31px 10px;
	  margin-bottom: 35px;
  }
  #tabs > ul > li > a{
	  font-family: var(--base-font);
	  font-style: normal;
	  font-weight: 400;
	  font-size: 18px;
	  line-height: 2;
	  color: #9DA4BA;
	  cursor: context-menu;
	  padding: 0px;
  }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background: transparent;
	border: none;
}
.price .tt{
	display: block;
	min-width: 124px;
	text-align: center;
	color: #333!important;
	font-size: 26px!important;
	font-weight: normal!important;
	padding-left: 14px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active a{
	color: #2E90E5 !important;
/*	padding-top: 0 !important;
	padding-bottom: 10px !important;*/
	border-bottom: 4px solid #2E90E5;
}
  .ui-tabs .ui-tabs-panel{
	padding-left: 0px !important;
	padding-right: 0px !important;
  }
  .ui-tabs .ui-tabs-nav li:first-child{
	  /*margin-left:.2em;*/
  }
  #accordion{
	display:none;  
  }
  .pos-st-over{
	 min-width: 100%;
	 min-height: 350px;
	 display:flex;
	 overflow-x: auto; 
  }
 
  .pos-st-over .item-bl.grid{
	  min-width: 218px;
		margin: 5px;
  }
  .bl-s1{
	  border: none !important;
  }

  
  

  
 /* Правое меню новый вид */
  

.btn-border-blue-wrap_left-menu{
	display: inline-block;
    border: 2px Solid #015295;
    border-radius: 12px;
	margin: 10px 30px;
}

.btn-border-blue_left-menu{
	border-radius: 12px;
    background: #015295;
    border: 2px Solid #FFF;
    padding: 12px 15px;
    color: #FFF !important;
    display: inline-block;
    font-size: 16px !important;
    line-height: 16px;
    text-align: center;
    text-decoration: none !important;
	width:153px;
}

.btn-border-blue_left-menu__two-line{
	padding:9px 15px;
	height:51px;
	display:flex;
	justify-content:center;
	align-items:center;
}



/* Маркер кэшбэка в карточке */
.knp-cashback{
	position: absolute;
    top: 7px;
    left: 0px;
    z-index: 2000;
}

.knp {
	top: 55px!important;
}
.knp-cashback a.cashback7{
	position: relative !important;
    left: 11% !important;
    top: 0 !important;
}

/* Карточка новый дизайн */
.right-descript > p >b{
	font-family: var(--base-font);
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.5px;
	color: #FF4858;
}
.right-descript > p:first-of-type{
	margin-bottom: 0 !important;
}
.right-descript > p.card__good_description{
	font-family: var(--base-font);
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 140% !important;
	color: #000000 !important;
	text-align: justify;
}
hr.price__hr{
	clear: both;
	margin-top: 64px;
	height: 2px;
	background-color: #d1d2d2;
}
.inBasketReplace{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-start;
}

.already_in_cart_container *, .already_in_cart p{
	color: white;
}

.inBasketReplace__good_count{
	background: #F6F7F8;
	border-radius: 19px;
	padding: 10px;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: normal;

  height: 38px;
}
.fav-detail{
	width: 40px;
	height: 34px;
	background: rgba(255,72,88,1);
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-right-radius: 19px;
	border-bottom-right-radius: 19px;
	margin-left: 1px;
}
.fav-detail a#fav{
	background: transparent !important;
	display: flex;
	justify-content: center;
	align-items: center;
	/*border-left: 1px solid white;*/
}
.slick-initialized .slick-slide{
	/*margin-bottom: 50px;*/
}
.your-viewed {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.inBasketReplace > .already_in_cart,.right-descript .already_in_cart_init{
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 19px;
	cursor: pointer;
	/*width: 200px;*/
	height: 100%;
	font-family: var(--base-font);
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 120% !important;
	text-align: center;
	color: #FFFFFF !important;
	margin-left: 0;
	margin-right: 0;
	border-color: transparent;
  margin-bottom: 0 !important;
}

.already_in_cart_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.already_in_cart_wrp, .already_in_cart_container {
	width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 72, 88, .6);
	height: 36px;
	border-radius: 19px;
}
.already_in_cart_wrp .already_in_cart_init,
.already_in_cart_container .already_in_cart{
	flex-grow: 1;
}
.already_in_cart_wrp .fav-detail,
.already_in_cart_container .fav-detail {
	background: none;
	border-left: 1px solid white;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  flex-grow: 0;
}

p.already_in_cart {
	color: white;
}

.price_week{
	top: 90px !important;
}
.knp a img, .knp-cashback a img{
	width: 40px;
}

.knp a.text-knp {
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--accent_color_blue);
	text-decoration: none;
}

.knp a.text-knp:hover {
	text-decoration: none;
}
span.esta{
	color: #0acf18 !important;
	font-family: var(--base-font);
	font-style: inherit !important;
	/*font-size: 20px !important;*/
	font-size: 14px;
	font-weight: 600 !important;
	line-height: 21px;
	letter-spacing: 0px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 3px;

    margin-left: 5px;
}
span.none{
	font-family: var(--base-font);
	display: block;
	width: 100%;
	text-align: left;
	font-size: 14px !important;
	font-weight: 600 !important;
	margin-top: 3px;
}
.esta.days_23{
	display: contents;
}
.discount{
	width: 124px;
	text-align: left;
	float: none!important;
}

.discount-new, .discount-old {
	color: #333!important;
}

.discount-old {
	line-height: 1;
}

.price {
	float: none!important;
	position: relative;
}

form.price2018.add_form {
/*	border-top: 1px solid var(--border-l-grey);
	margin-top: 20px;
	padding-top: 20px;
	border-bottom: 1px solid var(--border-l-grey);
	margin-bottom: 20px;
	padding-bottom: 20px;*/

	border: 1px solid var(--border-l-grey);
/*	margin: 20px;
*/	padding: 15px;

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 98%;
	align-items: center;
	justify-content: start;
	box-shadow: 2px 2px 8px rgb(0, 0, 0, .16);
	border-radius: 15px;
	min-height: 225px;
	max-height: 250px;
	max-width: 380px;
    margin-bottom: 15px;
}

.right-descript p b{
	color: #223263!important;
}
.price2018 small {
	line-height: 1.2!important;
	padding: 5px 0px;
}

form.price2018.add_form>small {
	width: 100%;
}


/* Media */
@media(max-width: 1220px){
	#tabs > ul > li > a{
		font-size: 18px;
	}
}

@media (max-width:1160px){
	.nav-btn-menu-left_new{
		display:flex;
		align-items:center;
		flex-wrap:wrap;
	}
}

@media(max-width: 1040px){
	#tabs > ul > li > a{
		font-size: 15px;
	}
	.ui-tabs .ui-tabs-nav li{
		margin-right: 30px;
	}
}

@media (max-width: 976px) {
	.price2018 input[type=submit]{
		width: 200px !important;
	}
}

/*@media (max-width: 769px) {
	.fav-detail{
		margin-top: 15px;
	}
}*/

@media (max-width: 640px){

	#tabs{
		display:none;
	}
	#accordion{
		display:block;
	}
	.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
		left: 90% !important;
	}

	.pos-st-over{
		min-width: 100%;
		min-height: 200px;
		display:flex;
		overflow-x: auto;
	}
	.pos-st-over::-webkit-scrollbar {
		display: none;
	}
	.pos-st-over .item-bl.grid{
		min-width: 180px;
		margin: 5px;
	}
	.price, .discount{
		width: 100%;
		text-align:center;
	}

	.inBasketReplace__good_count{
		width: 100%;
		text-align: center;
	}
	.inBasketReplace{
		flex-wrap: wrap;
	}
	.fav-detail{
		width: 50px !important;
	}
	
	#accordion .ui-accordion-header{
		background: #efefef !important;
		border: none !important;
		font-family: var(--base-font);
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	#accordion .ui-accordion-header b{
		color: #262626 !important;
	}
}

@media (max-width:570px){
	.nav-btn-menu-left_new{
		width: 100%;
		display:flex;
		flex-direction:column;
		align-items:center;
		flex-wrap:wrap;
	}

}

@media (max-width: 568px) {
	.fav-detail a#fav{
		margin-top: 10px;
	}
}
  
.element-info-wrapper {
	display: grid;
	grid-gap: 7px;
	grid-template-columns: 1fr 1fr;
}

.element-descript p {
	/*font-family: var(--base-font)!important;*/
	font-size: 14px!important;
	margin-bottom: 5px!important;
}

.right-descript p span.prop-val {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
/*span.esta:before, span.none:before, span.days_23:before {
	content: "■";
	font-size: 16px;
}
span.esta:before{
	color: green;
}
span.none:before{
	color: red;
}
span.days_23:before{
	color: orange;
}
*/

.quant_stat {
	width: 50%;
/*	padding-left: 30px;*/
}

.quant_stat .none {
	color: #f0776a;
	text-transform: uppercase;
}

.price2018 a {
	color: var(--accent_color_red)!important;
}

/* .price2018 a.minus1 {
	margin-left: 10px;
}
.price2018 a.plus1 {
	margin-right: 10px;
} */

.tab-descr {
	padding-right: 20px;
	font-family: var(--base-font);
	text-align: justify;
}
.quantity {
	max-width: 70px;
}

.price .tt[itemprop="price"] span {
	/*content: "\20BD";*/
	font-family: "PT Sans", sans-serif;
}

.left-img {
	overflow: hidden;
}

.left-img .cashback7.new {
	width: 40px;
	height: 40px;
}

.left-img .cashback7.new.cashbacksuper {
	width: 46px;
	height: 46px;
}
.left-img .cashback7.new.cashbacksuper .super_percent{
	font-size: 12px;
	line-height: .6;
}

.left-img .cashback7.cashbacksuper span.cb_percent {
    font-size: 11px!important;
    letter-spacing: 1px;
    margin-left: 1px;
    transition-property: all;
    transition: 0.1s;
}

.left-img .cashback7.cashbacksuper  .super_percent__num, .left-img .cashback7.cashbacksuper  .cb_percent {
    font-weight: 600!important;
}

span.p_value {
    color: #545866!important;
}

.light-price-label__element {
	font-size: 14px;
    color: #1b246d;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    font-style: italic;
    top: -9px;
    font-weight: 400!important;
    color: #232f8e!important;
    white-space: nowrap;
}

.light-price__element_price {
	background-image: url(/local/templates/new/images/lpricetitle16.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}

.quant_stat {
	max-width: 45%;
	width: 45%;
	min-width: 45%;
}
.price {
	max-width: 55%;
	width: 55%;
	min-width: 55%;
}

@media screen and (max-width: 640px) {
	.right-descript .esta {
		margin-left: 0px !important;
	    margin-top: 0!important;
	}
	.promo1179__el {
		margin-top: -21px!important;
	}
}

@media screen and (max-width: 640px) {
	.size-twos>.row {
		flex-direction: column;
	}
}

.main-slider {
	height: fit-content;
    max-height: 100%;
}

/*.slick-slider .slick-track, .slick-slider .slick-list {
	min-width: 100%;
}*/


@media (max-width: 769px) {
	.slick-slide{
		min-width: 60px;
	}
	.slick-track {
		touch-action: pan-y;
	}
}
/* 11.11.24 */
a.price_week_1111 {
    position: relative;
    max-width: 100%;
    width: 42px!important;
    height: 42px!important;
    margin-bottom: 5px;
    overflow: hidden;
    /* left: 11% !important; */
}

.knp a {
	left: 0!important;
}
/* 11.11.24 */

form.combo_form {
	background-image: url(/images/combo_el_p2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

form.combo_form .light-price-label__element {
    color: #643287 !important;
    text-align: left;
}

.combo_cb {
	position: absolute;
	top: 25%;
	margin-top: -10px;
	right: 0px;
}

.combo_cb .newcb_percent {
    top: 6px;
    font-size: 12px;
}

.combo_cb a.cashback7 img {
    height: 32px;
}

@media all and (max-width: 400px) {
	.combo_cb {
		top: 10px;
		right: 10px;
		margin-top: 0px;
	}

	.price {
		position: unset;
	}

	.element-info-wrapper {
		position: relative;
	}
}
/* 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/catalog_2016/bitrix/catalog.element/.default/style.css?175431216813785 */
/* /local/templates/.default/components/bitrix/catalog.section/dop_tovars_2014/style.css?174523845914485 */
