* {box-sizing: border-box;}
html{height: 100%;}
html {
	-webkit-text-size-adjust: 100%;
	--color-black:#1c1c1c;
	--color-white:#ffffff;
	--color-gray:#4b4b4b;
	--color-red:#ed1c24;
}
body{
	background:var(--color-white)fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height:25px;
	margin: 0;
	padding: 0;
	color:var(--color-black);
	min-height: 100%;
	/* font-weight:100; */
}
a{color:var(--color-black);}
a:hover{color:var(--color-black);}
.clr {clear: both;}
.h1, .h2, .h3
h1, h2, h3 {
	margin: 0;
	font-family: 'Cormorant', serif;
	text-transform:uppercase;
}
h1, .h1{
	font-size: 42px;
	font-weight:500;
	line-height:54px;
	margin-bottom: 0;
	margin-top: 45px;
	padding-bottom: 21px;
	position: relative;
	text-align:center;
}
.h1{
	padding-bottom: 0px;
}
h1::after {
	background: #b8b8b8;
	bottom: 0;
	content: " ";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 223px;
}
h2, .h2 {
	font-size: 32px;
	font-weight:600;
	line-height:36px;
}
h3, .h3 {
	font-size: 24px;
	font-weight: 400;
	line-height:36px;
}
h4, .h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height:36px;
}
.textsb16{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.text 16{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
.text_button{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	color: var(--color-black);
	font-family: 'Open Sans', sans-serif;
}

ul {
	list-style: none;
	margin: 13px 0;
	padding: 0;
}
img{border:none;}
.respond{max-width:100%;}
p {
	line-height: 1.8;
	margin: 0;
}
p.mrgnbttm{margin-bottom:36px}
.wrap{
	display:block;
	position:relative;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top:80px;
}
.header{
	display:block;
	margin:0 auto;
	width: 100%;
	position:fixed;
	z-index: 999;
	background:var(--color-black);
	max-height:80px;
	top:0;
	left:0;
	-webkit-transition: opacity 0.8s ease 0s;
	-moz-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;		
}
.header.hfix {opacity: 0.7;}
.container{
	max-width:1440px;
	margin:0 auto;
	position:relative;
}
.header .container{
	max-width:1283px;
	position: initial;
}
.menu_block{
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	width: 40%;
}
.menu_block:first-child {
	padding-right: 0.5%;
	margin-left: 4.5%;
}
.menu_block:first-child .top_menu {
	padding-right: 7.5%;
}
.menu_block:last-child {
	padding-left: 5%;
	padding-right: 1.4%;
}
.logo_block {
	float: left;
	margin: 0 0;
	max-height: 126px;
	text-align: center;
	width: 140px;
}
.logo_block img{
	-webkit-transition: height 0.8s ease 0s;
	-moz-transition: height 0.8s ease 0s;
	-o-transition: height 0.8s ease 0s;
	transition: height 0.8s ease 0s;
	height:126px;
}
.hfix .logo_block img {
	height: 80px;
}
.top_menu:after{
	content:" ";
	width:100%;
	display:inline-block;
}
.top_menu{
	margin:0;
	padding:0;
	list-style:none;
	text-align:justify;
	font-size:18px;
	height: 45px;
}
.top_menu li{
	display:inline-block;
	position:relative;
	vertical-align: top;
}
.top_menu a{
	color:var(--color-white);
	text-decoration:none;
	padding-bottom:9px;
	border-bottom:1px solid transparent;
	display:block;
}
.top_menu a.active, .top_menu a:hover, .top_menu li:hover a{border-bottom-color:var(--color-white);}
.bars, .bars:after, .bars:before{
	width:15px;
	height:2px;
	position:absolute;
	left:0;
	background:var(--color-white);
	-webkit-transition: all 0.5s ease-out 0.5s;
	-moz-transition: all 0.5s ease-out 0.5s;
	-o-transition: all 0.5s ease-out 0.5s;
	transition: all 0.5s ease-out 0.5s;			
}
.bars::after, .bars::before {
	content: "";
}
.bars{
	top:13px;
}
.bars:after{
	top:-5px;
}
.bars:before{
	top:5px;
}	
.bars_block{
	height:21px;
	width:27px;
}
.bars_block a{
	display:block;
	height:100%;
	border:none;
	position: relative;
	z-index:3;
}
.submenu_block {
	left: 0;
	margin: 0;
	min-width: 287px;
	position: absolute;
	top: 100%;
	display:none;
	padding-top:2px;
}
.submenu {
	background: var(--color-black);
	font-size: 16px;
	font-weight: 100;
	list-style: outside none none;
	margin: 0;
	min-width: 287px;
	padding: 43px 26px 20px;
	white-space: nowrap;
}
.submenu > li {
	display: block;
	margin-bottom: 17px;
}
.submenu a {padding: 0;border:none;}
.submenu a:hover {font-weight: 400;}
.top_menu li:hover .submenu_block{display:block;}
.top_menu li.bars_block {
	position: inherit;
}
.bars_menu_section{
	background:var(--color-white);
	position:absolute;
	/* right:-100vw; */
	left:-100vw;
	top:0;
	padding-top: 80px;
	padding-left: 23px;
	padding-bottom: 30px;
	z-index:3;	
	-webkit-transition: all 0.5s ease-out 0.2s;
	-moz-transition: all 0.5s ease-out 0.2s;
	-o-transition: all 0.5s ease-out 0.2s;
	transition: all 0.5s ease-out 0.2s;
}
.bars_menu_close {
	position: absolute;
	top: 30px;
	right: 20px;
	cursor:pointer;
}
.bars_menu_block{
	margin-bottom: 24px;
	min-width: 331px;
	padding: 0 48px;
}
.bars_menu_block a{
	color:#131413;
	text-decoration:none;
	padding:0;
}
.bars_menu_ttl{
	font-size:18px;
	font-weight:400;
	text-align: left;
}
.bars_menu{
	margin:8px 0 0;
	padding:0;
	list-style:none;
	font-size:16px;
	font-weight:400;
}
.bars_menu a:hover{font-weight:700;}
.bars_menu li{
	display:block;
	margin-bottom: 1px;
}
.bars_menu .fa{
	color: #bdbdbc;
	font-size: 18px;
	margin-right: 5px;
}
.bars_block .overlay {display:none;}
.bars_menu_block:last-child {border: medium none;}
.bars_block.active .bars, 
.bars_block.active .bars::after, 
.bars_block.active .bars::before {
/* 	background: #130e0e;
 */}
/* .bars_block.active .bars_menu_section{right:0;} */
.bars_block.active .bars_menu_section{left:0;}
.bars_block.active .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	display:block;
}
.breadcrumbs {
	font-size: 14px;
	font-weight: 300;
	margin: 11px 59px 0 0;
	text-align: right;
}
.breadcrumbs .fa.fa-angle-right {
	margin: 0 6px;
}
.breadcrumbs .fa.fa-home {
	color: var(--color-red);
	font-size: 15px;
	margin-right: 6px;
}
.breadcrumbs > a {
	color: #131413;
	text-decoration:none;
}
.slider {
	margin-top: 63px;
}
.content_txt {
	margin: 0 auto;
	max-width: 1015px;
	padding-top: 34px;
}
.news_date {
	background: var(--color-red);
	color: var(--color-white);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-bottom: 2px;
	padding-right: 7px;
	padding-top: 10px;
	text-align: right;
	width: 140px;
	display: inline-block;
	vertical-align:top;
	margin-top: 5px;
}
.num_date {
	font-size: 48px;
	line-height: 1;
	margin-bottom: -2px;
}
.news_txt {
	display: inline-block;
	font-weight: 100;
	margin-left: 10.5%;
	vertical-align: top;
	width: calc(100% - 218px);
}
.news_ttl {
	margin: 20px 0;
	font-weight: 700;
}
.backlnk {line-height: 1;margin-top: 30px;}
.footer{
	background:#1c1c1c;
	margin-top: 76px;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 48px;
	font-weight: 100;
	font-size: 18px;
}
.footer a{color:var(--color-white);text-decoration:none;}
.footer a:hover{color:#e30613;font-weight:400;}
.footer .copy:hover, 
.footer .politic:hover, 
.footer_right .phone:hover, 
.footer .socbtn:hover {
	color: var(--color-white);
}
.footer .container > div{float:left;}
.footer_logo {
	margin-left: 4%;
	margin-right: 5.3%;
	width: 110px;
}
.footer_menu > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.footer_menu li {margin-bottom: 19px;}
.footer_menu {
	line-height: 1;
	width: 24.5%;
	padding-top: 3px;
}
.footer_menu:nth-child(2) {padding-left: 4.1%;}
.footer_menu:nth-child(3) {padding-left: 8px;}
.footer_menu:nth-child(4) {width:16%;}
.footer .hr {
	margin: 55px 0 3px;
	background:#4b4b4b;
	width:100%;
	height:1px;
}

.footer .copy, .footer .politic {
	color: #4b4b4b;
	font-size: 12px;
	line-height: 16px;
}
.copy {
	float: left;
	margin-left: 4%;
}
.footer .container .footer_right,
.politic {
	float: right;
	margin-right: 4%;
	text-decoration:underline;
}
.footer .socbtn {
	background: var(--color-gray);
	color: var(--color-black);
	display: block;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 17px;
	text-align: center;
	width: 30px;
}
.footer .container .footer_right{
	margin-right: 3.3%;
	text-align: right;
}
.footer_right .phone {
	color: var(--color-gray);
	margin-top: 45px;
	display: block;
}
.footer_right .socbtn_block {
	display: inline-block;
	margin-right: 5%;
}
.footer .container {overflow: hidden;max-width: 1283px;}
.project_info {
	display: inline-block;
	margin-top: 5px;
}
.prj_line {
	font-weight: 300;
	margin-bottom: 23px;
}
.prj_line > strong {
	font-weight: 400;
}
.project .news_txt {
	margin-left: 8.8%;
	width: calc(100% - 403px);
}
.content_txt.project {
	max-width: 1185px;
	padding-top: 65px;
}
.studio_info {
	display: inline-block;
	margin-top: 3px;
	max-width: 323px;
}
.studio_info h2{margin-bottom: 28px;}
.std_line {margin-bottom: 35px;}
.std_line a {
	font-weight: 700;
	text-decoration: none;
	color:#ff0000;
}
.studio .news_txt {
	margin-left: 6.2%;
}
.studio .mrgnbttm,
.studio .mrgnbttm p {
	margin-bottom:30px;
	line-height: 1.5;
}
.std_line a.lnkblk{
	background:#ff0000;
	color: var(--color-white);
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	padding: 13px 0;
	text-align: center;
	text-transform: uppercase;
	width: 185px;
}
.form_block {
	margin-left: 2px;
	margin-top: 49px;
	max-width: 580px;
}
.form_block form {margin-top: 35px;}
label {
	color: #181817;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 3px;
}
input, textarea {
	height: 38px;
	margin-bottom: 8px;
	width: 100%;
	padding: 10px;
}
textarea {
	height: 140px;
}
.redbtn, .redbtn:hover {
	background: var(--color-red) none repeat scroll 0 0;
	border: medium none;
	color: var(--color-white);
	font-size: 18px;
	font-weight: 700;
	height: 58px;
	line-height: 50px;
	margin-right: -3px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 185px;
	margin-bottom:0;
	cursor:pointer;
	text-decoration: none;
	display: block;
}
.form_block .redbtn {float: right;}
.content_txt.salon {padding-top: 39px;}
.salon .news_txt {margin-top: 26px;}
.btn_block {margin-top: 23px;}
.btn_block .redbtn {
	float: left;
	height: 60px;
	line-height: 60px;
	margin-top: 0;
	width: 235px;
	
}
.btn_block .redbtn:nth-child(2) {
	margin-left: 35px;
	margin-right: 35px;
}
.map_block {
	margin: 52px auto 160px;
	min-height: 636px;
}
#map_canvas,
#map-canvas {
	min-height: 636px;
}
.redbtn.job {
	float: right;
	height: 55px;
	line-height: 55px;
	margin: 0 90px;
	width: 200px;
}
.bwmap {
	border: 1px solid #0b0d0d;
	margin-top: 13px;
	line-height: 0;
	max-height: 500px;
	overflow: hidden;
}
.content_txt.contacts {padding-top: 11px;}
.contact_form form {
	margin-top: 13px;
}
.contact_form, .address_block {
	float: left;
	width: 50%;
}
.form_block .redbtn {float: right;}
.contact_form .redbtn {margin-top: 40px;}
.contact_form textarea {height: 160px;}
.salon_name {
	background: url('../img/baloon.png') no-repeat 0 0;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.7px;
	padding-left: 38px;
}
.address_salon {font-size: 18px; font-weight: 100; margin-bottom: 33px;}
.address_block {padding: 55px 0 0 92px;}
.address_txt {
	margin-top: 5px;
	max-width: 323px;
	padding-left: 39px;
}
.address_txt p {line-height: 1.3;}
.salon_block {
	position: relative;
	margin-bottom: 93px;
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.5s;
	-moz-transition: all 1s ease-out 0.5s;
	-o-transition: all 1s ease-out 0.5s;
	transition: all 1s ease-out 0.5s;	
}
.salon_img {
	line-height: 0;
	padding-right: 48px;
	text-align: right;
	width: auto;
}
.owl-carousel.salon_img .owl-item {text-align: right;}
.salon_info {
	background: rgba(255, 255, 255, 0.91);
	left: 40px;
	min-height: 300px;
	padding: 25px 20px 45px;
	position: absolute;
	top: 75px;
	width: 440px;
	z-index: 2;
	border: 1px solid #e1e1e1;
}
.salon_info_name {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1
}
.salon_info_addr {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}
.salon_info_txt {
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 25px;
	margin-top: 20px;
}
.salon_info_more {
	font-size: 18px;
	font-weight: 700;
}
.salon_block:nth-child(2n) .salon_img {
	padding-left: 43px;
	padding-right: 0;
	text-align: left;
}
.salon_block:nth-child(2n) .owl-carousel.salon_img .owl-item {text-align: left;}
.salon_block:nth-child(2n) .salon_info {
	left: auto;
	right: 0;
	padding-left: 20px;
}
.salon_block:nth-child(2n) .owl-nav {
	left: 47px;
	right: auto;
}
.prjctlst .salon_info {
	min-height: 0;
	padding: 38px 20px 45px 23px;
}
.prjctlst .salon_info_addr {
	line-height: 1.5;
	margin-bottom: 8px;
	margin-top: 13px;
}
.city_block {
	font-size: 24px;
	padding-left: 43px;
}
.city_block .redbtn {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	margin-left: 20px;
	margin-right: -5px;
	margin-top: 0;
	padding: 0 18px;
	text-transform: none;
	width: auto;
}
.city_block > a {
	margin-left: 21px;
	padding: 0 18px;
	text-decoration: none;
}
.job_block {
	border-top: 1px solid #e5e5e5;
	margin-top: 38px;
}
.job_row {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 16px;
	height: 75px;
	line-height: 75px;
	text-transform: uppercase;
}
.job_row > a {
	color: #1f1f1f;
	display: block;
	height: 100%;
	padding: 0 63px;
	text-decoration: none;
	width: 100%;
}
.name_job {
	font-weight: 100;
	margin-left: 44px;
}
.job_row > a:hover {background: #f9f9f9;}
.job_row a:hover .name_job {font-weight: 700;}
.w50 {width: 50%;}
.fltleft{float:left;}
.fltright{float:right;}
.jobtxt {
	font-size: 18px;
	font-weight: 100;
	margin-top: -8px;
}
.jobtxt p {
	line-height: 1.3;
	margin-bottom: 45px;
}
.jobtxt > ul {margin: 6px 0 45px;}
.jobtxt li {margin-bottom: 7px;}
.jobtxt .fa {font-size: 16px;}
.jobtxt .backlnk {
	font-size: 20px;
	line-height: 1;
	margin: 0;
}
.resume_form {
	margin-top: -8px;
	padding-left: 8.7%;
	padding-right: 8px;
}
.resume_form .form_block {margin-top: 0;}
.resume_form .form_block form {margin-top: 15px;}
.file_input button {
	background: #dbdbdb;
	border: medium none;
	font-size: 18px;
	height: 38px;
	width: 210px;
}
.file_input > input {
	border: medium none;
	font-size: 18px;
	padding-left: 13px;
	width: 54%;
}
.file_block {
	margin-bottom: 18px;
	margin-top: 15px;
	position: relative;
}
.file_block > input[type="file"] {
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
}
.manuf_column{
	-webkit-column-width: 25%;
	-moz-column-width: 25%;
	column-width: 25%;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-column-rule: none;
	-moz-column-rule: none;
	column-rule: none;
	margin-top: -8px;
	padding: 0 0 0 83px;	
}	
.letter {
	background: var(--color-red);
	color: var(--color-white);
	font-size: 24px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	width: 33px;
	margin-left: 4px;
}
.list_manuf {
	font-size: 20px;
	font-weight: 100;
	margin-top: 43px;
}
.list_manuf > li {margin-bottom: 11px;}
.list_manuf a {text-decoration: none;}
.letter_block {
	display: inline-block;
	margin-bottom: 65px;
	page-break-inside: avoid;
	width: 100%;
}
.news_block {
	display: inline-block;
	padding-left: 0;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 32%;
	margin-bottom: 90px;
}
.news_img {
	line-height: 0;
	overflow: hidden;
}
.newsl {text-align: justify;}
.news_block a, .pagination a {text-decoration: none;}
.pagination{
	text-align:center;
}
.pagination ul {
	border: 1px solid #c8c8c8;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	display:inline-block;
	margin:0 3px;
}
.pagination li {
	display: block;
	float: left;
	text-align: center;
	width: 57px;
	height: 100%;
}
.pagination .active{
	background:#e7e7e7;
	font-weight:900;
}
.pagn_prev, .pagn_next{
	text-align: center;
	width: 57px;
	height: 46px;
	vertical-align:top;
	border: 1px solid #c8c8c8;
	font-size: 24px;
	display:inline-block;
	line-height: 46px;
}
.manuf_h1,.product_h1 {
	padding: 0 48px 0 0;
	text-align: left;
}
.manuf_h1::after, .product_h1::after {content: none;}
.manuf_info_block {
	margin-top: -13px;
}
.manuf_logo {
	float: left;
	/*padding-top: 100px;*/
	width: 32%;	
}
.manuf_txt {
	float: left;
	font-size: 18px;
	font-weight: 100;
	padding-left: 3px;
	width: 68%;
}
.manuf_txt p{
	margin-bottom: 30px;
	line-height: 1.65;
}
.manuf_txt a {
	font-weight: 700;
	text-decoration: none;
}
.manuf_product::after, .list_product::after {
	content: " ";
	display: inline-block;
	width: 100%;
}
.manuf_product, .list_product {
	margin-top: 53px;
	text-align: justify;
}
.manuf_product h2 {
	font-size: 30px;
	margin-bottom: 38px;
	text-align:left;
}
.product_block {
	display: inline-block;
	margin-bottom: 26px;
	margin-right: 9px;
	vertical-align: top;
	width: 31%;
	text-align: left;
	max-width:279px;
}
.product_name {
	font-size: 14px;
	font-weight: 100;
	line-height: 1.2;
	margin-top: 5px;
	min-height: 35px;
}
.product_name > a {
	text-decoration: none;
}
.product_name > a:hover {
	color: var(--color-red);
	font-weight: 700;
}
.product_stock {
	font-size: 12px;
	font-weight: 100;
	margin-top: 2px;
	min-height: 15px;
	position:relative;
	z-index:0;
	cursor: default;
}
.product_stock .fa.fa-square {
	font-size: 8px;
	margin-left: 2px;
	margin-right: 7px;
	color:var(--color-red);
}
.manuf_product .product_block {
	width: 24%;
	margin-bottom: 53px;
	
}
.product_img{position:relative;}
.sticker{
	background: #ff0000;
	color: var(--color-white);
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	height: 43px;
	line-height: 43px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 78px;
	z-index: 2;
}
.left_menu_block {
	border-top: 1px solid #e5e5e5;
	float: left;
	margin-right: 20px;
	width: 280px;
}
.left_menu {
	min-height: 75px;
	line-height: 83px;
	min-width: 0;
	/* padding-left: 23px; */
	border-bottom:1px solid #e5e5e5;
}
.left_menu_ttl {
	cursor: pointer;
	font-size: 16px;
	font-weight: 100;
	height: 75px;
	padding-left: 18px;
	text-transform: uppercase;
}
.left_menu > ul {
	/* display: none; */
	font-size: 14px;
	font-weight: 100;
	line-height: 1.2;
	padding-left: 35px;
	margin:0;
	position: relative;
	max-height:0;
	overflow:hidden;
	border-top: 1px solid transparent;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.left_menu li {margin-bottom: 19px;}
.left_menu_block a{text-decoration:none;}
.left_menu.active .left_menu_ttl{background:#f9f9f9;}
.left_menu.active > ul {
	max-height:500px;
	padding-top: 15px;
	padding-bottom: 18px;
	border-top-color: #e5e5e5;
}
.active .left_menu_ttl{font-weight:700;}
.product {
	float: left;
	width: 74%;
}
.product_img .slider{margin:0;}
.product_img{position:relative;}
.product > .product_img .sticker {
	font-size: 24px;
	height: 60px;
	line-height: 57px;
	width: 103px;
	z-index: 2;
}
.product_img .owl-theme .owl-nav {
	bottom: 36px;
	right: 45px;
}
.product_desc_block {margin-top: 55px;}
.product_info {
	float: left;
	font-size: 18px;
	font-weight: 300;
	width: 45%;
}
.product_info strong {font-weight: 400;}
.product_info > p {margin-bottom: 16px;}
.product_desc_stock {
	float: left;
	font-size: 18px;
	padding-top: 3px;
	width: 50%;
}
.product_desc_stock .fa.fa-square {
	font-size: 8px;
	margin: 0 5px;
	color: var(--color-red);
}
.salon_addr {
	background: url("../img/baloon.png") no-repeat scroll  4px 5px;
	font-weight: 300;
	margin-top: 9px;
	padding-left: 35px;
	margin-bottom: 15px;
}
.salon_addr > p {line-height: 1.3;}
.product_desc {
	font-size: 18px;
	font-weight: 100;
	margin-top: 25px;
}
.product_desc .redbtn {
	margin-top: 40px;
	width: 240px;
	line-height: 58px;
}
.allbrand {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 0 3px;
}
.newprice span {color: #e30613;}
.newprice {font-size: 24px; margin-left: 10px;}
.oldprice {text-decoration: line-through;}
.product_desc_stock .fa.fa-square.grey {color: #999a9a;}
.filter_lnk_block {
	text-align: right;
}
.filter_lnk {
	font-size: 16px;
	font-weight: 700;
	margin-left: 23px;
	text-decoration: none;
}
.filter_block {
	background: #f5f5f5;
	color: #959595;
	margin-top: 10px;
	min-height: /*60*/20px;
	padding: 12px 13px 0;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.factory-better-list h2 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px;
}
.list_product .brand_row h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}
.list_product .brand_row {
	text-align: center;
}
.info_more {
	font-size: 18px;
	color: var(--color-red);
	font-weight: 700;
}
.info_more:hover {
	text-decoration: none;
}

.map_lnk_block {
	text-align: left;
}
.content_txt.catalog {
	max-width: 1175px;
	padding-top: 22px;
}
.filter_icon, .arrow_icon, .dot_icon {
	border: 1px solid #f5f5f5;
	float: left;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 44px;
	margin-right: 5px;
	cursor: pointer;
}
.dot_icon {
	float: right;
	margin-right: 3px;
}
.filter_block .active {border: 1px solid #d6d6d6;}
.catalog .left_menu_block {
	margin-top: 35px;
}
.filter {
	background: #f5f5f5;
	/*border-top: 1px solid #dfdfe0;*/
	font-size: 14px;
	height: 60px;
	left: 0;
	padding: 12px 13px 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 3;
	display: block;
}
.select_block {
	background: #FFF;
	border: 1px solid #959595;
	display: inline-block;
	height: 38px;
	margin-left: 15px;
	overflow: hidden;
	vertical-align: middle;
	width: 200px;
	position:relative;
}
.select_block select {
	border: medium none;
	color: #959595;
	font-size: 14px;
	height: 35px;
	overflow: hidden;
	padding-left: 13px;
	width: 109%;
}
.chekbox_block {
	display: inline-block;
	margin-left: 15px;
	padding-top: 5px;
	vertical-align: top;
	position:relative;
}
.chekbox_block label {
	color: inherit;
	font-size: inherit;
	display: inherit;
	font-size: inherit;
	margin: 0;
}
@media (max-width: 755px){
	.chekbox_block .chekbox {left: 80px;}
}

.check_square {
	background: var(--color-white);
	border: 1px solid #959595;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	margin-left: 10px;
	text-align: center;
	vertical-align: initial;
	width: 25px;
	cursor:pointer;
}
.check_square .fa.fa-check {
	color: #000;
	visibility: hidden;
}
.chekbox_block .chekbox:checked ~ .check_square .fa.fa-check,
.check_square.checked .fa.fa-check {visibility: visible;}
.chekbox_block .chekbox {
	display: block;
	height: 23px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	cursor:pointer;
}
.select_block .fa.fa-angle-down {
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.catalog .list_product {margin-top: 25px;}
.catalog .pagination {text-align: left;margin-top: -17px;}
.product_stock_addr {
	background: var(--color-white);
	border: 1px solid #cacaca;
	bottom: -5px;
	font-size: 12px;
	left: -15px;
	padding-bottom: 22px;
	padding-top: 5px;
	position: absolute;
	width: 218px;
	z-index:-1;
	/* display:none; */
	cursor: default;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	visibility: hidden;
	opacity:0;
}
.product_stock:hover .product_stock_addr {opacity:1;visibility: visible;}
.product_stock_addr .salon_addr {
	background-position: 9px 0;
	background-size: 16px auto;
	margin-bottom: 13px;
	padding-left: 32px;
}
.product_stock_addr .salon_addr > p:first-child {
	font-weight: 700;
}
.stock .left_menu_ttl {font-weight: 700;cursor: default;}
.left_menu.stock > ul {
	border: medium none;
	display: block;
	padding-top: 0;
	max-height:500px;
	padding-bottom: 18px;
	border-top-color: #e5e5e5;	
}
.brand_row .allbrand {
	display: inline-block;
	font-size: 12px;
	font-weight: 100;
	margin-bottom: 5px;
	margin-left: 20px;
	vertical-align: bottom;
}
.brand_row {padding: 10px 0 15px;display: inline-block;width:100%;}
.left_menu .current {font-weight: 700;}
.mainslider {
	display: block;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	top: 108px;
	z-index: -999;
}
.top_main {
	height: calc(100vh - 108px);
	/* padding-top: 33.2%; */
	position: relative;
}
.action {
	color: var(--color-white);
	display: inline-block;
	font-size: 24px;
	left: 1.5%;
	position: absolute;
	top: 18%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;	
}
.action.moveleft{left: -100vw;}

.action_r1 {
	color: var(--color-white);
	display: inline-block;
	font-size: 24px;
	right: 2.5%;
	position: absolute;
	top: 8%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;	
}
.action_r1.moveright{right: -120vw;}

.action_r2 {
	color: var(--color-white);
	display: inline-block;
	font-size: 24px;
	right: 0.5%;
	position: absolute;
	bottom: 25%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;	
}
.action_r2.moveright{right: -120vw;}

.bigtxt {
	font-size: 48px;
	line-height: 1.1;
	margin-left: 35px;
}
.mtxt {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.2;
}
.stxt {
	font-size: 24px;
	font-weight: 100;
	line-height: 1.1;
	margin-left: 128px;
}
.action .redbtn, .action .redbtn:hover {
	font-size: 15px;
	font-weight: 300;
	height: 30px;
	line-height: 26px;
	margin-left: 73px;
	margin-right: 0;
	margin-top: 20px;
	text-transform: lowercase;
	width: 123px;
}
.redsmallbtn {
	width: 50px;
	color: white;
	background: #ff0000;
	padding: 0 15px 4px;
	position: relative;
	top: 20px;
	left: 200px;
}
.redsmallbtn i {
	font-size: 18px;
}
.year {
	color: var(--color-white);
	font-size: 18px;
	text-align: center;
}
.mouse_block {
	color: var(--color-white);
	font-size: 35px;
	line-height: 1;
	padding-top: 26px;
	text-align: center;
}
.white_bg {background: var(--color-white);}
.inside.blk1 {padding-top: 103px;}
.inside {
	margin: 0 auto;
	max-width: 1185px;
}
.mebel_block {
	margin: 0 auto;
	max-width: 1015px;
	padding-left: 98px;
	opacity:1;
	-webkit-transition: all 1s ease-out 1s;
	-moz-transition: all 1s ease-out 1s;
	-o-transition: all 1s ease-out 1s;
	transition: all 1s ease-out 1s;
}
.fadeout{opacity:0;}
.mebel_txt {
	font-size: 18px;
	font-weight: 100;
	width: 43%;
	display: inline-block;
	vertical-align:top;
}
.mebel_txt_ttl {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 8px;
}
.mebel_txt > p {line-height: 1.5;}
.mebel_img {
	display: inline-block;
	line-height: 0;
	padding-left: 60px;
	width: 50%;
	vertical-align:top;
}
.mebel_block.mblk2 {padding-top: 18px;}
.mblk2 .mebel_img {
	padding-left: 0;
	padding-top: 30px;
	text-align: right
}
.mblk2 .mebel_txt, .mblk4 .mebel_txt {
	margin-right: -30px;
	padding-left: 80px;
	width: 52%;
}
.mebel_txt > ul {
	font-size: 16px;
	font-weight: 300;
	margin-left: 35px;
}
.mebel_txt li {margin-bottom: 10px;}
.mebel_txt a {text-decoration: none;color:#131413;}
.mebel_txt a:hover {font-weight:700;}
.mebel_txt ul .fa {margin-right: 5px;}
.mblk3 .mebel_img {
	margin-left: -10px;
	padding-left: 0;
	padding-top: 20px;
}
.mblk4 {padding-top: 58px;}
.mblk4 .mebel_img {
	padding-left: 0;
	padding-right: 60px;
	text-align: right;
}
.mblk4 .mebel_txt {padding-top: 60px;}
.mblk5 {padding-top: 65px;}
.mblk5 .mebel_txt {
	padding-left: 8px;
	width: 44%;
}
.mblk5 .mebel_img {
	padding-left: 70px;
	padding-top: 25px;
}
.sale_block {
	margin-top: 118px;
	max-width: 1258px;
	margin-left: auto;
	margin-right: auto;
}
.block_ttl::after {
	background: #b8b8b8;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 222px;
}
.block_ttl {
	font-size: 36px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}
.sale {
	margin-top: 21px;
	padding:0 44px;
}
.sale .owl-stage-outer {
	padding-top: 22px;
}
.sale .owl-dots .owl-dot.active span, 
.sale .owl-dots .owl-dot:hover span {
	background: var(--color-black);
}
.sale .owl-nav.disabled + .owl-dots {margin-top: 13px;}
.sale .sticker {
	background: #ed1b24;
	font-size: 20px;
	height: 60px;
	left: 20px;
	line-height: 60px;
	top: 0;
	width: 60px;
	transform: translateY(-22px);
}
.sale .owl-nav {
	bottom: auto;
	font-size: 0;
	position: initial;
	right: auto;
}
.sale .owl-nav [class*="owl-"] {
	position: absolute;
	top: calc(50% - 10px);
	transform: translateY(-50%);
	margin: 0 !important;
	height: initial;
}
.sale .owl-nav div.owl-prev {
	left: 0;
	transform: translateY(-50%) scaleX(-1);
}
.sale .owl-nav div.owl-next {
	right: 0;
}
.sale .owl-nav .disabled {
	opacity: 0;
}
.sale .owl-dots .owl-dot span {
	width: 100%;
	height: 2px;
	margin: 0;
	background: #e4e4e4;
	border-radius: 0;
	border: none;
}
.sale .owl-dots{margin-top:30px;}

.about_block {
	max-width: 780px;
	margin-top: 118px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.about_block h3 {
	max-width: 700px;
	margin: 0 auto;
}
.about_block p {line-height: 1.4;}
.about_block p + p {margin-top:25px;}
.inside.blk2 {padding-top: 100px;}
.salon_blk .salon_block:last-child {margin-bottom: 0;}
.news_blk {
	margin-top: 118px;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.news_blk .newsl {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.news_blk .news_block {width: 31.5%;margin-bottom: 60px;}
.news_blk .news_block .news_date {
	font-size: 15px;
	left: 18px;
	padding-right: 5px;
	top: 10px;
	width: 94px;
}
.footer.nomrgn {margin-top: 0;}
.content_txt.main_page{padding-top:0;}
.bottom_block {
	bottom: 100px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.dsktop_hidden, .menu_mob {
	display: none;
}
.top_banner {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.top_banner img {
	min-width: 100%;
	left: 50%;
	position: relative;
	transform: translateX(-50%) scale(1);
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;	
}
.top_banner_slider:hover .top_banner img {
	transform: translateX(-50%) scale(1.1);
}
.top_txt {
	position: absolute;
	top: 80px;
	text-align: center;
	color: var(--color-white);
	left: 50%;
	transform: translateX(-50%);
	line-height: 25px;
}
.middle_txt{
	position: absolute;
	max-width: 780px;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 500;
	font-size: 72px;
	line-height: 73px;
	text-align: center;
	color:var(--color-white);
}
.banner_more_lnk {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-white);
	margin-top: 38px;
	transform: translateY(30px);
}
.banner_more_lnk a {
	color: var(--color-white);
}
.more_lnk{	
	border-bottom: 1px solid;
	padding-bottom: 7px;
	text-decoration: none;
}
.txt_center{text-align:center;}
.txt_left{text-align:left;}
.txt_right{text-align:right;}
.news_txt_block {
	max-width: 780px;
	margin: 13px auto;
}
.video-js .vjs-tech {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_player {
	max-width: 934px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
}
.video-js .vjs-big-play-button {
	font-size: 6em;
	line-height: inherit;
	height: auto;
	width: auto;
	top: 50%;
	left: 50%;
	border: none;
	background-color: transparent;
	border-radius: 0;
	transform: translate(-50%, -50%);
}
.project_item,
.sale_item_img,
.slide_block {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.slide_block  .banner_more_lnk{
	margin-top: 0;
	transform: translateY(-4px);
}
.slide_txt {
	color: var(--color-white);
	position: absolute;
	top: 39%;
	left: 50%;
	max-width: 780px;
	transform: translate(-50%, -40%);
}
.news_block img,
.project_item img,
.studio_item img,
.sale_item img,
.slide_block img {
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
	min-width: 100%;
	left: 50%;
	position: relative;
	transform: translateX(-50%) scale(1);	
}
.news_block:hover img,
.project_item:hover img,
.studio_item:hover img,
.sale_item:hover img,
.one_slide:hover img {transform: translateX(-50%) scale(1.1);}
.studio_item:nth-child(n+2) img{
	left: 0;
	transform: scale(1);	
}
.studio_item:nth-child(n+2):hover img{transform: scale(1.1);}
.one_slide {margin-top: 118px;/* max-width:1440px */}
.project_block .owl-nav,
.one_slide .owl-nav {
	bottom: auto;
	font-size: 0;
	margin-top: 0;
	position: initial;
	right: auto;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	transform: none;
}
.project_block .owl-nav [class*="owl-"],
.one_slide .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 !important;
}
.one_slide .owl-nav div.owl-prev {
	left: 153px;
}
.one_slide .owl-nav div.owl-next {
	right: 153px;
	transform: translateY(-50%) scaleX(-1);
}
.project_block .owl-dots,
.one_slide .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.project_block .owl-dots .owl-dot span,
.one_slide .owl-dots .owl-dot span {
	width: 24px;
	height: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #fff;
}
.project_block .owl-dots .owl-dot.active span, 
.one_slide .owl-dots .owl-dot.active span, 
.project_block .owl-dots .owl-dot:hover span,
.one_slide .owl-dots .owl-dot:hover span {
	border-bottom-width: 3px;
}
.top_banner_slider .owl-dots{bottom: 48px;}

.studio_block {
	text-align: center;
	margin-top: 118px;
	/* max-width: 1440px; */
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.studio_item {
	position: relative;
	line-height: 0;
	overflow: hidden;
	width: 100%;
	max-height: 100vh;
}
.studio_address {
	position: absolute;
	top: 58%;
	left: 50%;
	color: var(--color-white);
	transform: translate(-50%, -50%);
}
.studio_phone {
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	margin-top: 35px;
}
.studio_phone a {
	color: var(--color-white);
	text-decoration: none;
}
.studio_address .banner_more_lnk{margin-top:45px;}
.studio_address .h1 {
	margin-top: 0;
	white-space: nowrap;
}
.studio_item img {
	min-width: 100%;
	position: relative;
}
.studio_item:nth-child(n+2){
	width:33.3333333%;
}
.studio_item:nth-child(n+2) .studio_address .banner_more_lnk {
	margin-top: 128px;
}
.studio_item:nth-child(n+2) .studio_address .h1 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 18px;
}
.studio_item:nth-child(n+2) .studio_address {top: 62%;}
.project_block {
	margin-top: 128px;
	/* max-width: 1440px; */
}
.project_ttl {
	color: var(--color-white);
	position: absolute;
	top: 63.3%;
	left: 50%;
	max-width: 780px;
	transform: translate(-50%, -40%);
}
.project_item .banner_more_lnk {
	margin-top: 273px;
	transform: none;
}
.project_block .owl-nav div.owl-prev {
	left: 48px;
	transform: translateY(-50%) scaleX(-1);	
}
.project_block .owl-nav div.owl-next {
	right: 48px;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before{position:relative;}
.phone_icon {display: none;}


@media (max-width: 1279px){
	.hidden980{display:none;}
	.menu_block:first-child {
		margin-left: 3.5%;
		padding-right: 0;
	}
	.menu_block:first-child .top_menu {padding-right: 3%;}
	.top_menu {font-size: 16px;}
	.top_menu li {padding-top: 3px;}
	.top_menu li.bars_block {padding: 0;}
	.menu_block:last-child {
		padding-left: 0.6%;
		padding-right: 0;
		margin-left: 0;
	}	
	.menu_block {
		margin-left: 0;
		margin-top: 20px;
		width: 39.1%;
	}	
	.breadcrumbs {margin: 16px 30px 0 0;}	
	h1 {
		margin-top: 32px;
		padding-bottom: 18px;
	}
	.slider {margin-top: 33px;}	
	.content_txt {max-width: 918px;padding-top: 30px;}	
	.news_txt {
		margin-left: 12%;
		width: calc(100% - 219px);
	}
	.footer {margin-top: 56px;}
	.footer_logo {margin-right: 5.5%;}
	.footer_menu:nth-child(4) {
		padding-left: 5%;
		width: 23%;
	}
	.footer .container .socbtn_block, .politic {margin-right: 3%;}
	.footer .hr {margin: 63px 0 3px;}
	.content_txt.project {
		max-width: 923px;
		padding-top: 30px;
	}
	.project .news_txt {
		margin-left: 3%;
		width: calc(100% - 328px);
	}
	.backlnk {margin-top: 36px;}
	.studio_info {max-width: 313px;}
	.studio_info h2 {margin-bottom: 18px;}	
	.project .news_txt {
		margin-left: 0.3%;
		padding-top: 8px;
		width: calc(100% - 323px);
	}
	.salon .news_txt {
		margin-top: 0;
		padding-top: 3px;
	}
	.btn_block .redbtn:nth-child(2) {
		margin-left: 13%;
		margin-right: 0;
	}
	.map_block {margin: 58px auto 70px;}
	.btn_block {margin-top: 40px;}
	.content_txt.contacts {padding-top: 18px; max-width: 944px;}
	.contact_form {
		padding-left: 13px;
		padding-right: 38px;
	}
	.address_block {padding: 55px 0 0 45px;}	
	.salon_img {
		margin-left: 9.5%;
		padding-right: 0;
		margin-top: 0;
	}
	.salon_info {
		left: 0;
		padding: 45px 10px 45px 23px;
		top: 65px;
		width: 355px;
	}
	.salon_info_txt {
		margin-bottom: 18px;
		margin-top: 18px;
	}
	.salon_block {margin-bottom: 86px;}
	.salon_block:nth-child(2n) .salon_img {
		margin-left: 0;
		margin-right: 9.5%;
		padding-left: 0;
	}
	.prjctlst .salon_info_addr, 
	.prjctlst .salon_info_more {font-size: 18px;}
	.city_block {padding-left: 3px;}
	.city_block > a,
	.city_block .redbtn {
		margin-left: 0;
		margin-right: 20px;
	}
	.job_row > a {padding: 0 25px;}
	.name_job {margin-left: 24px;}
	.jobtxt {margin-top: 0;}
	.resume_form {
		margin-top: 0;
		padding-left: 4.7%;
		padding-right: 0;
	}
	.file_input > input {width: 47%;}
	.manuf_column{
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		margin-top: 0;
		padding: 0;	
	}	
	.newsl {
		margin: 0 auto;
		max-width: 854px;
	}
	.news_block {
		margin-bottom: 55px;
		width: 46%;
	}
	.manuf_h1::after {
		content: " ";
	}
	.manuf_h1 {
		padding: 0 0 18px;
		text-align: center;
	}
	.manuf_logo {
		float: left;
		margin-right: 95px;
		padding-left: 5px;
		padding-top: 125px;
		width: 24.3%;
	}
	.manuf_txt {width: 65%;}
	.manuf_product {margin-top: 0;}
	.manuf_product .product_block {
		margin-bottom: 43px;
		width: 31%;
	}
	.product_h1 {padding-left: 28px;}
	.left_menu_block {
		margin-right: 35px;
		margin-top: 45px;
	}
	.left_menu_ttl {padding-left: 18px;}
	.product {
		margin-top: 25px;
		width: 65%;
	}	
	.product_desc_block {margin-top: 20px;}
	.product_info {width: 39%;}
	.product_desc_stock {
		padding-top: 8px;
		width: 60%;
	}
	.product_desc {margin-top: 18px;	}	
	.newprice {margin-left: 50px;}	
	.content_txt.catalog {padding-top: 38px;}	
	.catalog .product {margin-top: 0;}	
	.filter_lnk_block {line-height: 1;}	
	.filter {
		height: auto;
		padding-bottom: 13px;
	}	
	.chekbox_block {
		margin-left: 0;
		margin-top: 10px;
	}	
	.catalog .list_product {margin-top: 43px;}	
	.catalog .product_block {width: 48%;margin-bottom: 45px;}	
	.brand_row {padding: 0 0 15px;}
	.inside.blk1 {padding-top: 68px;}
	.mebel_block.mblk2 {
		padding-left: 68px;
		padding-top: 38px;
	}
	.mblk2 .mebel_img {
		padding-left: 0;
		padding-top: 25px;
		text-align: left;
	}
	.mblk2 .mebel_txt, .mblk4 .mebel_txt {
		margin-right: 0;
		padding-left: 23px;
		width: 49%;
	}
	.mblk3 {padding-top: 63px;}
	.mblk3 .mebel_img {
		margin-left: 0;
		padding-left: 37px;
		padding-top: 8px;
	}
	.mblk3 .mebel_txt {width: 44%;}	
	.mblk4 {padding-top: 62px;}	
	.mblk4 .mebel_img {
		padding-right: 25px;
		text-align: center;
	}
	.mblk4 .mebel_txt {
		padding-left: 8px;
		width: 45%;
	}
	.mblk5 {padding-top: 58px;}
	.mblk5 .mebel_txt {padding-left: 0;}
	.sale_block {margin-top: 104px;}
	.sale {
		margin-top: 45px;
		width: 90%;
	}
	.about_block {margin-top: 93px;}
	.about_img{overflow: hidden;}
	.about_img .respond {
		height: 100%;
		left: 50%;
		max-width: none;
		position: relative;
		transform: translateX(-50%);
	}
	.about_txt {padding: 35px 40px 48px 41px;}
	.inside.blk2 {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 58px;
	}
	.salon_blk .block_ttl {margin-bottom: 48px;}
	.news_blk .news_block {width: 46%;margin-bottom: 80px;}
	.newsl .owl-nav [class*="owl-"] {
		position: absolute;
		top: 22.5%;
		transform: translateY(-50%);
		margin: 0 !important;
	}	
	.newsl .owl-nav div.owl-prev {
		left: 25px;
		transform: translateY(-50%) scaleX(-1);
	}	
	.newsl .owl-nav div.owl-next {
		right: 25px;
	}	
	.newsl .owl-dots {
		text-align: center;
		-webkit-tap-highlight-color: transparent;
		position: absolute;
		bottom: 0px;
		width: calc(100% - 30px);
	}
	.newsl  .owl-nav {
		bottom: auto;
		right: auto;
		transform: none;
		white-space: normal;
		position: initial;
	}
	.newsl .owl-dots .owl-dot.active span,
	.newsl .owl-dots .owl-dot:hover span {
		background: var(--color-black);
	}
	.newsl .owl-dots .owl-dot span {
		width: 24px;
		height: 0px;
		border-radius: 0px;
		border-bottom: 1px solid var(--color-black);
	}
	.newsl .owl-dots .owl-dot.active span, 
	.newsl .owl-dots .owl-dot:hover span{
		border-bottom-width: 3px;
	}
	.news_blk .news_block {
		margin-bottom: 0;
		padding-left: 0;
		width: 100%;
		font-size: 18px;
		line-height: 25px;
	}	
}

@media (max-width: 979px){
	.hidden756{display:none;}
	.d-ib756{display:inline-block !important;}
	body {font-size: 18px;}
	h1, .h1{
		font-size: 28px;
		line-height: 34px;
	}
	h2, .h2{
		font-size: 22px;
		line-height: 27px;
	}
	h3, .h3{
		font-size: 20px;
		line-height: 28px;
	}
	h4, .h4{
		font-size: 22px;
		line-height: 36px;
	}	
	.wrap {padding-top: 50px;}
	.header {height: 50px;}
	.menu_block {
		margin-top: 13px;
		width: calc((100% - 117px)/2);
	}
	.menu_block:first-child {margin-left: 13px;}
	.menu_block:last-child{margin-right:13px;}
	.top_menu::after {display: none;}
	.top_menu {height: 27px;border-bottom: none;}
	.logo_block {width: 90px;}
	.logo_block img {
		height: 81px;
		max-width: 100%;
	}
	.hfix .logo_block img {height: 50px;}	
	.top_menu > li {display: none;}
	.top_menu > li.menu-alert {
		/* display: inline; */
		/* font-size: 18px; */
		/* line-height: 25px; */
	}
	.top_menu li.bars_block {display: inline-block;width: 18px;}
	.top_menu li.phone_block {
		display: inline-flex;
		width: 50px;
		justify-content: center;
		align-items: center;
		transform: translateY(-5px);
	}
	.menu_block:last-child .top_menu {text-align: right;}
	.phone_icon{
		display:block;
		position: relative;
	}	
	.phone_pulse {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		border: 1px solid var(--color-white);
		border-radius: 50%;
		-webkit-animation: widgetPulse infinite 1.5s;
		animation: widgetPulse infinite 1.5s;
	}	
	@-webkit-keyframes widgetPulse {
		50% {
			-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
			opacity: 1
		}

		100% {
			-webkit-transform: scale(2, 2);
			transform: scale(2, 2);
			opacity: 0
		}
	}

	@keyframes widgetPulse {
		50% {
			-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
			opacity: 1
		}

		100% {
			-webkit-transform: scale(2, 2);
			transform: scale(2, 2);
			opacity: 0
		}
	}	
	.phone_circle {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 28px;
		width: 28px;
		border-radius: 50%;
		background: var(--color-white);
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
	}	
	.bars {top: 11px;}
	.breadcrumbs {margin: 10px 15px 0 0;}
	h1 {
		line-height: 1;
		margin: 30px auto 0;
		/* padding-bottom: 0; */
		width: 725px;
	}
	/* h1::after{display:none;} */
	/* .slider {margin-top: 15px;} */
	.content_txt {
		max-width: 725px;
		padding-top: 40px;
	}
	.footer {margin-top: 73px;padding-bottom: 80px;}
	.footer_logo {
		margin-right: 5%;
		margin-left: 2%;
	}
	.footer_menu {
		line-height: 1;
		width: 29.9%;
	}
	.footer_menu:nth-child(2) {
		padding-left: 4.3%;
		width: 27.6%;
	}
	.footer_menu:nth-child(3) {white-space: nowrap;}
	.footer_menu:nth-child(4) {
		padding-left: 6%;
		width: 22%;
	}
	.footer .container .socbtn_block {
		clear: both;
		float: none;
		margin-left: 24.5%;
		overflow: hidden;
		padding-top: 30px;
	}
	.footer .hr {margin: 108px 0 5px;}
	.footer .socbtn {
		float: left;
		margin-bottom: 0;
		margin-right: 17px;
	}
	.copy {margin-left: 2%;}
	.content_txt.project {
		font-size: 20px;
		max-width: 725px;
		padding-left: 93px;
		padding-top: 30px;
	}
	.project .news_txt {
		margin-left: 0;
		margin-top: 30px;
		width: 100%;
	}
	.studio_info {
		display: block;
		margin-top: 8px;
		max-width: 100%;
	}
	.std_line {max-width: 323px;}
	.std_line:last-child, .std_line:nth-child(3) {
		margin: 0;
	}
	.studio .news_txt {margin-top: 15px;}
	.content_txt.studio {
		padding-bottom: 90px;
		position: relative;
	}
	.std_line a.lnkblk {
		bottom: 2px;
		left: 93px;
		padding: 15px 0;
		position: absolute;
		width: 223px;
	}
	.content_txt.salon {padding-top: 18px;}	
	.salon .std_line {
		float: left;
		margin-bottom: 3px;
		padding-right: 20px;
		width: 305px;
	}
	.btn_block {margin-top: 30px;}
	.map_block {margin: 38px 0 0 -93px;}
	.content_txt.salon {padding-bottom: 0;}
	.bwmap {margin-top: 25px;}
	.contact_form, .address_block {
		float: none;
		width: 100%;
	}
	.content_txt.project {
		padding-left: 55px;
		padding-top: 0;
	}	
	.address_block {padding: 52px 0 0 0;}	
	.contact_form {
		margin-top: 83px;
		padding-left: 35px;
		padding-right: 0;
		width: 583px;
	}	
	.contact_form .redbtn {margin-top: 15px;}
	.content_txt.project.list {padding-top: 30px;padding-left: 0;}
	.salon_info {
		padding: 34px 10px 45px 16px;
		top: 53px;
		width: 278px;
		min-height: 302px;
	}
	.salon_info_name {font-size: 23px;}
	.salon_info_addr {font-size: 12px;}
	.salon_info_txt {
		margin-bottom: 10px;
		margin-top: 18px;
		font-size: 14px;
	}
	.salon_info_more {font-size: 14px;}
	.salon_block {margin-bottom: 46px;}
	.salon_block:nth-child(2n) .salon_info {padding-left: 25px;}
	.salon_block:nth-child(2n) .owl-nav {left: 15px;}
	.city_block .redbtn {margin-right: 15px;}
	.job_row > a {padding: 0 22px;}
	.job_row {line-height: 73px;}
	.jobtxt {
		float: none;
		width: 79%;
	}	
	.resume_form {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
		padding-left: 0;
		width: 568px;
	}	
	.manuf_column{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.news_block {
		margin-bottom: 50px;
		width: 49%;
	}
	.manuf_info_block {margin-top: -8px;}
	.manuf_logo {
		float: left;
		margin-right: 95px;
		padding-left: 70px;
		padding-top: 123px;
		width: 40%;
	}
	.manuf_txt {width: 46%;}	
	.manuf_product {
		margin: 0 auto;
		width: 84%;
	}
	.manuf_product .product_block {
		margin-bottom: 33px;
		margin-left: 0;
		width: 46%;
	}
	.product_h1 {padding-left: 0;}
	.product {
		margin-top: 0;
		width: 100%;
	}
	.product > .product_img .sticker {
		font-size: 29px;
		height: 69px;
		line-height: 67px;
		width: 125px;
		z-index: 2;
	}	
	.product_desc_block {margin-top: 43px;}
	.product_info {width: 38%;}
	.product_desc_stock {padding-top: 3px;}
	.product_desc {margin-top: 25px;}
	.content_txt.project.list.catalog {padding-top: 10px;}
	.filter_block {margin-top: 15px;}
	.chekbox_block {
		margin-left: 15px;
		margin-top: 0;
	}
	.catalog .list_product {
		margin: 36px auto 0;
		width: 612px;
	}
	.catalog .product_block {margin-bottom: 35px;}
	.catalog .pagination {
		margin: 0 auto;
		width: 612px;
	}
	.brand_row {padding: 0 0 23px;}
	.inside.blk1 {
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 80px;
	}
	.mebel_block {padding-left: 0;}
	.mebel_txt {width: 49%;}
	.mebel_img {padding-left: 13px;}
	.mebel_block.mblk2 {
		padding-left: 0;
		padding-top: 45px;
	}
	.mblk2 .mebel_img {
		padding-top: 18px;
		width: 57%;
	}
	.mblk2 .mebel_txt{
		padding-left: 3px;
		width: 42%;
	}
	.mebel_txt > ul {margin-left: 25px;}
	.mblk3 {padding-top: 43px;}
	.mblk3 .mebel_txt {width: 55%;margin-top: 6px;}
	.mblk3 .mebel_img {
		padding-left: 0;
		padding-top: 0;
		text-align: center;
		width: 43%;
	}
	.mblk4 {padding-top: 60px;}
	.mblk4 .mebel_img {
		padding-left: 15px;
		padding-right: 0;
		text-align: center;
	}
	.mblk4 .mebel_txt {
		padding-left: 80px;
		padding-top: 0;
		width: 49%;
	}
	.mblk5 {padding-top: 83px;}
	.mblk5 .mebel_txt {width: 55%;}
	.mblk5 .mebel_img {
		padding-left: 0;
		width: 44%;
	}
	.sale_block {margin-top: 77px;}
	.sale {margin-top: 40px;}
	.about_block {margin-top: 80px;}
	.about_txt {padding: 25px 20px 28px 35px;}
	.inside.blk2 {
		padding-left: 16px;
		padding-right: 16px;
	}
	.salon_blk .block_ttl {margin-bottom: 33px;}
	.news_blk .news_block {
		margin-bottom: 50px;
		padding-left: 23px;
		width: 48%;
	}
	.news_blk .news_block .news_date {
		left: 0;
		width: 78px;
	}
	.top_txt {
		top: 46px;
		width: 100%;
		font-size: 18px;
	}	
	.middle_txt {
		left: 50%;
		top: 43.5%;
		transform: translate(-50%, -50%);
		font-size: 32px;
		line-height: 39px;
	}	
	.banner_more_lnk {
		margin-top: 0;
		transform: translateY(25px);
	}	
	.bottom_block {bottom: 60px;}
	.arrow span {
		width: 12px;
		height: 12px;
	}	
	.top_banner_slider .owl-dots {bottom: 24px !important;}
	.project_block .owl-nav div.owl-prev,
	.one_slide .owl-nav div.owl-prev {
		left: 10px;
	}
	.project_block .owl-nav div.owl-next,
	.one_slide .owl-nav div.owl-next {
		right: 10px;
	}	
	.one_slide .owl-nav [class*="owl-"] { top: 51.4%;	}	
	.project_block .owl-nav [class*="owl-"] {top: 47%;}
	.project_block .owl-nav [class*="owl-"] svg,
	.one_slide .owl-nav [class*="owl-"] svg {height: 18px;}	
	.p-l-r-md-15 {padding: 0 15px;}
	.news_txt_block {
		margin: 19px auto;
		font-size: 18px;
	}
	.video-js .vjs-big-play-button {font-size: 4em;}
	.one_slide {margin-top: 100px;}
	.slide_block .banner_more_lnk {
		margin-top: 23px;
		transform: none;
	}	
	.one_slide .owl-dots {
		bottom: 20px;
	}	
	.project_block .owl-dots {
		bottom: 40px;
	}
	.sale_block {
		margin-top: 100px;
		padding: 0 15px 38px;
	}	
	.sale {
		padding: 0 20px 0 0;
	}	
	.sale .owl-dots {
		margin-top: 25px;
	}	
	.sale .owl-stage-outer	{overflow:initial;}
	.studio_block {margin-top: 63px;}	
	.md_b {
		display: block;
	}	
	.studio_item:nth-child(n+2) .studio_address,
	.studio_address {
		top: 56%;
		padding: 0 15px;
		width: 100%;
	}	
	.studio_item:nth-child(n+2) .studio_address .h1,
	.studio_address .h1 {
		white-space: normal;
		margin-bottom: 15px;
		line-height: 34px;
		font-size: 28px;
	}
	.studio_phone {
		font-size: 18px;
		margin-top: 25px;
	}
	.studio_item:nth-child(n+2) .studio_address .banner_more_lnk,
	.studio_address .banner_more_lnk {
		margin-top: 43px;
	}	
	.studio_item:nth-child(n+2) {width: 100%;}	
	.about_block {
		margin-top: 100px;
		font-size: 18px;
	}	
	.about_block h3 {font-size: 20px;}	
	.project_block {margin-top: 105px;}	
	.project_ttl {top: 46%;}	
	.project_item .banner_more_lnk {margin-top: 38px;}	
	.news_blk {margin-top: 100px;}	
	.news_blk .newsl {
		margin-top: 30px;
		padding: 0 15px 24px;
		display:block;
	}	
	.news_blk .news_block {
		margin-bottom: 0;
		padding-left: 0;
		width: 100%;
		font-size: 18px;
		line-height: 25px;
	}	

	.footer {
		padding-top: 51px;
		padding-bottom: 65px;
	}	
	.footer_menu {
		font-size: 14px;
		line-height: 19px;
	}
	.footer_menu li {
		margin-bottom: 12px;
	}
	.footer .container > div {
		margin: 0 auto 16px;
		padding: 0 15px;
		float: none;
		padding: 0;
		text-align: center;	
	}
	.footer_menu {width: 100% !important;}
	.footer .container .footer_right {
		margin-right: 0;
		text-align: center;
	}
	.footer .container .footer_right, .politic {
		float: none;
		margin-right: 0;
		text-decoration: underline;
	}
	.footer .container .socbtn_block {
		width: 100%;
		padding-top: 13px;
		margin-left: auto;
		margin-right: auto;	
	}
	.footer .socbtn {
		display: inline-block;
		margin: 0 5px;
		float:none;
	}
	.footer_right .phone {margin-top: 10px;}
	.footer .container:first-child {padding-bottom: 12px;}
	.bars_menu_section {
		padding-top: 48px;
		padding-left: 20px;
		padding-bottom: 14px;
		width: 230px;
	}
	.bars_menu_block {
		margin-bottom: 20px;
		padding: 0 0;
	}
	.bars_menu_ttl {font-size: 16px;}
	.bars_menu {text-align: left;}
	.top_menu li {padding-top: 1px;}
	.bars_menu_close {
		top: 15px;
		right: 10px;
	}
	.top_menu a.active, .top_menu a:hover, .top_menu li:hover a {
		border-bottom-color: transparent;
	}	
	.footer .copy, .footer .politic {
		float: none;
		text-align: center;
		margin-top: 15px;
		display: block;
	}
	.studio_item:nth-child(n+2) img,
	.news_block img,
	.project_item img,
	.studio_item img,
	.sale_item img,
	.slide_block img {
		left: 50%;
		position: relative;
		transform: translateX(-50%) scale(1);	
	}
	.studio_item:nth-child(n+2):hover img,
	.news_block:hover img,
	.project_item:hover img,
	.studio_item:hover img,
	.sale_item:hover img,
	.one_slide:hover img {transform: translateX(-50%) scale(1.1);}
	
}

@media (max-width: 755px){
	.hidden320{display:none;}
	body, .studio .news_txt {font-size: 16px;}
	.wrap {padding-top: 50px;}
	.header {height: 50px;}
	.menu_block {
		margin-top: 13px;
		width: calc((100% - 117px)/2);
	}
	.menu_block:first-child {margin-left: 13px;}
	.menu_block:last-child{margin-right:13px;}
	.top_menu::after/* , .menu_block:last-child */ {display: none;}
	.top_menu {height: 27px;border-bottom: none;}
	.logo_block {
/* 		left: 50%;
		margin: 0;
		position: absolute;
		top: 0;
		transform: translateX(-50%); */
		width: 90px;		
	}
/* 	.logo_block img {
		height: 81px;
		max-width: 100%;
	} */
/* 	.hfix .logo_block img {height: 58px;} */
	.bars_menu_block {min-width: 100%;}
	h1 {
		line-height: 36px;
		margin: 45px auto 0;
		padding-bottom: 25px;
		width: 260px;
		font-size: 30px;
	}
	h1::after {display: block;}
	h2{font-size:31px;}
	.slider {margin-top: 40px;}	
	.content_txt {
		padding-top: 13px;
		padding-left: 13px;
		padding-right: 13px;	
	}	
	.news_date {
		display: block;
		font-size: 12px;
		margin: 0 auto;
		width: 100px;
	}	
	.num_date {
		font-size: 36px;
		margin-bottom: -2px;
	}	
	.news_txt {
		margin-left: 0;
		margin-top: 18px;
		width: 100%;
	}
	.backlnk {font-size: 20px;}
	p.mrgnbttm {margin-bottom: 30px;}
	.copy {
		float: none;
		margin-left: 0;
	}
	.footer .container {text-align: center;}
	.politic {
		display: inline-block;
		float: none;
		margin: 15px 0 0;
	}
	.footer .hr {margin: 0;}
	.content_txt.project {
		font-size: 18px;
		padding-left: 12px;
		padding-top: 18px;
	}	
	.prj_line {margin-bottom: 13px;}
	.project_info {font-size: 18px;}
	.project .news_txt {
		margin-left: 0;
		margin-top: 8px;
	}
	.studio_info {margin-top: 18px;}
	.std_line {
		font-size: 17px;
		margin-bottom: 33px;
	}
	.std_line a.lnkblk {
		left: 50%;
		transform: translateX(-50%);
	}
	.content_txt.salon {padding-top: 0;}
	.salon .studio_info {margin-top: 13px;}
	.salon .std_line {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.btn_block {margin-top: 38px;width:100%;}
	.btn_block .redbtn {float: none;margin: 0 auto 20px !important;}
	.map_block {margin: 28px -12px -56px;}
	.address_block {padding: 27px 0 0;}
	.address_salon {
		font-size: 14px;
		margin-bottom: 23px;
	}
	.salon_name {
		background-size: 17px auto;
		font-size: 18px;
		letter-spacing: 1.2px;
		padding-left: 31px;
		line-height: 1.2;
	}
	.address_txt {padding-left: 33px;}
	.address_txt p {line-height: 1.4;max-width: 255px;}
	.contact_form {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin-top: 43px;
	}
	h3 {font-size: 18px;}
	.form_block {
		margin-left: 0;
		margin-top: 49px;
	}
	.contact_form form {margin-top: 8px;}
	label {font-size: 13px;}
	input {height: 28px;}
	input, textarea {margin-bottom: 7px;}
	.contact_form textarea {height: 122px;}
	.contact_form .redbtn {
		font-size: 13px;
		height: 43px;
		line-height: 40px;
		margin-top: 13px;
		width: 143px;
	}
	.content_txt.project.list {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.salon_info_txt {
		margin-bottom: 3px;
		font-size: 16px;
	}
	.salon_info {
		min-height: 0;
		position: relative;
		top: 0;
		width: 100%;
		padding: 30px 10px 16px 12px;
	}
	.salon_block:nth-child(2n) .salon_info {padding-left: 12px;}
	.salon_img {margin-left: 0;margin-top: 0;}
	.salon_block:nth-child(2n) .salon_img {margin-right: 0;}
	.salon_block {margin-bottom: 0;}
	.salon_block:nth-child(2n) .owl-nav {
		left: auto;
		right: 50%;
	}
	.prjctlst .salon_info {padding: 30px 80px 28px 12px;}
	.prjctlst .salon_info_addr, .prjctlst .salon_info_more {font-size: 14px;margin-bottom: 0;}
	.city_block {
		margin-top: 33px;
		padding-left: 10px;
		font-size: 21px;
	}
	.city_block > a, .city_block .redbtn {margin-right: 0;}	
	.city_block .redbtn {
		font-size: 21px;
		height: 50px;
	}	
	.city_block > a {padding: 0 10px;}
	.name_job {
		display: inline-block;
		line-height: 1;
		margin-left: 23px;
		vertical-align: middle;
		width: 86%;
	}	
	.job_block {margin: 48px 10px 0;}	
	.job_row > a {padding: 0 9px;}	
	.jobtxt h3, .resume_form h3 {
		font-size: 24px;
		font-weight: 700;
	}	
	.jobtxt {
		margin-top: 23px;
		padding-left: 11px;
		padding-right: 12px;
		width: 100%;
	}
	.resume_form {
		margin-top: 50px;
		padding-left: 12px;
		padding-right: 12px;
		width: auto;
	}
	.resume_form label {
		font-size: 18px;
	}
	.resume_form input[type="text"]{height: 38px;}	
	.resume_form input[type="text"], 
	.resume_form textarea {
		margin-bottom: 8px;
		width: 100%;
	}
	.manuf_column{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		padding: 15px 12px;
	}
	/* .newsl {max-width: 339px;} */
	.newsl {
		margin-top: 20px;
	}
	.news_ttl {
		margin-top: 15px;
		padding: 0 20px;
		font-weight: 700;
	}
	.news_intro_txt {
		margin-top: 13px;
		padding: 0 20px;
	}
	.news_block {
		margin-bottom: 30px;
		padding-left: 0;
		width: 100%;
	}
	.pagination ul {
		font-size: 14px;
		height: 40px;
		line-height: 38px;
		margin: 0 1px;
	}
	.pagination li {width: 50px;}
	.pagn_prev, .pagn_next {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		width: 47px;
	}
	.manuf_logo {
		float: none;
		margin: 0 auto;
		padding-left: 0;
		padding-top: 33px;
		width: 49%;
	}
	.manuf_txt {
		font-size: 16px;
		padding: 19px 11px 0;
		width: 100%;
	}
	.manuf_txt p {
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.manuf_product {
		margin: 4px auto;
		padding: 0 11px;
		width: 100%;
		text-align: center;
	}
	.manuf_product h2 {
		font-size: 30px;
		margin-bottom: 23px;
		text-align: left;
	}
	.manuf_product .product_block {
		display:block;
		margin-left: auto;
		margin-right: auto;		
		width: 100%;
	}
	.product_h1 {
		font-size: 36px;
		padding: 0;
		text-align: center;
		width: 80%;
	}
	.product {margin-top: 28px;}
	.product > .product_img .sticker {
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		width: 78px;
	}
	.product_img .owl-theme .owl-nav {
		bottom: 13px;
		right: 50%;
		transform: translateX(50%);
		white-space: nowrap;
	}
	.product_desc_block {
		margin-top: 18px;
		padding: 0 14px;
	}
	.product_info, .product_desc_stock {
		float: none;
		width: 100%;
	}
	.product_desc_stock .fa.fa-square {
		margin-left: 3px;
		margin-right: 3px;
	}
	.salon_addr {
		background-position: 1px 5px;
		margin-bottom: 20px;
		margin-top: 11px;
		padding-left: 30px;
	}
	.product_desc {margin-top: 33px;}
	.newprice {white-space: nowrap;margin-left: 10px;}
	.catalogh {
		font-size: 30px;
		padding: 0 12px;
		text-align: left;
		width: 100%;
	}
	.catalog .product {margin-top: 13px;}
	.filter_lnk_block {
		line-height: 1;
		padding: 0 35px 0 12px;
		text-align: left;
		text-align-last: justify;
	}
	.filter_lnk {margin-left: 0;}
	.filter_block {margin-top: 10px;}
	.select_block, .chekbox_block {
		margin-top: 15px;
		width: 91%;
	}
	.catalog .list_product {
		margin: 30px auto 0;
		width: 100%;
		text-align: center;
		max-width: 480px;
	}
	.catalog .product_block {width: 100%;}
	.catalog .pagination {
		margin: 0 auto;
		padding: 0 12px;
		width: 100%;
	}
	.catalog .pagination {
		margin: 0 auto;
		padding: 0 12px;
		width: 100%;
		text-align: center;
	}
	.pagn_prev, .pagn_next {
		font-size: 18px;
		height: 35px;
		line-height: 30px;
		width: 38px;
	}
	.pagination ul {
		font-size: 12px;
		height: 35px;
		line-height: 33px;
		margin: 0;
	}
	.pagination li {width: 41px;}
	.brand_row {
		max-width: 279px;
		padding: 0 0 8px;
		text-align: left;
	}
	.mainslider {top: 58px;}
	.top_main {
		/* height: 223px; */
		padding-top: 0;
		position: relative;
	}
	.action {
		font-size: 19px;
		left: 12%;
		top: 21%;
	}
	.bigtxt {
		font-size: 39px;
		line-height: 1.1;
		margin-left: 25px;
	}
	.mtxt {
		font-size: 28px;
		font-weight: 300;
		line-height: 1;
	}
	.stxt {
		font-size: 19px;
		font-weight: 100;
		line-height: 1.3;
		margin-left: 105px;
	}
	.action .redbtn, .action .redbtn:hover {
		font-size: 12px;
		height: 28px;
		line-height: 26px;
		margin-left: 58px;
		margin-top: 15px;
		width: 103px;
	}
	.about_img {height: 350px;}	
	.about_block > div {
		float: none;
		width: 100%;
	}	
	.about_txt {
		padding: 28px 10px 55px 11px;
		font-size: 16px;
	}
	.about_txt h2 {
		font-size: 30px;
	}
	.about_txt .introtxt {
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.inside.blk2 {
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
	}
	.salon_blk .block_ttl {margin-bottom: 0;}
	.sale {margin-top: 28px;width: 100%;}
	.inside.blk1 {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 0px;
	}
	.brand_row .allbrand {margin-left: 15px;}

	
}

@media (max-width: 479px){
	.manuf_column{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		padding: 15px 12px;
	}
}
@media (max-width: 330px){
	.newprice {margin-left: 50px;}
}
