/*Karizhenskiy AlexeyS*/
*:focus{
    outline: none;
}
img,a{outline: none  !important;}
@media (min-width: 1600px) {
	.container {
		width: 1370px;	
	}
}
@media (min-width: 1800px) {
	.container {
		width: 1470px;	
	}
}
@font-face {
		  font-display: swap;
		  font-family: "rouble";
		  font-style: normal;
		  font-weight: 400;
		  src: url("/local/templates/main/fonts/rub.woff2") format("woff2"), url("/local/templates/main/fonts/rub.woff") format("woff");
		}
body , .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, span, div, a{
		font-family: "CeraPro", 'Open Sans', sans-serif;
}			
.rub {
    font-family: rouble !important;
    font-weight: 400!important;
    font-style: normal!important;
    text-transform: none!important;
	font-size: 1.2vw;
}		
html, body {
	font-family: "CeraPro", 'Open Sans', sans-serif;
	font-size: 14px;
	position: relative;
	background: #ffffff;
	color: #000000;
    min-width: 320px;
    height: 100%;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #FF9131;
	text-decoration: underline;
}
a:focus, a:hover {
	color: #dd4905;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
img.align-center {
	display: block;
	margin: 0 auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1, .h1 {
	font-size: 20px;
	font-family: "CeraPro", 'Open Sans';
	color: #777;
	font-weight: bold;
	line-height: 1;
}
h3, .h3 {
	font-size: 19px;
	font-family: "CeraPro", 'Open Sans';
	color: #000000;
	font-weight: bold;
	line-height: 1;
}
.h3p {
	font-size: 19px;
	font-family: "CeraPro", 'Open Sans';
	color: #000000;
	font-weight: bold;
	line-height: 1;
}
h4, .h4 {
	font-size: 16px;
	font-family: "CeraPro", 'Open Sans';
	color: #000000;
	font-weight: bold;
	line-height: 1;
}

input,textarea {
	color: #353535;
}
input.placeholder,textarea.placeholder {
	color: #828282;
}
textarea {
	resize: none;
}
ul.menu,
ul.menu > li {
	display: block;
	margin: 0;
	padding: 0;
}

ul.list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.list > li {
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
}

ul.list > li:before {
	position: absolute;
	left: 6px;
	content: "•";
	color: #FF9131; 
	line-height: 1.5;
	font-size: 114%;
}


.page-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	
	/*background: url(/local/templates/main_copy/images/s1200.png);*/
}
@media (min-width: 1800px) {
	.page-wrapper {
		max-width: 1470px; /*1800px;  1470px*/
		margin: 0 auto;
	}
	.main-content  > .container{
		padding-left:0px; 
		padding-right:0px;		
	}
	.page-content > .container{
		padding-left:0px; 
		padding-right:0px;
	}
	.page-content > .container > .container{
		padding-left:0px; 
		padding-right:0px;
	}	
}
.page-content {
    display: table-row;
    width: 100%;
    height: 100%;
}
.header-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ffffff;
	height: 110px;
}
footer {
	position: relative;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #434343;
	background: #f3ede6;
	background: -moz-linear-gradient(top, #f0eeee 0%, #f1eeed 25%, #f3ede6 50%, #f5ece2 80%, #fefcf9 100%);
	background: -webkit-linear-gradient(top, #f0eeee 0%,#f1eeed 25%,#f3ede6 50%,#f5ece2 80%,#fefcf9 100%);
	background: linear-gradient(to bottom, #f0eeee 0%,#f1eeed 25%,#f3ede6 50%,#f5ece2 80%,#fefcf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eeee', endColorstr='#fefcf9',GradientType=0 );
	box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.1);
}

.header-wrapper > .container,
footer > .container {
    position: relative;
}
@media (min-width: 1200px) {
	.header-wrapper > .container,
	footer > .container {
		padding-right: 40px;
		padding-left: 40px;
	}
}

.back-top {
	bottom: 20px;
	display: none;
	position: fixed;
	width: 38px;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	opacity: 0.6;
	z-index: 5;
}
.back-top:hover {
	opacity: 1; 
}
.back-top-left {
	left:20px;
}
.back-top-right {
	right:20px;
}


header .header-wrapper .container{
	display: flex;justify-content: space-between;
}



@font-face {
		  font-display: swap;
		  font-family: "CeraPro";
		  font-style: normal;
		  font-weight:500;
		  src: url("/local/templates/main_copy/fonts/CeraPro-Regular.woff") format("woff"), url("/local/templates/main_copy/fonts/CeraPro-Regular.ttf") format("ttf");
		}
@font-face {
		  font-display: swap;
		  font-family: "CeraProMedium";
		  font-style: normal;		 
		  src: url("/local/templates/main_copy/fonts/CeraPro-Medium.woff") format("woff"), url("/local/templates/main_copy/fonts/CeraPro-Medium.ttf") format("ttf");
		}
		

	 /*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
		font-family: "CeraProMedium", 'Open Sans', sans-serif;;
	 }*/
		
@media (min-width: 992px) {
    body .header-wrapper .container {
        /*margin:0px !important;*/
		width:100%;
		 font-family: "CeraPro", 'Open Sans', sans-serif;;
    }

    body .header-wrapper.fixed .container {        
		margin-right: auto !important;
		margin-left: auto !important;		
    }	
	.v-nav{display:none;}
	
	body .page-wrapper{margin-left: 0px; width:100% !important;}
	
	
	.fixed-content .container .header-content {.margin-left: 0px !important;}
	.fixed-content .container{display:flex;}
}

@media (min-width: 1600px) and (max-width: 1680px){
    .container {
       max-width: 1370px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1200px) {
    .page-content > .container {
        padding-right: 40px;
        padding-left: 40px;
    }
	.header-wrapper .logo {
        left: 40px;       
    }
	
	.header-wrapper.fixed .header-content{
		margin-left: 235px;
	}
}
@media (min-width: 1680px) {
    .container {
        width: 98% !important;
    }
}

@media (min-width: 992px) {
	.main-slider .swiper-slide{height: 428px;}
	body .header-content {
		margin-left: 0px;
	}
	body .header-wrapper .logo{position:static;}

	body .header-wrapper .container{justify-content: space-between; position:static;}
	body .header-wrapper .container:before{display:none;}
	body .header-wrapper .container:after{display:none;}
}
@media (max-width: 767px) {
	.pk_l{display:none;}
}
@media (min-width: 992px) {
    .col-mdm-5 {
        width: 1600px !important;
    }
}	
@media (min-width: 768px) and (max-width: 1599px) {
    .col-mdm-5 {
        width: 1600px !important;
    }
	.pk_l{display:none;}
}
@media (min-width: 992px) and (max-width: 1599px){
    body .header-wrapper .likes-top {
        width: 30px !important;margin-left: 0px;
    }
    body .menu-user-short {
        width: 30px !important;
        margin-right: 20px !important;
    }	
    body .col-mdm-5 {
        width: 220px !important;padding: 0px;
    }	
	.contacts-h {
        width: 200px !important;
        padding: 0px;
    }	
}
@media (min-width: 992px) and (max-width: 1199px){
	.contacts-h {width: 150px !important;}
}
@media (min-width: 641px) {
    .col-mdm-5 {
        width: 290px !important;
    }

    body .menu-user-short {
        width: 40px;
        margin-right: 30px;
    }
	body .header-wrapper .likes-top {
        width: 40px;
	}
    .col-mdm-4 {
        width: 24% !important;
    }	
	.contacts-h{width:250px;}
	.menu-top{display: flex;}
}

@media (min-width: 641px) and (max-width: 991px){
	.col-mdm-4{width: 40% !important;}
    #searchtitle {
        margin-left: 0px;
    }
	.menu-top {
        display: block;
        width: max-content;
        margin-left: 25px;
    }
	.fixed-header .menu-top {
        margin-left: 230px;
    }
	.fixed-header #catalogToggle{margin-top:10px;}
	.dropdown-menu-h{top: 52px;}
    .col-mdm-5 {
		width: 150px !important;
        float: right;
        padding-right: 0px;
    }	
    .contacts-h {
        width: 50px;margin: 0px;
    }
	.header-wrapper .container{display:flex;display: flex}

	.header-wrapper .container{align-items: center;}
}


@media (max-width: 640px) {
	.menu-top{
		display:none;
	}
}








.header-wrapper .logo {
	display: flex;
	
	top: 3px;
	/*width: 160px;*/
	width:200px;
	/*position: absolute;
	left: 15px;*/
}
@media (min-width: 1200px) {
	.header-wrapper .logo {
		/*left: 40px;*/
		left: 0px;
	}
}
.header-menu, .header-content {
	margin-left: 235px; 
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-menu, .header-content {
		margin-left: 220px;
	}
}
@media (max-width: 639px) {

header .header-wrapper > .container{display:block}
.header-wrapper.fixed .logo{margin-left:10px !important;}
	.header-wrapper .logo {
		display: flex;
		position: relative;
		width: 140px;
		/*width: 160px;*/
		margin: 0px auto 20px auto;
		left:0px;
	}
	.header-menu, .header-content {
		margin-left: 0;
	}
}
.header-wrapper ul.menu {
	display: table;
	width: 100%;
	text-align: center;
	table-layout: fixed;
	margin-bottom: 15px;
}
.header-wrapper ul.menu > li {
	display: table-cell;
}
.header-wrapper ul.menu > li a {
	color: #000000;
}

.search-title {
	position: relative;
}
.search-title input[type="text"], .search-title input[type="search"] {
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 5px 40px 5px 12px;
	width: 100%;
	height: 36px;
	font-size: 13px;
	font-family: "Arial";
	color: #828282;
	font-style: italic;
	box-shadow: none;
}

.search-title [type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 5px;
	border: none;
	background: none;
	color: #a1a1a1;
    font-size: 15px;	
}
.search-title [type="submit"]:hover {
	color: #727272;	
}
@media (max-width: 639px) {
	.header-wrapper .search-title {
		display: none;
	}
}




.header-wrapper .contacts {
	margin-top: -15px;
	text-align: right;
}
.header-wrapper .phone {
	font-size: 18px;
	font-weight: 700;
}
.header-wrapper .phone a {
	color: #000000;
	text-decoration: none;
}
.header-wrapper .call a {
	font-size: 14px;
	color: #FF9131;
	text-decoration: none;
	border-bottom: 1px dashed #FF9131;
}
.header-wrapper .call a:hover {
	color: #dd4905;
}
.header-wrapper .call a i {
	display: none;
}
.call .dropdown-menu{
	width: 450px;
	padding: 20px;
	right: 0;
	left: auto;
	top: 32px;
}
.call .dropdown-menu input[type="text"],
.call .dropdown-menu input[type="tel"] {
	display: inline-block;
	width: 235px;
	margin: 5px 5px 5px 0;
	font-size: 14px;
	height: 34px;
	padding: 5px 20px;
	vertical-align: middle;
}
.call .dropdown-menu button {
	margin: 5px;
	width: 155px;
	height: 34px;
	padding: 5px 20px;
	vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-wrapper .phone {
		margin-left: -10px;
		letter-spacing: -0.5px;
	}
}
@media (max-width: 991px) {
	.header-wrapper .contacts {
		margin-top: 5px;
	}
	.header-wrapper .contacts > .phone {
		display: none;
	}
	.header-wrapper .call a {
		border-bottom: 0;
	}
	.header-wrapper .call a span {
		display: none;
	}
	.header-wrapper .call a i {
		display: inline-block;
		font-size: 24px;
	}
	.call .dropdown-menu {
		right: -28px;
		top: 43px;
	}
	.call .dropdown-menu .phone {
		text-align: center;
		font-size: 20px;
		margin-bottom: 14px;
	}
}
@media (max-width: 767px) {
	.header-wrapper .contacts {
		position: absolute;
		top: -75px;
		margin: 0;
	}
	.call .dropdown-menu {
		width: 350px;
		right: -60px;
	}
	.call .dropdown-menu input[type="text"], .call .dropdown-menu input[type="tel"] {
		width: 180px;
	}
	.call .dropdown-menu:before {
		right: 62px;
	}
	.call .dropdown-menu button {
		margin: 5px 0;
		width: 120px;
		font-size: 14px;
		padding: 5px 10px;
	}
}
@media (max-width: 639px) {
	.header-wrapper .contacts {
		top: -25px;
	}
	.call .dropdown-menu {
		right: -120px;
	}
	.call .dropdown-menu:before {
		right: 122px;
	}
}


.header-wrapper .menu-user {
	max-width: 220px;
	margin-left: auto;
}
.header-wrapper .menu-user .dropdown-menu {
	left: auto;
	right: 50%;
	margin-top: 15px;
	margin-right: -27px;
	padding: 24px 34px 34px 34px;
	width: 315px;
}
.header-wrapper .menu-user .dropdown-menu .title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.header-wrapper .menu-user .dropdown-menu a {
	color: #FF9131;
	text-decoration: underline;
}
.header-wrapper .menu-user .dropdown-menu a:hover {
	color: #dd4905;
	text-decoration: none;
}

@media (max-width: 639px) {
	.header-wrapper .menu-user {
		max-width: 100%;
	}
	.header-wrapper .menu-user ul.menu {
		margin-bottom: 0px;
	}
}

.header-wrapper .likes-top {
	float: left;
	margin: 10px 0 0 15px;
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-wrapper .likes-top {
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	.header-wrapper .likes-top {
		margin-left: 20px;
	}
}
@media (max-width: 767px) {
	.header-wrapper .menu-user .dropdown-menu {
		right: 0;
	}
	.header-wrapper .menu-user .dropdown-menu:before {
		right: 72px;
	}
	.header-wrapper .likes-top {
		position: absolute;
		top: -70px;
		left: 25%;
		margin: 0;
	}
	
}

@media (max-width: 639px) {
	.header-wrapper .menu-user .dropdown-menu {
		left: 0;
		right: auto;
		padding: 20px 25px 25px 25px;
		width: 270px;
	}
	.header-wrapper .menu-user .dropdown-menu:before {
		left: 20%;
		right: auto;
	}
	.header-wrapper .likes-top {
		top: -20px;
	}
	

}

@media (min-width: 1681px) {
	.header-wrapper .basket-top .basket-link {
		max-width: 240px !important;
	}	
}

.icon-basket {
	display: inline-block;
	width: 32px;
	height: 32px;
	/*background: url('images/icon-basket.png') 50% 50% no-repeat;*/
	background: url('images/icon-basket.svg') 50% 50%/contain no-repeat;
}
.header-wrapper .basket-top {
	margin-top: 5px;
}
.header-wrapper .basket-top .basket-link {
	position: relative;
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	line-height: 32px;
	display: block;
	text-align: left;
	padding-left: 45px;
	max-width: 200px;
	margin-left: auto;
	height: 32px;
}
.header-wrapper .basket-top .basket-link .icon-basket {
	position: absolute;
	left: 0px;
	top: 0px;
}
.header-wrapper .basket-top .basket-link .num {
	position: absolute;
	left: 24px;
	top: -5px;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #FF9131;
	color: #ffffff;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}
.header-wrapper .likes-top .icon-likes {
	position: relative;
}
.header-wrapper .likes-top .icon-likes .num {
	display: none;
	position: absolute;
	left: 24px;
	top: -5px;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #FF9131;
	color: #ffffff;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}

.header-wrapper .basket-top .dropdown-menu {
	width: 300px;
	right: 25px;
	top: 50px;
	left: auto;
	padding: 5px 5px 20px 5px;
}
.header-wrapper .likes-top .dropdown-menu {
    width: 300px;
    right: 50%;
    top: 40px;
    margin-right: -155px;
    left: auto;
    padding: 5px 5px 20px 5px;
}
.header-wrapper .basket-top .dropdown-menu:before,
.header-wrapper .likes-top .dropdown-menu:before {
	right: 50%;
	margin-right: -5px;
}
.header-wrapper .basket-mini,
.header-wrapper .favorite-mini {
	position: relative;
}
.header-wrapper .basket-mini,
.header-wrapper .favorite-mini {
	font-size: 14px;
}
.header-wrapper .basket-mini-list,
.header-wrapper .favorite-mini-list {
	max-height: 50vh;
	overflow: auto;
}
.header-wrapper .basket-mini-list::-webkit-scrollbar,
.header-wrapper .favorite-mini-list::-webkit-scrollbar{
	height: 6px;
	width: 6px;
	background-color: #F5F5F5;
}
.header-wrapper .basket-mini-list::-webkit-scrollbar-thumb,
.header-wrapper .favorite-mini-list::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	background-color: #868686;
}
.header-wrapper .basket-mini-item,
.header-wrapper .favorite-mini-item {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.header-wrapper .basket-mini-item > *,
.header-wrapper .favorite-mini-item > * {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 2px;
	line-height: 1.2;
}
.header-wrapper .basket-mini-item .image,
.header-wrapper .favorite-mini-item .image {
	text-align: center;
	width: 70px;
}
.header-wrapper .basket-mini-item .image img,
.header-wrapper .favorite-mini-item .image img {
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 60px;
}
.header-wrapper .basket-mini-item .name,
.header-wrapper .favorite-mini-item .name {
	padding-left: 5px;
	padding-right: 5px;
}
.header-wrapper .basket-mini-item .name a,
.header-wrapper .favorite-mini-item .name a {
	color: #000;
	text-decoration: none;
}
.header-wrapper .basket-mini-item .name a:hover,
.header-wrapper .favorite-mini-item .name a:hover {
	color: #dd4905;
}
.header-wrapper .basket-mini-item .price,
.header-wrapper .favorite-mini-item .price {
	width: 95px;
	text-align: center;
}
.header-wrapper .basket-mini-item .delete,
.header-wrapper .favorite-mini-item .delete {
	width: 25px;
}
.header-wrapper .basket-mini-item .delete a,
.header-wrapper .favorite-mini-item .delete a {
}
.header-wrapper .basket-mini-item .cart a,
.header-wrapper .favorite-mini-item .cart a {
	text-decoration: none;
	font-size: 18px;
}


.header-wrapper .basket-mini-item .icon-close,
.header-wrapper .favorite-mini-item .icon-close {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('images/icon-close.png') -3px -3px no-repeat;
	opacity: 0.25;
	vertical-align: middle;
}
.header-wrapper .basket-mini-item .icon-close:hover,
.header-wrapper .favorite-mini-item .icon-close:hover {
	background-position: -3px -24px;
	opacity: 0.8;
}
.header-wrapper .basket-mini .btn,
.header-wrapper .favorite-mini .btn {
	margin: 15px 0 0 0;
	width: 230px;
	height: 32px;
	padding: 5px 20px;
	vertical-align: middle;
}

@media (min-width: 1600px) {
	.header-wrapper .likes-top {
		width: 100px;
		text-align: center;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-wrapper .basket-top .basket-link {
		padding-left: 45px;
		max-width: 180px;
	}
	.header-wrapper .basket-top .dropdown-menu {
		right: 7px;
	}
}
@media (max-width: 991px) {
	.header-wrapper .basket-top .basket-link {
		width: 45px;
	}
	.header-wrapper .basket-top .basket-link .sum {
		display: none;
	}
	.header-wrapper .basket-top .dropdown-menu {
		right: 17px;
	}
	.header-wrapper .likes-top .dropdown-menu {
		margin-right: -25px;
	}
	.header-wrapper .basket-top .dropdown-menu:before,
	.header-wrapper .likes-top .dropdown-menu:before	{
		right: 20px;
	}
}
@media (max-width: 767px) {
	.header-wrapper .basket-top {
		position: absolute;
		top: -80px;
		right: 0;
	}
}
@media (max-width: 639px) {
	.header-wrapper .basket-top {
		top: -25px;
		padding: 0;
	}
}



#header {
	position: relative;
	z-index: 100;
}	
.header-wrapper {
}
.header-wrapper.fixed-content.fixed {
	height: 70px;
	padding: 12px 0;
	position: fixed;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 1050;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.1);
	transition: top 0.07s ease-out;
	-webkit-transform: translateZ(0);
}
.header-wrapper .main-multilevel-menu {
	display: none;
}
.header-wrapper.fixed .main-multilevel-menu {
	display: block;
	position: absolute;
	width: 120px;
	top: 4px;
}
.header-wrapper.fixed .main-multilevel-menu .menu-drop {
	top: 100%;
	margin-top: 17px;
}

.header-wrapper.fixed .header-menu {
	display: none;
}
@media (min-width: 1200px) {
	.header-wrapper.fixed .logo {
		top: 1px;
		width: 160px;
		/*width:200px;*/
	}
	.header-wrapper.fixed .logo.logoNY{top: 5px;}
	.header-wrapper.fixed .main-multilevel-menu {
		left: 205px;
	}
	.header-wrapper.fixed .header-content {
		margin-left: 310px;
	}
	.header-wrapper.fixed .contacts {
		margin-top: -2px;
	}
	.header-wrapper.fixed .search-title {
		margin-top: 5px;
	}
	.header-wrapper.fixed .basket-top .basket-link {
		max-width: 180px;
	}
	.header-wrapper.fixed .basket-top .dropdown-menu {
		right: 7px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-wrapper.fixed .logo {
		top: 1px;
		/*width: 130px;*/
		width: 170px;	
	}
	.header-wrapper.fixed .logo.logoNY{top: 5px;}
	
	.header-wrapper.fixed .main-multilevel-menu {
		left: 160px;
	}
	.header-wrapper.fixed .header-content {
		margin-left: 277px;
	}
	.header-wrapper.fixed .contacts {
		margin-top: 0px;
	}
	.header-wrapper.fixed .phone {
		font-size: 17px;
	}
	.header-wrapper.fixed .search-title {
		margin-top: 5px;
	}
	.header-wrapper.fixed .basket-top .basket-link {
		max-width: 165px;
	}
	.header-wrapper.fixed .basket-top .dropdown-menu {
		width: 290px;
		right: -3px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-wrapper.fixed .logo {
		top: 1px;
		width: 130px;
		/*width: 170px;	*/
	}
	.header-wrapper.fixed .main-multilevel-menu {
		left: 160px;
	}
	.header-wrapper.fixed .main-multilevel-menu .menu-drop {
		left: -160px;
	}
	.header-wrapper.fixed .header-content {
		margin-left: 277px;
	}
	.header-wrapper.fixed .contacts {
		margin-top: 10px;
	}
	.header-wrapper.fixed .search-title {
		margin-top: 5px;
	}
	.header-wrapper.fixed .likes-top {
		margin-left: 15px;
		margin-top: 13px;
	}
	.header-wrapper.fixed .basket-top {
		margin-top: 3px;
	}	
}
@media (max-width: 767px) {
	.header-wrapper.fixed .logo {
		top: 1px;
		width: 130px;
		position: absolute;
		margin: 0;
	}
	.header-wrapper.fixed .main-multilevel-menu {
		left: 180px;
	}
	.header-wrapper.fixed .main-multilevel-menu .menu-drop {
		left: -165px;
	}
	.header-wrapper.fixed .header-content {
		margin-left: 30%;
	}
	.header-wrapper.fixed .contacts {
		top: 8px;
	}
	.header-wrapper.fixed .search-title {
		display: none;
	}
	.header-wrapper.fixed .likes-top {
		top: 13px;
	}
	.header-wrapper.fixed .basket-top {
		top: 7px;
		padding: 0;
	}
}
@media (max-width: 639px) {
	.header-wrapper.fixed .main-multilevel-menu {
		left: 165px;
	}
}






.menu-catalog {
	font-size: 14px;
	background: #f5f5f3;
	position: relative;
	z-index: 60;
	background: -moz-linear-gradient(top, #f5f5f3 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f5f5f3 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f5f5f3 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f3', endColorstr='#ffffff',GradientType=0 );
}
.menu-catalog .menu-small {
	display: none;
}
.menu-catalog ul,.menu-catalog li {
	display: block;
	margin: 0;
	padding: 0;
}

.menu-catalog ul.nav-menu {
	display: table;
	width: 100%;
	text-align: center;
	table-layout: fixed;
}
.menu-catalog ul.nav-menu > li {
	display: table-cell;
	position: relative;
	z-index: 2;
}
.menu-catalog ul.nav-menu > li + li:before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	left: 0;
	top: 7px;
	bottom: 7px;
	border-right: 1px solid #eeeeee;
}
.menu-catalog ul.nav-menu > li > a {
	position: relative;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 1.2;
	padding: 12px 10px;
	z-index: 0;
	height: 40px;
}
.menu-catalog ul.nav-menu > li.parent a {
	transition: all 0.2s;
}
.menu-catalog ul.nav-menu > li.parent a:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 16px;
	left: 10px;
	top: 50%;
	margin-top: -8px;
	background: url('images/icon-submenu.png') 50% 50% no-repeat;
	opacity: 0.37;
}

@media (min-width: 1200px) {
	.menu-catalog ul.nav-menu > li.parent a:before {
		left: 25px;
	}
}
@media (max-width: 991px) {
	.menu-catalog ul.nav-menu > li.parent a:before {
		display: none;
	}
}


.menu-catalog ul.nav-menu > li:hover > a {
	/*color: #ffffff;*/
	color: #000000;
}
.menu-catalog ul.nav-menu > li > a > span {
	line-height: 1.1;
}
.menu-catalog ul.nav-menu > li:hover > a > span {
	font-weight: 700;
}

.menu-catalog ul.nav-menu > li:before {
	transition: background 0.3s;
	background: transparent;
}
.menu-catalog ul.nav-menu > li:hover:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	top: -5px;
	bottom: 0;
	/*background: #FF9131;*/
	background: #ececec;
	border: 0;
	border-radius: 5px 5px 0 0;
	z-index: -1;
}

.menu-catalog .submenu-box {
	display: none;
	position: absolute;
	border: 1px solid #eee;
	border-top: 1px solid #FF9131;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	padding: 25px 0 15px 0;
	text-align: left;
	left: 0;
	box-shadow: 0 20px 20px 15px rgba(0, 0, 0, 0.03);  
}
.menu-catalog .catalog-menu-full {
	display: none;
	position: absolute;
	border: 1px solid #eee;
	border-top: 1px solid #FF9131;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	padding: 25px 0 15px 0;
	left: -15px;
	box-shadow: 0 20px 20px 15px rgba(0, 0, 0, 0.03);  
}
@media (max-width:767px) {
	.menu-catalog .catalog-menu-full {
		left: 0;
	}
	.menu-catalog .catalog-menu-full ul.menu > li > ul {
		display: none;
	}
}
.menu-catalog li:hover > .catalog-menu-full {
	display: block;
}

	
@media (min-width: 1200px) {
	.menu-catalog .submenu-box {
		padding-right: 10px;
	}
}
.menu-catalog .submenu-box.left {
	right: 0;
	left: auto;
}
@media (min-width: 992px) { 
	.menu-catalog li:hover .submenu-box {
		display: table;
	}	
	.menu-catalog .submenu-box > ul {
		display: table-cell;
		padding: 0 10px 0 20px;
		margin: 0;
		min-width: 230px;
		vertical-align: top;
	}
	.menu-catalog .submenu-box ul + ul {
		border-left: 1px solid #eeeeee;
	}
}
@media (max-width: 992px) { 
	.menu-catalog li:hover .submenu-box {
		display: block;
		min-width: 230px;
	}
	.menu-catalog .submenu-box > ul {
		padding: 0 10px 0 20px;
		margin: 0;
	}
	.menu-catalog .submenu-box > ul > li > ul {
		display: none;
	}
}

@media (min-width: 1200px) {
	.menu-catalog .submenu-box > ul {
		padding: 0 10px 0 30px;
		min-width: 240px;
	}
	.menu-catalog .submenu-box ul + ul {
		min-width: 270px;
	}
}
.menu-catalog .submenu-box > ul > li {
	margin-bottom: 15px;
}
.menu-catalog .submenu-box > ul > li > ul {
	padding: 0 0 10px 10px
}
.menu-catalog .submenu-box > ul > li > a {
	color: #000000;
	font-size: 18px;
}
.menu-catalog .submenu-box > ul > li li {
	margin: 2px 0;
}
.menu-catalog .submenu-box > ul > li > ul a {
	font-size: 14px;
	color: #8e8e8e;
}

.menu-catalog .submenu-box li {
	clear: left;
}
.menu-catalog .submenu-box li:after {
	content: '';
	display: block;
	clear: left;
}
.menu-catalog .submenu-box > ul > li.inline {
	clear: none;
	float: left;
	min-width: 50%;
	padding-right: 10px;
}
.menu-catalog .submenu-box > ul ul li.inline {
	float: left;
	padding-right: 10px;
	clear: none;
}
.menu-catalog .submenu-box a.inline {
	float: left;
	margin-right :10px;
}
.menu-catalog .submenu-box a.inline + ul,
.menu-catalog .submenu-box a.inline + ul > li {
	padding: 0 5px;
	float: left;
	clear: none;
}
.menu-catalog .submenu-box ul ul ul,
.menu-catalog .submenu-box ul ul ul li {
    display: inline;
}
.menu-catalog .submenu-box ul ul ul li a {
	color: #8e8e8e;
	font-size: 10px;
	margin-left: 3px;
}
.menu-catalog .submenu-box ul ul ul li:after {
    display: none;
}

.menu-catalog  .horizontal-multilevel-menu  li  ul.submenu-box a{
	text-decoration:none;
	font-size: 12px;
}

@media (max-width: 639px) {
	#panel,
	.menu-catalog .menu-normal {
		display: none;
	}
	.menu-catalog .menu-small {
		display: block;
		padding: 4px 0 4px 125px;
		position: relative;
	}
	.menu-catalog .menu-small .open-full-menu, .menu-catalog .menu-small .open-full-menu2{
		display: block;
		position: absolute;
		left: 0;
		padding: 5px;
	}
	.search-title input[type="text"], .search-title input[type="search"],.search-title [type="submit"] {
		height: 32px;
	}
}
@media (max-width: 767px) {
	.fixed-header .open-full-menu2{
		position: absolute;
		top: 7px;
		left: 160px;
		display: block;
	}
}


.open-full-menu,.open-full-menu2 {
	display: none;
	border: none;
	background: none;
	color: #FF9131;
	border-radius: 5px;
	font-size: 14px;
	padding: 8px 6px;
	line-height: 1;
}
.open-full-menu:hover,.open-full-menu2:hover {
	background: none;
	color: #dd4905;
}
.open-full-menu > span,.open-full-menu2 > span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	transition: all 0.2s;
}
.open-full-menu.open > span,.open-full-menu2.open > span {
    margin-right: 2px;
    margin-left: 2px;
}
.open-full-menu .icon-bar,.open-full-menu2 .icon-bar {
	background-color: #FF9131;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px 0;
	transition: all 0.2s;
}
.open-full-menu .top-bar,.open-full-menu2 .top-bar {
	transform: rotate(0);
}
.open-full-menue .middle-bar {
	opacity: 1;
}
.open-full-menu .bottom-bar,.open-full-menu2 .bottom-bar {
	transform: rotate(0);
}
.open-full-menu.open .top-bar,.open-full-menu2.open .top-bar  {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.open-full-menu.open .middle-bar, .open-full-menu2.open .middle-bar {
	opacity: 0;
}
.open-full-menu.open .bottom-bar,.open-full-menu2.open .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}



#catalog-menu-full {
	display: none;
	padding: 25px;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	background: #fff;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000000;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}
.catalog-menu-full {
	text-align: left;
}
.catalog-menu-full .columns {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.catalog-menu-full .columns > .column {
	display: table-cell;
}
.catalog-menu-full ul,
.catalog-menu-full li {
	display: block;
	padding: 0;
	margin: 0;
}
.catalog-menu-full .h3 {
	padding: 0;
	margin: 20px 0;
}
.catalog-menu-full ul.menu {
	margin-bottom: 30px;
}
.catalog-menu-full ul.menu > li {
	padding: 3px 0;
	display: block;
}
.catalog-menu-full ul.menu > li:not(.parent) {
	display: inline-block;
	margin-right: 10px;
	min-width: 40%;
}
.catalog-menu-full ul.menu > li > ul {
	padding-left: 10px;
	border-left: 1px solid #e6e6e6;
	margin: 3px 0 3px 5px;
}
.catalog-menu-full ul.menu > li > ul > li ul,
.catalog-menu-full ul.menu > li > ul > li li {
	display: inline;
}

.catalog-menu-full .h3 a {
	color: #000000;
	text-decoration: none;
}
.catalog-menu-full ul.menu > li > a {
	color: #000000;
	font-size: 18px;
}
.catalog-menu-full ul.menu > li > ul > li > a {
	color: #8e8e8e;
	font-size: 14px;
}
.catalog-menu-full ul.menu > li > ul > li > ul > li > a {
	color: #8e8e8e;
	font-size: 10px;
	margin-left: 3px;
}


@media (min-width: 768px) and (max-width:992px) {
	#catalog-menu-full .container {
		width: 100%;
	}
	.catalog-menu-full ul.menu > li > ul {
		display: none;
	}
	.catalog-menu-full .h3 {
		margin: 15px 0;
		font-size: 18px;
	}
	.catalog-menu-full ul.menu > li > a {
		font-size: 16px;
	}
	
}

@media (max-width: 767px) {
	.catalog-menu-full {
		padding: 15px 25px;
	}

	.catalog-menu-full .columns {
		display: block;
	}
	.catalog-menu-full .columns > .column {
		display: block;
	}
	.catalog-menu-full .columns > .column:nth-child(2n+1) {
		clear: left;
	}
	.catalog-menu-full ul.menu > li:not(.parent) {
		display: block;
	}
	.catalog-menu-full .h3 {
		margin: 15px 0;
		font-size: 22px;
	}
	.catalog-menu-full ul.menu > li > a {
		font-size: 18px;
	}
}
@media (max-width: 639px) {
	#catalog-menu-full {
		top: 150px;
	}
	.fixed-header #catalog-menu-full {
		top: 70px;
	}
}


   

	
	
.main-content {
	padding-top: 30px;
	margin-bottom: 60px;
}
.main-slider {
/*	margin-bottom: 30px;*/
position:relative; z-index:1;
}


.main-slider .container {
	max-width: 1170px;	
}

.main-slider .swiper-slide {
	height: 410px;
	padding: 60px 0 50px 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*background-color: #ececec;*/
	float: left;
}
.main-slider .title {
	font-size: 30px;
	font-weight: 700;
	color: #010101;
	margin-bottom: 20px;
}
.main-slider .text {
	font-size: 14px;
	color: #5b5b5b;
	line-height: 1.7;
	margin-bottom: 25px;
	max-width: 370px;
}
.main-slider .price-old {
	color: #adadad;
	font-weight: bold;
	font-size: 18px;
	text-decoration: line-through;
	line-height: 1.2;
	margin-bottom: 10px;
}
.main-slider .price {
	background: #FF9131;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	padding: 4px 18px;
	line-height: 1.1;
	vertical-align: middle;
	margin-right: 5px;
	height: 38px;
}
.main-slider .info {
	font-size: 14px;
	color: #a6a6a6;
	margin-top: 45px;
}
.main-slider .btn.btn-clean span{
	border-bottom: 1px solid #ffffff;
}
.main-slider .btn.btn-clean:hover span{
	border-bottom: none;
}
.main-slider .btn.btn-clean {
	border-radius: 5px;
	padding: 7px 30px;
	vertical-align: middle;
	height: 38px;
}

.main-slider .swiper-arrow-next,
.main-slider .swiper-arrow-prev {
/*
	display: none;
	position: absolute;
	width: 50px;
	height: 120px;
	top: 50%;
	margin-top: -60px;
	background-image: url(images/arrow-horizontal-big.png);
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0.1;
	cursor: pointer;
*/
	top: 50%;z-index: 1;cursor: pointer;position: absolute;
	margin-top: -20px;
	background: url(/local/templates/main_copy/images/ar60.png) no-repeat center center;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #ccc;
        width: 40px;
        height: 40px;
opacity: 0.9;		
}
.main-slider .swiper-arrow-prev {
        transform: rotate(180deg);
        left: 7px;
    }
	
.main-slider .swiper-arrow-prev {
	left: 20px;
	/*background-position: -25px -19px;*/
}
.main-slider .swiper-arrow-next {
	right: 20px;
	/*background-position: -124px -19px;*/
}

.main-slider .swiper-arrow-next:hover,
.main-slider .swiper-arrow-prev:hover {
	opacity: 1;
}
.main-slider .swiper-arrow-next.swiper-button-disabled,
.main-slider .swiper-arrow-prev.swiper-button-disabled {
	cursor: default;
	opacity: 0.05;
}

.main-slider .swiper-pagination {
	width: 100%;
	bottom: 0;
	/*position: relative;*/
	position: absolute;
	padding-top: 5px;
	margin: 0;
	bottom: 15px;
    z-index: 1111;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	border: 1px solid #D1D1D1;
	margin: 3px;
}
.main-slider .swiper-pagination-bullet-active {
	background: #FF9131;
	border-color: #FF9131;
}
/*
@media (min-width: 1170px) and (max-width: 1199px) {
	.main-slider .swiper-arrow-prev,
	.main-slider .swiper-arrow-next {
		display: block;
	}
	.main-slider .swiper-arrow-prev{
		left: 50%;
		margin-left: -570px;
	}
	.main-slider .swiper-arrow-next {
		right: 50%;
		margin-right: -570px;
	}
}
@media (min-width: 1330px) and (max-width: 1469px){
	.main-slider .swiper-arrow-prev,
	.main-slider .swiper-arrow-next {
		display: block;
	}
	.main-slider .swiper-arrow-prev{
		left: 50%;
		margin-left: -650px;
	}
	.main-slider .swiper-arrow-next {
		right: 50%;
		margin-right: -650px;
	}
}

@media (min-width: 1470px) {
	.main-slider .swiper-arrow-prev,
	.main-slider .swiper-arrow-next {
		display: block;
	}
	.main-slider .swiper-arrow-prev{
		left: 50%;
		margin-left: -700px;
	}
	.main-slider .swiper-arrow-next {
		right: 50%;
		margin-right: -700px;
	}
	
}
*/
@media (min-width: 1401px) and (max-width:1600px){
	.main-slider .swiper-slide {
		height: 350px;
	}
}
@media (min-width: 1201px) and (max-width:1400px){
	.main-slider .swiper-slide {
		height: 300px;
	}
}
@media (min-width: 992px) and (max-width:1200px){
	.main-slider .swiper-slide {
		height: 260px;
	}
}
@media (max-width: 991px) {
	.main-slider .container {
		width: 100%;
		padding-right: 5%;
		padding-left: 5%;
	}
	.main-slider .swiper-slide {
		height: 220px;
		padding: 40px 0 20px 0;
		background-position: 20% 50%;
	}
	.main-slider .swiper-arrow-next, .main-slider .swiper-arrow-prev {
		display: none;
	}
	.main-slider .info {
		margin-top: 35px;
	}

.main_block_banner .pub-curated-gallery{ display:none;}
}

@media (max-width: 767px) {
	.main-slider .swiper-slide {
		height: auto;
		padding: 20px 0 20px 0;
		background-position: 50px 50%;
		min-height:210px;
	}
	.main-slider .title {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.main-slider .text {
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 14px;
		max-width: 320px;
	}
	.main-slider .price {
		font-size: 20px;
		padding: 4px 10px;
		height: 30px;
		line-height:15px;
		margin-top:0px;
		
	}
	.main-slider .btn.btn-clean {
		padding: 3px 10px;
		height: 30px;
		font-size: 14px;
	}
	.main-slider .info {
		margin-top: 14px;
	}
}
@media (max-width: 639px) {
	.main-slider .swiper-slide {
		padding: 24px 0 24px 0;
		background-position: 15% 50%;
		background-size: cover !important;
	}
	.main-slider .title {
		font-size: 22px;
		margin-bottom: 10px;
		min-height: 60px;
		max-width: 240px;
		line-height: 1.1;
	}
	.main-slider .text {
		display: none;
	}
}

.menu-footer {
	margin-bottom: 20px;
}
.menu-footer .title {
	font-size: 20px;
	color: #744a42;
	padding-bottom: 15px;
}
@media (min-width: 1200px) {
	.menu-footer .title {
		padding-bottom: 20px;
	}
}
.menu-footer ul.menu > li {
	margin-bottom: 10px;
}
.menu-footer a{
	color: #434343
}



footer .contacts {
	text-align: right;
}
footer .contacts .phone {
	font-size: 22px;
	font-weight: 700;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 18px;
}
footer .contacts .phone a {
	color: #000000;
	text-decoration: none;
}
@media (min-width: 1200px) {
	footer .contacts .phone {
		font-size: 30px;
		margin-bottom: 5px;
	}
}
.copyright {
	font-size: 16px;
	font-weight: 700;
	margin-top: 12px;
}
@media (max-width: 767px) {
	.copyright {
		text-align: center;
		margin-bottom: 20px;
	}
}
footer .social {
	margin-top: 5px;
}
footer .social a {
	display: inline-block;
}
footer .social a + a {
	margin-left: 5px
}

footer .payment {
	text-align: right;
}
footer .payment a {
	display: inline-block;
	vertical-align: middle;
}
footer .payment a + a {
	margin-left: 14px;
}



/*** colums 10 */
.col-10-xs-1,.col-10-xs-2,.col-10-xs-3,.col-10-xs-4,.col-10-xs-5,.col-10-xs-6,.col-10-xs-7,.col-10-xs-8,.col-10-xs-9,.col-10-xs-10,
.col-10-sm-1,.col-10-sm-2,.col-10-sm-3,.col-10-sm-4,.col-10-sm-5,.col-10-sm-6,.col-10-sm-7,.col-10-sm-8,.col-10-sm-9,.col-10-sm-10,
.col-10-md-1,.col-10-md-2,.col-10-md-3,.col-10-md-4,.col-10-md-5,.col-10-md-6,.col-10-md-7,.col-10-md-8,.col-10-md-9,.col-10-md-10,
.col-10-lg-1,.col-10-lg-2,.col-10-lg-3,.col-10-lg-4,.col-10-lg-5,.col-10-lg-6,.col-10-lg-7,.col-10-lg-8,.col-10-lg-9,.col-10-lg-10 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-10-xs-1,.col-10-xs-2,.col-10-xs-3,.col-10-xs-4,.col-10-xs-5,.col-10-xs-6,.col-10-xs-7,.col-10-xs-8,.col-10-xs-9,.col-10-xs-10 {
	float: left;
}
.col-10-xs-1 {width: 10%;}
.col-10-xs-2 {width: 20%;}
.col-10-xs-3 {width: 30%;}
.col-10-xs-4 {width: 40%;}
.col-10-xs-5 {width: 50%;}
.col-10-xs-6 {width: 60%;}
.col-10-xs-7 {width: 70%;}
.col-10-xs-8 {width: 80%;}
.col-10-xs-9 {width: 90%;}
.col-10-xs-10 {width:100%;}
@media (min-width: 768px) {
	.col-10-sm-1,.col-10-sm-2,.col-10-sm-3,.col-10-sm-4,.col-10-sm-5,.col-10-sm-6,.col-10-sm-7,.col-10-sm-8,.col-10-sm-9,.col-10-sm-10 {
		float: left;
	}
	.col-10-sm-1 {width: 10%;}
	.col-10-sm-2 {width: 20%;}
	.col-10-sm-3 {width: 30%;}
	.col-10-sm-4 {width: 40%;}
	.col-10-sm-5 {width: 50%;}
	.col-10-sm-6 {width: 60%;}
	.col-10-sm-7 {width: 70%;}
	.col-10-sm-8 {width: 80%;}
	.col-10-sm-9 {width: 90%;}
	.col-10-sm-10 {width:100%;}
}
@media (min-width: 992px) {
	.col-10-md-1,.col-10-md-2,.col-10-md-3,.col-10-md-4,.col-10-md-5,.col-10-md-6,.col-10-md-7,.col-10-md-8,.col-10-md-9,.col-10-md-10 {
		float: left;
	}
	.col-10-md-1 {width: 10%;}
	.col-10-md-2 {width: 20%;}
	.col-10-md-3 {width: 30%;}
	.col-10-md-4 {width: 40%;}
	.col-10-md-5 {width: 50%;}
	.col-10-md-6 {width: 60%;}
	.col-10-md-7 {width: 70%;}
	.col-10-md-8 {width: 80%;}
	.col-10-md-9 {width: 90%;}
	.col-10-md-10 {width:100%;}
}
@media (min-width: 1200px) {
	.col-10-lg-1,.col-10-lg-2,.col-10-lg-3,.col-10-lg-4,.col-10-lg-5,.col-10-lg-6,.col-10-lg-7,.col-10-lg-8,.col-10-lg-9,.col-10-lg-10 {
		float: left;
	}
	.col-10-lg-1 {width: 10%;}
	.col-10-lg-2 {width: 20%;}
	.col-10-lg-3 {width: 30%;}
	.col-10-lg-4 {width: 40%;}
	.col-10-lg-5 {width: 50%;}
	.col-10-lg-6 {width: 60%;}
	.col-10-lg-7 {width: 70%;}
	.col-10-lg-8 {width: 80%;}
	.col-10-lg-9 {width: 90%;}
	.col-10-lg-10 {width:100%;}
}
@media (max-width: 639px) {
	.col-10-xm-1,.col-10-xm-2,.col-10-xm-3,.col-10-xm-4,.col-10-xm-5,.col-10-xm-6,.col-10-xm-7,.col-10-xm-8,.col-10-xm-9,.col-10-xm-10 {
		float: left;
	}
	.col-10-xm-1 {width: 10%;}
	.col-10-xm-2 {width: 20%;}
	.col-10-xm-3 {width: 30%;}
	.col-10-xm-4 {width: 40%;}
	.col-10-xm-5 {width: 50%;}
	.col-10-xm-6 {width: 60%;}
	.col-10-xm-7 {width: 70%;}
	.col-10-xm-8 {width: 80%;}
	.col-10-xm-9 {width: 90%;}
	.col-10-xm-10 {width:100%;}
}
/* colums 10 ***/
@media (max-width: 639px) {
	.col-xm-1, .col-xm-2, .col-xm-3, .col-xm-4, .col-xm-5, .col-xm-6, .col-xm-7, .col-xm-8, .col-xm-9, .col-xm-10, .col-xm-11, .col-xm-12 {
		float: left;
	}
	.col-xm-12 {width: 100%;}
	.col-xm-11 {width: 91.66666667%;}
	.col-xm-10 {width: 83.33333333%;}
	.col-xm-9 {width: 75%;}
	.col-xm-8 {width: 66.66666667%;}
	.col-xm-7 {width: 58.33333333%;}
	.col-xm-6 {width: 50%;}
	.col-xm-5 {width: 41.66666667%;}
	.col-xm-4 {width: 33.33333333%;}
	.col-xm-3 {width: 25%;}
	.col-xm-2 {width: 16.66666667%;}
	.col-xm-1 {width: 8.33333333%;}
}

.favorite {
	font-size: 14px;
	color: #c5c5c5;
	line-height: 1;
}
.favorite .icon-likes {
	margin-right: 5px;
	vertical-align: middle;
	cursor: pointer;
}
.icon-likes {
	display: inline-block;
	width: 23px;
	height: 20px;
	/*background: url('images/icon-likes.png') 0px 0px no-repeat;*/
	background: url('images/icon-like.svg') 50% 50%/contain no-repeat;
}
.favorite.active .icon-likes,
 input:checked ~ .icon-likes.icon-likes {
	/*background-position: 0 -35px;*/
	background-image: url('images/icon-liked.svg');
}
.favorite .checkbox,
.favorite .checkbox label {
	margin: 0;
	padding: 0;
}
.favorite .checkbox input{
	display: none;
}
.favorite .checkbox label.disabled {
	display: none;
}

.breadcrumb {
    font-size: 13px;
    margin: 0;
	padding: 0;
    background: none;
}
.breadcrumb:after {
	display: table;
	content: " ";
	clear: both;
}
.breadcrumb .breadcrumb-item {
	float: left;
	margin-bottom: 5px;
	white-space: nowrap;
	margin-right: 5px;
}
.breadcrumb a {
}
.breadcrumb .separator {
    color: #FF9131;
    margin-right: 5px;
}


.section-head {
	margin-bottom: 40px;
}
.section-head:after {
	display: table;
	content: " ";
	clear: both;
}
.page-popup .section-head {
	margin-top: 20px;
	margin-bottom: 30px;
}

.section-head .section-title {
	float: left;
	margin: 0;
	padding: 5px 0;
}

.section-title .meta {
	font-size: 13px;
	color: #a9a9a9;
	font-weight: 400;
	margin-top: 8px;
}
.section-title > a {
	text-decoration: none;
	color: inherit;
}

.section-head .section-menu {
	float: right;
}
.section-head .section-menu .menu-wrapper {
	background: #f0f0f0;
	box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.08);
	border-radius: 45px;
	font-size: 0px;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.section-head .section-menu {
		clear: both;
		margin-top: 20px;
	}	
}
.section-menu::-webkit-scrollbar{
	height: 6px;
	background-color: #F5F5F5;
}
.section-menu::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	background-color: #555;
}

.section-menu .menu-wrapper:after {
	display: table;
	content: " ";
	clear: both;
}
.section-menu .menu-wrapper > a {
	position: relative;
	padding: 10px 50px;
	margin: 0;
	color: #000000;
	text-decoration: none;
	display: block;
    float: left;
	font-size: 16px;
}
.section-menu .menu-wrapper > a:hover {
    background: #e6e6e6;
}
.section-menu .menu-wrapper > a.active {
    background: #e2e2e2;
}
.section-menu .menu-wrapper > a + a {
	margin-left: 1px;
}
.section-menu .menu-wrapper > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    left: -1px;
    top: 5px;
    bottom: 5px;
    background: #ffffff;
}
@media (max-width: 991px) {
	.section-head .section-menu {
		overflow: auto;
		white-space: nowrap;
		max-width: 100%;
	}
	.section-menu .menu-wrapper {
		white-space: nowrap;
		display: inline-block;
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
	}
	.section-menu .menu-wrapper > a {
		display: inline-block;
		float: none;
	}	
}

.content-text {
	font-size: 14px;
	line-height: 1.9;
	text-align: justify;
}
.content-text p {
	margin: 0 0 20px 0;
	font-size: 14px;
}
.content-padding {
	padding-left: 15px;
	padding-right: 15px;
}



.tiles {
	margin-bottom: 60px;
}
.section-head + .tiles {
	margin-top: -20px;
}
.tiles .row > * {
    padding-right: 5px;
    padding-left: 5px;
}
.tiles .row {
	margin-right: -5px;
	margin-left: -5px;
}
.tiles .tiles-item {
	position: relative;
	border-radius: 5px;
	font-size: 14px;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: auto 100%;
	padding: 20px 25px;
	margin-bottom: 10px;
}
@media (max-width: 1199px) {
	.tiles .tiles-item {
		/*max-height: 200px;*/
	}
}
.tiles .title {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
.tiles .info {
	font-size: 18px;
	color: #000000;
	opacity: 0.5;
	line-height: 1.35;
}
.tiles a.link-full {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;	
}
.tiles a.link {
	position: absolute;
	text-decoration: none;
}
.tiles a.link span {
	text-decoration: underline;
}
.tiles a.link:hover span {
	text-decoration: none;
}


.tiles .links {
	font-size: 10px;
	position: absolute;
	bottom: 25px;
}
.tiles .links a {
	color: #000000;
	margin: 8px 14px 0 0;
	display: inline-block;	
}

.tiles .tiles-item.white {
	background-color: #728485;
	color: #ffffff;
}
.tiles .tiles-item.white .title,
.tiles .tiles-item.white .info,
.tiles .tiles-item.white a {
	color: #ffffff;
}
@media (max-width: 1199px) {
	.tiles .links {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.tiles .info {
		opacity: 0.8;
	}
}
@media (max-width: 767px) {
	.tiles .tiles-item {
	    max-height: 320px;
	}
	.tiles .info {
		opacity: 1;
	}
}
@media (max-width: 639px) {
	.tiles .links {
		font-size: 13px;
	}
}


.box,
.box-product,
.box-product-action {
	border: 1px solid #ededed;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 7px 7px 0px rgba(233, 233, 233, 0.6);
	position: relative;
	font-size: 14px;
	color: #000000;
}
.box {
	margin-bottom: 30px;
	padding: 20px 25px 20px 35px;
	line-height: 1.6;
}
.box.open-popup {
	cursor: pointer;
}
.box.border-none,
.box-product.border-none,
.box-product-action.border-none {
	border: 0;
}
.box.box-style-2 {
	line-height: 1.2;
	padding: 20px 24px 30px 24px;
}
@media (max-width: 767px) {
	.box.box-style-2 {
		padding: 20px 15px 25px 15px;
	}
}


.box.image-left,
.box.image-full-left {
	padding-left: 228px;
}
.box.image-full-top {
	padding-top: 215px;
}

.box .date-angle {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 10px 0 10px;
	background: #f0f0f0;
	width: 50px;
	height: 50px;
	padding: 8px 5px;
	text-transform: uppercase;
	line-height: 1;
	color: #FF9131;
	text-align: center;
}
.box .date-angle .day {
	font-size: 24px;
	font-weight: bold;
	line-height: 0.917;
}
.box .date-angle .month {
	font-size: 10px;
	letter-spacing: 2px;
}

.box.image-full-left .img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 0 0 10px;
	background-size: cover;
	background-position: 50% 50%;
	width: 195px;
	height: 100%;
}
.box.image-full-top .img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 10px 0 0;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 195px;
}
.box.image-left .image {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 0 0 10px;
	width: 195px;
	height: 100%;
	padding: 40px 10px 20px 10px;
	text-align: center;
}
.box.image-top .image {
	height: 140px;
	padding-top: 15px;
	margin-bottom: 20px;
	text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.box.image-left {
		padding-left: 165px;
	}
	.box.image-left .image {
		width: 150px;
	}
	.box.image-full-left {
		padding: 15px 20px 15px 215px;
	}
}

.box .title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 12px;
	min-height: 42px;
	line-height: 1.2;
}
.box .title > a {
	text-decoration: none;
	color: inherit;
}
.box.box-style-2 .title {
	font-size: 20px;
	font-weight: 400;
	color: #744a42;
	margin-top: 0px;
	margin-bottom: 16px;
}
.box.box-style-2 .title a {
	color: #744a42;
	text-decoration: none;
}
.box p {
	margin: 0 0 10px 0;
}
.box .more {
	margin-top: 20px;
	text-align: right;
}
.box a.more-link {
	text-decoration: none;
}
.box a.more-link span {
	text-decoration: underline;
}
.box a.more-link:hover span {
	text-decoration: none;
}
.box .meta {
	color: #a7a7a7;
	padding: 5px 0;
}
.box .icon-more-link {
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	right: 12px;
	bottom: 20px;
	background: url(images/arrow-horizontal.png) -34px -4px no-repeat;
	opacity: 0.3;
}
.box .icon-more-link:hover {
	opacity: 0.6;
}

.box .b-head {
	height: 80px;
	margin-bottom: 20px;
	line-height: 1;
}
.box .b-head .subtitle {
	color: #FF9131;
	font-size: 16px;
}
.box .b-body {
	text-align: justify;
	padding-right: 10px;
	margin: 10px 0;
}
.box .b-footer {
	padding-right: 10px;
	margin-top: 45px;
	text-align: center;
}
.box .b-footer .btn {
	margin-bottom: 20px;
}

.box-map {
	margin: 0 0 35px 0;
}
.box-map iframe {
	width: 100%;
	border: 0!important;
}

.box-form {
	margin: 60px 0;
}
.box-form .form-title {
	margin-bottom: 28px;
}
.box-form .info {
	margin: 28px 0;
}
@media (max-width: 991px) {
	.box-form .info {
		margin: 0;
	}
	.box-form .checkbox, 
	.box-form .radio {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.box-form .btn {
	    max-width: 300px;
	}
}



/***box-product-action*/
.section-head + .products-action {
	margin-top: -20px;
}
.products-action .section-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
	color:#828282;
}
@media (max-width: 768px){
	.products-action .section-title{font-size:16px;}
	.products-action .box-product .product-image{
		background-size: contain;
		height: 135px;
	}
}
.box-product-action {
	margin-bottom: 30px;
	padding: 30px 20px 50px 20px;
	line-height: 1.6;
	height: 260px;
	z-index: 1;
}
.box-product-action a.full-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
}
.box-product-action .stickers {
	position: absolute;
	top: 0px;
	right: 15px;
}
.box-product-action .stickers .sticker {
	background: #d5d5d5;
	display: block;
	border-radius: 0 0 5px 5px;
	width: 128px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	color: #ffffff;
	float: left;
	margin-left: 5px;
}
.box-product-action .stickers .sticker.action {
	background: #b6bfca;
}
.box-product-action .stickers .sticker.discount {
	background: #c5b5a5;

}
.box-product-action .image {
	position: absolute;
	top: 25px;
	right: 5px;
	height: 200px;
	line-height: 200px;
	max-width: 250px;
	z-index: -1;
}
.box-product-action .image img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;  
}
.box-product-action .title {
	height: 100px;
	display: table-cell;
	font-size: 18px;
	color: #010101;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
	padding-bottom: 15px;
}

.box-product-action .prices {
}
.box-product-action .price-old {
	color: #adadad;
	font-weight: bold;
	font-size: 18px;
	text-decoration: line-through;
	line-height: 1.2;
	margin-bottom: 5px;
}
.box-product-action .price {
	background: #FF9131;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1.1;
	margin-left: -10px;
}
.box-product-action .note {
	position: absolute;
	left: 25px;
	bottom: 20px;
	font-size: 13px;
	color: #c3c3c3;
	max-width: 200px;
}
.box-product-action .link-buy {
	position: absolute;
	right: 25px;
	bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.box-product-action .image {
		max-width: 180px;
	}
	.box-product-action .note {
		left: 15px;
		font-size: 12px;
	}
	.box-product-action .link-buy {
		right: 20px;
		font-size: 15px;
	}
}
@media (min-width: 640px) and (max-width: 767px) {
	.box-product-action .image {
		max-width: 180px;
	}
	.box-product-action .note {
		left: 15px;
		font-size: 12px;
	}
	.box-product-action .link-buy {
		right: 20px;
		font-size: 15px;
	}
}
@media (max-width: 639px) {
	.products-action-item {
		float: none;
		width: 100%;
	}
	.products-action-item .box-product-action {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
	}
}



/*box-product-action***/


/***products*/
.container-products {
	padding-top: 0px;
	margin-bottom: 15px;
	position: relative;
	/*background: #ffffff;*/
}
.section-head + .container-products {
	margin-top: -20px;
	padding-top: 0;
}
@media (min-width: 1200px) {
	.container-products .row {
		margin-right: -24px;
		margin-left: -24px;
	}
	.container-products .row > * {
		padding-right: 24px;
		padding-left: 24px;
	}
}
@media  (max-width: 1199px) {
	.container-products .row {
		margin-right: -8px;
		margin-left: -8px;
	}
	.container-products .row > * {
		padding-right: 8px;
		padding-left: 8px;
	}
}
.container-products > .tab-content {
	padding-top: 0;
}


.icon-size-h,
.icon-size-d,
.icon-size-v {
	display: inline-block;
	height: 14px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	vertical-align: -2px;
	margin: 0 1px;
}
.icon-size-h {
	background-image: url('images/icon-size-h.svg');
	width: 14px;
}
.icon-size-d {
	background-image: url('images/icon-size-d.svg');
	width: 10px;
}
.icon-size-v {
	background-image: url('images/icon-size-v.svg');
	width: 8px;
}

/*products***/





/***news*/
.news-details {
	line-height: 1.6;
}
.section-head + .news-details {
	margin-top: -20px;
}
.news-details p {
	margin: 5px 0 25px 0;
}
.news-details img {
	border-radius: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.news-details-others {
	margin-top: 65px;
}
.news-details-others a.others-link {
	text-decoration: none;
}
.news-details-others a.others-link span {
	text-decoration: underline;
}
.news-details-others a.others-link:hover span {
	text-decoration: none;
}
.news-details-others a + a {
	margin-left: 65px;
}

.news-others {
	margin-top: 40px;
}
.news-others {
	margin-top: 40px;
}
.news-others .section-title {
	margin-bottom: 40px;
}
/*news***/	


/***company*/
.section-head + .company-slide {
	margin-top: -20px;
}
.company-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 90px;
	padding: 140px 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
}
.company-slide .b-title {
	min-height: 85px;
	line-height: 0.8;
}
.company-slide .b-title span {
	display: block;
	font-size: 90px;
	color: #FF9131;
	font-weight: bold;
	text-shadow: 0px 4px 11.28px rgba(235, 96, 32, 0.2);
	letter-spacing: -5px;
}
.company-details {
	line-height: 2;
}
.company-details p {
	margin: 5px 0 30px 0;
}
.company-details img {
	border-radius: 5px;
}

@media (max-width: 767px) {
	.company-slide {
		margin-bottom: 50px;
		padding: 100px 0;
		text-align: center;
	}
	.company-slide .b-title {
		min-height: 70px;
	}
	.company-slide .b-title span {
		font-size: 70px;
	}
}
@media (max-width: 639px) {
	.company-slide .b-title {
		min-height: 48px;
	}
	.company-slide .b-title span {
		font-size: 44px;
		letter-spacing: -2px;
	}
}

/*company***/

/***how-buy*/
.how-buy {
	position: relative;
	padding-left: 85px;
	padding-bottom: 20px;
}
.how-buy .step-num {
	background: #FF9131;
	color: #ffffff;
	content: '';
    display: block;
    position: absolute;
    width: 50px;
	height: 50px;
    left: 0px;
	border-radius: 50%;
	box-shadow: 0px 4px 11.28px 0.72px rgba(235, 96, 32, 0.48);
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 50px;
	text-align: center;	
}
.how-buy .item:hover .step-num {
	background-color: #dd4905;
}

.how-buy .step-num.finish {
	background-image: url('images/icon-finish.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.how-buy .title {
	padding: 10px 0;
	line-height: 1.2;
	margin: 0;
	min-height: 50px;
}
.how-buy .step {
	position: relative;
	margin: 20px 0;
	padding: 20px 0;
}
.how-buy .step .item-box {
	margin: 20px 0;
}
.how-buy .step:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    left: -60px;
    top: 0px;
    bottom: 0px;
	background: #FF9131;
}
.how-buy .link {
	font-size: 16px;
	color: #000000;
}
.how-buy p {
	font-size: 14px;
	line-height: 1.75;
	margin: 5px 0 10px 0;
}
.how-buy .box p {
	margin: 10px 0 15px 0;
}

@media (min-width: 1200px) {
	.how-buy .step .col-lg-7 > .item-box {
		padding-left: 50px;
	}
}
@media (max-width: 991px) {
	.how-buy {
		padding-left: 70px;
	}
	.how-buy .step:before {
		left: -45px;
	}
}
@media (max-width: 767px) {
	.how-buy .step {
		margin-left: -20px;
	}
	.how-buy .step:before {
		left: -25px;
	}
}
/*how-buy***/


/***kitchen*/
.section-head + .kitchen-slide {
	margin-top: -40px;
}
.kitchen-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 50px;
	padding: 80px 0;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.5;
}
.kitchen-slide .title {
	display: block;
	font-size: 32px;
	color: #FF9131;
	font-weight: bold;
	text-shadow: 0px 4px 11.28px rgba(235, 96, 32, 0.2);
	margin-bottom: 30px;
	padding: 0 35px;
}
.kitchen-slide .content {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.9;
	margin-bottom: 62px;
	padding: 0 35px;
}
.kitchen-slide form {
	max-width: 390px;
	margin: 10px auto;
	text-align: center
}
.kitchen-slide .form-group {
	margin-bottom: 10px;
	
}
.kitchen-slide .form-control {
	max-width: 295px;
	margin: 0 auto;
	height: 40px;
}
.kitchen-slide .btn {
	max-width: 295px;
	margin: 10px auto;
	height: 44px;
}

.kitchen-info {
	max-width: 660px;
	margin: 0px auto;
	line-height: 2;
	text-align: center;
}
.kitchen-info p {
	margin: 30px 0;
}

.kitchen-facades {
	padding: 0 40px;
	margin-top: 70px;
}
.kitchen-facades .title {
	padding-left: 20px;
	margin-bottom: 40px;
}
.kitchen-facades .box {
	padding: 65px 80px;
}
.kitchen-facades .name {
	font-size: 14px;
	margin-bottom: 20px;
}
.kitchen-facades .item {
	display: inline-block;
	width: 54px;
	height: 54px;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.kitchen-facades .item:hover {
	opacity: 0.9;
}
.kitchen-facades .facade-image {
	margin-top: -155px;
	margin-bottom: -35px;
}
.kitchen-facades .facade-image img {
	border-radius: 3px;
}
.kitchen-facades .facade-type {
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 5px;
	padding: 40px 30px 20px 30px;
	font-size: 14px;
	line-height: 1.2;
	margin: 10px 0;
    height: 230px;
}
.kitchen-facades .facade-type.white,
.kitchen-facades .facade-type.white .h3 {
	color: #ffffff;
}
.kitchen-facades .facade-type .h3 {
	margin: 0 0 24px 0;
}

.kitchen-privilege {
	font-size: 14px;
	line-height: 1.2;
	margin: 70px 0 90px 0;
}
.kitchen-privilege .section-title {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 40px;
}
.kitchen-privilege-row {
	display: table;
	width: 100%;
	margin: 60px 0;
}
.kitchen-privilege-row > .col {
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.kitchen-privilege-row > .col + .col {
	padding-left: 60px;	
}
.kitchen-privilege-row > .col + .col:before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 24px;
	left: 12px;
	top: 12px;
	background: url(images/arrow-horizontal.png) -39px -7px no-repeat;
	opacity: 0.5;
}
.kitchen-privilege-item {
	display: table;
}
.kitchen-privilege-item > * {
	display: table-cell;
	vertical-align: top;	
}
.kitchen-privilege-item .text {
	padding: 0px 0 0 12px;
}
.kitchen-privilege-item .title {
	font-size: 20px;
	color: #FF9131;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}

.box-form-kitchen {
	border-radius: 5px;
	box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.08);
	background: url('images/backgr-box-form-kitchen.png') 100% 50%/auto 100% no-repeat #f0f0f0;
	padding: 35px 55px 7px 55px;
}
.box-form-kitchen .form-title {
	margin: 0 0 30px 0;
}
.box-form-kitchen .form-group {
	margin-bottom: 20px;
}
.box-form-kitchen .row {
	margin-left: -6px;
	margin-right: -6px;
}
.box-form-kitchen .row>* {
	padding-left: 6px;
	padding-right: 6px;
}
.box-form-kitchen textarea {
	margin-bottom: 10px;
}
.box-form-kitchen .checkbox {
	margin-top: 12px;
	margin-bottom: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.kitchen-slide form {
		padding-top: 25px;
	}
	.kitchen-facades .box {
		padding: 40px;
	}
	.kitchen-facades .item {
		width: 48px;
		height: 48px;
	}
	.kitchen-facades .facade-image {
		margin-top: -140px;
		margin-bottom: -20px;
		width: 90%;
		margin-left: 5%;
	}
	.kitchen-privilege-item .title {
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.kitchen-slide {
		margin-bottom: 40px;
		padding: 60px 0;
	}
	.kitchen-slide .content {
		line-height: 1.4;
		margin-bottom: 60px;
		padding: 0 10px;
	}
	.kitchen-slide form {
		padding-top: 30px;
		font-size: 13px;
	}
	.kitchen-facades {
		padding: 0;
		margin-top: 50px;
	}
	.kitchen-facades .box {
		padding: 25px 30px;
	}
	.kitchen-facades .item {
		width: 42px;
		height: 42px;
		margin-right: 1px;
	}
	.kitchen-facades .facade-image {
		margin-top: -60px;
		margin-bottom: -20px;
		width: 90%;
		margin-left: 5%;
	}
	.kitchen-privilege-item .title {
		font-size: 18px;
	}
	.kitchen-facades .facade-type {
		padding: 25px 25px 20px 25px;
	}
	.kitchen-facades .facade-type br {
		display: none;
	}
	.kitchen-privilege-item {
		display: block;
	}
	.kitchen-privilege-item > * {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.kitchen-privilege-item .text {
		padding: 10px 0 0 0;
	}
	.box-form-kitchen {
		padding-right: 160px;
	}
}
@media (max-width: 767px) {
	.kitchen-slide {
		margin-bottom: 40px;
		padding: 40px 0;
	}
	.kitchen-slide .title {
		margin-bottom: 10px;
		padding: 0px 20px;
	}
	.kitchen-slide .content {
		line-height: 1.5;
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.kitchen-facades {
		padding: 0;
		margin-top: 40px;
		text-align: center;
	}
	.kitchen-facades .box {
		padding: 30px 40px;
		max-width: 520px;
		margin: 0 auto 30px auto;
	}
	.kitchen-facades .name {
		font-size: 14px;
		margin: 10px 0;
	}
	.kitchen-facades .facade-image {
		margin: 0 auto;
		width: 150px;
	}
	.kitchen-facades .facade-type {
		padding: 30px 30px 20px 30px;
		font-size: 16px;
		height: auto;
		max-width: 520px;
		margin: 0 auto 30px auto;
		text-align: left;
	}
	.kitchen-privilege-item {
		display: block;
	}
	.kitchen-privilege-item > * {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.kitchen-privilege-row > .col + .col {
		padding-left: 32px;
	}
	.kitchen-privilege-item .title {
		font-size: 18px;
	}
	.kitchen-privilege-item .text {
		padding: 10px 0 0 0;
	}
	.box-form-kitchen {
		padding: 35px 35px 7px 35px;
	}
	.box-form-kitchen label {
		padding: 0;
	}
	.box-form-kitchen .form-control:not(.btn) {
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 37%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 37%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	}
}
@media (max-width: 639px) {
	.kitchen-privilege {
		text-align: center;
	}
	.kitchen-privilege-row {
		display: block;
	}
	.kitchen-privilege-row > .col {
		display: block;
	}
	.kitchen-privilege-row > .col + .col {
		margin-top: 40px;
		padding: 0;
	}
	.kitchen-privilege-row > .col + .col:before {
		display: none;
	}
	.kitchen-privilege-item .title {
		font-size: 20px;
	}
}

/*kitchen***/

/***basket-ordering*/
#basket-container {
	position: relative;
}
#basket-container .row>*{
	position: static;
}
.basket-ordering {
	position: relative;
	padding-left: 85px;
	padding-bottom: 20px;
}
.basket-ordering .step-num {
	background: #FF9131;
	color: #ffffff;
	content: '';
    display: block;
    position: absolute;
    width: 50px;
	height: 50px;
    left: 0px;
	border-radius: 50%;
	box-shadow: 0px 4px 11.28px 0.72px rgba(235, 96, 32, 0.48);
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 50px;
	text-align: center;	
}
.basket-ordering .step-num.finish {
	background-image: url('images/icon-finish.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.basket-ordering .title {
	padding: 14px 0;
	line-height: 1.2;
	margin: 0;
	min-height: 50px;
	position: relative;
}
.basket-ordering .title .checkbox {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0 0 20px;
}
.basket-ordering .title .checkbox .jq-checkbox {
    vertical-align: -1px;
}
.basket-ordering .contact-information .row {
    margin-right: -6px;
    margin-left: -6px;
}
.basket-ordering .contact-information .row > *{
    padding-right: 6px;
    padding-left: 6px;
}
.basket-ordering .contact-information .form-group {
	margin-bottom: 12px;
}
.basket-ordering .title .box-input-hint {
	position: relative;
	display: inline-block;
	padding: 6px 15px;
	font-size: 14px;
	color: #FF9131;
	font-weight: 400;
	background: #ffffff;
	border: 1px solid #ededed;
	border-radius: 5px;
	margin-left: 12px;
	box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.1);
}
.basket-ordering .title .box-input-hint:before {
	content: "";
	border-right: 7px solid #ffffff;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	position: absolute;
	top: 50%;
	left: -7px;
	margin-top: -5px;
	z-index: 10;
}
.basket-ordering .title .box-input-hint:after {
	content: "";
	border-right: 7px solid #ededed;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	position: absolute;
	top: 50%;
	left: -8px;
	margin-top: -5px;
    z-index: 9;
}
.basket-ordering .input-hint {
	font-size: 12px;
	color: #8a8a8a;
	font-style: italic;
	padding-left: 25px;
	margin-top: 3px;
}

.basket-ordering .delivery .checkbox label {
    padding-left: 0
}
.basket-ordering .delivery .jq-checkbox {
	vertical-align: -1px;
}
.basket-ordering .checkbox .form-control {
	width: 60px;
	display: inline-block;
	margin: -12px 0 0 10px;
}
.basket-ordering .payment .box {
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 1.2;
	min-height: 170px;
	display: block;
	font-weight: 400;
	padding: 20px 25px 20px 25px;
}
.basket-ordering .payment img {
	margin-bottom: 8px;
}
.relative{position:relative;}

.basket-ordering .payment .jq-radio {
	width: 36px;
	height: 36px;
	margin: 0;
	border: 0;
	background: #f0f0f0;
	cursor: pointer;
}
.basket-ordering .goods .step {
	padding-bottom: 0;
	margin-bottom: 0;
}
.basket-ordering .goods .step:before {
	display: none;
}
.basket-ordering .payment .box .radio {
	position: absolute;
	right: -18px;
	top: -18px;
	margin: 0;
}
.basket-ordering .payment .jq-radio.checked {
	background: #FF9131;
}
.basket-ordering .payment .jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 10px 8px;
	border-radius: 0;
	background: none;
	box-shadow: none;
	width: 20px;
	height: 10px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	-ms-transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.basket-ordering .basket {
	border-top: 1px solid #f0f0f0;
	margin-bottom: 40px;
}
.basket-ordering .basket-item {
	border-bottom: 1px solid #f0f0f0;
	display: table;
	width: 100%;
	font-size: 16px;
}
.basket-ordering .basket-item > div {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}
.basket-ordering .basket-item .image {
	width: 100px;
}
.basket-ordering .basket-item .name {
}
.basket-ordering .basket-item .quantity {
	width: 20%;
}
.basket-ordering .basket-item .price {
	width: 120px;
}
.basket-ordering .btn-checkout {
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	margin-bottom: 10px;
	padding: 14px 45px;
}

.basket-ordering-total {
	padding: 14px;
}
.basket-ordering-total .box-gray {
	padding: 17px;
}
.basket-ordering-total .title {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	margin: 5px 0 15px 0;
}
.basket-ordering-total .ordering-list-item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}
.basket-ordering-total .ordering-list-item:after {
	content: '';
	display: table;
	clear: both;
}
.basket-ordering-total .ordering-list-item:before {
	content:'';
	display: block;
	position: absolute;
	bottom: 4px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #b4b4b4;
}
.basket-ordering-total .ordering-list-item .name {
	display: inline-block;
	position: relative;
	z-index: 1;
	background: #f0f0f0;
	padding-right: 5px;
}
.basket-ordering-total .ordering-list-item .sum {
	display: block;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 1;
	background: #f0f0f0;
	padding-left: 5px;
	float: right;
	font-weight: 700;
}
.basket-ordering-total .ordering-list-item .checkbox,
.basket-ordering-total .ordering-list-item label {
	padding: 0;
	margin: 0;
}
.basket-ordering-total .ordering-list-item .jq-checkbox {
	margin: 0 6px 0 0;
	vertical-align: middle;
}
.basket-ordering-total .separate {
	margin: 30px -15px 20px -15px;
	height: 1px;
	background: #ffffff;
}
.basket-ordering-total .ordering-list-total {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.basket-ordering-total .ordering-list-total > div{
	display: table-cell;
	vertical-align: middle;
}
.basket-ordering-total .ordering-list-total .name {
}
.basket-ordering-total .ordering-list-total .sum {
	font-size: 30px;
	font-weight: 700;
	white-space: nowrap;
}
.basket-ordering-total .ordering-buttons { 
	margin-top: 15px;
}
.basket-ordering-total .ordering-buttons .btn { 
	height: 44px;
}

.basket-ordering .step {
	position: relative;
	margin: 20px 0;
	padding: 20px 0;
}
.basket-ordering .step .item-box {
	margin: 20px 0;
}

.basket-ordering .step:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    left: -60px;
    top: 0px;
    bottom: 0px;
	background: #FF9131;
}
.basket-ordering .link {
	font-size: 16px;
	color: #000000;
}
.basket-ordering p {
	font-size: 14px;
	line-height: 1.75;
	margin: 5px 0 10px 0;
}
.basket-ordering .box p {
	margin: 10px 0 15px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.basket-ordering {
		padding-left: 70px;
	}
	.basket-ordering .step:before {
		left: -45px;
	}
	.basket-ordering .title .checkbox {
		margin-left: 10px;
	}	
	.basket-ordering .title .box-input-hint {
		padding: 6px 10px;
		font-size: 12px;
		margin-left: 5px;
	}
	.basket-ordering-total {
		padding-bottom: 40px;
	}
	.basket-ordering-total .box-gray {
		padding: 15px 10px;
	}
	.basket-ordering-total .ordering-list-total {
		display: block;
		text-align: center;
	}
	.basket-ordering-total .ordering-list-total > div {
		display: block;
	}
	.basket-ordering-total .ordering-buttons {
		margin-top: 5px;
		text-align: center;
	}
	.basket-ordering-total .ordering-buttons .btn {
		margin: 5px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.basket-ordering {
		padding-left: 70px;
	}
	.basket-ordering .step:before {
		left: -45px;
	}
	.basket-ordering-total .box-gray {
		padding: 25px 30px;
		font-size: 16px;
	}
	.basket-ordering-total .ordering-list-total,
	.basket-ordering-total .ordering-buttons {
		text-align: center;
	}
	.basket-ordering-total .checkbox {
		text-align: center;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.basket-ordering {
		padding-left: 70px;
	}
	.basket-ordering .step {
		margin-left: -25px;
		padding-right: 20px;
	}
	.basket-ordering .step:before {
		left: -25px;
	}
	
	.basket-ordering .title .box-input-hint {
		border: 0;
		box-shadow: none;
		padding: 0;
		margin: 0;
		display: block;
	}
	.basket-ordering .delivery .checkbox .form-control {
		height: 30px;
		padding: 4px 10px;
		margin-bottom: -8px;
	}	
	.basket-ordering .delivery .box {
		margin-top: 20px;
	}
	.basket-ordering-total .box-gray {
		padding: 25px 30px;
		font-size: 16px;
	}
	.basket-ordering-total .ordering-list-total,
	.basket-ordering-total .ordering-buttons {
		text-align: center;
	}
	.basket-ordering-total .checkbox {
		text-align: center;
		font-size: 14px;
	}
	.basket-ordering-total .checkbox label {
		margin: 0;
		padding: 0;
	}
}
@media (max-width: 639px) {
	.basket-ordering .payment .box {
		padding: 10px;
	}
	.basket-ordering .payment .box br {
		display: none;
	}
	.basket-ordering .goods .step.finish {
		margin-left: -55px;
	}
	.basket-ordering .basket-item > div {
		padding: 10px 5px;
	}
	.basket-ordering .basket-item .image {
		width: 66px;
	}
	.basket-ordering .basket-item .quantity {
		width: 60px;
	}
	.basket-ordering .basket-item .price {
		width: 110px;
	}
	.basket-ordering-total .box-gray {
		padding: 20px 24px;
		font-size: 14px;
	}
}


/*basket-ordering***/


/***404*/
.page-error-404 {
	margin: 50px 0 10px 0;
}
.page-error-404 .error-404 {
	margin-bottom: 100px;
	font-size: 20px;
	color: #b7b7b7;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
}
.page-error-404 .error-404 span {
	display: block;
	font-size: 122px;
	color: #FF9131;
	font-weight: bold;
	line-height: 0.7;
	text-shadow: 0px 4px 11.28px rgba(235, 96, 32, 0.2);
}
.page-error-404 .content {
	line-height: 2.143;
}
.page-error-404 .content p {
	margin: 0 0 30px 0;
}
@media (max-width: 767px) {
	.page-error-404 {
		margin: 30px 0;
	}
	.page-error-404 .error-404 {
		margin-bottom: 60px;
	}
	.page-error-404 .error-404 span {
		font-size: 100px;
	}
}
/*404***/

.box-payment-methods {
	margin: 60px 0;
}
@media (max-width: 991px) {
	.box-payment-methods {
		margin: 40px 0;
	}
	.box-payment-methods .box {
		padding: 15px 10px;
	}
}
@media (max-width: 767px) {
	.box-payment-methods {
		margin: 20px 0;
	}
	.box-payment-methods .box {
		padding: 5px 0px;
	}
}


/* vacancies ***/
.vacancies .box {
}
@media (min-width: 992px) and (max-width: 1199px) {
	.vacancies .box {
		padding: 10px 15px 20px 25px;
	}
	.vacancies .box .b-head {
		margin-bottom: 10px;
	}
	.vacancies .box .b-footer {
		margin-top: 30px;
	}
	.vacancies .box .btn {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*** vacancies */



.advice {
	font-size: 14px;
	line-height: 1.2;
	margin: 70px 0;
}
.advice .section-title {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 40px;
}
@media (max-width: 1199px) {
	.advice .box {
		min-height: 360px;
	}
	.advice .box p br {
		display: none;
	}
}
@media (max-width: 639px) {
	.advice .advice-item {
		float: none;
		width: 100%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.advice .box {
		min-height: 200px;
	}
}



.banner {
	margin: 50px 0 70px 0;
}

.main_block_banner .banner {
	margin: 0px 0 0px 0;
}


.banner-subscribe {
	margin: 0px;
	padding: 30px 0;
	position: relative;
	background: url('images/banner-subscribe.jpg') 50% 50% no-repeat #ececec;
}
.banner-subscribe .content {
	text-align: right;
	margin: 20px 0;
}
.banner-subscribe .title {
	font-size: 20px;
	color: #010101;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	display: inline-block;
}
.banner-subscribe .title span {
	font-size: 25px;
	line-height: 0.9;
}
.banner-subscribe .subscribe-form {
	margin: 20px 0;
	padding: 0;
}
.banner-subscribe .subscribe-form input[type="text"],
.banner-subscribe .subscribe-form input[type="email"] {
	width: 260px;
	margin-right: 15px;
	vertical-align: middle;
}
.banner-subscribe .subscribe-form .btn {
	vertical-align: middle;
}
@media (max-width: 991px) {
	.banner-subscribe {
		margin: 0px; /*30px 0 50px 0;*/
		padding: 20px 0;
		background-size: cover;
		background-position: 25% 50%;
	}
	.banner-subscribe .content,
	.banner-subscribe .subscribe-form {
		margin: 10px 0;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.banner-subscribe .subscribe-form input[type="text"],
	.banner-subscribe .subscribe-form input[type="email"] {
		width: 220px;
		margin-right: 5px;
	}
}




.privilege {
	font-size: 14px;
	line-height: 1.2;
	margin: 70px 0;
}
.privilege .section-title {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 40px;
}
.privilege-item .title {
	font-size: 20px;
	color: #FF9131;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
@media (min-width: 1200px) {
	.privilege-item {
		display: table;
	}
	.privilege-item > * {
		display: table-cell;
		vertical-align: top;
		margin-bottom: 30px;	
	}
	.privilege-item .text {
		padding: 30px 0 0 20px;
	}	
}
@media (min-width: 768px) and (max-width: 1199px) {
	.privilege-item .title {
		font-size: 18px;
		line-height: 1.4;
	}
	.privilege-item .image {
		float: left;	
		margin: 0 10px 10px 0;
	}
	.privilege-item .text {
		padding: 15px 0 0 20px;
	}
	.privilege-item .text br {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.privilege-item .text p {
		clear: left;
	}
}
@media (max-width: 767px) {
	.privilege-item {
		display: table;
		margin: 5px auto;
	}
	.privilege-item > * {
		display: table-cell;
		vertical-align: top;
		margin-bottom: 30px;	
	}
	.privilege-item .image {
		width: 100px;
		text-align: center;
	}
	.privilege-item .title {
		font-size: 18px;
		line-height: 1.4;
	}
	.privilege-item .text {
		padding: 20px 0 0 10px;
		width: 240px;
	}
	.privilege-item .text br {
		display: none;
	}
}




.popup-salon-details {
	font-size: 14px;
	color: #000000;
	line-height: 1.5;
	padding: 40px 40px 40px 50px;
}
.popup-salon-details p {
	margin-bottom: 5px;
}
.popup-salon-details img {
	border-radius: 5px;
}
.popup-salon-details .h3 {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	line-height: 1;
}
.popup-salon-details .meta {
	color: rgba(0, 0, 0, 0.5);
}
.popup-salon-details .contacts {
	margin: 45px 0
}
.popup-salon-details .box-map {
	margin-bottom: 25px;
}
.popup-salon-details .box-map iframe {
	height: 265px;
}
@media (max-width: 767px) {
	.popup-salon-details {
		padding: 30pxx;
	}
	.popup-salon-details .meta {
		margin-bottom: 20px;
	}
	.popup-salon-details .contacts {
		margin:  0
	}
}



.popup-form {
	font-size: 14px;
	color: #000000;
	line-height: 1.7;
	padding: 40px 50px 40px 60px;
}
.popup-form-small {
	font-size: 14px;
	color: #000000;
	line-height: 1.7;
	padding: 60px 35px;
}
.popup-form p,
.popup-form-small p {
	margin-bottom: 5px;
}
.popup-form .h3{
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 45px;
}
.popup-form-small .popup-head {
	margin-bottom: 30px;
}
.popup-form-small .popup-title {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}
.popup-form-small .popup-subtitle {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: bold;
}
.popup-form-small form {
	padding: 0 10px;
}
.form-small .row,
.popup-form .row,
.popup-form-small .row {
    margin-right: -8px;
    margin-left: -8px;
}
.form-small .row > *,
.popup-form .row > *,
.popup-form-small .row > *{
    padding-right: 8px;
    padding-left: 8px;
}
.form-small .form-group,
.popup-form .form-group,
.popup-form-small .form-group {
	margin-bottom: 18px;
}
.form-small .form-control,
.popup-form .form-control,
.popup-form-small .form-control {
	height: 34px;
	padding: 6px 24px;
	font-size: 14px;
	line-height: 1;
}
.form-small textarea.form-control,
.popup-form textarea.form-control,
.popup-form-small textarea.form-control {
	height: 120px;
	padding: 15px 24px;
}
.form-small .btn,
.popup-form .btn,
.popup-form-small .btn- {
	max-width: 240px;
}
.form-small .jq-file,
.popup-form .jq-file,
.popup-form-small .jq-file {
	width: auto;
} 
.popup-order-measurement .btn {
	max-width: 240px;
	margin: 15px auto;
}



.box-gray {
	border-radius: 5px;
	background-color: #f0f0f0;
	box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.08);
	padding: 2px
}

/*
.section-head .share-social {
	font-size: 13px;
	color: #ababab;
	float: right;
	margin-top: 10px;
}
.section-head .share-social span {
	margin-right: 5px;
}
.section-head .share-social a {
	margin-left: 3px;
}
.share-social .pluso {
	vertical-align: middle;
	margin-top: -2px;
}
.pluso-010011000110-04 .pluso-wrap a {
    margin-left: 5px!important;
}
.share-social .pluso-more {
	display: none!important;
}

.section-head + .product,
.section-head + .product-wrapper {
	margin-top: -50px;
}

.product-content {
}
.product-rightbar {
}
@media (min-width: 992px) {
	.product {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.product > div {
		display: table-cell;
		vertical-align: top;
	}
	.product-content {
		padding-right: 20px;
	}
}
@media (min-width: 1200px) {
	.product-rightbar {
		width: 330px;
	}
	.product-wrapper .tabs-product-info {
		margin-right: 350px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.product-rightbar {
		width: 250px;
	}
	.product-wrapper .tabs-product-info {
		margin-right: 270px;
	}
}
@media  (max-width: 991px) {
	.product-rightbar {
		margin-top: 40px;
	}
}



.product-content .product-images {
	position: relative;
}
.product-content .product-main-image {
	position: relative;
	text-align: center;
}
.product-content .product-main-image .product-image img {
	border-radius: 5px;
}

@media (min-width: 768px) {
	.product-content .product-images-slider {
		position: absolute;
		width: 160px;
		height: 100%;
		top: 0;
		left: 0;
	}
	.product-content .product-images-slider + .product-main-image {
		margin-left: 170px;
	}
}
@media (min-width: 1200px) {
	.product-content .product-images-slider {
		width: 180px;
	}
	.product-content .product-images-slider + .product-main-image {
		margin-left: 190px;
	}
}
@media (min-width: 992px) and (max-width: 1119px) {
	.product-content .product-images-slider {
		width: 150px;
	}
	.product-content .product-images-slider + .product-main-image {
		margin-left: 160px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.product-content .product-images-slider {
		width: 160px;
	}
	.product-content .product-images-slider + .product-main-image {
		margin-left: 170px;
	}
}

.product-content .product-images-slider + .product-main-image .product-image  {
	background-size: cover;
}

.product-main-image .point {
	position: absolute;
	width: 15px;
	height: 15px;
	margin: -7px 0 0 -7px;
	border-radius: 50px;
	background: #FF9131;
}
.product-main-image .point .content {
	display: none;
	text-align: center;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 7px 68px 0px rgba(0, 0, 0, 0.6);
	padding: 10px;
	width: 120px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -60px;
}
.product-main-image .point:hover .content {
	display: block;
}
.product-main-image .point .content:before {
	content: "";
	border-top: 15px solid #ffffff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -15px;
	z-index: 10;
}
.point .content .image {
}
.point .content .name {
	font-size: 12px;
	color: #FF9131;
}
.point .content .price {
	font-size: 14px;
	color: #000000;
	font-weight: 700
}

.product-content .swiper-container {
	width: 100%;
	height: 100%;
}
.product-content .product-images .swiper-slide {
	border-radius: 5px;
	background-position: 50% 50%;
	background-size: cover;
	height: 32%;
	display: block;
	margin-bottom: 1%;
	cursor: pointer;
}
.product-content .product-images .swiper-container-vertical .arrow-top,
.product-content .product-images .swiper-container-vertical .arrow-bottom {
	display: block;
	position: absolute;
	background: url('images/arrow-vertical-white-strong.png') no-repeat rgba(0, 0, 0, 0.5);
	height: 28px;
	left: 0;
	right: 0;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}
.product-content .product-images .swiper-container-vertical .arrow-top:hover,
.product-content .product-images .swiper-container-vertical .arrow-bottom:hover {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.6);
}
.product-content .product-images .swiper-container-vertical .arrow-top.swiper-button-disabled,
.product-content .product-images .swiper-container-vertical .arrow-bottom.swiper-button-disabled {
	opacity: 0.4;
	cursor: default;
}
.product-content .product-images .swiper-container-vertical .arrow-top {
	background-position: 50% 0px;
	top: 0;
	border-radius: 5px 5px 0 0;
}
.product-content .product-images .swiper-container-vertical .arrow-bottom {
	background-position: 50% -30px;
	bottom: 0;
	border-radius: 0 0 5px 5px;
}

.product-content .product-images .swiper-container-horizontal .arrow-prev,
.product-content .product-images .swiper-container-horizontal .arrow-next {
	display: block;
	position: absolute;
	background: url('images/arrow-horizontal-white-strong.png') no-repeat rgba(0, 0, 0, 0.5);
	width: 28px;
	top: 0;
	bottom: 0;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}
.product-content .product-images .swiper-container-horizontal .arrow-prev:hover,
.product-content .product-images .swiper-container-horizontal .arrow-next:hover {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.6);
}
.product-content .product-images .swiper-container-horizontal .arrow-prev.swiper-button-disabled,
.product-content .product-images .swiper-container-horizontal .arrow-next.swiper-button-disabled {
	opacity: 0.4;
	cursor: default;
}
.product-content .product-images .swiper-container-horizontal .arrow-prev {
	background-position: 0px 50%;
	left: 0;
	border-radius: 5px 0 0 5px;
}
.product-content .product-images .swiper-container-horizontal .arrow-next {
	background-position: -30px 50%;
	right: 0;
	border-radius: 0 5px 5px 0;
}

@media (max-width: 767px) {
	.product-content .product-main-image {
		height: auto;
	}
	.product-content .product-main-image .product-image img {
		display: block;
		width: 100%;
		border-radius: 5px;
		margin: 0;
	}
	.product-content .product-images-slider {
		height: 100px;
		margin-top: 10px;
	}
	.product-content .product-images .swiper-slide {
		width: 150px;
		height: 100px;
		float: left;		
	}
}



.tabs-product-info .tab-content {
    padding-top: 30px;
	line-height: 1.8;
}
.tabs-product-info .rating {
	font-size: 12px;
	color: #bdbdbd;
	text-transform: uppercase;
	padding: 9px 0;
}
.tabs-product-info .rating span {
	margin-right: 5px;
}
.tabs-product-info .rating img {
	vertical-align: -1px;
	margin-right: 5px;
}
.tabs-product-info .feedback-buttons {
	float: right;
}
.tabs-product-info .feedback-buttons .btn {
	padding: 5px 18px;
}


.tabs-product-info .reviews {
	margin: 40px 0;
}
*/


.product-content .product-advantages {
	font-size: 14px;
	padding: 24px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
}
.product-content .product-advantages .advantages-item {
	display: table;
	width: 100%;
}
.product-content .product-advantages .advantages-item > * {
	display: table-cell;
	vertical-align: middle;
}
.product-content .product-advantages img {
	margin-right: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-content .product-advantages {
		padding: 20px 0px;
	}
	.product-content .product-advantages .advantages-item {
		display: table;
		width: 100%;
	}
	.product-content .product-advantages .advantages-item > * {
		display: table-cell;
		vertical-align: middle;
	}
}
@media (max-width: 991px) {
	.product-content .product-advantages {
		padding: 20px 0px;
	}
	.product-content .product-advantages .advantages-item {
	}
	.product-content .product-advantages .advantages-item > * {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}
}

.set-rating {
	display: inline-block;
	font-size: 14px;
	color: rgba(1, 1, 1, 0.5);
}
.set-rating .rating {
	display: inline-block;
	margin: 0 15px -2px 15px;
	vertical-align: baseline;
}

.section-head .reviews-count {
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
}
.section-head .reviews-count .num {
	font-size: 36px;
	color: #FF9131;
	text-shadow: 0px 4px 11px rgba(235, 96, 32, 0.2);
	display: block;
	letter-spacing: -3px;
	margin-right: 5px;
}


.reviews .reviews-add {
	margin-bottom: 80px;
	text-align: left;
}
.reviews .item-review {
	padding: 0 10px 0 25px;
	margin-bottom: 50px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1800px){	
	body .reviews > .row > .col-lg-4:nth-child(3n+1) {clear: none;}
}
@media (min-width: 1500px) and (max-width:1799px){
	.reviews > .row > .col-lg-4 {width:25%}
	body .reviews > .row > .col-lg-4:nth-child(3n+1) {clear: none;}
}
@media (min-width: 1200px) {
	.reviews > .row > .col-lg-4:nth-child(3n+1) {clear: left;}
	.reviews > .row > .col-lg-6:nth-child(2n+1) {clear: left;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.reviews > .row > .col-md-4:nth-child(3n+1) {clear: left;}
	.reviews > .row > .col-md-6:nth-child(2n+1) {clear: left;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.reviews > .row > .col-sm-4:nth-child(3n+1) {clear: left;}
	.reviews > .row > .col-sm-6:nth-child(2n+1) {clear: left;}
}


@media (min-width: 992px) and (max-width: 1199px) {
	.reviews .item-review {
		padding: 0 10px;
	}
}
.reviews.reviews-section > .row {
	margin-left: -25px;
	margin-right: -25px;
}
.reviews.reviews-section > .row > * {
	padding-left: 25px;
	padding-right: 25px;
}
.reviews.reviews-section > .row + .row {
	margin-top: 120px;
}
.reviews.reviews-section .item-review {
	padding: 0;
	margin-bottom: 60px;
    min-height: 400px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.box-review {
	border: 1px solid #ededed;
	padding: 20px 24px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 7px 7px 0px rgba(233, 233, 233, 0.6);
	position: relative;
	font-size: 14px;
	color: #000000;
	margin-bottom: 30px;
	line-height: 1.7;
}
.box-review:before {
	content: "";
	border-top: 20px solid #ffffff;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 24px;
	z-index: 10;
}
.box-review:after {
	content: "";
	border-top: 20px solid #ededed;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	bottom: -21px;
	left: 24px;
	z-index: 9;
}
.box-review .review-head {
	position: relative;
	margin-bottom: 20px;
	padding: 5px 30px 5px 0;
	margin-top: -10px;
	min-height: 36px;
}
.box-review .review-head:after {
	content: '';
	display: table;
	clear: both;
}
.box-review .review-head .product-image {
	float: left;
	width: 77px;
}
.box-review .review-head .product-image img {
	border-radius: 5px;
	border: 2px solid #ededed;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	max-width: 77px;
	bottom: 0;
}

.box-review .review-head .product-name {
	float: left;
	padding: 0 50px 10px 100px;
}
.box-review .review-head .product-name a {
}
.box-review .review-head .gallery-bx a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/icon-review-read.png') 50% 50% no-repeat;
	width: 26px;
	height: 26px;
	top: 5px;
	right: 0px;
}
.box-review .review-head .gallery-bx a + a {
	display: none;
}

.box-review .review-content {
	margin: 15px 0;
	min-height: 100px;
	line-height: 1.8;
}
.box-review .review-content img {
	border-radius: 5px;
	margin: -10px auto;
	display: block;
	max-height: 120px;
}

.box-review .review-head {
	
}
.box-review .meta {
	font-size: 14px;
	color: #bdbdbd;
	margin-top: 12px;
}
.box-review .meta:after {
	content: '';
	display: table;
	clear: both;
}
.box-review .rating {
	display: inline-block;
	padding: 0;
}
.box-review .date {
	float: right;
}

.reviews .author-review {
	display: table;
}
.reviews .author-review > * {
	display: table-cell;
	vertical-align: middle;
}
.reviews .author-review > a {
	width: 124px;
}
.reviews .author-review img {
	border-radius: 50%;
	margin: 0 24px 0 10px;
	width: 90px;
}
.reviews .author-review .name {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 1.6;
}
.reviews .reviews-more {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	background: url('images/icon-update.png') 0 50% no-repeat;
	padding-left: 25px;
}
.reviews .reviews-more span {
	display: inline-block;
	border-bottom: 1px dashed;
}


.rating-background {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	margin-bottom: -1px;
	width: 80px;
	height: 13px;
    background: url('images/icon-stars.png') 0px -18px repeat-x;
}
.rating-background .rating-bar {
    position: absolute;
	display: inline-block;
    top: 0px;
    left: 0px; 
    height: 100%; 
    background: url('images/icon-stars.png') 0px -2px repeat-x;
}
.rating-background.rating-small {
	width: 45px;
	height: 7px;
	margin: 3px 0;
	background: url('images/icon-stars-small.png') 0px -7px repeat-x;
}
.rating-background.rating-small .rating-bar {
	background: url('images/icon-stars-small.png') 0px 0px repeat-x;
}





 
.similar-products,
.viewed-product {
	margin: 30px 0;
}
.similar-products .section-title,
.viewed-products .section-title {
	margin: 0 0 40px 0;
}
.similar-products .container-products,
.viewed-products .container-products {
	padding-top: 0px;
}





/*** delivery-info */
.delivery-info {
	font-size: 14px;
	line-height: 1.4;
}
.delivery-info .nav-tabs>li.active>a,
.delivery-info .nav-tabs>li.active>a:focus,
.delivery-info .nav-tabs>li.active>a:hover {
    color: #FF9131;
}
.delivery-info .tab-content {
    padding-top: 60px;
}
.delivery-info p {
	margin: 0 0 20px 0;
}
.delivery-info .notice {
	margin: 40px 0;
	color: #FF9131;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px;
}
.delivery-info hr {
	margin-top: 40px;
	margin-bottom: 0;
	border: 0;
}
.delivery-info .box {
	min-height: 270px;
	padding: 25px 45px;
	line-height: 1.857;
	text-align: justify;
	margin: 30px 0;
}

.delivery-calculation .map {
	margin: 0 0 20px 0;
	border-radius: 5px;
	box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}
.delivery-calculation .result {
	font-size: 16px;
	text-align: center;
}
.delivery-calculation .result strong {
	color: #FF9131;
}
/* delivery-info ***/
 
 
 
/*** form-constructor */
.form-constructor {
	position: relative;
}
.form-constructor .form-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 35px;
	padding-right: 240px
}
.form-constructor .form-price {
	position: absolute;
	top: 4px;
	right: 0;
	width: 240px;
	text-align: right;
	font-size: 30px;
	line-height: 1;
}
.form-constructor .main-image {
	text-align: center;
}
.form-constructor .sizes {
	padding: 45px 0;
}
.form-constructor .sizes .item {
	margin: 0 0 10px 0;
	position: relative;
}
.form-constructor .sizes .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.form-constructor .sizes .label {
	color: #000000;
	min-width: 82px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	padding: 10px 0;
}

.form-constructor .options {
	margin: 40px 0;
	padding-left: 30px;
}
.form-constructor .options .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.form-constructor .options .item {
	position: relative;
	padding: 0;
	color: #000000;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	min-height: 54px;
	cursor: pointer;
}
.form-constructor .options.images .item {
	margin-right: 15px;
}
.form-constructor .options .image {
	display: block;
	width: 52px;
	height: 52px;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 5px;
}
.form-constructor .options img {
}
.form-constructor .radio {
	position: absolute;
	right: -18px;
	top: -18px;
	margin: 0;
	z-index: 1;
}
.form-constructor .jq-radio {
	width: 36px;
	height: 36px;
	margin: 0;
	border: 0;
	background: #f0f0f0;
	cursor: pointer;
	display: none;
}
.form-constructor .jq-radio.checked {
	background: #FF9131;
	display: block;
}
.form-constructor .jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 10px 8px;
	border-radius: 0;
	background: none;
	box-shadow: none;
	width: 20px;
	height: 10px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	-ms-transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.form-constructor .btn-send {
    font-size: 16px;
    padding: 11px 52px;
	margin: 20px 15px 0 15px;
}
@media (max-width: 991px) {
	#popup_constructor.white-popup {
		padding: 50px 25px;
	}
	.form-constructor .form-title {
		font-size: 26px;
		margin-bottom: 20px;
		padding-right: 160px;
	}
	.form-constructor .form-price {
		top: 0px;
		width: 160px;
		font-size: 26px;
	}
	.form-constructor .sizes .label {
		min-width: 60px;
	}
	.form-constructor .options .image {
		width: 46px;
		height: 42px;
	}
}



/* form-constructor ***/
 
 
@media (min-width: 768px) {
	
}


/* AUTH */
.bx-authform{
    margin: 0 0 25px;
}
/*block*/
.bx-authform-formgroup-container{
    margin-bottom: 25px;
}
.bx-authform-content-container,
.bx-authform-label-container{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-authform-input-container{
    position: relative;
}
.bx-authform-psw-protected{
    height: 38px;
    width: 38px;
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -19px;
    background: url(/local/templates/main/images/sprite.png) no-repeat center;
    -webkit-background-size: 11px auto;
    		background-size: 11px auto;
}

.bx-authform-psw-protected-desc{
    display: none;
    background: #fff;
    position: absolute;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    bottom: 100%;
    margin-bottom: 14px;
    border:1px solid #f0f1f2;
    padding: 10px 20px;
    font-size: 14px;
    z-index: 110;
    box-shadow: 0 6px 9px 0 rgba(0,0,0,.1)
}
.bx-authform-psw-protected:hover .bx-authform-psw-protected-desc{display: block;}
.bx-authform-psw-protected-desc>span{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==) no-repeat center bottom;
}
.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-authform-input-container input[type="text"].bx-empty-field,
.bx-authform-input-container input[type="password"].bx-empty-field{
    border-color: #dd4b39;
}
span.bx-authform-starrequired{
    color: #d93333;
}
.bx-authform-formgroup-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-authform-link-container,
.bx-authform-description-container{
    padding-bottom: 10px;
    font-size: 13px;
    color: #292d2e;
}
.bx-authform-description-container{
    font-size: 13px;
    color: #5a6c77;
}
.bx-authform-link-container{margin-bottom: 20px;}

hr.bxe-light{
    border: 0;
    border-bottom: 1px solid rgba(237, 237, 237, 0.6);
    margin-top: 20px;
    margin-bottom: 20px;
}

.bx-authform {
    margin: 0 0 25px;
    max-width: 900px;
}
.alert{
	border: none;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.4;
	padding: 10px 15px;
	margin-bottom: 15px;
	text-align: left;
}
.bxe-aleft-title{
    font-weight: bold;
    padding-bottom: 5px;
}
.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}
.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

/* PAGINATION */
.bx-pagination {
    margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: #eff0f1;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
    background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    background: #FF9131 !important;
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}

.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
    background: #3bc915;
    color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
    background: #FF9131;
    color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
    background: #E22B2B;
    color: #fff;
}

#loading_screen{
    position:fixed;
    z-index: 1150;
    left:50%;
    top:50%;
    margin-left: -32px;
    margin-top: -32px;
    width:64px;
    height:64px;
}

/*Karizhenskiy AlexeyS*/

html .popup-window {
	border-radius: 10px;
	padding: 20px;
}
html .popup-window.popup-window-with-titlebar {
	padding: 0 20px 20px 20px;
}
   
	
html .popup-window-titlebar-text,
html .popup-window-titlebar-text-version {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	font-family: "CeraPro", 'Open Sans', sans-serif;
	line-height: 58px;
	padding: 0 30px 0 5px;
}
html .popup-window-titlebar-close-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-decoration: none;
	background: url(/local/templates/main/css/../images/icon-close-popup.png) -5px -5px no-repeat;
	text-indent: -100px;
	overflow: hidden;
	opacity: 1;
}
html .popup-window-titlebar-close-icon:hover,
html .popup-window-titlebar-close-icon:focus {
	background-position: -5px -45px;
}
html .popup-window-titlebar-close-icone:active {
	opacity: 0.6;
}
html .popup-window-close-icon:after {
	display: none;
}

html .popup-window-with-titlebar .popup-window-content {
	padding: 20px 5px 5px 10px;
	font-size: 16px;
	font-family: "CeraPro", 'Open Sans', sans-serif;
}
html .popup-window-with-titlebar .popup-window-content img {
	margin-bottom: 10px;
}
html .popup-window-buttons {
    padding: 20px 0 0 0;
}

.ask_admin{
	margin-left:50px;
}

#horizontal-multilevel-menu{
	position:relative;	
}
#horizontal-multilevel-menu  .menu-drop-ul{  
	display:block !important;
	background:#ffffff;
	width:100%;
	padding-top:0px;
	margin:0 auto;	
}
#horizontal-multilevel-menu  .menu-drop{  
	width:100%;
}


.menu-el img{
	width: 70px;
    height: 70px;
    vertical-align: middle;
    padding-bottom: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	display:block;
	margin: 0 auto;
}	
.menu-el a{
	display:block;
	width: 100%;
	height:100%;
	white-space:normal;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}
.menu-el:hover{
	background:#f0f0f0;
}
.menu-el{
    display: block;
    position: relative;
    height: 130px;
    text-align: center;
    float: left;	
    vertical-align: middle;
	padding:10px;
}
@media (min-width: 1200px) {
	.menu-el{
		width:12%;
	}
}
@media (min-width: 991px) and (max-width:1199px){
	.menu-el{
		width:15%;
	}
}
@media (min-width: 640px) and (max-width:990px){
	.menu-el{
		width:20%;
	}
}

.delivery-block .link{
	position:static !important;
}












/* socseti */
.elem-social .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
svg:not(:root) {
    overflow: hidden;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
	vertical-align: middle;
	font-size: 20px;
}
.elem-social--ok {
    color: #fb6e3f;
}
.elem-social {
    display: inline-block;
    width: 2.0833vw;
    height: 2.0833vw;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    border: 1px solid;
}
.elem-social::before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(1.4);
    opacity: 0;
    transition: transform .3s,opacity .2s;
    z-index: -1;
}
.elem-social--ok::before {
    background-color: #fb6e3f;
}
.elem-social--yt {
    color: #e7072e;
}
.elem-social--yt::before {
    background-color: #e7072e;
}
.elem-social--ru {
    color: #000000;
}
.elem-social--ru::before {
    background-color: transparent;
}

.nav-social .elem-social {
    margin-left: .7813vw;
    margin-bottom: .7813vw;
}
.elem-social--ig .icon {
    width: 100%;

}
.elem-social::before{content:""}
.elem-social--ig {
    color: #000;
}
.elem-social--ig::before {
    background-color: #000;
}
.elem-social--vk {
    color: #2f5686;
}
.elem-social--fb::before, .elem-social--vk::before {
    background-color: #2f5686;
}
.elem-social--fb {
    color: #2f5686;
}
.nav-social{font-size:0;margin-left:-.7813vw; display: flex;
    justify-content: center;

	}
.widjet 	.nav-social{
    flex-direction: column;
    align-items: center;
}
.nav-social .elem-social{margin-left:5px;margin-bottom:.7813vw}

@media (min-width: 1440px){
	.nav-social .elem-social{margin-left:.7813vw}
}

.elem-social--fb:hover{border-color:#2f5686;color:#fff; background-color: #2f5686;}
.elem-social--vk:hover{border-color:#2f5686;color:#fff; background-color: #2f5686;}
.elem-social--ig:hover{border-color:#000;color:#fff; background-color: #000000;}
.elem-social--yt:hover{border-color:#e7072e;color:#fff; background-color: #e7072e;}
.elem-social--ok:hover{border-color:#fb6e3f;color:#fff; background-color: #ffffff;}

.elem-social--ru:hover{border-color:#000000;color:#fff; background-color: transparent;opacity:0.8}

.elem-social--tg:hover{border-color:#fb6e3f;color:#fff; background-color: #ffffff;}
.elem-social--tg{border:none;}
.elem-social:hover::before{transform:translate(-50%,-50%) scale(1.1);opacity:1}

.elem-social{width:40px;height:40px;}

.box-footer__social .title{font-size: 20px;color: #744a42; padding-bottom: 15px;}

.box-footer__feedback {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 1.3021vw;
}
.box-footer__feedback .feedback-title {
    font-weight: 700;
    width: 160px;
	font-size: 14px;
}
.elem-btn.ng-isolate-scope:hover{
	background-color: #FF9131;
	color: #ffffff;
}
.elem-btn.ng-isolate-scope {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
background-color: transparent;
    position: relative;
    background-image: none;
    cursor: pointer;
    border: 1px solid #FF9131;
    text-decoration: none;    
    padding: 10px 20px;
    border-radius: 1.3021vw;
    transition: all linear .2s;
    outline: 0;
    user-select: none;	
	color:#FF9131;
}
@media (max-width: 1799px) and (min-width:992px) {
	.box-footer__feedback, .elem-btn.ng-isolate-scope {
		display: block;	
	}
	.feedback-title{display: none;	}
}
@media (max-width: 700px){
	.box-footer__feedback, .elem-btn.ng-isolate-scope {
		display: block;	
	}
	.feedback-title{display: none;	}
}
.icon.icon-ig2{
	font-size:32px;
}
/* end socseti */

body .subscribe-form{
	padding-bottom:0px;
}
.phone-title{
font-size: 20px;
    color: #744a42;
    padding-bottom: 15px;	
	text-align: right;
}
footer .time{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;	
	text-align: right;	
	color:#744a42;
}

@media (min-width: 1200px){
	.catalog-main .menu-drop-ul .menu-el{
		width: 20%;	
	}
	.catalog-main .menu-el {
		height: 180px;		
	}	
	.catalog-main .menu-el img {
		width: 120px;
		height: 120px;		
	}	
}
@media (min-width: 992px){
	.menu-normal .horizontal-multilevel-menu .root-item
	{
		padding: 12px 0px;
	}
}
@media (min-width: 640px) and (max-width: 991px){
	.menu-normal .horizontal-multilevel-menu .root-item
	{
		font-size: 12px;
	}
}
@media (min-width: 992px) and (max-width: 1599px){
	.menu-normal .horizontal-multilevel-menu .root-item
	{
		font-size: 13px;
	}
}

	.phone .icons-messanger.whatsapp img{
		width: 25px;
		height:25px;
	}
	.phone .icons-messanger.viber img{
		width: 33px;
		height:33px;
	}	

@media (max-width: 1799px){
	.footer-messanger{
		display:block;
	}
}
/*.link-buy-credit-info > .row > .col-xs-5{display:none;}*/

@media (min-width: 1024px){
	.product-item-detail-properties.product-characteristics-list{
		max-width:50%;
	}
}

.virtual{
display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}
.virtual span{
	
}
.virtual-banner{
	display:block;
	width:200px;
	margin-top:10px;
	background: #FF9131;
    color: #ffffff;
}

.product-item-detail-price-current .rub{
	font-size:1.1em;	
}
.product-prices .rub{
	font-size:1.5em;		
}
.products-action .product-prices .rub{
	font-size:1.2em;		
}
.basket-link  .rub, #basket-root .rub, .main-slider .rub{
	font-size:1.3em;		
}
.bx-soa-cart-d  .rub{
	font-size:1.2em !important		
}
/*
.product-item-detail-price-old .rub{
	font-size:0.8em;	
}*/
/*.products-action .price .rub{
	font-size:0.7em;		
}
.products-action .price-old .rub{
	font-size:0.8em;		
}*/
/*
@media (min-width: 768px) {
	div.form-group[data-property-id-row="20"],
	div.form-group[data-property-id-row="21"],
	div.form-group[data-property-id-row="22"]{
		float:left;
		width:31%;
	}
	div.form-group[data-property-id-row="21"],
	div.form-group[data-property-id-row="22"]{
		margin-left:3%;
	}	
	
}
*/
@media (min-width: 768px) {
	div.form-group[data-property-id-row="20"]{
		float:left;
		width:31%;
	}
	div.form-group[data-property-id-row="21"],
	div.form-group[data-property-id-row="22"]{
		margin-left:3%;
	}	
	div.form-group[data-property-id-row="21"],
	div.form-group[data-property-id-row="28"],
	div.form-group[data-property-id-row="29"],
	div.form-group[data-property-id-row="22"]{
		float:left;
		width:24% !important;	
	}
}
@media (max-width: 768px) {
	div.form-group[data-property-id-row="7"],
	div.form-group[data-property-id-row="27"],
	div.form-group[data-property-id-row="20"]
	{width:100% !important;}
	div.form-group[data-property-id-row="21"],
	div.form-group[data-property-id-row="28"],
	div.form-group[data-property-id-row="29"],
	div.form-group[data-property-id-row="22"]{
		float:left;
		width:49% !important;
		margin-left:1%;		
	}
	body .bx_filter .bx_filter_title a
	{
		font-size:14px;
	}
	.catalog .section-head{
		margin-bottom:30px;
	}
	.catalog-products .product-buttons{
		margin-right: 15px;
		padding: 0px;
		height: 33px;		
	}
	.catalog-products .box-product .product-prices{
		padding-left: 15px;
	}
	.catalog-products .product-item-wish-container{
		bottom:2px;
	}
	.stickers-l{
		top:-10px;
	}
}

.hit_block .bx-section-desc{display:none;}

.product-item-detail-link-one-click a{text-decoration:none;}
.product-item-detail-link-buy-credit a{line-height:1.3em}
.product-item-detail-link-buy-credit a{
	text-decoration:none;
}
#credit_price .rub{
	font-size: 26px;
}
.rub_num{
	font-weight:bold;
}

.warning-buy small a{
font-size:92% !important;		
color: #000000 !important;
}
.warning-buy small{line-height: 1.2em;}

@media (max-width: 479px) {
	.product-item .stickers .sticker, .stickers-l .sticker{
		display: inline-block !important;
		width: auto  !important;
		font-size:10px;	
	}
}

body .product-item .btn-default{
	background: #A9A9A9;
}
body .product-item .btn-default:hover, body .product-item .btn-default:focus{
	background: #dd4905;
}
body .product-item .btn-clean{
	color: #A9A9A9;
    border: 1px solid #A9A9A9;
}
body .product-item .btn-clean:hover, body .product-item  .btn-clean:focus{
	color: #ffffff;
    border: 1px solid #dd4905;	
}
.tiles .delivery-block a,
.tiles .sborka-block a{ display:block; text-decoration:none !important;}

	body .bx_filter .bx_filter_title a{
		font-size:14px;
	}

@media (min-width: 1680px){
	body .bx_filter .bx_filter_title a{
		color:#FF9131 !important;
		font-size:14px;
	}
	.container {
		width: 95% !important;
	}
	.page-wrapper{
		max-width: 100% !important;
	}
	.header-wrapper .likes-top{
		float:right !important; 
	}

	.catalog.show-leftbar .container-products>.row >.col-md-3:nth-child(4n+1) {
		clear: inherit !important; 
	}
	.catalog.show-leftbar .container-products>.row >.col-md-3:nth-child(6n+1) {
		clear: both !important; 
	}
	

	.col-catalog-2{
		width: 16.66666667%;
		float: left;
		position: relative;
		min-height: 1px;
	}
	.col-catalog-3{
		width: 16.66666667%;
		float: left;
		position: relative;
		min-height: 1px;
	}	
	.section-head .catalog-setting{
		position: relative;
		top: 73px;
		z-index: 10;		
	}
	body .bx_filter .bx_filter_title{
		font-family: "CeraPro", 'Open Sans';
		font-size: 14px;		
		padding-top:3px;
	}	
	
	.container-products .row > * {
		padding-right: 12px;
		padding-left: 12px;
	}	
	.container-products .row {
		margin-right: -12px;
		margin-left: -12px;
	}
	.menu-el {
		width: 8%;
	}	
	.catalog-main .menu-drop-ul .menu-el{
		width: 12%;
	}
	.hidden1 .main-catalog-cont .col-md-2 {
		width: 12.5%;		
	}

	.box-product .product-buttons .btn {		
		font-size: 14px;
		padding: 4px 0px;
		max-width: 120px;
	}
	.box-product .product-name a{
		font-size: 14px;		
	}
	.box-product .product-buttons{
		padding: 0px;
		min-height: 45px;
	}	
	.box-product .product-prices{
		padding-bottom:0px;
	}
}

@media (min-width: 1024px) and (max-width:1250px){
	.col-catalog-3 .link-buy{
		margin-right:8px !important; 
		font-size:15px !important; 
	}
}

@media (min-width: 1800px){

	.catalog.show-leftbar .container-products>.row >.col-md-3:nth-child(4n+1) {
		clear: inherit !important; 
	}
	.catalog.show-leftbar .container-products>.row >.col-md-3:nth-child(6n+1) {
		clear: inherit !important; 
	}	
	.catalog.show-leftbar .container-products>.row >.col-md-3:nth-child(7n+1) {
		clear: both !important; 
	}
	.product-item.col-md-3:not(.catalog-item):nth-child(4n+1), 
	.product-item.col-md-4:not(.catalog-item):nth-child(3n+1), 
	.product-item.col-md-6:not(.catalog-item):nth-child(2n+1){
		clear: inherit !important; 
	}
		
	
	.col-catalog-2{
		width: 14.2%;
		float: left;
		position: relative;
		min-height: 1px;
	}	
	.col-catalog-3{
		width: 14.2%; /*width: 16.66666667%;*/
		float: left;
		position: relative;
		min-height: 1px;
	}
	.col-catalog-3 .link-buy{
		margin-right:8px !important; 
		font-size:15px !important; 
	}
	.col-catalog-3 .product-prices{
		padding-right:10px !important; 
	}
	.salons-box-item{
		width: 16.6%;
	}
	.salons-box-list .salons-box-item.col-md-4:nth-child(3n+1){ 
		clear: inherit !important; 
	}
	.salons-box-list .salons-box-item.col-md-4:nth-child(6n+1){ 
		clear: both !important; 
	}	
	.container-products .product-name{
		height: 55px;
		line-height: 1em;
	}
	.products-action .container-products .product-name{
		height: 38px;
		line-height: 1.2em;		
	}	
	.product-package .product-item{
		width: 20%;
	}
	.reviews-section .review-item{
		width: 16.6%;		
	}
}

@media (max-width: 767px){
	.container-products .product-name{
		height: 50px;
		line-height: 0.9em;
	}
	.container-products .product-name a{
		font-size:13px;
	}	
	.products-action .container-products .product-name{
		height: 30px;
		line-height: 0.9em;		
	}
	.products-action .container-products .product-prices{
		padding-top: 8px;
		padding-bottom: 0px;
		min-height: 35px;
	}
	body .products-action .col-catalog-3 .link-buy{
		margin-top: 4px !important;
	}
}


.bx_filter .bx_filter_section{
	padding: 0px !important; 
}
.bx_filter .bx_filter_title{
	margin-bottom:5px;
}

.form-control-select{
	display: block;
}
.form_video_consultation{
	max-width:400px;
}
.bottom_form_video, .top_form_video,.form_video_consultation{
	margin-bottom:20px;
}
.product-item:after{
	clear:both;
}

.product-item-label-container{
	position:absolute;
	right:5px;
	bottom:0px;
	width:100%;
	height:40px;
}

.product-item-label-ring{
	clear:none;
	float:right;
	position:static;
	margin-left:5px;
	width:40px;
	height:40px;	
}
.product-item-label-container .st1{
	background: url('/images/st1.svg') no-repeat;
}
.product-item-label-container .st2{
	background: url('/images/st2.svg') no-repeat;
}
.product-item-label-container .st3{
	background: url('/images/st3.svg') no-repeat;
}
.product-item-label-container .st4{
	background: url('/images/st4.svg') no-repeat;
}


.product-item-label-container .st5{
	background: url('/images/st5.svg') no-repeat;
}
.product-item-label-container .st6{
	background: url('/images/st6.svg') no-repeat;
}
.product-item-label-container .st7{
	background: url('/images/st7.svg') no-repeat;
}
.product-item-label-container .st8{
	background: url('/images/st5.svg') no-repeat;
}
.product-item-label-container .st8{
	background: url('/images/st5.svg') no-repeat;
}
.product-item-label-container .st9{
	background: url('/images/st9.svg') no-repeat;
}
.product-item-label-container .st10{
	background: url('/images/st10.svg') no-repeat;
}



.banner_block_product .box-product a{
	display: inline-block;
	height:100%;
	width:100%;
}


@media (max-width: 425px) {
	.menu-user a{font-size:12px;}
	.header-wrapper.fixed .logo{
		top: 5px;
		width: 130px;		
		/*width: 170px;*/	
	}
	.header-wrapper.fixed .logo.logoNY{top: -5px;left:20px;}
	
	.header-wrapper.fixed .main-multilevel-menu{
		left: 135px;
	}
	.header-wrapper.fixed .contacts{
		left: 30px;
	}
	.header-wrapper.fixed .basket-top{
		top: 2px;
	}
	.header-wrapper.fixed .likes-top{
		display:none;
	}
	.header-wrapper.fixed .main-multilevel-menu .menu-drop{
		left: -135px;
	}
	
	.box-product .product-prices .price{
		font-size:14px;
	}
	.catalog-products .product-buttons {
		width: 55px;
	}
	body .catalog-products .product-buttons a{
		font-size:12px !important;
	}
	
	.main-catalog-cont .item-list
	{
		min-height: 157px;
		height: auto;
		overflow: hidden;
	}	
	.product-buttons-more{
		width: 100px !important;
	}
	
	.box-product .product-prices .price-old{
		font-size:12px !important;
	}
	.box-product .product-prices .price{
		font-size:14px !important;
	} 
	.products-action  .box-product .link-buy{
		font-size:14px !important;
		margin-top:32px !important;
	}
	.products-action .container-products{
		overflow-x:hidden;
	}
}

@media (max-width: 1199px) and (min-width: 768px){
	.catalog-products .product-buttons{width:90px;}
	.box-product .product-buttons .btn {
		width: 100%;
		text-align: center;
		font-size: 15px;
		padding: 6px 7px;		
	}
}
@media (max-width: 1199px) {
.main-slider-block{width:100%;float:none;}
.small-banners{display:none;float:none;}
}
/*
	@media (min-width: 1200px) {
		.main-slider-block{width:70%;float:left;}
		.small-banners{width:30%;height:100%;min-height:410px;float:left;background: #ffffff;}
		.small-banners-item{
			height: 136.65px;
			display: flex;
			align-items: center;
			justify-content: center;		
		}
	}
	*/
.clear{clear:both;}	

@media (min-width: 992px){
.container {
    max-width: 100%;
}
}
@media (min-width: 768px){
.container {
   max-width: 100%;
}
}

.gl-title, .gl-action .h3 a{
	margin-bottom:30px;
	font-size: 20px;
    font-family: "CeraPro", 'Open Sans';
    color: #777;
    font-weight: bold;
    line-height: 1;
	text-align:center;
	text-transform:uppercase;
}	

.col-24{
	text-align: center;
    width: 16.5%;
	float:left;
}	

.col-24 img {
    width: 5.6771vw;
}
.col-24 h3 {
	text-transform: uppercase;
	font-size: .9375vw;
	margin: 0 0 .7292vw;
}
.box-adv__text {
	display:inline-block;
    font-size: .7292vw;
    line-height: 1.4;
    margin-bottom: 1.0417vw;
    min-height: 2.9688vw;
    padding: 0 .7813vw;
	color:#000000;
}
.box-adv__elem .img-wrapper {
	display:inline-block;
    align-items: center;
    display: flex;
    height: 6.7708vw;
    justify-content: center;
    margin-bottom: .3646vw;
}
.box-adv__elem{
	text-decoration:none;
}

@media (max-width: 1600px) {
	.col-24 img {
		width: 50%;
		max-height:100%;
	}
	.col-24 h3 {
		text-transform: uppercase;
		font-size: 14px;
		margin: 0 0 10px;
	}
	.box-adv__text {
		display:inline-block;
		font-size: 12px;
		line-height: 1.4em;
		margin-bottom: 20px;

		padding: 0 10px;
		color:#000000;
	}
	.box-adv__elem .img-wrapper {
		display:inline-block;
		align-items: center;
		display: flex;
		height: 101px;
		justify-content: center;
		margin-bottom: 10px;
	}
	.box-adv__elem{
		text-decoration:none;
	}	
}
@media (min-width: 768px) and (max-width: 1200px) {
	.col-24{
		text-align: center;
		width: 33.3%;
		float:left;
		margin-bottom:30px;
	}	
		.box-adv__text{height:64px;overflow:hidden;}
}
@media (max-width: 767px) {
	.col-24 img {
		width: 35%;
		max-height:100%;
	}
	.col-24{
		text-align: center;
		width: 50%;
		float:left;
		margin-bottom:30px;
	}	
	.box-adv__text{height:64px;overflow:hidden;}
}


@media (min-width: 1600px){
	.catalog-products-scroll .col-catalog-3{
		width:16.66% !important;
	}
}
@media (min-width: 1200px) and (max-width: 1599px){
	.catalog-products-scroll .col-catalog-3{
		width: 25% !important;
	}
}
@media (min-width: 768px) and (max-width: 1199px){
	.catalog-products-scroll .col-catalog-3{
		width: 33.33% !important;
	}
	.catalog-products-scroll .col-catalog-3 .link-buy{
		margin-right:10px !important;
	}	
}
@media (max-width: 767px){
	.catalog-products-scroll .col-catalog-3{
		width: 50% !important;
		padding-left:4px;
		padding-right:4px;
	}
	.catalog-products-scroll .col-catalog-3 .link-buy{
		margin-right:10px !important;
	}
}

@media (min-width: 768px){
	.catalog-products .product-buttons{max-width:90px; width:90px;margin-right: 10px;padding:0px;}
	.box-product .product-buttons .btn {		
		font-size: 14px;
		padding: 4px 0px;
		max-width: 120px;
	}
	.catalog-products .box-product .product-prices{
		padding-left: 15px;
		padding-right: 15px;
	}
}	

@media (max-width: 400px){
	.catalog-main .menu-drop-ul .menu-el{
		font-size: 11px;
		padding: 5px;
		width:33%;
		text-align:center;
	}
	.catalog-main .menu-drop-ul .menu-el:nth-child(3n+1){
		clear:both;
	}
}
/*
@media (min-width: 641px) {
	.v-240-action .container-products .row{
		margin-left:140px;
	}
}
*/
.map-marker{display:none;}
@media (min-width: 1200px){
	.map-marker{
		font-size: 12px;
		color: #777;
		display: inline-block;
		margin-right: 20px;
	}	
}
@media (max-width: 639px){
	.map-marker{
		position: absolute;
		display: block;
		width: 55px;
		bottom: 5px;
		left: -60px;
		color: #777;
	
	}
	.fixed-content.fixed .map-marker{
		position: absolute;
		display: block;
		width: 55px;
		bottom: 32px;
		left: -25px;
		color: #777;
		font-size: 10px;		
	}	
}	

.search_section:hover{
	background-color: #FF9131;
	color: #ffffff;
}
.search_section{
	background-color: transparent;   
    cursor: pointer;
    border: 1px solid #FF9131;
    color: #FF9131;
    display:inline-block;
	margin-right:20px;
	margin-bottom:10px;
	line-height:1em;
    font-size: 14px;
    padding: 6px 12px;
	text-decoration:none;
    border-radius: 16px;
    transition: all linear .1s;
    outline: 0;
    user-select: none;
}	
.search_section_active{
	background-color: #FF9131;
	color: #ffffff;	
}
.search_section_block{
	margin-bottom:40px;
}







	@media (max-width: 500px){
		.product-item .box-product .link-buy{
			margin-top: 10px !important;
			padding: 2px 4px !important;
			padding-bottom: 3px !important;
			border-radius:5px !important;
		}	
		body .product-item .box-product .product-prices{
			margin-left: 5px !important;
			padding-right: 0px !important;
		}
	}

	@media (min-width: 768px) and (max-width: 991px){
		.product-item .box-product .link-buy{
			margin-top: 10px !important;
			padding: 2px 4px !important;
			padding-bottom: 3px !important;
			border-radius:5px !important;
		}
		body .product-item .box-product .product-prices .price{
			padding-right:2px !important;
		}
		.product-item  .col-sm-3{
			width:33% !important; 
		}
		.product-item  .product-name{
			height:58px;
		}
	}	
	@media (min-width: 501px) and (max-width: 767px){
		body .product-item .link-buy{
			padding:5px 8px !important;
			padding-bottom: 7px !important;
			border-radius:10px !important;
		}	
	}	
	@media (min-width: 992px){
		body .product-item .link-buy{
			padding:5px 8px !important;
			padding-bottom: 7px !important;
			border-radius:10px !important;
		}	
	}	
		@media (max-width: 1024px){
			.product-item .box-product .link-buy{
				margin-right: 5px !important;	
			}		
		}
		body .product-item .box-product .product-prices{
			padding-right: 2px;
			padding-left: 0px !important;
			float: left !important;
			margin-left: 5px;			
		}
		body .product-item .box-product .product-prices .price-old{
			position: static !important;
			color: #adadad;
			text-decoration: line-through;
			line-height: 1.1;
			margin-bottom: 0px;
			display: inline-block !important;
			font-weight: 500 !important;
			font-size: 12px !important;
		}
		body .product-item .box-product .product-prices .price{
			display: inline-block;
			padding: 4px 10px;
			line-height: 1em;
			margin-left: -10px;	
			
			font-size: 16px !important;
			font-weight: 700 !important;
			background:transparent !important;
			color: #000 !important;
			padding-right:0px; 
		}
		body .product-item .link-buy{
			display: inline-block;	
			float:fight;	
			margin-top: 8px !important;
			background: #cccccc !important;
		}
		body .product-item:hover .link-buy{
			background: #FF9131 !important;	
		}
		body .product-item .link-buy .icon-basket{
			background: transparent !important; 
		}
		body .product-item .link-buy .icon{
			fill: #ffffff;
		}
		body .product-item .product-buttons{
			width:auto !important;
			height: auto !important;
			margin-top: 0px !important;
		}
	@media (min-width: 1024px){
		body .product-item .product-buttons{
			margin-right: 5px !important;
		}
	}
	@media (max-width: 1023px){
		body .product-item .product-buttons{
			margin-right: 0px !important;
		}
	}
	
	
	
	
	
	@media (max-width: 500px){
		.products-action .box-product .link-buy{
			margin-top: 10px !important;
			padding: 2px 4px !important;
			padding-bottom: 3px !important;
			border-radius:5px !important;
		}	
	}
	@media (min-width: 768px) and (max-width: 991px){
		.products-action .box-product .link-buy{
			margin-top: 10px !important;
			padding: 2px 4px !important;
			padding-bottom: 3px !important;
			border-radius:5px !important;
		}
		.products-action body .box-product .product-prices .price{
			padding-right:2px !important;
		}
		.products-action .col-sm-3{
			width:33% !important; 
		}
		.products-action .product-name{
			height:38px;
		}
		
		.products-action .product-item.col-sm-3:not(.catalog-item):nth-child(4n+1), 
		.products-action .product-item.col-sm-4:not(.catalog-item):nth-child(3n+1), 
		.products-action .product-item.col-sm-6:not(.catalog-item):nth-child(2n+1) {
			clear: unset !important; 
		}
	}	
	@media (min-width: 501px) and (max-width: 767px){
		body .products-action .col-catalog-3 .link-buy{
			padding:5px 10px !important;
			padding-bottom: 7px !important;
			border-radius:10px !important;
		}	
	}	
	@media (min-width: 992px){
		body .products-action .col-catalog-3 .link-buy{
			padding:5px 10px !important;
			padding-bottom: 7px !important;
			border-radius:10px !important;
		}	
	}	
		@media (max-width: 1024px){
			.products-action .box-product .link-buy{
				margin-right: 5px !important;	
			}		
		}
		body .products-action .catalog-products .box-product .product-prices{
			padding-right: 2px;
		}		
		body .products-action .product-prices{
			padding-left: 0px !important;
		}
		body .products-action .box-product .product-prices .price-old{
			display: inline-block !important;
			font-weight: 500 !important;
			font-size: 13px !important;
		}
		body .products-action .box-product .product-prices .price{
			font-size: 16px !important;
			font-weight: 700 !important;
			background:transparent !important;
			color: #000 !important;
			padding-right:0px !important;
		}
		.products-action .col-catalog-3 .link-buy{
			margin-top: 8px !important;
			background: #cccccc !important;
		}
		body .products-action .product-item:hover .link-buy{
			background: #FF9131 !important;	
		}
		
		body .products-action .col-catalog-3 .link-buy .icon-basket{
			background: transparent !important; 
		}
		body .products-action .col-catalog-3 .link-buy .icon{
			fill: #ffffff;
		}	
		
		
@media (max-width: 768px) {	
	body .products-action .catalog-products{overflow:hidden;}		
	body .products-action .catalog-products .row{margin-right: 0px; margin-left: 0px;}
}


 




	.menu-user-short{display:none;}	
.menu-user767 i{display:none;}	

	body .header-content ul.menu{
		margin-bottom:0px !important;	
	}
	#header{z-index:1000;}
	body .menu-user767 i{display:block;}	
	body .menu-user767 li span{font-size:0px;display:none;}
		.menu-user767{display:none;}	
		
	@media (max-width: 639px) {
		.header-wrapper.fixed .header-menu{display:none  !important;}
		.menu-user767{display:block !important;}	
		body .header-menu{display: block !important;}
		.menu-user767 i{
			color: #cccccc;
			font-size: 14px;
			padding: 8px;
			border: 1px solid #cccccc;
			border-radius: 50%;
			width: 34px;
			height: 34px;
			top: 8px;
			position: relative;			
		}
		.menu-user767 li a{text-decoration:none;}
		.menu-user767 i:hover{
			color: #dd4905;
			border: 1px solid #dd4905;
		}	
		body .header-menu{
			margin-top:0px !important;
		}
		.header-wrapper .basket-top{margin-top: 0px !important;}
	}	
	@media (min-width: 640px) and (max-width: 767px) {
		.menu-user767 li a{text-decoration:none;}
		.menu-user767 .menu li{
			width:54px;
		}
		.header-wrapper .menu-user767 ul.menu{text-align:left;}
		.header-wrapper .menu-user767 ul.menu>li{display: inline-block;margin-top:5px;}
		.menu-user767 i{
			color: #cccccc;
			font-size: 14px;
			padding: 8px;
			border: 1px solid #cccccc;
			border-radius: 50%;
			width: 34px;
			top: 8px;
			position: relative;			
		}
		.menu-user767 i:hover{
			color: #dd4905;
			border: 1px solid #dd4905;
		}
		.menu-user767{display:block !important;}	
		.col-mdm-4{
			width: 58.33333333% !important;
		}	
		.col-mdm-5{
			width: 33.33333333%  !important;
		}
.header-wrapper .contacts, .header-wrapper .likes-top,.header-wrapper .basket-top {
	position:static;
}	
.header-content .col-xs-offset-6{margin-left:0px !important; width: 8.33333333%;}
.header-wrapper .call a i{margin-top:5px;}
.header-wrapper .likes-top{margin-top:8px;}
		.header-menu, .header-content {
			margin-left: 200px !important;
		}
		.header-wrapper.fixed .main-multilevel-menu{left: 220px !important;}
		.header-wrapper.fixed .logo {left: 80px !important;}	
/*	
.header-wrapper.fixed .logo {left: 80px !important;}
*/	
	}	
	@media (min-width: 640px) and (max-width: 991px) {
		/*.header-wrapper.fixed .main-multilevel-menu{left: 180px;}
		.header-wrapper.fixed .logo {left: 40px;}
		*/
		/*body .header-menu{display: block !important;}*/
		.header-wrapper .logo{width:130px; min-width:130px;  top:0px; left:10px;}
				body .header-wrapper{
			height:auto;
		}
	}
	.header-menu{display:none;}
	@media (min-width: 992px) and (max-width: 1199px) {
		.menu-user-short {
			float: right;
			width: 80px !important;
			margin-right: 20px !important;
		}
	}
	@media (min-width: 992px) {
		.header-wrapper .logo{width:160px;/*width:200px;*/}
		.header-wrapper .logo.logoNY{width:190px;}
		.header-wrapper .logo.logoNY img{margin-top:-14px;}
		
		.menu-user-short{display:block}
		.header-menu{display:none;}
		body .header-wrapper .contacts {
			margin-top: 0px;
		}
		body .header-wrapper .contacts .nav-social{
			display:none;
		}
		body .header-wrapper{
			height:auto;
		}
		
		.basket-top.dropdown{float:right}
		.menu-user-short{float:right;width: 100px;   margin-right: 50px;}
		header .search-title{margin-top:8px;}
/*		header .logo{margin-top:-5px;}*/
		.menu-user-short .menu{margin-bottom:0px;margin-top:5px;height:32px;line-height:32px;}
		.menu-user-short .menu i{
			color: #cccccc;
			font-size: 14px;
			padding: 8px;
			border: 1px solid #cccccc;
			border-radius: 50%;
		}
		.menu-user-short .menu i:hover{
			color: #dd4905;
			border: 1px solid #dd4905;
		}

		.col-mdm-4{
			width: 33.33333333% !important;
		}	
		.col-mdm-5{
			width: 41.66666667%;
		}
	}
	
	
@media (max-width: 639px){
	body .call .dropdown-menu {
		right: -120px;
		z-index: 11000;
	}
}
	
.product-item-detail-description{
	max-width: 750px;
}	
#more_decription{margin-bottom:20px;display:inline-block}
/*
.product-item-detail-description{max-height:55px; overflow:hidden}
@media (max-width: 639px){
	.product-item-detail-description{max-height:105px; overflow:hidden}
}*/


/*@media (max-width: 1600px){
*/
/*
.products-action .catalog-products-scroll .arrow-prev,
.products-action .catalog-products-scroll .arrow-next{
	background: url(/local/templates/main_copy/images/ar30.png) no-repeat;	
}
*/
@media (min-width: 769px){
	.products-action .catalog-products-scroll .arrow-prev,
	.products-action .catalog-products-scroll .arrow-next{
		background: url(/local/templates/main_copy/images/ar60.png) no-repeat center center;	
	
		background-color: #ffffff;
		border-radius: 50%;
		border: 1px solid #ccc;
		width: 40px;
		height: 40px;		
	}	
	.products-action  .catalog-products-scroll .arrow-prev{ 
		transform: rotate(180deg);
		left: 7px;
	}
	.products-action  .catalog-products-scroll .arrow-next{ 
		transform: rotate(0deg);
		right: 7px;
	}		
}
@media (max-width: 768px){
	.products-action .catalog-products-scroll .arrow-prev,
	.products-action .catalog-products-scroll .arrow-next{
		background: url(/local/templates/main_copy/images/ar60.png) no-repeat center center;	
	
		background-color: #ffffff;
		border-radius: 50%;
		border: 1px solid #ccc;
		width: 40px;
		height: 40px;		
	}
	.products-action  .catalog-products-scroll .arrow-prev{ 
		transform: rotate(180deg);
		left: 2px;
	}
	.products-action  .catalog-products-scroll .arrow-next{ 
		transform: rotate(0deg);
		right: 2px;
	}	
}

/*
*/
.catalog-products-scroll .arrow-prev,
.catalog-products-scroll .arrow-next{
	position: absolute;	
	height:60px;
	z-index:1000;
	top:40%;	
	width: 28px;
/*	opacity: .57;*/
	cursor: pointer;
	transition: all 300ms ease;	
	background: rgba(255,255,255,0) url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate\(0%20-21\)%22%2F%3E%3C%2Fsvg%3E) no-repeat center;

}
.catalog-products-scroll .arrow-prev{	
    left: -5px;
    border-radius: 5px 0 0 5px;
}
.catalog-products-scroll .arrow-next{    
	transform: rotate(180deg);
    right: -5px;
}
/*}*/

@media (min-width: 768px){
	.adv-20{
		width:16%;
		margin-right:0.66%;
		float:left;
		display:inline-block;		
	}
	.adv-20 img{
		box-shadow: 0 7px 7px 0 rgb(233 233 233 / 60%);
		/*border-radius: 10px;*/
		vertical-align:bottom;
	}
}
@media (max-width: 767px){
	.adv-20{
		width:49%;
		float:left;
		text-align: center;
		margin-bottom: 2%;
	}
	.adv-20:nth-child(2n){
		margin-left: 2%;
	}
}



.write2us{display:inline-block;margin-top:5px;display: inline-block !important;}
.row .menu-footer .menu li{margin-bottom:0px;}
.footer_border{border-bottom:1px solid #000000;padding-bottom:20px;margin-bottom:20px;}
.menu-footer .call .elem-btn{max-width:290px;width:100%;}
.menu-footer .call {text-align:center;}
.subscribe-form .title{font-size: 20px;color: #744a42;padding-bottom: 15px;}
.subscribe-form{max-width:350px;}

@media (max-width: 991px){
	.top-footer-border{
		border-top:1px solid #744a42; padding-top:20px;margin-top:20px;
	} 
}
@media (min-width: 768px) and (max-width:991px){
	body .footer-messanger{display: inline;}
	.box-footer__social{text-align:center}
	.phone-title,.subscribe-form .title,.box-footer__social .title{font-size:19px;}
}
@media (max-width: 769px){
	.footer_border .phone-title,
	.footer_border .time,
	.footer_border .contacts,
	.footer_border .box-footer__social,
	.footer_border .menu-footer{
		text-align:center;
	}
	
	.subscribe-form {
		max-width: 290px;
		margin: 0 auto;
		margin-bottom:20px;
	}
	.top-margin-20{margin-top:20px;}
}
@media (min-width:991px){
	.right-important{
		float:right !important;
	}
	.box-footer__social{text-align:center;}
}
@media (max-width:560px){
	.product-action-buttons{flex-direction: column;}
	.action-t{margin-bottom:0px !important;}
	.element-head{margin-bottom:5px;}
	.action-buttons-item{margin-right:5px !important;}
	
}
.product-action-buttons .action-t{color:#9d9797}
@media (max-width:991px){
	.action-t{min-width:250px;}
}	
.action-buttons-item a img{display:block;}
.subscribe-form {
	padding: 0px;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
    background: #FF9131;
    color: #fff;
}

.fixed-header .main-multilevel-menu{
	display:none !important;
}
.product-item-detail-pay-block{padding-top:10px;}
.bonus{font-size:14px;font-weight:500;}
.product-action-buttons{
	display:flex;
	justify-content: flex-start;
}
.product .product-action-buttons{
	flex-direction: column;
}

.product-abt{
	display:flex;
	justify-content: flex-start;
}
.action-buttons-item{
    cursor: pointer;	
	margin-right:20px;
	margin-bottom:20px;
	line-height:50px;
	font-weight:bold;
	font-size:18px;
	color: #777;
}
.action-buttons-item a{display: inline-block;text-decoration:none;}
.action-buttons-item a img{max-height:50px;}
.action-buttons-item .item-link .item-link-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.product-action-buttons .action-buttons-item .item-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
	max-height: 50px;
    font-weight: 400;
    color: #000000;
    transition: .2s;
}
.product-action-buttons .action-buttons-item:hover .item-link {color:#FF9131}
.top_descr{margin-bottom:20px;}

.product-options-warning {
    margin-bottom: 20px;

    line-height: 1.3em;
}
.product-options-warning, .product-options-warning a{font-size:12px;}
.product-options-warning {display: flex;align-items: center;}
.product-options-warning img{margin-right:15px;}
.about-points-widget {
    font-weight: bold;
    font-size: 14px;
    position: fixed;
    right: 11px;
    bottom: 5px;
    display: inline-block;
    border-radius: 8px;
    color: #333;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
    padding: 3px 12px;
    cursor: pointer;
    z-index: 10148;
    background-color: white;
    text-align: center;
    border: 3px solid #FF9131;
}
@media screen and (min-width: 1250px){
.about-points-widget {
    right: 32px;
    bottom: 5px;
}
}

.mobile_whatsapp{
	z-index:11111111111;
	position: fixed;
    left: 5px;
    bottom: 50px;
    display: inline-block;    
    width:50px;
	height:50px;
    cursor: pointer;    
	text-decoration:none;
	background-size: cover !important;
    background: url(/local/templates/main_copy/images/whats.png) no-repeat; 
}
@media (min-width: 641px) and (max-width: 1400px){
	.mobile_whatsapp{right: 10px;left:auto;bottom:10px;}
	.v-nav{overflow: auto;}
}
/*
@media (-webkit-max-device-pixel-ratio: 1.5) {
	.v-nav{overflow: visible;}
}
@media (-webkit-max-device-pixel-ratio: 1.75) {
	.v-nav{overflow: visible;}
}
@media (-webkit-max-device-pixel-ratio: 2) {
	.v-nav{overflow: visible;}
}
*/
.tico-cont{display:flex;justify-content: space-around; margin-top: 20px;}
.tico{display:flex;flex-direction: column;text-align: center;}
.tico img{max-height:60px;width:auto;}
	.v-nav li:hover .submenu-box{
		display:block !important;
	}

.catalog-setting .type-sorting a:last-child {margin-right: 0px !important;}	
	
@media (max-width: 768px){	
.search_section_block a{margin-right: 6px;font-size: 12px; padding: 4px 8px;}
.section-head{margin-bottom: 20px;} 
.catalog-setting .type-sorting {margin-bottom: 10px !important;}
.catalog-setting .type-sorting a{margin-right: 10px !important;font-size: 11px; }
}	

.d_percent{display:inline-block;text-align: center; height:20px;line-height:20px;background:#FF9131;border-radius:5px;color:#ffffff;padding-left:5px;padding-right:5px;font-size:12px;font-family: tahoma;}

@media (max-width: 460px){
.swiper-wrapper .box-product .d_percent{position: absolute;top: 5px;left: 5px;}
.swiper-wrapper .box-product .product-prices{position:static}
	
body .product-item .box-product .product-buttons{
	position: absolute;
    right: 0px;
    /*bottom: -20px;*/
}
}
@media (max-width: 400px){	
body .product-item .box-product .d_percent{padding-left: 4px; padding-right: 4px;}
body .product-item .box-product .product-prices .price{font-size: 15px !important;padding-left:9px;}
}


.rightbar-wrapper .d_percent{
	top: -4px;
    position: relative;
    margin-right: 8px;
	font-size:16px;
	height: 24px;
    line-height: 24px;
}


@media (min-width: 426px) and (max-width: 639px){
	body .main-slider .swiper-slide {		
		background-position: 50px 50%;
		background-size: contain !important;
	}
}	
@media (min-width: 640px) and (max-width: 991px){
	body .main-slider .swiper-slide {		
		background-position: center center;
		background-size: contain !important;
	}	
}
@media (min-width: 769px) and (max-width: 991px){
	.gallery__content_name {		
		font-size: 14px;top: 2px;right: 5px;
	}	
}
.availability.u_ord{color:#bbbbbb}
.leiba_c{position:absolute; top:22px;right:2px;display:block;z-index:10;}

.pr_3d{
background: #cccccc;
    color: #444444;
    font-weight: 500;
    padding: 0 8px;
    border-radius: 45px;
    height: 28px;
    font-size: 14px;
    line-height: 1.3;
	font-weight:12px; 
}
.popular .product-image img{max-height:100%;}
.popular .product-image{text-align:center}
.popular .box-product{background-color: #ededed;}
.popular .product-name a{text-transform: uppercase;}

/* баннер оплаты в подвале */ 
.footer-banners{display:flex;justify-content: space-between;}
.banner-content{display: flex; width: calc(50% - 10px); height:138px; justify-content: space-between;}
.footer-banners .button{background: #fff; border-radius: 10px; padding: 5px 10; font-size: 14px; text-decoration: none;}
.footer-banners .title{font-size: 24px; line-height: 28px; margin-bottom: 8px;}
@media (min-width: 992px) and (max-width: 1599px){
	.banner-content{background-position: -220px 0px !important; }	
	.banner-content.b1{background:url(/images/b_sert_m8.png) no-repeat center center #f2905c  !important}
	.banner-content.b2{background:url(/images/b_bonus_m8.png) no-repeat center center #f2905c  !important}	
}
@media (max-width: 991px){
	.banner-content{width:100%;}
	.footer-banners{flex-direction: column;}
	.banner-content.b1{margin-bottom:20px;}
}
@media (min-width: 530px) and (max-width: 991px){		
	.banner-content{background-position: top center !important;}
}
@media (max-width: 768px){
	.banner-content{background-position: -220px 0px !important;}
	.banner-content.b1{background:url(/images/b_sert_m8.png) no-repeat center center #f2905c  !important}
	.banner-content.b2{background:url(/images/b_bonus_m8.png) no-repeat center center #f2905c  !important}
}
/* END баннер оплаты в подвале */ 

/* популярные разделы на главной */ 
.popular{margin-bottom:20px;}
.col-catalog-1012{width: 12.5% !important;margin-bottom: 0px !important;}
.col-catalog-1012 img{max-width:80%;}
.popular .box-product .product-image{height:unset;min-height:114px;}
.popular .box-product{box-shadow:unset}
.popular.products-action .container-products .product-name{height: 35px; line-height: 1em;font-size: 14px;padding:0px 10px}
.popular.products-action .container-products .product-name a{font-size: 11px;}
.popular .box-product .product-image{margin-bottom:0px;}

.popular .box-product:hover{background: #e5e5e5}
.popular .box-product:hover a{color:#FF9131;}
/*
@media (min-width: 1601px){
	.col-catalog-1012 .product-images-image{min-width:148px;}
}
*/
@media (min-width: 1601px) and (max-width: 1800px){	
	.col-catalog-1012{width: 10% !important;}
}
@media (min-width: 1201px) and (max-width: 1600px){	
	.col-catalog-1012{width: 12.5% !important;padding:0px 15px}
/*	.popular .swiper-wrapper{overflow: hidden;}*/
}
@media (min-width: 992px) and (max-width: 1200px){	
	.col-catalog-1012{width: 14.3% !important;padding:0px 5px}

}
@media (min-width: 650px) and (max-width: 991px){	
	.col-catalog-1012{width: 16.75% !important;padding:0px 5px}
	.popular .box-product .product-image{height:unset;min-height:90px;}
	.popular.products-action .container-products .product-name{padding:0px 5px}
	
}
@media (min-width: 500px) and (max-width: 650px){	
	.col-catalog-1012{width: 20% !important;padding:0px 5px}
	.popular .box-product .product-image{height:unset;min-height:90px;}
	.popular.products-action .container-products .product-name{padding:0px 5px}
}
@media (min-width: 425px) and (max-width: 500px){	
	.col-catalog-1012{width: 25% !important;padding:0px 5px}
	.popular .box-product .product-image{height:unset;min-height:90px;}
	.popular.products-action .container-products .product-name{padding:0px 5px}
}
@media (min-width: 375px) and (max-width: 424px){	
	.col-catalog-1012{width: 33.33% !important;padding:0px 5px}
	.popular .box-product .product-image{height:unset;min-height:90px;}
	.popular.products-action .container-products .product-name{height: 35px; line-height: 1em;font-size: 14px;padding:0px 5px}
}
@media (max-width: 374px){	
	.col-catalog-1012{width: 33.33% !important;padding:0px 5px}
	.popular .box-product .product-image{height:unset;min-height:90px;}
	.popular.products-action .container-products .product-name{height: 35px; line-height: 1em;font-size: 14px;padding:0px 5px}
}
/* END популярные разделы на главной */ 
@media (max-width: 639px){
.header-content .call .dropdown-menu{right: -125px;}
}
@media (min-width: 1600px) and (max-width: 1800px){	
.swiper-container .product-prices{display:flex;}
html body .products-action  .swiper-container .product-prices .price-old{position:absolute !important;left:50px;white-space: nowrap;}
body .products-action  .swiper-container .product-prices .price{margin-left:0px !important;}
body .products-action  .swiper-container .box-product .link-buy{margin-right:10px !important;margin-bottom:10px;}
}
body .products-action  .swiper-container .box-product .link-buy{margin-bottom:0px;}


@media (min-width: 992px) and (max-width: 1799px) {
	.header-wrapper .contacts{margin-top: -55px;}
}
@media (min-width: 1800px) {
	.header-wrapper .contacts{
		margin-top: -40px;
	}
	.header-messanger{display:inline !important;}
}
@media (max-width: 991px) {
	.contacts .nav-social{
		display:none;
	}
	
}
.header-messanger{
	display:none;
}

.contacts .nav-social{
	height:35px;
}
.contacts .nav-social .elem-social{
	margin-bottom: 0px;
	width: 28px;
    height: 28px;	
}
.contacts .nav-social .icon{
	width: 0.9em;
    height: 0.9em;
}
.fixed .header-content .contacts .nav-social{ display:none;}

.advertisment{position:absolute;z-index:1; right:20px;bottom:20px;
display: flex;align-items: center;
    padding: 4px 8px;
    border: none;
    cursor: pointer;
    background: #e8e8e8;
	border-radius: 4px;
	font-size: 12px;
	color:#888;
}
.advertisment img{max-width:18px;margin-left:5px;}
@media (max-width: 991px) {
	.advertisment{left:10px;bottom:10px;width: max-content;}
}


.popular.products-action .catalog-products-scroll .arrow-prev, .popular.products-action .catalog-products-scroll .arrow-next{
	background: url(/local/templates/main_copy/images/ar60_.png) no-repeat center center;
}
.g_h1{text-align:center;}
.g_h1 h1{margin-top:0px;margin-botom:20px;}

.passw{position: relative;}
.password-control {
    position: absolute;
    top: 7px;
    right: 9px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://snipp.ru/demo/495/view.svg) 0 0 no-repeat;
}
.password-control.view {
    background: url(https://snipp.ru/demo/495/no-view.svg) 0 0 no-repeat;
}
.reg_txt{color:#777777 !important;}
.reg_t{text-transform: uppercase;}
.passw .password-control {top: 8px;right: 15px;}

.product-item:hover .product-name a{
	color: #FF9131;
}


/* personal */

.fl_p{display:flex;}
.fl_pl{width: 350px; padding-right: 15px;}
.fl_pr{width: 50%; flex-grow: 1;}
.menu-personal .p1{background: url(/images/menu-lk-user.svg) 0 0 no-repeat}

@media (max-width: 1024px){	
.fl_p {flex-direction: column;}
.fl_p .fl_pl {width: 100%;padding-right: 0px;}
.fl_pl .section-menu{overflow: auto;margin-bottom:20px;}
.fl_pr{width:100%}
}
.fl_pr .sale-order-list-container{max-width:800px;}

/* END personal */




/* loader */

.overloader{display: none;background: #ffffff; opacity: 0.5; width: 100%; height: 100%; min-height: 100px;position: absolute; z-index: 2000; top: 0px; left: 0px;}
.loader {
  overflow:hidden;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #FF9131;
  background: -moz-linear-gradient(left, #FF9131 10%, rgba(101,171,248, 0) 42%);
  background: -webkit-linear-gradient(left, #FF9131 10%, rgba(101,171,248, 0) 42%);
  background: -o-linear-gradient(left, #FF9131 10%, rgba(101,171,248, 0) 42%);
  background: -ms-linear-gradient(left, #FF9131 10%, rgba(101,171,248, 0) 42%);
  background: linear-gradient(to right, #FF9131 10%, rgba(101,171,248, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {width: 50%;height: 50%;background: #FF9131; border-radius: 100% 0 0 0; position: absolute; top: 0; left: 0; content: '';}
.loader:after {background: white;width: 75%; height: 75%;border-radius: 50%; content: ''; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} 
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* end loader*/

	.box-product .product-images .swiper-slide{
		background-size: contain !important;
		background-repeat: no-repeat !important;		
	}
@media (max-width: 991px) {

	.swiper-pagination-bullet-active{background: #FF9131;}
}
.swiper-pagination{
	z-index: 1000;
    display: flex;
    bottom: 10px;
    width: 100%;
    justify-content: center;
}

.sort_t, .btn_sorting{display:none;}

@media (max-width: 560px) {
	.sort_t, .btn_sorting{display:block;}
	
	.catalog-setting .type-sorting{display:none !important;}
	
	body .catalog-setting .type-sorting{margin-bottom:0px !important;}
	.catalog-setting.show .type-sorting{display:flex !important;flex-direction: column;}
	.hit_block{display: flex;justify-content: space-between;}

.btn_sorting {
    background: #ffffff;
    border: 1px solid #cccccc;

    color: #444444;
    font-weight: 500;
    outline: none;
    padding: 0 12px;
    transition: all .2s;
    border-radius: 45px;
    height: 36px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    line-height: 1.3;
    align-items: center;
    cursor: pointer;
}

.catalog-setting.show .modal-b{
	display:block;
}

.sort_t{margin-bottom:20px;}
.type-sorting a{margin-bottom:10px;font-size:14px !important;}
.btn_sorting i{margin-left:5px;font-size:10px;}
	body .catalog-setting.show .type-sorting {

		display: flex !important;
		margin-bottom: 0px !important;
	}

	.t-sort{
		bottom: -490px;
		width: 100%;
		min-width: 100%;
		position: fixed;
		left: 0px;
		right: 0px;
display: flex;
		flex-direction: column;	
		z-index: 2000;
		transition: bottom .3s linear 0s;	
		background-color: #fff;
		box-sizing: border-box;		
		padding: 20px;		
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;		
	}
	
}


.hit_block {
        display: flex;
        justify-content: space-between;
		align-items: center;
    }
.gray{
	color: #adacac;
	line-height: 1.3em;
    font-style: italic
}	
.ov_a{height:200px; overflow:auto}
.dis_d{margin-bottom:10px;}



.btn-w {
    position: fixed;
    z-index: 100;
    width: 50px;
    height: 50px;
    display: block;
    right: 10px;
    left: inherit;
    bottom: 46px;
    padding: 5px;
    border: 1px solid green;
    border-radius: 50%;
	text-decoration: none !important;
}

	body .ai-widget.small_ai .ai-widget-button {
		height: 65px !important;
		width: 65px;
		padding-right: 0px !important;
		background:transparent !important;
		backdrop-filter: unset !important;
	}
	body .ai-widget.small_ai .ai-widget-intro{
		display:none;
	}
	body .ai-widget.small_ai .ai-widget-icon{
		right: 0px !important;
		height: 65px !important;
		width: 65px !important;
	}
@media (min-width: 768px) {	
}
@media (max-width: 768px) {
    .btn-w { 
        bottom: 70px;
    }
	body .ai-widget.small_ai .ai-mobile{display:none !important;}
	body .ai-widget.small_ai .ai-widget-button,
	body .ai-widget.small_ai .ai-widget-icon	{
		height: 48px !important;
		width: 48px !important;
	}
	body .ai-widget .ai-widget-icon{
		right: 0px !important;	
	}	
	body .ai-widget{bottom: 10px; right: 5px;}
	
	.product+.tabs-product-info{margin-top:0px !important}
}
@media (min-width: 769px) {
    .btn-w { 
        display:none; 
    }	
	
	
}
.accept label a{font-size:13px;}
.accept label{font-size:12px; color:#353535}
#form_popup_3d  .accept label , #form_popup_oneclick_product .accept label {padding-left:0px;}
#form_top_call a, #form_popup_oneclick_product a{font-size:12px;}


.box-product .quick-view{background-position: center;}
 
.chastyamy{font-weight:400;height: 22px;line-height: 22px;width: max-content;
color:#909692;
/*
position:absolute; top:5px; left:5px; 
z-index:10; 

background:#f7f7f7;*/padding:0px 8px 2px 4px; border-radius: 10px !important;font-size:12px;}
.catalog  .catalog-products .box-product:hover .chastyamy{left:18px;top:6px;}
.chastyamy span{font-weight:600;}


        #back-to-top {
            position: fixed;
            bottom: 30px;
            left: 75px;
            width: 50px;
            height: 50px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23eb6020"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
            background-color: #ffffff;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 60%;
            border-radius: 50%;
            border: 1px solid #e9e9e9;
            cursor: pointer;
            display: none;
            transition: background-color 0.3s, opacity 0.3s;
            opacity: 0.7;
            z-index: 999;
        }
        
        #back-to-top:hover {
            background-color: rgba(150, 150, 150, 0.9);
            opacity: 1;
        }
@media (max-width: 768px) {
    #back-to-top { 
        left: 15px !important;
		bottom: 15px;
    }		
}		

@media (min-width: 1800px) {
    .popular .box-product .product-image {
        height: auto !important;
    }
}



