

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

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: 25px;

	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: 21px;
	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, .price {
	max-width: 50%;
	width: 50%;
	min-width: 50%;
}

@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;
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/style.css?170082750425394*/
.bx_slider_section{
	position:relative;
	overflow:hidden;
	margin-top:40px;
	padding-top:38%;
}
@media (max-width:640px){.bx-touch .bx_slider_section{margin-top:20px;padding-top:70%}}
@media (max-width:480px){
	.bx-touch .bx_slider_section{
		margin-top: 20px;
		padding-top: 70%;
	}

}


.bx_slider_section .bx_slider_container{
	position: absolute;
	top: 0;
	bottom: 20px;
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_container{
		position:static;
		top:auto;
		bottom:auto;
	}
}
.bx_slider_section .bx_slider_block{
	position:relative;
	float:left;
	height:100%;
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_block{
		position: static;
		float: none;
		display: none;
	}
	.bx-touch .bx_slider_section .bx_slider_block.active{
		display: block;
	}

}
.bx_slider_section .bx_slider_photo_container{
	position:absolute;
	top:0;
	bottom:0;
	width:55%;
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_photo_container{
		width: 100%;
		padding-top: 35%;
		bottom: auto;
	}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_photo_container{
		padding-top: 70%;
	}
}
/**/
.bx_slider_section .bx_slider_photo_background,
.bx_slider_section .bx_slider_photo_element{
	position:absolute;
	top:3%;
	right:2%;
	bottom:3%;
	left:6%;
	background:#fff;
	box-shadow:0 0 4px 0 rgba(123,152,165,.75);
}

@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_photo_background,
	.bx-touch .bx_slider_section .bx_slider_photo_element{
		right:2%;
		left:2%;
	}
}

.bx_slider_section .bx_slider_photo_background{
	-webkit-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-moz-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.bx_slider_section .bx_slider_photo_element{
	display:block;
	padding:1px;
	-webkit-background-size:contain !important;
	background-size:contain !important;
}
@media (max-width:980px){ 			.bx_slider_section .bx_slider_photo_element, 			.bx_slider_section .bx_slider_photo_background{box-shadow:0 0 3px 0 rgba(123,152,165,.75)}}
@media (max-width:641px){ 			.bx_slider_section .bx_slider_photo_element, 			.bx_slider_section .bx_slider_photo_background{box-shadow:0 0 2px 0 rgba(123,152,165,.75)}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_photo_element, .bx-touch  .bx_slider_section .bx_slider_photo_background{box-shadow:0 0 1px 0 rgba(123,152,165,.75)}}
/* Stickers */
.bx_slider_section .bx_stick{
	position:absolute;
	top:20px;
	left:-2px;
	display:block;
	width:123px;
	height:35px;
	background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/stick.png) left center no-repeat;
	-webkit-background-size:contain !important;
	background-size:contain !important;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:	18px;
	line-height:35px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_stick{ 		  width:90px;height:30px;font-size:14px;line-height:30px}}
@media (max-width:640px){ 			.bx_slider_section .bx_stick{top:10px;width:70px;height:30px;font-size:11px;line-height:30px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_stick{top: 5px;width:63px;height:27px;font-size:10px;line-height:27px;font-weight:normal}}
/**/
.bx_slider_section .bx_stick_disc{
	position:absolute;
	right:5px;
	bottom:5px;
	display:block;
	width:72px;
	height:74px;
	background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/stick_disc.png) no-repeat center;
	-webkit-background-size:contain !important;
	background-size:contain !important;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:26px;
	line-height:74px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_stick_disc{width:64px;height:64px;font-size:21px;line-height:64px}}
@media (max-width:640px){ 			.bx_slider_section .bx_stick_disc{width:48px;height:48px;font-size:15px;line-height:48px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_stick_disc{width:36px;height:36px;font-size:12px;line-height:36px}}
/**/
.bx_slider_section .bx_slider_content_container{
	position:absolute;
	top:1px;
	right:10px;
	bottom:0;
	left:59%;
	z-index:100;
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_content_container{
		top: 60%;
		left: auto;
		right: auto;
		width: 100%;
	}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_content_container{
		top: auto;
		position: static;
	}

}

/**/
.bx_slider_section .bx_slider_title{
	overflow:hidden;
	margin:0;
	padding:0;
	max-height:25px;
}
@media (max-width:980px){		   .bx_slider_section .bx_slider_title{max-height:23px}}
@media (max-width:640px){		   .bx_slider_section .bx_slider_title{max-height:17px}}
@media (max-width:480px){.bx-touch .bx_slider_section .bx_slider_title{max-height:12px}}
/**/
.bx_slider_section .bx_slider_title a{
	color:#000;
	text-decoration:none;
	font-size:25px;
	line-height:25px;
	display:inline-block;
	width:100%;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:top;
}
.color_blue   .bx_slider_section .bx_slider_title a{color:#000;}
.color_wood   .bx_slider_section .bx_slider_title a{color: #572c05;text-shadow: 0 1px 1px rgba(246,237,206,0.7);}
.color_green  .bx_slider_section .bx_slider_title a{color:#fff;}
.color_yellow .bx_slider_section .bx_slider_title a{color: #4c4a3f;text-shadow: 0 1px 1px rgba(255,255,255,.5);}
.color_red    .bx_slider_section .bx_slider_title a{color:#fff;}
.color_black  .bx_slider_section .bx_slider_title a{color:#fff;}

@media (max-width:980px){ 			.bx_slider_section .bx_slider_title a{font-size:21px;line-height:23px}}
@media (max-width:640px){ 			.bx_slider_section .bx_slider_title a{font-size:17px;line-height:17px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_title a{font-size:11px;line-height:12px}}
/**/
.bx_slider_section .bx_slider_content_description {
	color:#658790;
	font-size:13px;
	line-height:19px;
	max-height:77px;
	overflow:hidden;
}
.color_blue   .bx_slider_section .bx_slider_content_description {color:#658790;}
.color_wood   .bx_slider_section .bx_slider_content_description {color:#fff    ;text-shadow: 0 -1px 1px #924b17;}
.color_green  .bx_slider_section .bx_slider_content_description {color:#fff;}
.color_yellow .bx_slider_section .bx_slider_content_description {color: #4c4a3f;text-shadow: 0 1px 1px rgba(255,255,255,.5);}
.color_red    .bx_slider_section .bx_slider_content_description {color:#fff;}
.color_black  .bx_slider_section .bx_slider_content_description {color:#fff;}
@media (max-width:890px){ 			.bx_slider_section .bx_slider_content_description{max-height:55px}}
@media (max-width:820px){ 			.bx_slider_section .bx_slider_content_description{max-height:38px}}
@media (max-width:780px){ 			.bx_slider_section .bx_slider_content_description{max-height:19px}}
@media (max-width:720px){ 			.bx_slider_section .bx_slider_content_description{display:none}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_content_description{
	max-height: 76px;
	display: block;
	position: absolute;
	left: 52%;
	top: 0;
}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_content_description {
		max-height: 76px;
		position: static;
		left: auto;
		top: auto;
	}
}
/**/

@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_customblock_one{width: 50%}
	.bx-touch .bx_slider_section .bx_slider_customblock_two{width: 50%}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_customblock_one{width:100%}
	.bx-touch .bx_slider_section .bx_slider_customblock_two{width:100%}
}
/**/
.bx_slider_section .bx_slider_price_container{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_price_container{left: 52%;}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_price_container{left: auto;position: relative;margin-top: 10px}}
.bx_slider_section .bx_slider_price_rightblock{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:96%;
	background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/price_bg.png) no-repeat left center;
	background-size:100% 100%;
}

.color_blue   .bx_slider_section .bx_slider_price_rightblock {background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/price_bg.png) no-repeat left center;}
.color_wood   .bx_slider_section .bx_slider_price_rightblock {}
.color_green  .bx_slider_section .bx_slider_price_rightblock {}
.color_yellow .bx_slider_section .bx_slider_price_rightblock {background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/price_bg_white.png) no-repeat left center;}
.color_red    .bx_slider_section .bx_slider_price_rightblock {}
.color_black  .bx_slider_section .bx_slider_price_rightblock {}

/**/
.bx_slider_section .bx_slider_price_leftblock{
	position:relative;
	width:96%;
	background:rgba(159,226,248,.52);
}

.color_blue   .bx_slider_section .bx_slider_price_leftblock {}
.color_wood   .bx_slider_section .bx_slider_price_leftblock {}
.color_green  .bx_slider_section .bx_slider_price_leftblock {}
.color_yellow .bx_slider_section .bx_slider_price_leftblock {background: rgba(255,255,255,.52);}
.color_red    .bx_slider_section .bx_slider_price_leftblock {}
.color_black  .bx_slider_section .bx_slider_price_leftblock {}
/**/
.bx_slider_section .bx_slider_current_price{
	padding:10px 10px 5px;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	font-weight:bold;
	font-size:26px;
	line-height:26px;
	vertical-align: middle;
}
.bx_slider_section .bx_slider_current_price.bx_no_oldprice{
	font-size:26px;
	line-height:46px;
}
@media (max-width:980px){			.bx_slider_section .bx_slider_current_price 				{padding:5px 7px 1px;font-size:23px;line-height:18px}}
@media (max-width:980px){			.bx_slider_section .bx_slider_current_price.bx_no_oldprice 	{padding:5px 7px 1px;font-size:23px;line-height:46px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_current_price 				{padding:4px 7px 0px;font-size:17px;line-height:12px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_current_price.bx_no_oldprice  {padding:4px 7px 0px;font-size:17px;line-height:34px}}
/**/
.bx_slider_section .bx_slider_old_price{
	padding:5px 10px 10px;
	color:#496771;
	text-decoration:line-through;
	text-shadow:0 1px 1px rgba(255,255,255,.4);
	font-weight:bold;
	font-size:14px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_slider_old_price{font-size:14px;padding:1px 7px 5px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_old_price{font-size:10px}}
/*Cart button*/
.bx_slider_section .bt_blue{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-19px;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx-touch .bx_slider_section .bt_blue{font-size:12px}
.bx_slider_section .shadow.bt_blue 		 {box-shadow:0 1px 1px 0 rgba(0,0,0,.2);}
.bx_slider_section .shadow.bt_blue:active{box-shadow:none}

.bx_slider_section .bt_blue  		{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#00a2df), to(#006fcb));
	background-image:-webkit-linear-gradient(#00a2df 0%, #006fcb 100%);
	background-image:-moz-linear-gradient(#00a2df 0%, #006fcb 100%);
	background-image:-o-linear-gradient(#00a2df 0%, #006fcb 100%);
	background-image:linear-gradient(#00a2df 0%, #006fcb 100%);
	color:#fff;
	text-shadow:0 1px 0 #006cae;
}
.bx_slider_section .bt_blue:hover  	{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#21afe4), to(#006fcb));
	background-image:-webkit-linear-gradient(#21afe4 0%, #006fcb 100%);
	background-image:-moz-linear-gradient(#21afe4 0%, #006fcb 100%);
	background-image:-o-linear-gradient(#21afe4 0%, #006fcb 100%);
	background-image:linear-gradient(#21afe4 0%, #006fcb 100%);
}
.bx_slider_section .bt_blue:active  {
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#006fcb), to(#00a2df));
	background-image:-webkit-linear-gradient(#006fcb 0%, #00a2df 100%);
	background-image:-moz-linear-gradient(#006fcb 0%, #00a2df 100%);
	background-image:-o-linear-gradient(#006fcb 0%, #00a2df 100%);
	background-image:linear-gradient(#006fcb 0%, #00a2df 100%);
	box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21);
}
.bx_slider_section .big.bt_blue{
	padding:0 13px;
	height:36px;
	line-height:36px;
	font-weight:bold;
}
.bx-touch .bx_slider_section .big.bt_blue{
	padding:0 12px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	margin-top:-12px;
	vertical-align: middle;
}
.bx_slider_section .big.bt_blue:hover  {}
.bx_slider_section .big.bt_blue:active {}

.bx_slider_section .big.bt_blue.cart span{
	position:relative;
	bottom:-7px;
	display:inline-block;
	margin:0 10px 0 0;
	width:26px;
	height:23px;
	background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/bt_cart.png) no-repeat center;
	-webkit-background-size:contain !important;
	background-size:contain !important;
}
.bx-touch .bx_slider_section .big.bt_blue.cart span{
	bottom:0;
	margin:0 10px 0 0;
	width:20px;
	height:24px;
	vertical-align: middle;
}
@media (max-width:800px){.bx_slider_section .big.bt_blue.cart span {display:none}}
@media (max-width:640px){.bx_slider_section .big.bt_blue.cart span {display:block}
	.bx_slider_section .big.bt_blue.cart strong{display:none}}
/**/
.bx_slider_section .bx_slider_controls{}
.bx_slider_section .bx_slider_arrow_left,
.bx_slider_section .bx_slider_arrow_right{
	position:absolute;
	top:50%;
	z-index:200;
	display:none;
	margin-top:-29px;
	width:57px;
	height:58px;
	background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/slider_arrow.png) no-repeat;
	cursor:pointer;
}


.color_blue   .bx_slider_section .bx_slider_arrow_left,
.color_blue   .bx_slider_section .bx_slider_arrow_right{background-image:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/slider_arrow.png)}
.color_wood   .bx_slider_section .bx_slider_arrow_left,
.color_wood   .bx_slider_section .bx_slider_arrow_right{}
.color_green  .bx_slider_section .bx_slider_arrow_left,
.color_green  .bx_slider_section .bx_slider_arrow_right{}
.color_yellow .bx_slider_section .bx_slider_arrow_left,
.color_yellow .bx_slider_section .bx_slider_arrow_right{background-image:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/slider_arrow_yellow.png)}
.color_red    .bx_slider_section .bx_slider_arrow_left,
.color_red    .bx_slider_section .bx_slider_arrow_right{}
.color_black  .bx_slider_section .bx_slider_arrow_left,
.color_black  .bx_slider_section .bx_slider_arrow_right{}



.bx_slider_section:hover 	.bx_slider_arrow_left,
.bx_slider_section:hover 	.bx_slider_arrow_right 		 {display:block}

.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -58px;right:0}

.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -116px}
.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -174px}

@media (max-width:980px){
	.bx_slider_section 			.bx_slider_arrow_left,
	.bx_slider_section 			.bx_slider_arrow_right 		 {
		margin-top:-13px;
		width:25px;
		height:25px;
		background-size:25px auto !important;
	}
	.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
	.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -25px;right:0}

	.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -50px}
	.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -75px}
}

.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left,
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right 		 {
	display:block;
	margin-top:-13px;
	width:25px;
	height:25px;
	background-size:25px auto !important;
}

.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -25px;right:0}

.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -50px}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -75px}
@media (max-width:639px){
	.bx-touch .bx_slider_section .bx_slider_arrow_left,
	.bx-touch .bx_slider_section .bx_slider_arrow_right{
		top:22%;
	}
}

/**/

.bx_slider_section .bx_slider_pagination {
	position:absolute;
	bottom:-4px;
	margin:0;
	padding:0;
	width:57%;
	list-style:none;
	text-align:center;
}
.bx_slider_section .bx_slider_pagination li{
	display:inline-block;
	margin:0 3px;
	width:14px;
	height:20px;
	background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/pagination_dot.png) no-repeat right center;
}
.color_blue   .bx_slider_section .bx_slider_pagination li{background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/pagination_dot.png) no-repeat right center}
.color_wood   .bx_slider_section .bx_slider_pagination li{}
.color_green  .bx_slider_section .bx_slider_pagination li{}
.color_yellow .bx_slider_section .bx_slider_pagination li{background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/pagination_dot_yellow.png) no-repeat right center}
.color_red    .bx_slider_section .bx_slider_pagination li{}
.color_black  .bx_slider_section .bx_slider_pagination li{}

.bx_slider_section .bx_slider_pagination li:hover,
.bx_slider_section .bx_slider_pagination li.active{background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/pagination_dot.png) no-repeat 1px center;}
.color_blue   .bx_slider_section .bx_slider_pagination li:hover,
.color_blue   .bx_slider_section .bx_slider_pagination li.active{background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/pagination_dot.png) no-repeat 1px center;}
.color_wood   .bx_slider_section .bx_slider_pagination li:hover,
.color_wood   .bx_slider_section .bx_slider_pagination li.active{}
.color_green  .bx_slider_section .bx_slider_pagination li:hover,
.color_green  .bx_slider_section .bx_slider_pagination li.active{}
.color_yellow .bx_slider_section .bx_slider_pagination li:hover,
.color_yellow .bx_slider_section .bx_slider_pagination li.active{background:url(/local/templates/main_new/components/bitrix/catalog.section/footer_viewed/images/pagination_dot_yellow.png) no-repeat 0px center;}
.color_red    .bx_slider_section .bx_slider_pagination li:hover,
.color_red    .bx_slider_section .bx_slider_pagination li.active{}
.color_black  .bx_slider_section .bx_slider_pagination li:hover,
.color_black  .bx_slider_section .bx_slider_pagination li.active{}


.bx_slider_section .bx_slider_pagination li span{
	display:block;
	width:14px;
	height:20px;
	text-decoration:none;
	cursor: pointer;
}

.bx-touch .bx_slider_section .bx_slider_pagination{}
.bx-touch .bx_slider_section .bx_slider_pagination li,
.bx-touch .bx_slider_section .bx_slider_pagination li span{
	margin:0 1px;
	width:7px;
	height:7px;
	-webkit-background-size:auto 7px;
	background-size:auto 7px;
}
@media (max-width:640px) {
	.bx-touch .bx_slider_section .bx_slider_pagination{
		display: block;
		position: relative;
		bottom: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
@media (max-width:480px) {
	.bx-touch .bx_slider_section .bx_slider_pagination{
		margin: 10px 0;
	}
}


.bx_slider_section .bx_stick,
.bx_slider_section .bx_slider_title,
.bx_slider_section .bx_slider_title a,
.bx_slider_section .bx_stick_disc{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.title-post{
	height: 80px !important;
}
.title-post a{
	font-family: 'Futura PT Book';
	font-size: 16px !important;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #000000 !important;
	height: 48px;
}
.title-post__art{
	font-family: 'Futura PT Book';
	font-size: 16px !important;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #33A0FF !important;
}
.slider-index{
	height: 470px !important;
}
.slider-index:after, .slider-index:before{
	min-height: 315px;
}

.slider-index .slider-index__header{
	margin-left: 15px;
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}
.slider-index .slider-index__header > h2{
	font-family: 'Futura PT Book';
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 0em;
	text-align: left;
	color: #22262A !important;
	text-transform: uppercase;
}
.item-bl {
	height: 310px !important;
	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: 23px;
}
.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;

}
.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;
	height: 56px;
	position: static;
	margin-left: -18px;
	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: Arial, Helvetica, sans-serif;*/
	font-size: 18px !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: 'Futura PT Book';*/
	text-align: left;
	color: #000000 !important;
	font-size: 14px !important;
}
.ctr2{
	margin: 0 !important;
	width: 100% !important;
	display: flex;
}
.ctr2 form.add_form{
	width: 90%;
}
.ctr2 .add-favorite{
	width: 10%;
}
/*.ctr2 .add-favorite a{
	position: inherit !important;
	background-image: none !important;
	padding-top: 5px;
}*/
/*.ctr2 div a{
	opacity: 1 !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 8px !important;
	height: 8px !important;
	background-color: transparent !important;
	left: 15px !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;
}
.add-cart-s{
	right: 32px !important;
	/*font-family: 'Futura PT Book';*/
	font-size: 18px;
	font-weight: 450;
	line-height: 27px;
	font-style: normal !important;
	color: #ffffff !important;
	text-align: center !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: 'Futura PT Book';*/
	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;
}
.goods__special-markers__wrapper .cashback7, .goods__special-markers__wrapper .price_week{
	position: initial !important;
	margin-bottom: 5px;
}

.item-bl .already_in_cart_container {
	max-width: 96%;
	margin:0 auto!important;
}


.your-viewed a.slick-arrow {
    padding-top: 20px;
    margin-top: -25px;
    width: 17px;
    height: 20px;
    z-index: 3;
    top: 40%;
    cursor: pointer;
    position: absolute;
    background-image: url(/local/templates/new/images/slick-arrow-left.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.your-viewed a.slick-arrow.prev {
    background-image: url(/local/templates/new/images/slick-arrow-left.png);
    left: -13px;
}

.your-viewed a.slick-arrow.next {
    background-image: url(/local/templates/new/images/slick-arrow-right.png);
    right: -13px;
}
/* End */
/* /local/templates/main_new/components/bitrix/catalog/catalog_2016/bitrix/catalog.element/.default/style.css?175421636613336 */
/* /local/templates/main_new/components/bitrix/catalog.section/footer_viewed/style.css?170082750425394 */
