body{
	font-family: 'Roboto', sans-serif;
}
input{
	font-family: 'Roboto', sans-serif;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header{
	z-index: 100;
	top:0;
	right: 0;
	left: 0;
}
.header-top{
	min-height: 30px;
	background-color: #00796b;
	padding-left: 65px;
	padding-right: 65px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.header-top__gradient{
	width: 51px;
	position: absolute;
	right: 0;
	height: 30px;
	background-image: url(../images/top_menu_gradient.png);
	pointer-events: none;
	z-index: 1;
	display: none;
}
.top-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;	
}
.top-menu__element{
	display: inline;
	margin-right: 35px;
	padding-top: 8px;	
}
.top-menu__element a{
	color: #fff;
	font-weight: 300;
	font-size: 16px;	
	white-space: nowrap;
}
.user-menu{
	margin: 0;
	padding: 0;	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
}
.header-bottom__user-menu{
	position: absolute;
	left: 250px;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #00796b;
	display: none;
}
.user-menu__element{
	padding-top: 8px;	
	display: inline;
	margin-left: 35px;	
	background-repeat: no-repeat;
	padding-left: 37px;
	background-position: 0 5px;
}
.user-menu__element a{
	color: #fff;
	font-weight: 300;
	font-size: 16px;	
}
.user-menu__element_fav{
	background-image: url(../images/stroy-hearth.png);
}
.user-menu__element_reg{
	background-image: url(../images/stroy-user.png);
}
.user-menu__element_enter{
	padding-left: 32px;	
	background-image: url(../images/stroy-lock.png);
}
.header-middle{
	min-height: 122px;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 40px;
	padding-top: 37px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 101;
}
.top-logo{
	height: 60px;
	width: 440px;
	background-image: url(../images/stroy-logo.png);	
	background-repeat: no-repeat;
	margin-right: 110px;
}
.top-phones{
	height: 60px;
	width: 200px;
	text-align: right;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;	
	background-position: 0 2px;
	margin-right: 60px;
}
.top-phones p{
	margin: 0;
}
.top-phones a{
	color: #000;
	font-size: 20px;
	text-decoration: none;
	font-weight: 300;
}
.top-time{
	background-image: url(../images/clock.png);	
	background-repeat: no-repeat;	
	background-position: 0 2px;	
	margin-right: 160px;
}
.top-time p{
	margin: auto;
	font-size: 20px;
	font-weight: 300;
	padding-left: 42px;
}
.top-time p:last-child{
	color: #d32f2f;
}
.top-time p sup{
	font-size: 12px;
}
.header-sale{
	background-image: url(../images/stry-percent.png);	
	background-repeat: no-repeat;	
	background-position: 0 0;			
	height: 60px;
	width: 180px;
	padding-left: 70px;
	padding-top: 6px;
	margin-right: 50px;	
}
.header-sale a{
	color: #263238;
	font-size: 16.5px;
	font-weight: 300;
}
.header-pay{
	background-image: url(../images/stry-wallet.png);	
	background-repeat: no-repeat;	
	background-position: 0 0;			
	height: 60px;
	width: 210px;
	padding-left: 75px;
	padding-top: 6px;
	margin-right: 45px;			
}
.header-pay a{
	color: #263238;
	font-size: 16.5px;
	font-weight: 300;	
}
.header-cart{
	background-image: url(../images/stry-cart.png);	
	background-repeat: no-repeat;	
	background-position: 0 0;			
	height: 60px;
	width: 210px;
	padding-left: 80px;
	padding-top: 6px;	
}
.header-cart a{
	color: #263238;
	font-size: 16.5px;
	font-weight: 300;	
}
.header-bottom{
	min-height: 36px;
	background-color: #fdd835;
	border-top: 1px solid #d1b10b;
	border-bottom: 1px solid #d1b10b;
	position: relative;
}
.catalog-menu{
	min-height: 36px;
	width: 260px;
	background-color: #d32f2f;
	position: relative;
	padding-left: 155px;
	padding-top: 8px;
}
.catalog-menu__burger{
	position: absolute;
	left: 95px;
	top: 8px;
	cursor: pointer;
	height: 20px;
	width: 25px;
}
.catalog-menu__burger div{
	width: 25px;
	height: 2px;
	background-color: #fff;
	/*margin-bottom: 7px;*/
	position: absolute;
	left: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.catalog-menu__burger div:nth-child(1){
	top: 0;
}
.catalog-menu__burger div:nth-child(2){
	top: 9px;
}
.catalog-menu__burger div:nth-child(3){
	top: 18px;
}
.catalog-menu__burger_active div:nth-child(1){
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px;	
}
.catalog-menu__burger_active div:nth-child(2){

	opacity: 0;
	top: 18px;	
}
.catalog-menu__burger_active div:nth-child(3){
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;	
}
.catalog-menu__title{
	color: #fff;
	font-weight: 300;
	cursor: pointer;
}
.catalog-menu__title span{
	border-bottom: 1px solid #fff;
}
.header-search{
	position: absolute;
	right:0;
	top: 0px;
	bottom: 0;
	background-color: #fdd835;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 3px;
}
.header-search::before{
	position: absolute;
	content: '';
	left: -12px;
	top: 0;	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 12px 18px 0;
	border-color: transparent #fdd835 transparent transparent;

}
.header-search__inner{
	position: relative;
}
.header-search__input{
	width: 388px;
	height: 29px;
	border: 1px solid #d1b10b;
	border-radius: 15px;
	padding-left: 33px;
}
.header-search__icon{
	height: 18px;
	width: 18px;
	background-image: url(../images/search_icon.png);	
	background-repeat: no-repeat;	
	background-position: 0 0;		
	position: absolute;
	left: 6px;
	top: 5px;
	pointer-events: none;
}
.section_top-catalog{
	/*padding-left: 36px;*/
	padding-top: 56px;
}
.top-catalog{
	position: relative;
}
.top-catalog__hider{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	z-index: 3;
	pointer-events: none;
}
.top-catalog__content{
	width: 100%;
	height: 650px;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-left: 36px;
	padding-right: 36px;
}
.top-catalog__content-inner{
	height: 650px;
	width: 2170px;
	background-color: #fff;
	position: relative;
/*	-webkit-transition: left 0.1s;
	-o-transition: left 0.1s;
	transition: left 0.1s;*/
/*	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);*/
}
.top-catalog__element{
	position: absolute;
	border: 1px solid #4a4a4a;
	background-color: #ccc;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.top-catalog__element_1{
	width: 780px;
	height: 390px;
	left: 0;
	top: 0;
	background-image: url(../images/stroy1.jpg);	
}
.top-catalog__element_2{
	width: 415px;
	height: 390px;
	left: 800px;
	top: 0;
	background-image: url(../images/stroy2.jpg);
}
.top-catalog__element_3{
	width: 280px;
	height: 240px;
	left: 0;
	top: 410px;
	background-image: url(../images/stroy3.jpg);
}
.top-catalog__element_4{
	width: 405px;
	height: 240px;
	left: 300px;
	top: 410px;
	background-image: url(../images/stroy4.jpg);
}
.top-catalog__element_5{
	width: 490px;
	height: 240px;
	left: 725px;
	top: 410px;
	background-image: url(../images/stroy5.jpg);
}
.top-catalog__element_6{
	width: 355px;
	height: 650px;
	left: 1235px;
	top: 0;
	background-image: url(../images/stroy6.jpg);	
}
.top-catalog__element_7{
	width: 270px;
	height: 300px;
	left: 1610px;
	top: 0;
}
.top-catalog__element_8{
	width: 270px;
	height: 300px;
	left: 1900px;
	top:0;
}
.top-catalog__element_9{
	width: 560px;
	height: 330px;
	left: 1610px;
	top: 320px;
}
.top-catalog__element::before{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+94 */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 94%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 94%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 94%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	opacity: 0.4;
	z-index: 1;
}
.top-catalog__element-title-cnt{
	height: 93px;
	background-color:rgba(0,0,0,0.4);
	font-size: 50px;
	margin: 0;
	padding-left: 30px;
	padding-top: 18px;	
	position: relative;
	z-index: 2;
}
.top-catalog__element-sub-cnt{
	position: relative;
	z-index: 2;
	padding-left: 65px;	
	padding-top: 40px;
	padding-bottom: 30px;
}
.top-catalog__element-sub-cnt::before{
	position: absolute;
	width: 260px;
	top: 0;
	bottom: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+70 */
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: '';
	left: 0;
	z-index: 1;
	opacity: 0.5;
}
.top-catalog__element-title{
	font-size: 50px;
	font-weight: 100;
	color: #fff;
	display: inline;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.top-catalog__sub-menu{
	padding: 0;
	margin: 0;
	z-index: 2;
	position: relative;
}
.top-catalog__sub-menu-element{
	display: block;
	padding-bottom: 15px;
}
.top-catalog__sub-menu-element a{
	color: #fff;
	font-weight: 300;
	font-size: 16.5px;
}
.top-catalog__btn{
	padding-left: 40px;
	padding-right: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.35);
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 16.5px;
	border-radius: 20px;	
	text-align: center;
	line-height: 38px;
	display: inline-block;	
	z-index: 2;
	position: relative;
	margin-left: 35px;
}
.top-catalog__btn span{
	margin-right: 20px;
}
.top-catalog__btn_solo{
	margin-top: 40px;
	padding-left: 45px;
	padding-right: 45px;	
}
.top-catalog__bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 66px;
}
.scroll{
	height: 40px;
	position: relative;
}
.scroll_top-catalog{
	margin-right: 65px;
	width: 1375px;	
}
.scroll:before{
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #263238;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}
.scroll__bar{
	height: 40px;
	width: 940px;
	border-radius: 20px;
	background-color: #00796b;
	border: 1px solid #005549;
	text-align: center;
	line-height: 38px;
	font-size: 16.5px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
	font-weight: 300;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition:color 0.2s;
}
.scroll__bar:hover, .scroll__bar:active{
	color: rgba(255,255,255,0.8);
}
.scroll__bar span{
	margin-left: 100px;
	margin-right: 100px;
}
.button{
	max-width: 345px;
	height: 40px;
	background-color: #d32f2f;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 16.5px;
	border-radius: 20px;	
	text-align: center;
	line-height: 38px;
	display: block;	
	position: relative;
	border: none;
	cursor: pointer;
	width: 100%;
}
.button span{
	border-bottom: 1px solid #fff;
}
.button_top{
	z-index: 4;
	min-width: 345px;
}
.button_items-list{
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}
.section_top-slider{
	min-height: 370px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;	
	background-image: url(../images/slider-bg.jpg);	
	border-top: 1px solid #575a4f;
	border-bottom: 1px solid #575a4f;
}
.top-slider__element{
	min-height: 370px;
	background-image: url(../images/slider-element-bg.png);	
	background-repeat: no-repeat;	
	background-position: right 10px top;
}
.top-slider__text{
	font-size: 50px;
	font-weight: 100;
	color: #fff;
	margin: 0;
}
.top-slider__text-percent{
	font-size: 100px;
	font-weight: 300;
}
.top-slider__text_first-line{
	padding-left: 180px;
	padding-top: 70px;
}
.top-slider__text_second-line{
	padding-left: 490px;
	padding-top: 55px;	
}
.section_items-list{
	background-color: #f8f8f8;
	min-height: 1300px;
	padding-right: 40px;
	padding-bottom: 55px;
	position: relative;
}
.section_items-list_no-btn{
	min-height: 300px;
	padding-bottom: 80px;
}
.section_items-list_catalog{
	padding-top: 40px;
	min-height: 100px;
	padding-bottom: 30px;
}
.section__title{
	font-size: 50px;
	font-weight: 300;
	margin: 0;
	color: #404040;
	padding-top: 50px;
	padding-left: 70px;
	margin-bottom: 30px;
}
.section__title-link{
	text-decoration: none;
	color: #ff0000;
}
.section__title-link span{
	border-bottom: 1px solid #ff0000;
	position: relative;
}
.section__title-link span::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 6px 0 6px;
	border-color: #eb1717 transparent transparent;
	right: -25px;
	top: 33px;
}
.section__title_green{
	color: #00796b;
	padding-left: 67px;
	padding-top: 80px;
}
.items-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -23px;
	margin-right: -23px;
	padding-left: 40px;
}
.items-list__element{
	height: 467px;
	min-width: calc(20% - 46px);
	max-width: calc(20% - 46px);
	margin: 23px;
	border: 1px solid #989898;
	background-color: #fff;
	-webkit-transition: box-shadow 0.1s;
	-o-transition: box-shadow 0.1s;
	transition: box-shadow 0.1s;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.items-list__element_mini-catalog{
	min-width: calc(50% - 140px);
	margin: 40px 70px ;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 487px;
}
.items-list__element_catalog{
	min-width: calc(25% - 46px);
	max-width: calc(25% - 46px);	
}
.items-list__lucky{
	position: absolute;
	left: 20px;
	top: -20px;
	background-color: #f20d0d;
	color: #fff;
	font-size: 20.5px;
	font-weight: 300;
	padding: 6px 12px;
}
.tems-list__e-cart{
	position: absolute;
	width: 26px;
	height: 23px;
	background-image: url(../images/item-cart.png);
	background-repeat: no-repeat;	
	right: 30px;
	top: 80px;
	z-index: 1;
}
.tems-list__e-cart_catalog{
	top: 30px;
}
.tems-list__e-favor{
	position: absolute;
	width: 23px;
	height: 21px;
	background-image: url(../images/item-heart.png);	
	background-repeat: no-repeat;	
	right: 30px;
	top: 125px;
	z-index: 1;
}
.tems-list__e-favor_catalog{
	top:75px;
}
.tems-list__e-discount{
	position: absolute;
	width: 35px;
	height: 35px;
	background-color: #e41e1e;	
	background-repeat: no-repeat;	
	right: 25px;
	top: 165px;
	z-index: 1;
	border-radius: 50%;
	color: #fff;
	font-weight: 300;
	padding-top: 10px;
	padding-left: 1px;
	font-size: 12.5px;
}
.tems-list__e-discount_catalog{
	top:115px;
}
.items-list__element:hover{
	-webkit-box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 20px -4px rgba(0,0,0,0.3);
}
.items-list__element_big{
	min-width: calc(40% - 46px);	
	border: 1px solid #000;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;			
}
.items-list__element_big:hover{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.items-list__element_super-big{
	min-width: calc(60% - 46px);	
	border: 1px solid #000;	
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;		
}
.items-list__element_catalog-super-big{
	min-width: calc(75% - 46px);	
}
.items-list__element_super-big:hover{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.items-list__element_catalog-big {
	min-width: calc(50% - 46px);	
}
.items-list__element-title{
	font-size: 16.5px;
	font-weight: 300;
	margin: 0;
	color: #424242;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}
.items-list__element-title_mute{
	color: #757575;
}
.items-list__element-separator{
	margin-left: 30px;
	margin-right: 30px;
	background-color: #a1a6a9;
	height: 1px;
}
.items-list__element-image{
	height: 230px;
	background-image: url(../images/fugen.jpg);	
	background-repeat: no-repeat;	
	background-position: center center;	
}
.items-list__element-name{
	color: #00796b;
	font-size: 20.8px;
	font-weight: 300;
	text-align: center;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	margin: auto;
	text-decoration: none;
	display: inline-block;
}
.items-list__element-add-info{
	color: #bababa;
	font-size: 16.5px;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}
.items-list__element-add-info_catalog{
	padding-bottom: 5px;
}
.items-list__element-old-price{
	text-align: center;
	font-size: 20.8px;
	font-weight: 300;
	margin: 0;
	padding-top: 20px;
	color: #000;
}
.items-list__element-old-price span{
	position: relative;
	color: #000;
}
.items-list__element-old-price span:before{
	position: absolute;
	content: '';
	height: 1px;
	background-color: #ff0000;
	left: -5%;
	top: 13px;
	width: 110%;
}
.items-list__element-price{
	font-size: 29px;
	color: #ff0000;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding-top: 10px;
}
.section__tips{
	min-height: 180px;
	background-color: #fff;
	background-image: url(../images/warning.png);	
	background-repeat: no-repeat;	
	background-position: right 100px bottom 100px;	
	padding-bottom: 80px;	
}
.section__tips_catalog{
	background: none;
}
.tips-slider{
	max-width: 1165px;
	margin-left: 135px;
	margin-right: 135px;
	margin-top: 60px;
}
.tips-slider_catalog{
	max-width: 100%;
}
.tips-slider__item{
	max-width: 1165px;
	position: relative;
	z-index: 3;
}
.tips-slider__item_catalog{
	max-width: 100%;
}
.tips-slider__text{
	font-size: 16.6px;
	font-weight: 300;
	line-height: 28px;
}
.tips-slider__link{
	font-size: 16.5px;
	color: #ff0000;
	font-weight: 300;	
	text-decoration: none;
	margin-top: 15px;
	display: inline-block;
	position: relative;
	z-index: 5;
}
.tips-slider__link span{
	border-bottom: 1px solid #d32f2f;
	padding-bottom: 3px;
	display: block;
}
.top-slider .slick-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 26px;
	height: 99px;
	border: none;
	color: transparent;	
	background-repeat: no-repeat;	
	background-position: center center;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.top-slider .slick-prev{
	background-image: url(../images/arrow-left.png);
	left: 35px;	
	z-index: 2;
}
.top-slider .slick-next{
	background-image: url(../images/arrow-right.png);
	right: 35px;
	z-index: 2;
}
.top-slider .slick-dots{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-left: 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.top-slider .slick-dots li{
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	border: 1px solid #fff;	
	margin: 0 11px;
	cursor: pointer;
}
.top-slider .slick-dots li.slick-active{
	background-color: #fff;
}
.top-slider .slick-dots li button{
	display: none;
}

.tips-slider .slick-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 99px;
	border: none;
	color: transparent;	
	background-repeat: no-repeat;	
	background-position: center center;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.tips-slider .slick-prev{
	background-image: url(../images/arrow-left-b.png);
	left: -70px;	
	z-index: 2;
}
.tips-slider .slick-next{
	background-image: url(../images/arrow-right-b.png);
	right: -70px;
	z-index: 2;
}
.tips-slider .slick-dots{
	width: 350px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-left: 0;
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;	
}
.tips-slider .slick-dots li{
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	border: 1px solid #7f7f7f;	
	margin: 0 11px;
	cursor: pointer;
}
.tips-slider .slick-dots li.slick-active{
	background-color: #7f7f7f;
}
.tips-slider .slick-dots li button{
	display: none;
}
.section__calc{
	min-height: 670px;
	background-color: #fff;
	background-image: url(../images/calc-icon.png);	
	background-repeat: no-repeat;	
	background-position: right 100px bottom 100px;	
}
.calc-list{
	width: 1360px;
	margin-left: 70px;
	margin-top: 70px;
}
.calc-list-text{
	font-size: 16.5px;
	font-weight: 300;
	margin-left: 50px;	
	line-height: 30px;
}
.cl-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 75px;
}
.cl-list__item{
	min-width: 33%;
	font-size: 25px;
	font-weight: 300;
	color: #ff0000;	
	padding-bottom: 25px;
}
.cl-list__item a{
	text-decoration: none;
	color: #000;
	margin-left: 20px;
}
.cl-list__item a:hover span{
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	color: #00796b;
}
.section__text{
	font-size: 16.5px;
	font-weight: 300;
	padding-left: 120px;
	padding-right: 120px;
	line-height: 30px;
}
.section__title_green_margin{
	margin-bottom: 75px;
}
.section__welcome{
	padding-bottom: 55px;	
}
.section__recently-seen{
	min-height: 520px;
	background-color: #f8f8f8;
	position: relative;
}
.rc-list{
	width: 100%;
	height: 163px;
	overflow: hidden;	
	position: relative;
	margin-top: 30px;	
}
.rc-list__inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	position: absolute;
	left: 0;
}
.rc-list__item{
	min-width: 438px;
	height: 163px;
	border: 1px solid #989898;
	background-color: #fff;
	margin-right: 42px;
	margin-left: 42px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.rc-list__item-img{
	min-width: 140px;
	height: 90%;
	-ms-align-self: center;
	align-self: center;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/kauff-recent.jpg);	
	background-repeat: no-repeat;	
	background-position: center center;	
	-webkit-background-size: contain;
	background-size: contain;
}
.rc-list__link{
	text-decoration: none;
}
.rc-list__item-title{
	font-size: 16.5px;
	color: #757575;
	font-weight: 300;
	margin-top: 35px;
}
.rc-list__item-name{
	color: #00796b;
	font-size: 20.8px;
	font-weight: 300;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	margin: auto;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
}
.rc-list__item-price{
	font-size: 20.8px;
	font-weight: 300;
	margin: 0;
	color: #000;
	margin-top: 10px;
}
.scroll_recent{
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 80px;
}
.rc__hider{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(248,248,248,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(248,248,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(248,248,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-9 */
	z-index: 3;
	pointer-events: none;
}
.footer{
	position: relative;
	z-index: 111;
}
.footer__top{
	min-height: 410px;
	border-top: 1px solid #d3b40d;
	border-bottom: 1px solid #d3b40d;
	background-color: #fdd835;
}
.footer__bottom{
	min-height: 240px;
	background-color: #fff;
}
.footer__title{
	font-size: 50px;
	font-weight: 300;
	margin: 0;
	color: #000;
	padding-top: 50px;
	padding-left: 70px;
	margin-bottom: 30px;
}
.footer__flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 95px;
}
.footer__catalog{
	max-width: 1300px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.footer__catalog-item{
	min-width: 25%;
	font-size: 20.5px;
	text-decoration: none;
	color: #000;
	font-weight: 300;
	margin-bottom: 17px;
}
.footer__logo{
	height: 56px;
	width: 425px;
	background-image: url(../images/footer-logo.png);	
	background-repeat: no-repeat;	
	display: block;
	margin-top: 10px;
}
.footer__phones{
	height: 60px;
	width: 200px;
	text-align: right;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;	
	background-position: 0 2px;
	margin-left: 27px;
	margin-top: 45px;
}
.footer__phones p{
	margin: 0;
}
.footer__phones a{
	color: #000;
	font-size: 20px;
	text-decoration: none;
	font-weight: 300;
}
.footer__soc{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: 65px;
	margin-top: 12px;
}
.footer__soc-item{
	display: block;
	height: 31px;
	width: 31px;
	margin-right: 5px;
	background-image: url(../images/soc_sprite.png);	
	background-repeat: no-repeat;	
	background-position: 0 0;
}
.footer__soc-item_tw{
	background-position: -34px 0;	
}
.footer__soc-item_g{
	background-position: -68px 0;	
}
.footer__soc-item_ok{
	background-position: -102px 0;	
}
.footer__soc-item_vk{
	background-position: -137px 0;	
}
.footer__text{
	font-size: 16.5px;
	font-weight: 300;
	margin: 0;
	line-height: 30px;
	padding-left: 120px;
	padding-top: 60px;
}
.catalog-menu__wraper{
	position: absolute;
	left: 0;
	top: 36px;
	right: 0;
	z-index: 10;
	background-color: #fff;
	max-height: 0px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
.catalog-menu__wraper_active{
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;	
	max-height: 1500px;
}
.catalog-menu__inner{
	background-color: #ddd;
	border-left: 8px solid #d32f2f;
	border-right: 8px solid #d32f2f;
	border-top: 8px solid #d32f2f;
	border-bottom: 8px solid #d32f2f;	
	background-color: #d32f2f;	
	position: relative;
}
.catalog-menu__list-cnt{
	width: 84%;
	background-color: #fff;
	min-height: 400px;	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	z-index: 2;
	position: relative;
}
.catalog-menu__mobile-panel{
	background-color: #fff;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
}
.catalog-menu__mobile-back-link{
	font-size: 13px;
	font-weight: 300;
	color: #c9c9c9;
	text-decoration: none;
	visibility: hidden;
}
.catalog-menu__mobile-back-link span{
	margin-right: 5px;
}
.catalog-menu__items-list{
	z-index: 1;
	padding-left: 0;
	width: 66.6%;
	margin-left: 0;
	margin-right: 0;
}
.cm-list{
	padding: 0;
	margin: 0;
	display: block;
	background-color: #fff;
	width: 33.3%;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 66px;	
	z-index: 2;
	-webkit-transition: left 0.2s;
	-o-transition: left 0.2s;
	transition: left 0.2s;
}
.cm-list_second{
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background-color: #eee;	
	opacity: 0;
	visibility: hidden;
}
.cm-list_third{
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background-color: #fff;	
	opacity: 0;
	visibility: hidden;
}
.cm-list__item{
	padding-right: 40px;
	display: block;
}
.cm-list__item a{
	display: block;
	font-size: 20px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 55px;
	position: relative;
}
.cm-list__item:hover > a{
	border-bottom: 1px solid #ff0000;	
}
.cm-list__item_sub > a::after{
	content: '>>>';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 25px;
	color: #ff0000;
}
.cm-list__item:hover > .cm-list_second{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 1;
	visibility: visible;
}
.cm-list__item:hover > .cm-list_third{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 1;
	visibility: visible;	
}
.catalog-menu__baner{
	position: absolute;
	width: 302px;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #999;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/catalog-menu-baner.jpg);	
	z-index: 1;
}

.top-catalog__top-catalog-cnt{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 3;
	background-color: rgba(0,0,0,0.3);	
	border-bottom: 1px solid #fff;	
	overflow: hidden;
	display: none;
}
.catalog-titles{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 0;

	margin: 0;
	padding: 0;
	width: 2074px;
	z-index: 1111;
	position: relative;
}
.catalog-titles__items{
	display: inline;
	height: 43px;
	padding: 0;
	outline: none;
}
.catalog-titles__link{
	color: #fff;
	text-decoration: none;
	font-size: 16.5px;
	font-weight: 100;
	display: block;
	height: 43px;
	padding-left: 40px;	
	padding-right: 80px;
	padding-top: 12px;
	white-space: nowrap;
	outline: none;
}
.tips-header-slider{
	width: 70%;
}

.tips-header-slider_header{
	width: 100%;
}
.gallery-slider{
	width: 100%;
	max-width: 1240px;
	margin: auto;
	margin-top: 60px;
}
.gallery-slider__inner:after{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	width: 300px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75,ffffff+75&0+0,1+75 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	z-index: 111;
}
.gallery-slider__item{
	height: 230px;
	background-image: url(../images/gallery-slider.jpg);	
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 20px;
}
.gallery-slider .slick-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 99px;
	border: none;
	color: transparent;	
	background-repeat: no-repeat;	
	background-position: center center;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.gallery-slider .slick-prev{
	background-image: url(../images/arrow-left-b.png);
	left: -55px;	
	z-index: 2;
}
.gallery-slider .slick-next{
	background-image: url(../images/arrow-right-b.png);
	right: -55px;
	z-index: 2;
}
.gallery-slider .slick-dots{
	width: 350px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-left: 0;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;	
}
.gallery-slider .slick-dots li{
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	border: 1px solid #7f7f7f;	
	margin: 0 11px;
	cursor: pointer;
}
.gallery-slider .slick-dots li.slick-active{
	background-color: #7f7f7f;
}
.gallery-slider .slick-dots li button{
	display: none;
}
.gallery-slider__link{
	font-size: 16.5px;
	color: #ff0000;
	font-weight: 300;	
	text-decoration: none;
	margin-top: 35px;
	margin-left: 20px;
	display: inline-block;
	position: relative;
	z-index: 5;
}
.gallery-slider__link span{
	border-bottom: 1px solid #d32f2f;
	padding-bottom: 3px;
	display: block;
}
.pagination{
	background-color: #f8f8f8;
	text-align: center;
	padding-bottom: 50px;
}
.pagination__cnt{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
	background-color: #fff;
	padding-right: 15px;	
	padding-left: 5px;	
}
.pagination__item{
	display: block;
	padding: 15px 18px;	
	position: relative;
}
.pagination__link{
	font-size: 20.5px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}
.pagination__link_arrow{
	color: #ff0000;
}
.pagination__link_active{
	color: #ff0000;	
}
.pagination__link_active span{
	border-bottom: 1px solid #ff0000;
}
.pagination__link_top-arrow{
	background-image: url(../images/up-arrow.png);	
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.catalog-panel{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 40px;
	-ms-align-items: center;
	align-items: center;	
}
.catalog-panel__item{
	color: #949494;
	font-size: 20.5px;
	font-weight: 300;
	margin-right: 50px;
}
.catalog-panel__item_view{
	margin-left: auto;
	margin-right: 0;
}
.catalog-panel__link{
	color: #949494;	
	text-decoration: none;
	margin: 0 10px;
}
.catalog-panel__link_active{
	color: #ff0000;	
}
.catalog-panel__link_price span{
	padding-right: 29px;
	position: relative;
}
.catalog-panel__link_price span::after{
	position: absolute;
	content: '';
	width: 22px;
	height: 11px;
	background-image: url(../images/price-order-icon.png);
	background-position: -22px 0;
	right: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.catalog-panel__link_active span{
	border-bottom: 1px solid #ff0000;
}
.catalog-panel__link_active span::after{
	background-position: 0 0;
}
.catalog-panel__view{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 90px;
	justify-content: space-between;
}
.catalog-panel__view-type{
	display: block;
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: center 0;
}
.catalog-panel__view-type_grid{
	background-image: url(../images/view-type-grid.png);	
}
.catalog-panel__view-type_list{
	background-image: url(../images/view-type-list.png);	
}
.catalog-panel__view-type_active{
	background-position: center -29px;
}
.catalog-calc-link{
	font-size: 29px;
	font-weight: 300;
	color: #00796b;
	text-decoration: none;
	position: absolute;
	right: 40px;
	top:60px;
	background-image: url(../images/calc-icon-mini.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.catalog-calc-link span{
	border-bottom: 1px solid #00796b;
}
/* ======== Catalog ========*/
.catalog{
	min-height: 2000px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.catalog__left{
	width: 379px;
	border-right: 1px solid #6c7478;
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	/*overflow: hidden;*/
}
.catalog__right{
	width: calc(100% - 380px);
}
.breadcrumbs{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.catalog__breadcrumbs{
	margin: 0;
	padding: 15px 60px;
}
.breadcrumbs__item{
	display: inline;
	padding: 0 13px;
	position: relative;
}
.breadcrumbs__item::after{
	content: '';
	width: 5px;
	height: 12px;
	background-image: url(../images/breadcrumbs-separator.png);
	position: absolute;
	right: -2.5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.breadcrumbs__item:last-child::after{
	display: none;
}
.breadcrumbs__link{
	color: #000;
	font-weight: 300;
	font-size: 16.5px;
	text-decoration: underline;
}
.breadcrumbs__link_active{
	color: #f60a0a;
	text-decoration: none;
}
.leftpanel{
	padding: 7px 0;
	position: relative;
	width: inherit;
}
.leftpanel_fixed-bottom{
	position: fixed;
	bottom: 0;
	z-index: 1;	
}
.leftpanel_absolute-bottom{
	position: absolute;
	bottom: 0;
	z-index: 1;	
}
.leftpanel_fixed-top{
	position: fixed;
	top: 122px;
	z-index: 1;
}
.leftpanel__tumbler{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 37px;
	margin-top: 28px;
}
.leftpanel__tumbler-item{
	cursor: pointer;
	display: block;
	font-size: 20.5px;
	font-weight: 300;
	color: #757575;
	position: relative;
	padding-left: 33px;
}
.leftpanel__tumbler-item_cat{
	margin-right: 45px;
}
.leftpanel__tumbler-item_cat::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 17px;
	background-image: url(../images/cat-icon.png);	
	background-position: 0 top;
	left: 2px;
	top: 2px;
}
.leftpanel__tumbler-item_cat.active::before{
	background-position: 0 bottom;
}
.leftpanel__tumbler-item_filter::before{
	content: '';
	position: absolute;
	width: 19px;
	height: 15px;
	background-image: url(../images/filter-icon.png);	
	background-position: 0 bottom;
	left: 0;
	top: 3px;
}
.leftpanel__tumbler-item_filter.active::before{
	background-position: 0 top;
}
.leftpanel__tumbler-item.active{
	font-weight: 400;
	color: #000;	
}
.left-cm{
	margin: 0;
	padding: 0 12px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.left-cm__item{
	display: block;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding: 10px 30px;	
	font-weight: 300;	
}
.left-cm__item_active{
	border-bottom: 1px solid #ee1717;	
	font-weight: 400;	
}
.left-cm__link{
	font-size: 20.5px;

	text-decoration: none;
	color: #000;
}
.filter{
	display: none;
}
.filter__list{
	margin: 0;
	padding: 0 12px;
	margin-top: 30px;	
}
.filter__item{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding: 10px 5px 10px 30px;	
	font-weight: 300;	
	font-size: 20.5px;
	color: #000;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.button_filter{
	width: 185px;
	margin: 20px auto;
}
.filter__input-cnt{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.filter__select{
	max-width: 100%;
}
.filter__title span{
	color: #ff0000;
}
.filter__custom-checkbox{
	cursor: pointer;
}
.filter__custom-checkbox input{
	display: none;
}
.filter__custom-checkbox > div{
	width: 25px;
	height: 25px;
	border: 1px solid #6c7478;
	position: relative;
}
.filter__custom-checkbox > div > div{
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	border: 1px solid #e92020;
	display: none;
}
.filter__custom-checkbox input:checked + div > div{
	display: block;
}
.cside-action{
	padding: 0 7px;
}
.cside-action__big-btn{
	border: 1px solid #5e6a6e;
	height: 520px;
	cursor: pointer;
	background-image: url(../images/side-action-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.cside-action__big-btn-text{
	font-size: 50px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 5px 0;
}
.cside-action__arrow{
	margin-top: 60px;
	margin-bottom: 25px;
}
.arrow__item{
	width: 99px;
	height: 25px;
	background-image: url(../images/arrow-item.png);	
	margin-top: -6px;
	margin-left: auto;
	margin-right: auto;
   -webkit-animation-name: glimer;
   -o-animation-name: glimer;
   animation-name: glimer;
    -webkit-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    animation-duration: infinite;	
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.arrow__item_first{
	margin-top: 0;
	opacity: 0.5;
	-webkit-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;	
}
.arrow__item_second{
	opacity: 0.75;
	-webkit-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;	
}
.arrow__item_third{
	opacity: 1;
}
@-webkit-keyframes glimer {
    from {opacity: 1;}
    to {opacity: 0.5;}
}
@-o-keyframes glimer {
    from {opacity: 1;}
    to {opacity: 0.5;}
}
@-moz-keyframes glimer {
    from {opacity: 1;}
    to {opacity: 0.5;}
}
@keyframes glimer {
    from {opacity: 1;}
    to {opacity: 0.5;}
}
/* ======== /Catalog ========*/

/* Custom select */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 20.5px;
  color: #fff;
  width: 220px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #ea1b1b;
  padding: 0 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-align: right;
  padding-right: 35px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #ea1b1b transparent transparent transparent;
  position: absolute;
  top:8px;
  right: 7px;
}
.select-styled:hover {
  background-color: #fff;
}
.select-styled:active, .select-styled.active {
  background-color: #fff;
}
.select-styled:active:after, .select-styled.active:after {
  top: 2px;
  border-color: transparent transparent #ea1b1b transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-align: right;
  padding-right: 35px;
}
.select-options li:hover {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
.section_detail{
	background-color: #f8f8f8;
	min-height: 1000px;
	padding-right: 40px;
	padding-bottom: 80px;
	position: relative;
}
.detail{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 40px;
	padding-right: 40px;
}
.detail__left{
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	-o-flex: none;
	flex: none;
	width: 590px;
}
.detail__right{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.catalog-panel_detail{
	padding-left: 0;
	margin-bottom: 40px;
}
.catalog-panel__bold_green{
	color: #98da94;
}
.detail__image-cnt{
	border: 1px solid #4c565b;
	background-color: #fff;	
	width: 100%;
	height: 445px;	
	position: relative;	
}
.detail__image{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(../images/fugen.jpg);	
	left:15px;
	right:15px;
	top:15px;
	bottom:15px;
	cursor: pointer;
}
.price__title{
	color: #949494;
    font-size: 20.5px;
    font-weight: 300;
    margin: 0;
}
.price{
	padding-left: 60px;
}
.price__base{
	font-size: 41px;
	color: #f60a0a;
    font-weight: 300;	
    margin: 35px 0 45px;
}
.price__discount{
	font-size: 83px;
	color: #f60a0a;
    font-weight: 300;	
    margin: 25px 0 65px;
}
.count{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-height: 45px;
	width: 100%;
	max-width: 655px;
	background-color: #e91515;
	margin-left: 43px;
	justify-content: space-between;
	margin-bottom: 30px;
}
.counter{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 5px;
}
.counter__button{
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	background-color: transparent;
	margin: 5px 0;
	font-size: 29px;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
	outline: none;
}
.counter__input{
	width: 108px;
	height: 56px;
	border: none;
	margin: 0 3px;
	font-size: 29px;
	font-weight:300;	
	text-align: center;	
}
.counter__info{
	font-size: 16.5px;
	color: #fff;
	padding: 0 15px;
	font-weight: 300;
}
.detail__add-basket{
	font-size: 29px;
	font-weight:300;
	color: #fff;	
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/white_cart.png);
	padding-left: 50px;		
	text-decoration: none;
	border: none;
	background-color: transparent;
	font-family: 'Roboto', sans-serif;	
	cursor: pointer;
	padding-right: 35px;
	padding-bottom: 3px;
}
.count__right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.detail__add-basket span{
	border-bottom: 1px solid #fff;
}
.detail__actions{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: 45px;
	justify-content: space-between;
	width: 100%;
	max-width: 655px;	
	padding: 0 20px;
}
.catalog-calc-link_detail{
	position: relative;
	right: 0;
	top: 0;
}
.detail__to-favorite{
	font-size: 29px;
	font-weight: 300;
	color: #d1b51d;
	text-decoration: none;
	background-image: url(../images/detail_heart.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.detail__to-favorite span{
	border-bottom: 1px solid #d1b51d;
}
.detail-tabs{
	padding: 100px 100px 0;
}
.dtabs-title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
}
.dtabs-title__item{
	border-bottom: 1px solid #a0a0a0;
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	-o-flex: none;
	flex: none;
	display: block;
	padding: 35px 80px;
	font-size: 29px;
	color: #9d9d9d;
	font-weight: 300;
	cursor: pointer;
}
.dtabs-title__item_active{
	border: 1px solid #a0a0a0;	
	border-bottom: none;
	color: #00796b;
}
.dtabs-title__item_active span{
	position: relative;
}
.dtabs-title__item_active span:after{
	position: absolute;
	content: '';
	right: -30px;
	top: 8px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #00796b transparent transparent transparent;	
}
.dtabs-title__item_active:first-child{
	border-left:  1px solid transparent;	
}
.dtabs-title__item_active:last-child{
	border-right: none;
}
.dtabs-title__item:last-child{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.dtabs-tabs{
	padding-left: 80px;
	padding-top: 40px;
	padding-right: 20px;
}
.dtabs-tabs__item{
	display: none;
}
.dtabs-tabs__p{
	font-size: 16.6px;
    font-weight: 300;
    line-height: 28px;
}
.section__title_catalog{
	padding-right: 310px;
}

/* List view */
.items-list__element_catalog-list{
	min-width: calc(100% - 46px);
	max-width: calc(100% - 46px);
	min-height: 257px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 30px 50px 10px;
	height: auto;
	text-align: left;
	margin-bottom: 5px;
}
.items-list__img-cnt{
	width: 200px;
	margin-right: 20px;
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	-o-flex: none;
	flex: none;	
}
.items-list__info-cnt{
	width: 600px;
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	-o-flex: none;
	flex: none;
	padding-right: 40px;
}
.items-list__price-cnt{
	width: 100%;
}
.items-list__element-add-info_list{
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.items-list__element-name_list{
	text-align: left;
	width: 100%;
	font-size: 29px;
	margin-bottom: 15px;
}
.items-list__sections-chain{
    color: #949494;
    font-size: 20.5px;
    font-weight: 300;
    margin-right: 50px;
    line-height: 30px;
    margin-top: 0;
}
.items-list__sections-chain a{
    font-size: 16.5px;	
    color: #424242;
    position: relative;
    padding-right: 20px;
}
.items-list__sections-chain a::after {
    content: '';
    width: 5px;
    height: 12px;
    background-image: url(../images/breadcrumbs-separator.png);
    position: absolute;
    right: 5px;
    top: 1px;
    bottom: 0;
    margin: auto;
}
.items-list__sections-chain span{
	color: #ff0000;
}
.items-list__add-info{
    color: #949494;
    font-size: 20.5px;
    font-weight: 300;	
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.items-list__storage{
	margin-right: 70px;
}
.items-list__storage span{
	color: #98da94;
	font-weight: 400;
}
.items-list__artikul span{
	font-weight: 400;
}
.price_list{
	padding-left: 0;
}
.count_list{
	margin-left: 0;
	width: 100%;
}
.counter__button_list{
	width: 44px;
	height: 44px;
}
.counter__input_list{
	font-size: 20px;
	height: 44px;
	width: 84px;
}
.detail__add-basket_list{
	font-size: 20px;
	background-position: 0 center;
}
.price__title_list{
	margin-bottom: 20px;
}
.price__title_list span{
	font-size: 29px;
	color: #ff0000;
}
.price__title_list-discount span{
	font-size: 41px;
}
.price__title_list-discount{
	margin-bottom: 35px;
}
.items-list__info-wraper{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media only screen and (max-width : 1850px) {
	.top-logo{
		margin-right: 20px;
	}
	.top-phones{
		margin-right: 30px;
	}
	.top-time{
		margin-right: 60px;
	}
	.header-sale{
		padding-top: 0;
		height: 40px;
		-webkit-background-size: contain;
		background-size: contain;
		padding-left: 60px;
	}
	.header-pay{
		padding-top: 0;
		height: 40px;
		-webkit-background-size: contain;
		background-size: contain;
		padding-left: 60px;		
	}
	.header-cart{
		padding-top: 0;
		height: 40px;
		-webkit-background-size: contain;
		background-size: contain;		
		padding-left: 60px;
	}	
	.button_top{
		margin-right: 20px;
	}
	.gallery-slider{
		max-width: 1000px;
	}
	.items-list__element_catalog-list{
		min-width: calc(100% - 46px);
		max-width: calc(100% - 46px);
	}	
}

@media only screen and (max-width : 1700px) {
	.top-logo{
		margin-right: 20px;
	}
	.top-phones{
		display: none;
	}
	.top-time{
		display: none;
	}
	.scroll__bar{
		width: 400px;
	}
	.scroll__bar span{
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer__catalog-item{
		min-width: 33.3%;
	}
	.footer__top{
		padding-bottom: 40px;
	}
	.footer__text{
		padding-right: 120px;
		padding-bottom: 40px;
	}
	.catalog-menu__baner{
		display: none;
	}
	.catalog-menu__list-cnt{
		width: 100%;
	}
	.catalog-panel{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.catalog-panel__item_count{
		width: 100%;
		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		-o-flex: none;
		flex: none;
		margin-bottom: 15px;
	}
	.gallery-slider{
		max-width: 800px;
	}
	.section__title_catalog{
		padding-left: 40px;
	}	
	.detail__left{
		width: 420px;
	}
	.catalog-panel__item_detail{
		margin-right: 0px;
	}
	.catalog-panel__item_detail-art{
		margin-right: 20px;
	}	
	.detail__image-cnt{
		height: 300px;
	}
	.detail__actions{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: start;
	}
	.catalog-calc-link_detail{
		font-size: 22px;
		-webkit-background-size: contain;
		background-size: contain;
		padding-left: 35px;
		margin-right: 30px;
	}
	.detail__to-favorite{
		font-size: 22px;
		-webkit-background-size: contain;
		background-size: contain;
		padding-left: 35px;		
	}
	.price__base{
		margin: 10px 0 20px;
		font-size: 40px;
	}
	.price__discount{
		margin: 10px 0 30px;
		font-size: 65px;
	}
	.detail-tabs {
	    padding: 100px 0px 0 40px;
	}
	.items-list__element_catalog-list{
		min-width: calc(100% - 46px);
		max-width: calc(100% - 46px);
	}		
	.items-list__info-wraper{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.items-list__info-cnt{
		width: 100%;
	}
}

@media only screen and (max-width : 1500px) {
	.user-menu{
		display: none;
	}
	.header-bottom__user-menu{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.items-list__element{
		min-width: calc(25% - 46px);
		max-width: calc(25% - 46px);
	}	
	.items-list__element_catalog{
		min-width: calc(33.3% - 46px);
		max-width: calc(33.3% - 46px);		
	}
	.items-list__element_big{
		min-width: calc(50% - 46px);	
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		-o-order: 3;
		order: 3;			
	}	
	.items-list__element_catalog-big{		
		min-width: calc(66.6% - 46px);	
		-webkit-order: 5;
		-moz-order:5;
		-ms-order: 5
		-o-order: 5;
		order: 5;		
	}
	.items-list__element_super-big{
		display: none;
	}	
	.items-list__element_catalog-super-big{
		min-width: calc(100% - 46px);	
		-webkit-order: 5;
		-moz-order:5;
		-ms-order: 5
		-o-order: 5;
		order: 5;
	}
	.items-list{
		justify-content: center;
	}
	.section__tips{
		background-image: none;
		padding-bottom: 50px;
	}
	.section__calc{
		background-image: none;
	}
	.calc-list{
		max-width: 1360px;
		width: auto;
		padding-right: 70px;
	}
	.calc-list-text{
		margin-right: 50px;
	}
	.cl-list__item{
		min-width: 50%;
	}
	.footer__logo{
		margin-right: 20px;
	}
	.footer__catalog-item{
		min-width: 50%;
	}	
	.items-list__element_mini-catalog{
		min-width: calc(50% - 140px);
	}
	.cm-list__item a{
		font-size: 16px;
	}
	.cm-list__item_sub > a::after{
		top: 8px;
	}
	.tips-header-slider{
		width: 100%;
	}	
	.section__title_catalog{
		padding-right: 20px;
	}
	.catalog-calc-link_category{
		position: relative;
		right: 0;
		top: 0;
		margin-left: 40px;
		display: block;
		margin-bottom: 30px;
		width: 320px;
	}
	.catalog-panel__item_sort{
		width: 100%;
		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		-o-flex: none;
		flex: none;
		margin-bottom: 15px;
	}
	.section__title_slider{
		margin-bottom: 0;
		font-size: 40px;
	}
	.gallery-slider{
		width: 100%;
	}
	.gallery-slider .slick-prev{
		left: 15px;
	}
	.gallery-slider .slick-next{
		right: 15px;
	}
	.gallery-slider__inner{
		padding-left: 50px;
		padding-right: 50px;
	}
	.gallery-slider__inner:after{
		display: none;
	}
	.section__title{
		font-size: 40px;
		padding-left: 40px;
	}
	.catalog__breadcrumbs{
		padding-left: 27px;
		padding-right: 10px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.breadcrumbs__item{
		margin: 5px 0;
	}
	.detail{
		padding-right: 0;
	}
	.detail__left{
		max-width: 450px;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
	}
	.catalog-panel__item_detail-art{
		margin-bottom: 10px;
	}
	.catalog-panel_detail{
		margin-bottom: 20px;
	}
	.count{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 240px;
		margin-left: 60px;
	}
	.count__left{
		width: 100%;
	}
	.count__right{
		width: 100%;
		border-top: 5px solid #f8f8f8;
	}
	.counter__info{
		display: none;
	}
	.count__left{
		width: 100%;
	}
	.counter{
		justify-content: center;
		padding-left: 0;
	}
	.detail__add-basket{
		margin: auto;
		padding: 10px 0;
		background: none;
		width: 100%;
	}
	.catalog-panel__item_detail{
		width: 100%;
	}
	.catalog-calc-link_detail{
		width: 100%;
		margin-bottom: 20px;
	}	
	.detail-tabs{
		padding: 100px 0px 0 40px;
	}
	.detail__actions{
		width: auto;
	}
	.dtabs-title__item{
		padding: 35px 40px;
	}
	.dtabs-title__item_active span:after{
		display: none;
	}
	.dtabs-tabs{
		padding-left: 40px;
	}
	.items-list__element_catalog-list{
		min-width: calc(100% - 46px);
		max-width: calc(100% - 46px);
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}		
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.header-sale{
		padding-left: 0;
		height: 40px;
		width: 40px;
		position: relative;
		background-position: center center;
	}
	.header-sale a{
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		font-size: 0;
		color: transparent;
	}	
	.header-pay{
		padding-left: 0;
		height: 40px;
		width: 40px;
		position: relative;
		background-position: center center;
	}
	.header-pay a{
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		font-size: 0;
		color: transparent;
	}	
	.header-cart{
		padding-left: 0;
		height: 40px;
		width: 40px;
		position: relative;
		background-position: center center;
	}
	.header-cart a{
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		font-size: 0;
		color: transparent;
	}		
	.header-middle{
		justify-content: flex-end;
	}
	.header-middle{
		position: relative;
		padding-right: 40px;
	}
	.top-logo{
		position: absolute;
		left: 30px;
		top: 30px;
	}
	.user-menu__element{
		padding-left: 0;
		width: 30px;
		overflow: hidden;
		margin-left: 0;
		margin-right: 20px;
		background-position: center 7px;
	}
	.user-menu{
		padding-left: 40px;
	}
	.user-menu__element a{
		color: transparent;
	}
	.top-catalog__bottom{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-right: 30px;
		padding-left: 30px;
	}
	.scroll_top-catalog{
		min-width: 100%;
		margin-bottom: 30px;
	}
	.scroll__bar{
		width: 160px;
	}
	.scroll__bar span{
		width: 10px;
		overflow: hidden;
		font-size: 0;
		color: transparent;
		margin-left: 10px;
		margin-right: 10px;		
	}
	.button_top{
		margin-left: auto;
		margin-right: auto;
	}

	.items-list__element{
		min-width: calc(33.3% - 46px);
		max-width: calc(33.3% - 46px);
	}	
	.items-list__element_big{
		min-width: calc(66.6% - 46px);			
	}	
	.items-list__element_catalog-big{
		min-width: calc(66.6% - 46px);	
	}
	.items-list__element_catalog-super-big{
		min-width: calc(100% - 46px);	
	}	
	.footer__catalog-item{
		font-size: 16.5px;
	}	
	.footer__flex{
		padding-left: 30px;
	}
	.items-list__element_mini-catalog{
		min-width: calc(50% - 40px);
		margin: 40px 20px;
	}	
	.cm-list{
		padding-left: 25px;
	}
	.cside-action{
		display: none;
	}
	.catalog{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.catalog__left{
		width: 100%;
		border-right: none;
		/*border-bottom: 1px solid #ddd;*/
	}
	.leftpanel{
		padding-bottom: 0;
	}
	.leftpanel__tumbler{
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
	}
	.leftpanel_fixed-bottom{
		position: relative;
	}
	.catalog__right{
		width: 100%;
	}
	.left-cm{
		display: none;
	}
	.leftpanel__tumbler{
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.left-cm{
		margin-top: 10px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.filter{
		border-bottom: 1px solid #ddd;
		margin-bottom: 0;	
	}
	.filter__list{
		margin-top: 10px;
	}
	.left-cm__item:last-child{
		border-bottom: none;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header-search__input{
		width: 200px;
	}
	.items-list__element{
		min-width: calc(50% - 46px);
		max-width: calc(50% - 46px);
	}	
	.items-list__element_big{
		min-width: calc(100% - 46px);			
	}		
	.calc-list{
		max-width: 1360px;
		width: auto;
		padding-right: 30px;
		margin-left: 30px;
	}
	.calc-list-text{
		margin: 0;
	}
	.cl-list__item{
		min-width: 100%;
		font-size: 20.5px;
		padding-bottom: 30px;
	}	
	.calc-list{
		margin-top: 30px;
	}
	.cl-list{
		margin-top: 40px;
	}
	.section__calc{
		padding-bottom: 30px;
	}
	.footer__title{
		display: none;
	}
	.footer__catalog{
		display: none;
	}
	.footer__contacts{
		margin-left: 40px;
		margin-top: 30px;
	}
	.footer__top{
		min-height: 200px;
	}
	.footer__text{
		padding-right: 60px;
		padding-left: 60px;
		padding-bottom: 30px;
		padding-top: 30px;
	}	
	.cm-list{
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	.catalog-menu__items-list{
		display: none;
	}
	.catalog-menu__inner{
		overflow: hidden;
	}
	.cm-list_second{
		width: 100%;
		visibility: visible;
		opacity: 1;
	}
	.cm-list_third{
		width: 100%;
		visibility: visible;
		opacity: 1;
	}	
	.cm-list__item{
		padding-right: 0;
	}
	.cm-list_sub{
		left: 0;
	}
	.catalog-menu__mobile-back-link_active{
		visibility: visible;
	}
	.catalog-menu__mobile-panel{
		display: block;
	}
	.items-list__element_catalog-big{
		min-width: calc(100% - 46px);	
	}
	.items-list__element_catalog-super-big{
		min-width: calc(100% - 46px);	
	}	
	.detail__left{
		max-width: 100%;
		width: 100%;
		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		-o-flex: none;
		flex: none;
	}	
	.detail{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.detail__image-cnt{
		max-width: 450px;
	    margin-left: auto;
	    margin-right: auto;		
	    margin-bottom: 30px;
	    margin-top: 30px;
	}
	.price{
		padding-left: 0;
	}
	.count{
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}
	.detail__actions{
		margin-left: 0;
		padding-left: 0;
	}
	.detail__add-basket{
		padding: 15px 0;
	}
	.detail-tabs{
		padding-top: 50px;
	}
	.dtabs-title__item{
		padding: 20px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.header-search{
		padding-right: 5px;
		padding-left: 0px;
	}
	.header-search__input{
		width: 100px;
	}
	.header-middle{
		min-height: 65px;
		padding: 13px 20px 0;
	}
	.header-sale{
		height: 37px;
		width: 30px;
		background-image: url(../images/percent_mini.png);	
	}
	.header-pay{
		height: 37px;
		width: 30px;
		background-image: url(../images/wallet_mini.png);	
	}
	.header-cart{
		height: 37px;
		width: 35px;
		background-image: url(../images/cart_mini.png);	
	}	
	.top-logo{
		height: 26px;
		width: 210px;
		background-image: url(../images/logo_mini.png);	
		top: 20px;
	}
	.header-top{
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-menu__element{
		padding: 0;
	}
	.top-menu__element a{
		display: block;
		padding-top: 6px;
		height: 30px;
	}
	.header-bottom{
		border-bottom: none;
	}
	.top-catalog__content{
		height: 320px;
	}
	.top-catalog__content{
		padding: 0;
	}
	.section_top-catalog{
		padding-top: 0;
	}
	.top-catalog__element-title-cnt{
		display: none;
	}
	.top-catalog__content-inner{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		height: 320px;

	}
	.top-catalog__element{
		position: relative;
		height: 320px;
		left: auto;
		top: auto;
		border-right: none;
		border-left: none;
		padding-top: 40px;
	}

	.top-catalog__top-catalog-cnt{
		display: block;
	}
	.top-catalog__bottom{
		display: none;
	}
	.section_top-slider{
		display: none;
	}
	.items-list__element{
		min-width: calc(50% - 10px);
		max-width: calc(50% - 10px);
		margin: 5px;
	}	
	.items-list__element_big{
		min-width: calc(100% - 10px);	
		margin-left: 5px;
		margin-right: 5px;				
	}	
	.items-list{
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		width: 100%;
	}
	.section_items-list{
		padding-right: 0px;
	}
	.tips-slider{
		margin-left: 50px;
		margin-right: 50px;
	}
	.tips-slider .slick-arrow{
		top: -50px;
		bottom: auto;
		width: 28px;
		height: 61px;
	}
	.tips-slider .slick-prev{
		background-image: url(../images/arrow_left_mini.png);
		left: 70px;	
	}
	.tips-slider .slick-next{
		background-image: url(../images/arrow_right_mini.png);
		right: 70px;
	}
	.tips-slider .slick-dots{
		width: 350px;
		top: -25px;
		bottom: auto;
		width: 200px;
	}	
	.section__text{
		padding-left: 60px;
		padding-right: 60px;
	}
	.section__recently-seen{
		display: none;
	}
	.footer__logo{
		display: none;
	}
	.footer__soc{
		display: none;
	}
	.footer__phones{
		margin-left: 0;
		margin-top: 0;
	}
	.footer__top{
		min-height: 100px;
		padding-bottom: 0;
	}
	.footer__text{
		font-size: 16px;
	}
	.header-top__gradient{
		display: block;
	}
	.top-catalog__hider{
		height: 43px;
		top: 0;
		z-index: 4;
		width: 100px;
		opacity: 0.9;
	}
	.catalog-panel{
		padding-right: 10px;
		margin-bottom: 30px;
	}
	.items-list__element_catalog-big{
		min-width: calc(100% - 10px);	
	}
	.items-list__element_catalog-super-big{
		min-width: calc(100% - 10px);	
	}		
	.catalog-calc-link{
		font-size: 20px;
		-webkit-background-size: contain;
		background-size: contain;
		padding-left: 25px;
	}
	.catalog-panel__item_num{
		width: 100%;
		margin-bottom: 20px;
	}
	.catalog-panel__item_view{
		width: 100%;
		margin-left: 0;
	}
	.dtabs-title__item{
		padding: 15px;
		font-size: 16px;
	}	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.top-logo{
		left: 10px;
	}
	.catalog-menu__burger{
		left: 15px;
	}
	.catalog-menu{
		width: 135px;
		padding-left: 60px;
	}
	.header-bottom__user-menu{
		left: 110px;
	}
	.user-menu__element{
		margin-right: 5px;
	}
	.header-sale{
		margin-right: 23px;
	}
	.header-pay{
		margin-right: 23px;
	}
	.header-cart{
		margin-right: 0;	
	}	
	.section__title{
		font-size: 20.5px;
	    padding-top: 25px;
	    padding-left: 10px;	
	    margin-bottom: 20px;	
	}	
	.items-list__element-image{
		margin:20px 20px;
		height: 120px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.items-list__element{
		min-width: calc(50% - 5px);
		max-width: calc(50% - 5px);
		margin: 2.5px;
		border: 1px solid #000;
	}	
	.items-list{
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		width: 100%;
	}
	.section_items-list{
		padding-right: 0px;
	}	
	.items-list__element{
		height: auto;
		padding-bottom: 10px;
	}
	.items-list__element-title{
		font-size: 10.5px;
		padding-bottom: 5px;
		padding-top: 15px;
	}
	.items-list__element-old-price{
		font-size: 13px;
		padding-top: 10px;
	}
	.items-list__element-old-price span:before{
		top: 7px;
	}
	.items-list__element-price{
		font-size: 16px;
	}
	.items-list__element-name{
		font-size: 13px;
	}
	.items-list__element-add-info{
		font-size: 8.5px;
		padding-top: 5px;
		padding-bottom: 10px;		
	}
	.tems-list__e-cart{
		right: 12px;
		top:45px;
	}
	.tems-list__e-favor{
		right: 12px;
		top:75px;		
	}
	.tems-list__e-discount{
		right: 6px;
		top:101px;		
	}
	.items-list__element_big{
		height: 445px;	
		min-width: 100%;
		margin-left: 0;			
		margin-right: 0;	
		border-right: none;
		border-left: none;	
		background-position: right top;	
	}	
	.button_items-list{
		display: none;
	}
	.tips-slider .slick-prev{
		left: 50px;	
	}
	.tips-slider .slick-next{
		right: 50px;
	}
	.tips-slider{
		margin-left: 30px;
		margin-right: 30px;
	}	
	.section__title-link span::after{
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 3px 0 3px;
		border-color: #eb1717 transparent transparent;
		right: -12px;
		top: 12px;
	}
	.section_items-list{
		padding-bottom: 0;
	}		
	.section__title_welcome{
		padding-left: 20px;
		padding-right: 60px;
		padding-top: 40px;
		margin-bottom: 30px;
	}	
	.section__text{
		padding-left: 30px;
		padding-right: 30px;
	}	
	.footer__text{
		font-size: 11px;
		line-height: 11px;
		padding: 30px;
	}	
	.footer__bottom{
		min-height: 100px;
	}
	.footer__contacts{
		margin-left: 30px;
	}
	.catalog-menu__inner{
		border: none;
	}
	.gallery-slider{
		margin-top: 30px;
	}
	.items-list__element_catalog-big{
		display: none;
	}
	.items-list__element_catalog-super-big{
		display: none;
	}		
	.pagination__cnt{
		width: 100%;
		border: none;
	}
	.pagination{
		padding-bottom: 20px;
	}
	.section_items-list_catalog{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.pagination__item{
		padding: 15px 10px;
	}
	.pagination__link{
		font-size: 15px;
	}
	.catalog-calc-link{
		margin-left: 10px;
		font-size: 14px;
	}
	.catalog-panel{
		padding-left: 10px;
	}
	.catalog-panel__item{
		font-size: 14px;
	}
	.gallery-slider__inner{
		padding-left: 10px;
		padding-right: 10px;
	}
	.detail{
		padding-left: 10px;
	}
	.detail-tabs{
		padding-left: 10px;
	}
	.section_detail{
		padding-right: 10px;
	}
	.left-cm__link{
		font-size: 16px;
	}
	.dtabs-tabs{
		padding-left: 10px;
		padding-right: 10px;
	}
}
 
@media only screen and (max-width : 400px) {
	.header-search__input{
		width: 30px;
	}	
	.header-search__input:focus{
		width: 100px;
	}
	.header-sale{
		display: none;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
