@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic');

/*--------------------Resete styles--------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}
html{
	line-height:1;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
th, td{
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}
a img{
	border:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
	display:block;
}
strong, b{
	font-weight:700;
}
/*-------------------- Default styles --------------------*/
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
	color:#2e313a;
	line-height:1.2;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
}
*{
	box-sizing:border-box;
	outline:none !important;
}
*:before, *:after{
	box-sizing:border-box;
}
.hide{
	display:none;
}
b, strong{
	font-weight:bold;
}
button, input[type="button"], input[type="submit"]{
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled], html input[disabled]{
	cursor:default;
}
button::-moz-focus-inner, input::-moz-focus-inner{
	padding:0;
	border:0;
}
/*-------------------- Bootstrap styles --------------------*/
.clearfix:before, .clearfix:after, .row:before, .row:after{
	display:table;
	content:"";
	clear:both;
}
.container{
	margin-right:auto;
	margin-left:auto;
	position:relative;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:768px){
	.container{
		width:750px;
	}
}
@media (min-width:992px){
	.container{
		width:970px;
	}
}
@media (min-width:1200px){
	.container{
		width:972px;
	}
}
.container-fluid {
	margin-right:auto;
	margin-left:auto;
}
.row {
	clear:both;
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float:left;}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9 {width:75%}
.col-xs-8 {width:66.66666667%}
.col-xs-7 {width:58.33333333%}
.col-xs-6 {width:50%}
.col-xs-5 {width:41.66666667%}
.col-xs-4 {width:33.33333333%}
.col-xs-3 {width:25%}
.col-xs-2 {width:16.66666667%}
.col-xs-1 {width:8.33333333%}
@media (min-width:768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float:left; }
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:75%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:41.66666667%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:25%}
	.col-sm-2{width:16.66666667%}
	.col-sm-1{width:8.33333333%}
}
@media (min-width:992px){
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left;}
	.col-md-12{width:100%}
	.col-md-11{width:91.66666667%}
	.col-md-10{width:83.33333333%}
	.col-md-9{width:75%}
	.col-md-8{width:66.66666667%}
	.col-md-7{width:58.33333333%}
	.col-md-6{width:50%}
	.col-md-5{width:41.66666667%}
	.col-md-4{width:33.33333333%}
	.col-md-3{width:25%}
	.col-md-2{width:16.66666667%}
	.col-md-1{width:8.33333333%}
}
@media (min-width:1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left;}
	.col-lg-12{width:100%}
	.col-lg-11{width:91.66666667%}
	.col-lg-10{width:83.33333333%}
	.col-lg-9{width:75%}
	.col-lg-8{width:66.66666667%}
	.col-lg-7{width:58.33333333%}
	.col-lg-6{width:50%}
	.col-lg-5{width:41.66666667%}
	.col-lg-4{width:33.33333333%}
	.col-lg-3{width:25%}
	.col-lg-2{width:16.66666667%}
	.col-lg-1{width:8.33333333%}
}
.pull-right{float:right}
.pull-left{float:left}
.hide{display:none}
.show{display:block}
.invisible{visibility:hidden}
.hidden{display:none}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
/*-------------------- MENU --------------------*/
.header {
	min-height:50px;
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	padding-top: 10px;
}
.nav-menu{
	float:none;
	display:none;
	width:100% !important;
	margin-top:50px;
	position: absolute;
	left: 0;
	background-color: #ccc;
	z-index: 3;
	text-align: center;
}
@media (min-width:768px){
	.nav-menu{
		margin-top: 20px;
		display:block !important;
		width:auto !important;
		position: static;
		left: auto;
		background-color: transparent;
		z-index: 0;
	}
}
.nav-list li{
	display:block;
	vertical-align:top;
	text-align:center;
	position: relative;
}
@media (min-width:768px){
	.nav-list li{
		display:inline-block;
		margin-right: 40px;
	}
	.nav-list li:last-child{
		margin-right: 0;
	}
}
.nav-list li a{
	color:#2e313a;
	text-transform:uppercase;
	font-size:18px;
	text-decoration:none;
	line-height:30px;
	display:block;
	height:30px;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	position: relative;
}
.nav-list li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	background-color: #f7bb1d;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.nav-list li a:hover::before{
	width: 0;
}
.nav-list li.active a{
	pointer-events: none;
	color: #878787;
}
.nav-list li.active a::before{
	background-color: #878787;
}
.nav-btn{
	display:block;
	height:50px;
	position:absolute;
	right:0;
	top:0;
	width:60px;
	padding:10px 15px;
	display:block;
	z-index:2;
	overflow:hidden;
}
@media (min-width:768px){
	.nav-btn{
		display:none;
	}
}
.nav-btn span{
	background-color:#000;
	height:2px;
	width:100%;
	display:block;
	margin:6px 0;
	position:relative;
	-webkit-transition:all 0.4s ease, visibility 0.1s ease;
			transition:all 0.4s ease, visibility 0.1s ease;
}
.nav-btn:hover span:nth-child(2){
	margin-left: -8px;
}
.nav-btn.active span{
	height: 2px;
	-webkit-transform-origin:0;
			transform-origin:0;
}
.nav-btn.active span:first-child{
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
}
.nav-btn.active span:last-child{
	margin-top: 11px;
	-webkit-transform:rotate(-45deg);
			transform:rotate(-45deg);
}
.nav-btn.active span:nth-child(2){
	visibility:hidden;
}
.section{
	padding-top: 94px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.bg-left,
.bg-right{
	content: '';
	position: fixed;
	top: 60%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 30%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.bg-left{
	left: 0;
	background-image: url(../img/bg-left.png);
	background-position: left center;
}
.bg-right{
	right: 0;
	background-image: url(../img/bg-right.png);
	background-position: right center;
}
.header-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
/*--------------------LOGO--------------------*/
.logo{
	color: #2e313a;
	font-size: 20px;
	font-weight: 300;
	padding: 0;
	text-decoration: none;
	text-align: center;
	margin: 0 52px;
}
.logo img{
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.logo:hover img{
	opacity: .7;
}
.logo span{
	display: block;
	font-size: 13px;
	letter-spacing: 0.02em;
	text-align: right;
}
.header-info{
	background-color: #2e313a;
	width: 100%;
	padding: 0 48px;
	position: relative;
}
.header-info::before{
	content: '';
	width: calc(100% - 18px);
	height: 12px;
	background-color: #f7bb1d;
	position: absolute;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.header-info:hover::before{
	height: 8px;
}
.header-email::before{
	bottom: 100%;
	left: 0;
}
.header-phone::before{
	top: 100%;
	right: 0;
	background-color: #e01b22;
}
.header-email{
	text-align: right;
}
.header-info a{
	color: #f2f1ef;
	text-decoration: none;
	letter-spacing: 0.06em;
	font-weight: 600;
	display: inline-block;
	line-height: 45px;
}
.header-info a:before{
	content: '';
	display: inline-block;
	vertical-align: -3px;
	margin-right: 11px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.header-email a:before{
	width: 26px;
	background-image: url(../img/mail-header.png);
}
.header-phone a:before{
	width: 16px;
	background-image: url(../img/phone-header.png);
}
.header-info a:hover:before{
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
/*------------------------- main -------------------------*/
.products-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.product-item{
	width: calc(33.3% - 10px);
	margin: 0 5px 10px;
	border: 1px solid #d1d1d1;
	padding: 15px 14px ;
	text-align: center;
	background-color: #fff;
}
.prod-info-top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	min-height: 46px;
}
.prod-name{
	font-weight: 600;
	max-width: 177px;
	text-align: left;
	padding-top: 4px;
}
.prod-info-top .price{
	color: #e01b22;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
}
.prod-info-top .price span{
	font-size: 23px;
	line-height: 23px;
	color: #2e313a;
	font-weight: 400;
	vertical-align: -1px;
	margin-left: 2px;
}
.prod-img-wrap{
	height: 130px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow: hidden;
}
.prod-img-wrap img{
	max-width: 100%;
	max-height: 130px;
	margin: auto;
}
.prod-text{
	letter-spacing: 0.02em;
	margin: 5px -10px 10px;
	height: 68px;
	overflow-y: auto;
}
.btn{
	color: #e9e8e6;
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 126px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	background-color: #2e313a;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration: none;
}
.btn:hover{
	background-color: #e01b22;
}
.products-cover{
	height: 650px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #d1d1d1 !important;
}
.mCSB_inside>.mCSB_container {
	margin-right: 15px !important;
}

/*------------------------- SERVICES ---------------------------*/
.service-wrap{
	max-width: 920px;
	margin: 0 auto;
}
.service-item{
	margin-bottom: 15px;
	background-color: #ddd;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 34px;
}
.service-item:last-child{
	margin-bottom: 0;
}
.service-item img{
	max-width: 141px;
	margin-right: 66px;
}
.serv-text{
	font-size: 18px;
}

/*------------------------- ADVANTAGES ---------------------------*/
.advantage-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	padding: 0 41px 0 97px;
}
.advantage-item:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 0 45px 0 15px;
}
.advantage-info{
	font-size: 18px;
	margin-left: 76px;
}
.advantage-info h6{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 19px;
}
.advantage-item:nth-of-type(2n) .advantage-info{
	text-align: right;
	margin-right: 44px;
	margin-left: 0;
}

/*------------------------- CONTACTS ---------------------------*/
.contact-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.contact-wrap img{
	max-width: 368px;
	margin-top: 16px;
	border-radius: 50%;
}
.contact-info{
	margin-left: 22px;
	max-width: 466px;
	width: 100%;
}
.contact-info li{
	background-color: #e0dfdc;
	margin-bottom: 16px;
	position: relative;
	font-size: 18px;
	text-align: center;
	padding: 15px 10px;
	z-index: 1;
}
.contact-info .cont-text{
	padding-left: 34px;
}
.contact-info .cont-text::before{
	content: '';
	position: absolute;
	left: -65px;
	bottom: -5px;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 90px solid #e0dfdc;
	border-bottom: 25px solid transparent;
	transform: rotate(-30deg);
	z-index: -1;
}
.contact-info li:last-child{
	margin-bottom: 0;
}
.contact-info li p{
	max-width: 325px;
	text-align: left;
	margin: 0 auto;
	padding: 23px 0;
}
.contact-info li a{
	font-weight: 700;
	color: #2e313a;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
	display: inline-block;
}
.contact-info li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #f7bb1d;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.contact-info li a:hover::before{
	width: 100%;
}

/*------------------------- FOOTER ---------------------------*/
footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #2e313a;
	color: #e9e8e6;
	padding: 21px 0 19px;
	z-index: 1;
}
.footer-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.footer-name{
	font-weight: 600;
}
.footer-right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.footer-btn{
	color: #e9e8e6;
	text-decoration: none;
	background-color: rgba(224,27,34,1);
	min-width: 495px;
	width: 100%;
	height: 41px;
	line-height: 41px;
	text-align: center;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	font-weight: 600;
}
.footer-btn:hover{
	background-color: rgba(224,27,34,.8);
}
.footer-icon{
	padding: 1px 0;
	height: 41px;
	margin-right: 29px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.footer-icon img{
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.footer-icon:hover img{
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	opacity: .8;
}

/*-------------------- POPUP --------------------*/
.overlay {
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: -1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	background-color: rgba(0,0,0,.7);
}
.overlay.active {
	z-index: 9;
	opacity: 1;
	overflow: hidden;
}
.overlay.active-gal {
	background-color: transparent;
}
.popup {
	box-shadow: -20px 20px 0px -5px rgba(46,49,58,1);
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	position: fixed;
	top: 50%;
	z-index: -1;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	max-width: 460px;
	width: 100%;
	background-color: #fff;
}
.popup.active {
	z-index: 10;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
body.modal .overlay {
	opacity: 1;
	z-index: 9;
	overflow: hidden;
}
body.modal {
	overflow: hidden;
}
.popup-form-cover{
	padding: 30px 34px;
}
.popup h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
	color: #000;
}
.popup .form-wrap {
	border: none;
	background-color: transparent;
	padding: 8px 0 15px;
}
.popup-close {
	width: 28px;
	height: 28px;
	position: absolute;
	right: -35px;
	top: -35px;
	cursor: pointer;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.popup-close::before,
.popup-close::after {
	content: "";
	width: 2px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #e01b22;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.popup-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup-close:hover::before,
.popup-close:hover::after {
	opacity: .6;
}
.form-wrap li{
	position: relative;
}
.form-wrap textarea,
.form-wrap input{
	display: block;
	width: 100%;
	background-color: #ddd;
	border: none;
	padding: 0 14px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #2e313a;
}
.form-wrap input{
	height: 46px;
}
.form-wrap textarea{
	height: 90px;
	resize: none;
	padding-top: 10px;
}
.form-file-wrap{
	cursor: pointer;
	padding: 5px 0;
}
.form-wrap .form-file{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.form-wrap label{
	display: inline-block;
	position: relative;
}
.form-wrap label::before{
	content: '';
	display: inline-block;
	background-image: url(../img/file-add.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: -2px;
}
.form-wrap .form-btn{
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	background-color: #e01b22;
	max-width: 240px;
	margin: 20px auto 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.form-wrap .form-btn:hover{
	opacity: .8;
}
.inp-title{
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
}
/*--------------------------- MEDIA ---------------------------*/
@media(max-height: 970px) and (min-width: 768px){
	.service-item img {
		max-width: 136px;
	}
	.advantage-item img{
		max-width: 200px;
	}
	.advantage-info {
		margin-left: 44px;
	}
}
@media(max-height: 950px) and (min-width: 768px){
	.service-item img{
		max-width: 130px;
	}
	.advantage-item img{
		max-width: 196px;
	}
	.service-item img {
		max-width: 120px;
	}
	.service-item {
		margin-bottom: 12px;
	}
	.advantage-info,
	.serv-text {
		font-size: 17px;
	}
	.service-item{
		padding: 7px 34px;
	}
	.prod-img-wrap {
		height: 110px;
	}
	.prod-img-wrap img {
		max-height: 110px;
	}
	.products-cover {
		height: 618px;
	}
	.advantage-item img {
		max-width: 180px;
	}
	.advantage-info {
		margin-left: 30px;
	}
	.advantage-item:nth-of-type(2n) .advantage-info{
		margin-right: 30px;
	}
	.advantage-info h6 {
		margin-bottom: 14px;
	}
}
@media(max-height: 900px) and (min-width: 768px){
	.product-item{
		margin: 0 5px 10px;
		padding: 10px 14px;
	}
	.prod-info-top{
		padding-bottom: 5px;
	}
	.prod-img-wrap {
		height: 90px;
	}
	.prod-img-wrap img{
		max-height: 90px;
	}
	.prod-info-top .price{
		font-size: 18px;
	}
	.prod-info-top .price span {
		font-size: 20px;
		line-height: 20px;
	}
	.products-cover {
		height: 500px;
	}
	.logo img {
		max-width: 160px;
	}
	.logo span {
		min-width: 200px;
		text-align: center;
	}
	.logo {
		margin: 0 40px;
	}
	.header-info a{
		line-height: 40px;
	}
	.header-info::before{
		height: 8px;
	}
	.nav-menu{
		margin-top: 12px;
	}
	footer{
		padding: 16px 0 14px;
	}
	.service-item img {
		max-width: 110px;
		margin-right: 40px;
	}
	.advantage-item img {
		max-width: 170px;
	}
	.advantage-info h6 {
		margin-bottom: 10px;
	}
	.advantage-info p{
		max-width: 630px;
	}
	.contact-info li,
	.nav-list li a{
		font-size: 17px;
	}
}
@media(max-height: 820px) and (min-width: 768px){
	.section {
		padding-top: 70px;
	}
	.nav-list li a{
		font-size: 16px;
		line-height: 24px;
		height: 24px;
	}
	.header{
		padding-top: 5px;
	}
	.header-info a {
		line-height: 36px;
	}
	footer {
		padding: 12px 0 10px;
	}
}
@media(max-height: 780px) and (min-width: 768px){
	.logo img {
		max-width: 144px;
	}
	.header-info a {
		line-height: 32px;
	}
	.nav-menu {
		margin-top: 8px;
	}
	.footer-btn{
		line-height: 36px;
		height: 36px;
	}
	.footer-icon {
		padding: 0;
		height: 38px;
	}
	.prod-name {
		font-size: 13px;
	}
	.prod-info-top{
		min-height: 40px;
	}
	.prod-text{
		font-size: 13px;
	}
	.prod-text {
		height: 48px;
	}
	.prod-img-wrap {
		height: 80px;
	}
	.prod-img-wrap img {
		max-height: 80px;
	}
	.products-cover {
		height: 480px;
	}
	.nav-list li a {
		font-size: 15px;
	}
	.prod-info-top .price {
		font-size: 16px;
	}
	.prod-info-top .price span {
		font-size: 18px;
		line-height: 18px;
	}
	footer {
		padding: 10px 0 9px;
	}
	.service-item img {
		max-width: 94px;
		margin-right: 34px;
	}
	.contact-info li p,
	.advantage-info,
	.serv-text {
		font-size: 16px;
	}
	.advantage-item img {
		max-width: 156px;
	}
}
@media(max-height: 680px) and (min-width: 768px){
	.products-cover {
		height: 440px;
	}
	.service-item img {
		max-width: 86px;
		margin-right: 24px;
	}
	.advantage-item img {
		max-width: 140px;
	}
	.contact-wrap img {
		max-width: 330px;
	}
}

@media(max-width: 1199px){

}
@media(max-width: 991px){
	.header-info {
		padding: 0 25px;
	}
	.header-info::before{
		height: 8px;
	}
	.logo img {
		max-width: 130px;
	}
	.logo span {
		min-width: 200px;
		text-align: center;
	}
	.logo {
		margin: 0 40px;
	}
	.header-info a {
		line-height: 36px;
	}
	.nav-menu {
		margin-top: 8px;
	}
	.nav-list li a{
		font-size: 14px;
	}
	.nav-list li {
		margin-right: 30px;
	}
	.footer-btn{
		min-width: 374px;
	}
	footer{
		padding: 13px 0 11px;
	}
	.prod-name {
		font-size: 13px;
		letter-spacing: -0.08em;
		padding-top: 2px;
	}
	.prod-info-top .price span {
		font-size: 15px;
		line-height: 15px;
	}
	.prod-info-top .price {
		margin: 0 0 0 5px;
		font-size: 14px;
		min-width: 65px;
	}
	.product-item {
		padding: 8px 5px;
	}
	.prod-img-wrap img {
		max-height: 74px;
	}
	.prod-img-wrap {
		height: 74px;
	}
	.prod-text{
		height: 58px;
		margin: 5px -2px 10px;
		font-size: 12px;
	}
	.contact-info li p, .advantage-info, .serv-text {
		font-size: 14px;
	}
	.advantage-item:nth-of-type(2n),
	.advantage-item{
		padding: 0;
	}
	.contact-wrap img {
		max-width: 330px;
	}
	.contact-info li p {
		padding: 14px 0;
	}
}

@media(max-width: 767px){
	body{
		padding-top: 68px;
	}
	.section {
		-ms-align-items: flex-start;
		align-items: flex-start;
		padding: 25px 0;
	}
	.logo {
		margin: 0 15px;
	}
	.header-info {
		padding: 0 12px;
	}
	.header-info a:before{
		margin-right: 5px;
	}
	.header-info a {
		font-size: 13px;
		line-height: 30px;
	}
	.nav-list li {
		margin-right: 0;
	}
	.header {
		min-height: 50px;
		z-index: 1;
		padding-top: 5px;
		background-color: #fff;
		box-shadow: 0px 1px 3px 0px rgba(46,49,58,0.5);
	}
	.nav-menu {
		background-color: #2e313a;
		padding: 15px 0;
		margin-top: 0;
	}
	.nav-list li a{
		color: #fff;
		height: 34px;
		line-height: 34px;
	}
	.nav-list li a::before{
		display: none;
	}
	.nav-btn {
		position: fixed;
		top: 0;
		right: 0;
	}
	.product-item {
		width: calc(50% - 10px);
		padding: 14px 10px;
	}
	.prod-name {
		font-size: 14px;
	}
	.prod-info-top .price {
		font-size: 15px;
		min-width: 70px;
	}
	.prod-text {
		height: 70px;
		font-size: 14px;
	}
	.products-cover {
		height: auto;
	}
	.footer-btn {
		min-width: 320px;
		height: 36px;
		line-height: 36px;
		font-weight: 600;
		font-size: 12px;
	}
	.footer-icon {
		padding: 0;
		height: 36px;
		margin-right: 15px;
	}
	.footer-icon img{
		height: 36px;
	}
	.footer-name {
		font-size: 12px;
	}
	footer {
		padding: 8px 0 7px;
	}
	.product-item {
		padding: 14px 10px;
	}
	.header-wrap{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.logo{
		margin-bottom: 6px;
	}
	.header-info{
		order: 2;
		text-align: center;
	}
	.header-info::before {
		height: 2px;
		width: 100%;
	}
	.logo img {
		max-width: 80px;
	}
	.service-item img {
		max-width: 90px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.service-item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
		padding-bottom: 15px;
	}
	.advantage-item:nth-of-type(2n) .advantage-info{
		margin-right: 20px;
	}
	.advantage-info {
		margin-left: 20px;
	}
	.advantage-info h6{
		margin-bottom: 8px;
	}
	.advantage-item img{
		max-width: 200px;
	}
	.advantage-item img {
		max-width: 154px;
	}
	.contacts {
		padding: 50px 0 90px;
	}
	.contact-wrap{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.contact-wrap img {
		max-width: 250px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.contact-info .cont-text::before{
		display: none;
	}
	.contact-info .cont-text {
		padding-left: 10px;
	}
	.contact-info li p{
		text-align: center;
		padding: 8px 0;
	}
	.contact-info li{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.contact-info{
		margin-left: 0;
	}
	.nav-list{
		margin-bottom: 10px;
	}
	.header-info:hover::before {
		height: 2px;
	}
	.popup{
		max-width: 290px;
		box-shadow: -15px 15px 0px -5px rgba(46,49,58,1);
	}
	.popup-form-cover {
		padding: 30px 15px 18px;
	}
	.popup h5 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.form-wrap input {
		height: 40px;
	}
	.form-wrap textarea, .form-wrap input{
		padding: 0 10px;
		margin-bottom: 6px;
		font-size: 13px;
	}
	.form-wrap textarea {
		height: 80px;
		padding-top: 7px;
	}
	.popup .form-wrap{
		padding-bottom: 10px;
	}
	.popup-close{
		top: 5px;
		right: 5px;
	}
	.popup-close::before, .popup-close::after{
		height: 30px;
	}
	.inp-title {
		text-align: center;
		margin-top: 10px;
	}
	.form-wrap .form-btn{
		margin-top: 15px;
	}
	.inp-title,
	.form-wrap label{
		font-size: 13px;
	}
	.form-file-wrap{
		text-align: center;
	}
}
@media(max-width: 600px){
	.products-wrap{
		max-width: 450px;
		margin: 0 auto;
	}
	.product-item{
		width: 100%;
		margin: 0 0 10px;
	}
	.prod-text{
		height: auto;
		margin: 10px 0px 10px;
		overflow-y: visible;
	}
	.prod-name {
		letter-spacing: normal;
	}
	.advantage-item:nth-of-type(2n) .advantage-info {
		margin-right: 0;
		text-align: center;
	}
	.advantage-wrap .advantage-item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin: 0 0 25px;
		text-align: center;
	}
	.advantage-wrap .advantage-item img{
		margin-bottom: 10px;
	}
	.footer-right,
	.footer-wrap{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.footer-right{
		width: 100%;
	}
	.footer-btn{
		min-width: 100%;
		height: 34px;
		line-height: 34px;
	}
	.footer-btn i{
		display: none;
	}
	footer {
		padding: 8px 0 0px;
	}
	.footer-icon{
		margin: 5px 0;
	}
	.footer-icon,
	.footer-icon img {
		height: 24px;
	}
	.contacts{
		padding-bottom: 110px;
	}
	footer .container{
		padding: 0;
	}
}