

/* Start:/bitrix/templates/main_new/css/index.css?177868596911643*/
.wrap-content-2{
	padding:110px 0 60px 0;
}
.wrap-content-3{
	padding:60px 0 56px 0;
}
.wrap-content-4{
	padding:56px 0 96px 0;
}
.wrap-content-5, .wrap-content-6{
	padding:96px 0;
}
.wrap-content-7{
	padding:86px 0 96px 0;
}
.wrap-content-8{
	padding:96px 0 90px 0;
}
.wrap-content-9{
	padding:90px 0 96px 0;
}
.wrap-content-10{
	padding:96px 0 100px 0;
}
.wrap-content-11{
	padding:100px 0 110px 0;
}
.wrap-content-12{
	padding:110px 0 180px 0;
}
.index-pre-block{
	padding:80px 0 0 0;
}
.index-title{
	font-family: 'verdana';
	font-weight:700;
	font-size:3em;
	line-height:1;
	padding-bottom: 6px;
}
.index-title-link a,
.index-title-link a:link, .index-title-link a:visited, .index-title-link a:active{
	display:block;
	background-color:#fff!important;
	color:#292929!important;
	border:1px solid #6a1c25;
	border-radius:6px;
	padding:10px;
	width:100%;
	max-width:148px;
	text-align:center;
	font-size:1em;
	text-decoration:none;
	line-height:1;
}
.index-title-link a:hover{
	color:#fff!important;
	background-color:#e42329!important;
	text-decoration:none;
}
.index-title-link > div{
	display: table;
    height: 100%;
    width: 100%;
}
.index-title-link > div > p{
	display: table-cell;
    vertical-align: middle;
}
/*Табы главная*/
	.tabs{
	margin:0 0 20px 0;
	width:100%;
	}

	/* JS Переключение окнон */
	/* Стили для блока с ккнопками */
	.tabs__caption {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		position: relative;
		justify-content:center;	
		padding:0;margin:0!important;
		width:100%;
		height:42px
	}
	/* Если кнопка не активна  добавить курсор*/
	.tabs__caption li:not(.active) {
		cursor: pointer;
	}
	/* Стиль для кнопки ( не активна ) */
	.tabs__caption li {
		line-height:60px;
		display: inline-block;
		text-transform:uppercase;
		margin: 0 0 -1px;
		width:200px;
		text-align: left;
		font-size:16px;
		font-weight:bold;
		position: relative;
		
		transition-duration: 0.46s;
		-webkit-transition-duration: 0.46s;
		-moz-transition-duration: 0.46s;
		-o-transition-duration: 0.46s;
		-ms-transition-duration: 0.46s;
		background-color:#e6e6e6;
		color:#000;
		
	}
	.tabs__caption li:nth-child(1){
		width: 50%;
	}
	.tabs__caption li:nth-child(2){
		width:50%;
	}

	.tabs__caption li:nth-child(3){
		width:50%;
	}
	.tabs__caption li:hover{
		background: #000;
		color:#fff;
	}
	.tabs__caption li div{
		 padding: 0 0 0 28px;
	}
	/* Стиль для кнопки ( активна ) */
	.tabs__caption .active {
		color:#fff;
		background:#000;

	}

	.tabs__caption .active::after {
		
		position: absolute;
		left: 45%;
		bottom: -29px;
		border: 9px solid transparent;
		border-top: 19px solid #7bdd33;
	  
	}

	/* Стиль для блока( не активен ) */
	.tabs__content {
		display: none;
		height: 100%;
		padding: 30px 0 30px 0;
		background-color:#fff;
	}

	/* Стиль для блока( активен ) */
	.tabs__content.active {
		display: block;
	}
/* Табы бренды главная */
/* Стили для списка вкладок */
.tabs-brend{
	display: table;
    height: 100%;
    width: 100%;
}
.tab-header {
	list-style: none;
	align-items: center;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
	margin: 0;
}
/* Стили для вкладки */
.tab-header__item {
	cursor: pointer;
	font-size:1.125em;
	color:#292929;
	font-weight:700;
	border-bottom: 1px dashed #292929;
	display: inline-block;
    margin: 0 30px;
}

/* Стили для активной вкладки */
.tab-header__item.active {
   color: #9a2c2c;
   border-bottom: 1px dashed #f5f5f5;
   position: relative;
}

/* Стиль для списка контейнеров с содержимым вкладок */
.tab-content {
   list-style: none;
   padding: 0;
   margin: 0;
}

/* Стили для контейнера с содержимым вкладки. По умолчанию скрыт. */
.tab-content__item {
   display: none;
   
}

/* Стили для активного контейнера вкладки */
.tab-content__item.active {
   display: block;
}	
/*Фильтр Главная */
.three{
	height: 284px;
}
.col_margin > .three{
	margin:0;padding:0;
}
.columns.p30>.col {
    padding:0 25px 0 11px;
}
.columns.three>.col {
    width: 50%;
}	
.columns>.col {
    display: inline-block;
}	
.inp-cover{
	margin-bottom:18px;
}
.inp-cover dt {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    line-height: 1.15;
	font-weight:normal;
	font-size: 15px;
}
.inp-cover dd {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.columns-row>.col {
    display: table-cell;
    vertical-align: middle;
}	
.filterform select{
	width: 215px;
	font-size: 15px;
    height: 45px;
    margin: 0;
    padding: 0;
    border-radius: 2px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
	background-color: #e6e6e6;
	padding: 0 5px;
	-webkit-appearance: menulist-button;
	color:#000;
}	
/*
.filterform select:invalid {
  color:#000;
}
.filterform option{
	color:#000;
}
*/
.bt_filter{
background-color: #cccccc;
    border-color: #cccccc!important;
	border:1px solid #000;
    width: 308px;
    height: 45px;
    font-size: 14px!important;
    border-radius:5px!important;
    color: #FFF;
	cursor: pointer;
	margin-right: 30px;
}
.bt_filter:hover, .bt_filter:focus{
	background-color: #7e7d7d;
    border-color: #7e7d7d;
    color: #FFF;
}	
.but_filtr{
	vertical-align: bottom!important;
	padding-bottom: 24px;
	display: block !important;
    width: 100% !important;
    padding: 0;
    text-align: right;
}
select:invalid:not(:focus) {
  color: gray;
}
select:invalid:focus {
  color: transparent;
}
select:focus option {
  color: initial;
}
/* Фильтр по Маркам */
.columns.two >.col {
    width: 50%;
	margin:0;
}	
.inp-cover dt.width100px {
    width: 100px;
}
.avtoSubmit{
	font-size:14px;
}
.avtoSubmit input{
	background-color: #003399;
    border-color: #003399!important;
    width: 140px;
    height: 36px;
    font-size: 12px!important;
    border-radius: 15px!important;
    color: #FFF;
	cursor: pointer;
}
.avtoSubmit input:hover, .avtoSubmit input:focus{
	background-color: #53A4D8;
    border-color: #53A4D8;
    color: #FFF;
}
.show-result {
    padding: 25px 25px 50px 25px;
    position: relative;
    display: none;
    background: #fff;
    border-radius: 8px;
    z-index: 1000;
	width: 100%;
}	
.show-result table {
    width: 100%;
	font-size:13px;
}
.close-result {
    width: 140px;
    height: 36px;
    cursor: pointer;
    background: url(/bitrix/templates/goodshina_new/img/close.png) 0 0 no-repeat;
    right: 15px;
    position: absolute;
}
.slide_block_top{
	position:relative;
	padding-top: 0;
}
.filtre_index_slide{
	position: absolute;
    z-index: 190;
    width: 58%;
    /* top: 50px; 
	*/
    height: 100%;
	
	padding:50px 0 59px 50px;

    display: flex;
}
.filtre_index_slide > .tabs_contener{
	display: flex;
	height: 100%;
	width:100%;
    position: relative;
    padding: 0 0 28px 0;
}

.tabs_contener option{
	color:#000;
	background:#fff;
}
.feedback-index-block{
	background-color:#2d3036;
	box-shadow: 0px 0px 40px 0px rgb( 226, 226, 226 );
	border-radius: 20px;
}
.feedback-index-img{
	text-align: right;
}
.feedback-index-img img{
	top: -17px;
    position: relative;
	width:100%;
	max-width:563px;
}
.feedback-index-form{
	padding:50px 52px 8px 52px ;
}
.index-company-title h1{
	font-size:2.25em;
	color:#0a0a0a;
	font-weight:700;
	padding:0;
	margin:0;
	line-height:1.2;
	text-transform:uppercase;
}
.index-company-text{
	padding:3.7em 0 3.5em 0;
	font-size:1.125em;
	line-height:1.3;
	font-weight:700;
	color:#0a0a0a;
	text-align: justify;
}
.index-company-text p {margin:0;padding:0;}
.index-company-links a{
	display:block;
	border:1px solid #6a1c25;
	border-radius:6px;
	text-align:center;
	padding:11px 30px;
	line-height:1;
	width:146px;
}
.index-company-links a:link, .index-company-links a:visited,  .index-company-links a:active {background-color:#fff;color:#282828;text-decoration:none;}
.index-company-links a:hover, .index-company-links a:focus{
	background-color:#e4191f;
	color:#fff;
}

@media (max-width: 1370px) {
	.inp-cover{margin-bottom:10px;}
	.inp-cover dt, .inp-cover dd, .filterform select{width:100%;}
	.bt_filter {width:42%;}
	.slide_block_td{height:542px;}
	.filtre_index_slide {padding: 60px 0 80px 35px;}
	.tabs__content{padding: 25px 0 25px 0;}	
}
@media (max-width: 1230px) {
	.filtre_index_slide {padding: 50px 0 50px 35px;}
}
@media (max-width: 1140px) {
	.filtre_index_slide {padding: 35px 0 40px 35px;}
}
@media (max-width: 1116px) {
	.tabs__caption li:nth-child(1){width:33%}
}
@media (max-width: 1023px) {
	.filtre_index_slide{
		position:relative;
		width:100%;
		padding:0 0 10px 0;
		height: auto;
	}
	.filtre_index_slide > .tabs_contener{
		padding-bottom: 0;
		margin: 0;
		height: auto;
		padding:0;
		background-color: #fff;
	}
	.tabs__content{
		height: auto;
		padding:25px 0 0 0;
	}
	.tabs__caption{
		padding: 0 15px;
	}
	.tabs{margin:0;}
	.bt_filter{
		width: 48%; 
		margin: 0;
		background-color:#007aff;
		color:#fff;
		font-size: 17px !important;
	}
	.slide_block_td{height:1000px;}
	.cost_margin{height:10px;clear: both;}
	.owl-dots{width: 100%;}
}	
@media (max-width: 991px) {
	.index-title{font-size:2.125em;}
	.index-pre-block{padding: 58px 0 0 0;}
	.feedback-index-img{text-align: center;padding-top: 15px;}
	.feedback-index-img img{top:0;left:-20px;}
	.wrap-content-2{
		padding:80px 0 50px 0;
	}
	.wrap-content-3{
		padding:50px 0 46px 0;
	}
	.wrap-content-4{
		padding:46px 0 76px 0;
	}
	.wrap-content-5, .wrap-content-6{
		padding:76px 0;
	}
	.wrap-content-7{
		padding:66px 0 76px 0;
	}
	.wrap-content-8{
		padding:76px 0 70px 0;
	}
	.wrap-content-9{
		padding:70px 0 76px 0;
	}
	.wrap-content-10{
		padding:80px 0 80px 0;
	}
	.wrap-content-11{
		padding:60px 0 90px 0;
	}
	.wrap-content-12{
		padding:80px 0 100px 0;
	}
}
@media (max-width: 720px) {	
	.tabs__caption li:nth-child(1),.tabs__caption li:nth-child(2),.tabs__caption li:nth-child(3){background-image:none;}
	.wrap-content-2{
		padding:40px 0 30px 0;
	}
	.wrap-content-3{
		padding:30px 0 26px 0;
	}
	.wrap-content-4{
		padding:26px 0 46px 0;
	}
	.wrap-content-5, .wrap-content-6{
		padding:46px 0;
	}
	.wrap-content-7{
		padding:36px 0 46px 0;
	}
	.wrap-content-8{
		padding:46px 0 40px 0;
	}
	.wrap-content-9{
		padding:40px 0 46px 0;
	}
	.wrap-content-10{
		padding:50px 0 50px 0;
	}
	.wrap-content-11{
		padding:40px 0 60px 0;
	}
	.wrap-content-12{
		padding:30px 0 60px 0;
	}
}
@media (max-width: 600px) {
	.tabs__caption li {
		font-size: 15px;
		text-align: center;
	}
	.tabs__caption li div{padding:0;}
	.gemor{height:306px;}	
}
@media (max-width: 575px) {
	.index-title-link a{float:right;}
	.tabs-brend{padding:22px 0;}
	.index-pre-block{padding: 46px 0 0 0;}
}
@media (max-width: 470px) {
	
	.tabs__caption li {
		font-size: 14px;
	}
	.gemor{height:235px;}
}
@media (max-width: 450px) {
	.tabs__caption li {
		font-size: 13px;
	}
}
@media (max-width: 420px) {
	.tabs__caption li {
		font-size: 12px;
	}
}
@media (max-width: 400px) {
	.tabs__caption li {
		font-size: 11px;
		line-height: 48px;
	}
	.tabs__caption{height: 27px;}
	.gemor{height:200px;}
	.feedback-index-img img{top:0;left:0;}
}
@media (max-width: 368px) {
	.three {
        height: auto;
        padding-top: 15px;
    }
    .catalog_section_product .columns.three>.col {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/news.list/slide_index2/style.css?17786859692726*/
.slider-index > .owl-dots > .owl-dot{
	width:11px;
	height:11px;
	background: #999!important;
    border-radius: 50%;
/*
	background:url("/bitrix/templates/goodshina_new/img/slider-dot.png")!important;
	background-position:center center;
	background-repeat:no-repeat;
*/	
	margin:0 14px;
}

.slider-index > .owl-dots > .active{
	width:17px;
	height:17px;
	background: #ccc!important;
	/*
	background:url("/bitrix/templates/goodshina_new/img/slider-dot-active.png") !important;
	background-position:center center;
	background-repeat:no-repeat;
	*/
}

.slider-index > .owl-dot:focus{
	outline:none;
}

.slider-index > .owl-dots{ 
	position: relative;
    width: 560px;
    bottom: 63px;
    text-align: center;
	float: right;
	right:10px;
}
.slider_contener{
    max-height:650px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}
.slide_bottom{
position: absolute;
    bottom: 43px;
    text-align: center;
    right: 380px;
    z-index: 92;
}
.slide_bottom a{
	display:block;
	background-color:#ffffff;
	border-radius:6px;
	padding:12px 20px;
	color:#fff;
	transition-duration: 0.46s;
		-webkit-transition-duration: 0.46s;
		-moz-transition-duration: 0.46s;
		-o-transition-duration: 0.46s;
		-ms-transition-duration: 0.46s;
}
.slide_bottom a > span{
	color:#e31e24;
	transition-duration: 0.46s;
		-webkit-transition-duration: 0.46s;
		-moz-transition-duration: 0.46s;
		-o-transition-duration: 0.46s;
		-ms-transition-duration: 0.46s;
}
.slide_bottom a:link, .slide_bottom a:visited {color:#000;text-decoration:none;}
.slide_bottom a:hover, .slide_bottom a:focus{background-color:#d21320;text-decoration:none;color:#000;}
.slide_bottom a:hover > span, .slide_bottom a:focus  > span{color:#000;}

.slide_img_L{display:none}
.slide_img_L_BG{display:none}
.slide_img_S{display:none}
.slide_img_M{display:none}
.slide_img_SS{display:none}
@media (max-width: 1370px) {
	.slide_img_XL{display:none}
	.slide_img_L{display:block}
	.slide_bottom{
		top: 440px;
		text-align:center;
		right: 310px;
		z-index: 92;
	}
}
@media (max-width:1140px) {.slide_bottom{top: 433px;}}
@media (max-width:1109px) {
	.slide_img_L{display:none}
	.slide_img_L_BG{
		display:block;
		width:100%;
		height:517px;
		background-position:center right;
		background-repeat:no-repeat;
		min-height: 410px;
		background-size: cover;
		position: relative;
	}
}
@media (max-width:1023px) {
	.slide_img_L_BG{display:none}
	.slide_img_S{display:block}
	.slide_bottom{display:none;}
}
@media (max-width:580px) {
	.slide_img_S{display:none}
	.slide_img_M{display:block}
	
}
@media (max-width:480px) {
	.slider-index > .owl-dots{display:none}
}
@media (max-width:380px) {
	.slide_img_M{display:none;}
	.slide_img_SS{display:block}
}
/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/news.list/index_ban/style.css?17786859693393*/
.ba-element-block a:link,.ba-element-block a:visited,.ba-element-block a:active {color:#fefefe;text-decoration:none!important;}
.ba-element-block a :hover{color:#fefefe;text-decoration:none!important;}
.ba-element{
	width:100%;
	max-width:666px;
	height:173px;
	margin:15px 0;
	padding:10px 38px;
	background-repeat:no-repeat;
	border-radius:9px;
	font-family: 'verdana';
	text-transform:uppercase;
	color:#fefefe;
	text-decoration:none;
	font-weight:700;
    overflow: hidden;
    position: relative; /* относительное позиционирование */
    cursor: pointer;
}

.ba-element-valign{
	display: table;
    height: 100%;
	width:100%;
}
.ba-element-text{
	display: table-cell;
    vertical-align: middle;
}
.ba-element-text i{
	font-size:1.875em;
	font-style: normal;
	display:block;
}
.ba-element-text span{
	font-size:1.125em;
}
.align-left{
	text-align:left;
	background-position:right center;
}
.align-center{
	text-align:center;
	background-position:center center;
}
.align-right{
	text-align:right;
	background-position:left center;
}
.text-align-left{text-align:left;}
.text-align-center{text-align:center;}
.text-align-right{text-align:right;}


/* Воспроизведём  эффект наклонного блика */
.ba-element::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
/*
 * используем линейный градиент 
 * определим начальное и конечное расположение,
 * цвет, размер и элементы трансформации
*/
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
/* Создадим анимацию и установим время исполнения */
.ba-element:hover::before {
    -webkit-animation: shine 1.25s;
    animation: shine 1.25s;
}
/*
 * описываем анимацию CSS свойств 
 * в виде перечня ключевых кадров 
*/
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
 
@keyframes shine {
    100% {
        left: 125%;
    }
}



@media screen and (max-width: 920px) {
	.ba-element-text i{
		font-size:1.5em;
	}
}
@media screen and (max-width: 767px) {
	.ba-element-block a{
		display: block;
		text-align: center;
	}
	.ba-element{display: inline-block;}
}
@media screen and (max-width: 500px) {
	.ba-element-text{
		text-shadow: 3px 3px 5px #000;
	}
	.ba-element{
		display: inline-block;
        background-size: 100%;
        height: 115px;
        padding: 10px 15px;
	}
}
@media screen and (max-width: 478px) {
	.ba-element{
        height: 102px;
	}
	.ba-element-text i{
		font-size:1.4em;
	}
	.ba-element-text span{
		font-size:1em;
	}
}
@media screen and (max-width: 478px) {
	.ba-element{
        height: 92px;
		padding: 2px 10px;
		margin: 5px 0;
	}
	.ba-element-text i{
		font-size:1.2em;
		
	}
}
@media screen and (max-width: 380px) {
	.ba-element{
        height: 78px;
	}
	.ba-element-text i{
		font-size:1em;
		
	}
	.ba-element-text span{
		font-size:0.8em;
	}
}	
@media screen and (max-width: 345px) {
	.ba-element{
        height: 74px;
	}
}



/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/news.list/index_advantages/style.css?17786859691981*/
.advantages-element-block{
	background-color:#fff;
	padding:10px 35px;
	height:128px;
	box-shadow: 2px 2px 4px 0px rgb(226, 226, 226);
	border-radius: 30px;
	margin: 10px 0;
}
.advantages-element{
	font-size:1.25em;
	font-weight:700;
	line-height: 1.4;
	display: table;
    height: 100%;
    width: 100%;
	padding:2px;
}
.advantages-element img{
	width:40px!important;
	display: inline-block!important;
	float: left;
    margin: 10px 30px 10px 0;
}
.advantages-element p{
	display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 1350px) {
	.advantages-element-block{
		background-color:#fff;
		padding:10px 15px;
	}
	.advantages-element img{
		margin: 10px 15px 10px 0;
	}
}
@media screen and (max-width: 1110px) {
	.advantages-element{
		font-size:1em;
	}
	.advantages-element img{
		margin: 0 10px 0 0;
	}
}
@media screen and (max-width: 960px) {
	.advantages-element-block{
		padding:10px 20px;
	}
	.advantages-element{
		font-size:1.25em;
	}
	.advantages-element img{
		margin: 10px 15px 10px 0;
	}
}
@media screen and (max-width: 869px) {
	.advantages-element img{
		margin: 0 15px 0 0;
	}
}
@media screen and (max-width: 580px) {
	.advantages-element-block{
		padding:10px 10px;
	}
	.advantages-element{
		font-size:1em;
	}
}
@media screen and (max-width: 479px) {
	.advantages-element-block{
		padding:10px 20px;
	}
	.advantages-element{
		font-size:1.25em;
	}
	.advantages-element img{
		margin: 0 10px 0 0;
	}
}
@media screen and (max-width: 350px) {
	.advantages-element-block{
		padding:10px 10px;
	}
}
.slider_advantages > .owl-dots{
	width: 100%;
    bottom: -12px;
	position: relative;
    text-align: center;
	float: right;
}
.slider_advantages > .owl-dot:focus{
	outline:none;
}
.slider_advantages > .owl-dots > .owl-dot{
	background-color: #b41a25;
	height:13px;
	width:13px;
	border-radius: 50%;	
	margin:0 4px;
	border: 2px solid #b41a25;
}
.slider_advantages > .owl-dots > .active{
	background: #f9eeee;
    border: 2px solid #b41a25;
}
/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/news.list/index_section_list/style.css?17786859691675*/
.index-section-element a{
	margin-top: 0;
    display: block;
	margin-bottom:4px;
}
.index-section-element a:link, .index-section-element a:visited, .index-section-element a:active {color:#0a0a0a;text-decoration:none;}
.index-section-element a:hover{
	margin-top: 4px;
	margin-bottom:0px;
	text-decoration:none;
	color:#950b0b;
}
.section-element-block{
	background-color:#fff;
	border-radius: 35px;
	border:1px solid rgb( 211, 211, 211 );
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width:100%;
	background-repeat:no-repeat;
	background-position:right bottom;
	height:270px;
	padding:30px 30px 30px 57px;
	text-transform:uppercase;
	font-weight:700;
	font-size:1.875em;
	font-family: 'verdana';
	display: table;
}
.section-element-block p{
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 1279px) {
	.section-element-block{
		padding:15px 30px 15px 25px;
		font-size:1.65em;
	}
}
@media screen and (max-width: 1014px) {
	.section-element-block{
		background-size: 55%;
		height: 227px;
		font-size:1.6em;
	}
}
@media screen and (max-width: 895px) {
	.section-element-block{
		background-size: 51%;
		padding:15px 30px 15px 10px;
	}
}
@media screen and (max-width: 795px) {
	.section-element-block{
		height: 124px;
		border-radius: 17px;
		font-size: 1.5em;
	}
}
@media screen and (max-width: 575px) {
	.section-element-block{
		height:184px;
		padding:30px 30px 30px 57px;
		font-size:1.875em;
		background-size: contain;
		background-position:right 12px;
	}
	.index-section-element a,.index-section-element a:hover{
		margin-bottom:15px;
	}
}
@media screen and (max-width: 370px) {
	.section-element-block{
		padding:30px 30px 30px 27px;
	}
}
/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/catalog.item/bootstrap_main/style.css?177868596927296*/

.product-item-container { 
	position: relative; 
}

.product-item {
	display: block;
	box-sizing: border-box;
	padding-top: 15px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}
.product-item-card {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid transparent;
	background-color: #fefefe;
	margin:0 0 15px 0;
	border-radius:16px;
    box-shadow: 0px 0px 5px 0px rgb( 214, 221, 226 );
}
.price_buttons_wrap {
    display: block;
    height: 50px;
    position: relative;
    margin: 2px 0 7px 0;
	padding:0 5px;
}
.item_price_wrap {
    float: left;
    text-align: left;
    padding-top:8px;
}
.item_buttons_wrap {
    width: 60px;
    float: right;	
}	
.btn-add-cart{
	color: #fff;
    background-color: #b41a25;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 17px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 18px;
	cursor:pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-add-cart:hover{
	background-color: #e4191f;
}
.btn-add-cart:focus-visible{
	border:none;
	outline: none;
}
.btn-not-item{
	color: #0a0a0a;
    width: 69px;
    display: block;
    white-space: normal;
    line-height: 1!important;
	padding: 0;
    margin: 0;
    background: none;
    border: none;
	outline: none;
}
.btn-not-item:focus-visible, .btn-not-item:focus  {
	border:none!important;
	outline: none!important;
}
.store-block{
	font-size:14px;
	padding:0 5px;
	line-height:1.3;
	height: 48px;
}
.store-nalicgine{
	color:#307f00;
}
.store-zakaz{
	color:#ad2020;
}

.store-block-border{
	width:100%;
	border-top:1px solid #d4d4d4;
	margin: 0 0 12px 0;
}
.new_or_hit_wrap {
    position: absolute;
    top: 0px;
    text-align: right;
    left: 0;
    z-index: 92;
	width:100%;
}
.gift-ico{
	background-color:#ebdcdc;
	border-radius:50%;
	width: 34px;
    text-align: center;
    height: 34px;
    padding-top: 8px;
    float: left;
    margin: 5px 0 0 5px;
}
.gift-ico img{
	height:18px;
}
.sezonost-tire{
	float: right;
	padding-top: 9px;
    padding-right: 4px;
}
.sezonost-tire img{
	height:27px;
}
/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;

}





.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--primary); }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		--product-item-label-ring-size: 40px;
		width: var(--product-item-label-ring-size);
		height: var(--product-item-label-ring-size);
		line-height: var(--product-item-label-ring-size);
		font-size: 14px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
	overflow: auto;
    white-space: normal;
	margin: 0;
	padding: 0;
	text-overflow: ellipsis;
	/*white-space: nowrap;
	font-weight: normal;*/
	font-size: 17px;
    text-align: left;
    min-height: 85px;
    color: #0a0a0a;
    line-height: 1.1;
	padding:0 5px;
}

.product-item-title a {
	transition: 250ms linear all;
}
.product-item-title a:link, .product-item-title a:visited, .product-item-title a:active {color: #0a0a0a;text-decoration:none;}
.product-item-title a:hover{color:#b41a25;}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;
}

.product-item-price-current {
	color: #0a0a0a;
	white-space: nowrap;
	font-weight: bold;
	font-size: 1.1em;
}
.old_prce_card {
    position: absolute;
    top: 3px;
    left: 5px;
}
.product-item-price-old {
	color: #ff0000;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
}

.product-item-info-container-title { font-size: 12px; }





/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
	display: none;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container { text-align: left; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #000; }

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: right; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

@media screen and (max-width: 1249px) {
	.product-item-title,.product-item-price-current{font-size:16px;}
	.store-block{font-size: 13px;}
}
@media screen and (max-width: 360px) {
	.btn-add-cart{padding: 6px 12px;}
	.item_buttons_wrap{width: 50px;}
	.product-item-title,.product-item-price-current{font-size:14px;}
	.btn-not-item{width: 50px;padding:0!important}
}
/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/news.list/index_portfolio/style.css?1778685969940*/
.portfolio-element{
	overflow: hidden;
	border-radius: 30px;
}
.portfolio-element img{
	transition: 1s; /* Время эффекта */
	display: block;
}
.portfolio-element img:hover{
	transform: scale(1.2); /* Увеличиваем масштаб */
}
.slider_portfolio > .owl-nav{

}
.slider_portfolio > .owl-nav > .owl-prev{
	position: absolute;
	top:115px;
	left: -70px;
}
.slider_portfolio > .owl-nav > .owl-next{
	position: absolute;
	top:115px;
	right: -70px;
}
.slider_portfolio > .owl-nav > .owl-prev:focus{outline: none;border:none;}
.slider_portfolio > .owl-nav > .owl-next:focus{outline: none;border:none;}

@media screen and (max-width: 1480px) {
	.slider_portfolio > .owl-nav > .owl-prev{
		left: 0;
	}
	.slider_portfolio > .owl-nav > .owl-next{
		right: 0;
	}
}
@media screen and (max-width: 1300px) {
	.slider_portfolio > .owl-nav > .owl-prev{
		top:108px;
	}
	.slider_portfolio > .owl-nav > .owl-next{
		top:105px;
	}
}


/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/news.list/Index_brends/style.css?17786859691635*/
.slider_brands-block{
	padding:25px 30px;
	background-color:#fff;
	border-radius:20px;
	box-shadow: 0px 0px 40px 0px rgb( 226, 226, 226 );
}
.slider_brands{
	
}
.brends-element{
	display: table;
    height: 100%;
	max-height:96px;
    width: 100%;
}
.brends-element > a{
	display: table-cell;
    vertical-align: middle;
}
.brends-element-img{
	width:100%;
	filter: grayscale(100%);
}
.slider_brands > .owl-nav{

}
.slider_brands > .owl-nav > .owl-prev{
	position: absolute;
	top:15px;
	left: -93px;
}
.slider_brands > .owl-nav > .owl-next{
	position: absolute;
	top:15px;
	right: -93px;
}
.slider_brands > .owl-nav > .owl-prev:focus{outline: none;border:none;}
.slider_brands > .owl-nav > .owl-next:focus{outline: none;border:none;}

@media screen and (max-width: 1480px) {
	.slider_brands > .owl-nav > .owl-prev{
		left: -30;
	}
	.slider_brands > .owl-nav > .owl-next{
		right: -30;
	}
}
@media screen and (max-width: 1300px) {
	.slider_brands > .owl-nav > .owl-prev{
		top:12px;
	}
	.slider_brands > .owl-nav > .owl-next{
		top:12px;
	}
}
@media screen and (max-width: 869px) {
	.slider_brands-block{
		padding: 0;
        background-color: unset;
        border-radius: 0;
        box-shadow: none;
	}
}

.slider_brands > .owl-dots{
	width: 100%;
    bottom: -18px;
	position: relative;
    text-align: center;
	float: right;
}
.slider_brands > .owl-dot:focus{
	outline:none;
}
.slider_brands > .owl-dots > .owl-dot{
	background-color: #b41a25;
	height:13px;
	width:13px;
	border-radius: 50%;	
	margin:0 4px;
	border: 2px solid #b41a25;
}
.slider_brands > .owl-dots > .active{
	background: #f9eeee;
    border: 2px solid #b41a25;
}
/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/news.list/Index_rating/style.css?17786859691667*/
.rating_block_all{
	display: inline-flex;
    width: 100%;
	background-color:#fff;
	border-radius:18px;
	padding:15px 5px;
}
.rating_block-img{
	padding:0 22px 0 16px;
}
.rating_block-img img{
	height:115px;
}
.rating-name{
	font-size:1.875em;
	color:#181818;
	font-weight:700;
}
.rating-value{
	float:left;
	font-size:3em;
	color:#3a3a3a;
	font-weight:700;
	padding-right: 15px;
}
.stars_rating {
  align-content: center;
  text-align: left;
  margin-top: 10px;
}
.stars ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stars ul > li {
  float: left;
}
.stars_text{
	font-weight:700;
	font-size:14px;
}
@media screen and (max-width: 1159px) {
	.rating_block-img {
		padding: 0 10px 0 5px;
	}
	.rating_block-img img {
		height: 105px;
	}
	.rating-value{padding-right: 8px;}
}
@media screen and (max-width: 1041px) {
	.rating_block-img {
        padding: 0 5px 0 5px;
    }
	.rating_block-img img {
        height: 50px;
    }
}
@media screen and (max-width: 860px) {
	.rating-name{font-size: 1.65em;}
	.rating_block-img img {height: 44px;}
	.rating-value{margin-left: -40px;}
}
@media screen and (max-width: 767px) {
	.rating_block_all{
		margin: 0 0 15px 0;
		padding:15px 5px;
	}
	.rating-name{font-size:1.875em;}
	.rating_block-img{
		padding:0 22px 0 16px;
	}
	.rating_block-img img{
		height:115px;
	}
	.rating-value{margin-left:0;}
}
@media screen and (max-width: 389px) {
	.rating-name{font-size: 1.7em;}
	.rating_block-img {
        padding: 0 8px 0 8px;
    }
	.rating_block-img img {
		height: 92px;
	}
}
@media screen and (max-width: 350px) {
	.rating_block-img {
        padding: 0 5px 0 5px;
    }
	.rating_block-img img {
		height: 86px;
	}
}





/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/form.result.new/index_form/style.css?17786859692451*/
.form-contener{
	width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
	color:#eeeeee;
}
.title-index-form{
	font-size:2.25em;
	line-height:1;
	font-weight:700;
}
.text-index-form{
	font-size:1.375em;
	padding:32px 0;
}
.index-form-custom-lable{
	overflow: hidden;
    padding: 0;
	margin:0 0 42px 0;
}
.index-form-custom-lable label{
	display:none;
}
.index-form-custom-lable input[type=text]{
	width: 100%;
    height: 59px;
    color: #000000;
    padding: 6px 20px;
	border:1px solid #d1d1d1;
	font-size:18px;
	font-weight:700;
	line-height: 46px;
    font-weight: normal;
	border-radius: 5px;
}
.index-form-custom-lable input[type=checkbox]{
	height:24px;
	width:24px;
	float: left;
	border:1px solid #d1d1d1;
	margin: 0 14px 0 0;
	box-shadow: none;
	 outline: none;
	 color:#d43211;
	 background-color: #fff;
}

.checkbox-text{
	display: table;
	font-size:1.125em;
	font-weight:700;
	text-align:left;
	line-height:1.3;
	color:#dcdcdc;
}
.checkbox-text a:link, .checkbox-text a:visited, .checkbox-text a:active {color:#dcdcdc;text-decoration:underline;}
.checkbox-text a:hover, .checkbox-text a:focus{color:#fff;text-decoration:underline;}


.index-form-custom-lable input:focus-visible, .index-form-custom-lable input:focus{
	outline: none;
}
.index-form-custom-lable span{
	color: #e4191f;
    font-size: 13px;
    font-weight: bold;
}
.captcha img{height:59px;}
.index-form-custom-submit{
	padding:0;
    width:100%;
}
.index-form-custom-submit input{
	background-color: #b41a25;
	border-radius: 5px;
	height: 60px;
    width: 100%;
    border: 0;
    color: #fff;
	box-shadow: none;
    font-weight: 700;
    display: block;
    font-size: 1.4em;
	cursor:pointer;
	text-align:center;
	transition-duration: 0.46s;
    -webkit-transition-duration: 0.46s;
    -moz-transition-duration: 0.46s;
    -o-transition-duration: 0.46s;
    -ms-transition-duration: 0.46s;
}
.index-form-custom-submit input:hover{
	background-color: #e4191f;
}
@media screen and (max-width: 1210px) {
	.title-index-form{
	font-size:1.8em;
	}
	.text-index-form{
		font-size:1em;
	}
	.checkbox-text{
		font-size:1em;
	}
}
@media screen and (max-width: 991px) {
	.title-index-form{
		font-size:2.25em;
	}
	.text-index-form{
		font-size:1.375em;
	}
	.checkbox-text{
		font-size:1em;
	}
}
@media screen and (max-width: 648px) {
	.title-index-form{
		font-size:2em;
		line-height:1.2;
	}
	.text-index-form{
		font-size:1.2em;
		line-height:1.1;
	}
}
/* End */
/* /bitrix/templates/main_new/css/index.css?177868596911643 */
/* /bitrix/templates/main_new/components/bitrix/news.list/slide_index2/style.css?17786859692726 */
/* /bitrix/templates/main_new/components/bitrix/news.list/index_ban/style.css?17786859693393 */
/* /bitrix/templates/main_new/components/bitrix/news.list/index_advantages/style.css?17786859691981 */
/* /bitrix/templates/main_new/components/bitrix/news.list/index_section_list/style.css?17786859691675 */
/* /bitrix/templates/main_new/components/bitrix/catalog.item/bootstrap_main/style.css?177868596927296 */
/* /bitrix/templates/main_new/components/bitrix/news.list/index_portfolio/style.css?1778685969940 */
/* /bitrix/templates/main_new/components/bitrix/news.list/Index_brends/style.css?17786859691635 */
/* /bitrix/templates/main_new/components/bitrix/news.list/Index_rating/style.css?17786859691667 */
/* /bitrix/templates/main_new/components/bitrix/form.result.new/index_form/style.css?17786859692451 */
