body{
	font-family: 'Manrope-Regular', sans-serif; 
	font-size: 12px;
	color: #383c45;
}
.back{
	top: 0;
	left: 0;
	margin: none;
	padding: none;
	z-index: inherit;
}
.front{
	width: 100%;
	height: auto;
	margin: auto;
  	position: absolute;
  	/*top: 0; left: 0; bottom: 0; right: 0;*/
	z-index: 1062;
}
.client-map{
	
}
.client-map1{
	padding-left: 40px;
	display: block;
	list-style-type: none;
	text-align: left;
	width: 400px;
	font-size: 25px;
	padding-bottom: 35px;
	padding-left: 95px;
}
.client-map-spisok{
	display: block;
	font-family: 'Manrope ExtraLight', sans-serif; 
	list-style-type: none;
	text-align: left;
	width: 400px;
	font-size: 18px;
	padding-left: 95px;
}

.client-map2{
	/*margin-top: 50px !important;*/
	padding-right: 30px;
	display: block;
	list-style-type: none;
	text-align: right;
	width: 400px;
	font-size: 25px;
	padding-bottom: 35px;
	padding-right: 95px;
}
.client-map-spisok2{
	padding-right: 30px;
	display: block;
	font-family: 'Manrope ExtraLight', sans-serif; 
	list-style-type: none;
	text-align: right;
	width: 400px;
	font-size: 18px;
	padding-right: 95px;
}


.back-img{
	width: 100%;
	min-width: 100%;
}

.clear{
	clear: both;
}
.on-video{
	position: relative;
	height: auto;
	top: 100%;
	text-shadow: 0px -1px 6px rgba(150, 150, 150, 1);
}
.header{
	position: fixed;
	background: #fff !important;
	width: 100%;
	height: 112px;
	z-index: 1099;
	/*-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);*/

	clear: both !important;
}

.logo{
	position: relative;
	width: 200px;
	height: 22px;
	/* float: left; */
	left: 48px;
	margin-top: 25px;
	margin-bottom: 5px;
	/* margin-left: 48px; */
}
.logo a{
	display: inline-block;
  	position: relative;
}
.logo a>object{
	width: 160px;
	pointer-events: none;
	/*height: 22px;*/
}
.logo img{
	position: relative;
	width: 70%;
	height: 70%;
}

.m-nav-button{
	display: none;
}
.m-nav-close{
	display: none;
}


.lang{
	position: relative;
	float: right !important;
	top: 0px !important;
	margin-top: -22px;
	margin-right: 48px;
	clear: both;
}

.lang>select {
	width: auto;
	max-width: 100px;
	height: 26px;
	padding: 3px 20px 3px 3px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	background: url(../img/checkout-arrow.png) top right no-repeat;
	background-color: #fff;
	color: #000;
	border: 2px solid #000;
	-webkit-appearance: none;
	line-height: 1em;
	/* for FF */
	-moz-appearance: none;
	text-indent: 0.01px; 
	text-overflow: '';
	/* for IE */
	-ms-appearance: none;
	appearance: none!important;
}
 
.lang>select::-ms-expand {
	display: none;
}

.menu{
	position: relative;
	top: 35px;
	width: 100%;
	height: 37px;
	/* margin-top: 40px; */
	font-size 16px !important;
	/*background: #000;*/
	color: #fff !important;
	background: #383c45;
	/* z-index: 100px; */

	/*position: absolute;
	left: 50%;
	font-size: 16px !important;*/
}
.menu > ul{
	position: relative;
	width: auto;
	height: 100%;
	float: left;
	overflow: visible;
	left: 50%;
	margin: 0 auto;
	z-index: 1101;
	text-align: center;
}	
.menu>ul li{
	position: relative;
	float: left;
	left: -60%;
	height: 100%;
	list-style: none;
	float: left;

	margin-top: 0px;
	
}
.menu a{
	position: relative;
	display: block;
	height: 100%;
	text-transform: uppercase;
	line-height: 37px !important;
	padding: 0 23px 0 23px;
	text-decoration: none;
	/*color: #7d3179 !important;*/
	color: #fff !important;
	z-index: 1102;
}
.menu a:hover{
	/*height: 96px;
	border-bottom: 5px solid #7d3179;*/
	background: #70737a;
}

.section{
	position: relative;
	display:block;
	width: 100%;
	min-width: 100%;
	overflow: hidden;
	height:auto !important;
	min-height:100%;
	top:0;
	/*z-index: 0 !important;*/
}
.section:nth-child(2){
	padding-top:110px;
}
.section:after {
    	content:" ";
    	display:table;
    	clear:both;
}

.section-header{
	position: relative;
	width: 100%;

	/* background: url(../img/header-line.png) bottom center no-repeat; */
	padding: 0 0 40px 5px;
	font-family: 'Manrope-Regular', sans-serif;
	font-weight: 500;

	font-size: 22px;
	margin: 57px 0px 16px -7px;

	text-align: center;

}

.section p{
	font-size: 20px;
	text-align: left;
}

.first-bg{
	display: block;
	position: relative;
	width:100% !important;
	padding: 0;
    top: 0; 
    left:0;
    z-index: 0;
}


}
.first-link>img{
	position: relative;
	width: 100%;
}

.video{

}
.video h1{
	text-align: center;
}
.video p:first-child{
	margin-top: 30px;
}
.video p{
	font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
	text-transform: none;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
	text-shadow: 0px 1px 3px rgba(150, 150, 150, 1);
}
.video a{
	color: #fff !important;
	font-weight: 500;
	text-decoration: underline;
}

#why-us{
	top: 0;
	margin-top: 0;
}
why-us{
	margin-top: 0px !important;
	margin-bottom: 25px;
}

.why-us>img{
	position: relative;
	width: 120px; /*144px;*/
	left: 50%;
	margin-left: -60px;
	margin-bottom: 25px;

	/*margin: 0px 55px 25px 55px;*/
}
.why-us>p{
	font-size: 16px;
	text-align: center;
}
.why-us:nth-child(6n){
		clear: both;
	}

.client-map{
	margin-top: 90px !important;
	clear: both;
}

.client-map-text1{
	margin-top: 0px;
	float:  left;
}
.client-map-text2{
	margin-top: 0px;
	float:  right;
}

.section-catalog-p{
	margin-bottom: 70px;
}
.section-catalog-item{
	margin-bottom: 30px;
}
.section-catalog-item img{
	width: 100%;
	margin: 0 0 25px 0;
}
.section-catalog-item p{
	font-size: 18px;
	text-align: center;
}
.section-catalog-button{
	position: relative;
	display: block;
	width: 240px;
	height: 48px;

	margin: 0 auto;
	margin-bottom: 120px; 
	
	background: #7d3179;

	text-align: center;
	line-height: 48px;
	text-decoration: none;
	color: #fff !important;
	text-transform: uppercase;
}
.section-catalog-button:hover{
	text-decoration: none;
	color: #fff;
}

.contacts-section{
	margin-bottom: 76px;
}
.contacts-section ul li{
	padding-left: 41px;
	margin-bottom: 40px;
	list-style-type: none;
	text-align: left;
}
.contacts-section a{
	color: #444;
	font-size: 15px;
	text-decoration: none;
}
.contacts-section a:hover{
	text-decoration: none;
}
.contacts{
	margin-left: 12.5%;
}

.cont > li {
	list-style: none;
	padding-left: 51px;
}

#contact-place{
	background: url(../img/place-icon.png) center left no-repeat;
}

#contact-phone{
	background: url(../img/phone-icon.png) center left no-repeat;
}

#contact-mail{
	background: url(../img/email-icon.png) center left no-repeat;
}

#catalog{
	padding-bottom: 100px;
}

#catalog a{
	border-bottom: none;
	color: #383c45;
	font-size: 16px !important;
}

#catalog p{
	width: 100%;
	font-size: 16px !important;
	word-wrap: break-word !important;
}

.footer{
	height: 144px !important;
	margin-top: 10px !important;
	clear: both;
}
.footer img{
	position: relative;
	left: 50%;
	width: 150px;
	height: 15.5px;
	margin: 40px 0 5px 0;
	margin-left: -75px;
}
.footer p{
	font-size: 12px;
	color: #000;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
}

/*catalog*/
.catalog{
	/*margin-top: 96px;*/
}

.breadcrumb{
	margin-top: 20px;
	background: #fff !important;
}
.breadcrumb a{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	color: #383c45 !important;
	text-transform: uppercase;
	text-decoration: none;
}
.breadcrumb a:hover{
	text-decoration: underline;
}

.catalog-head{
	font-size: 25px;
	color: #383c45 !important;
	text-transform: uppercase;
}
.search{
	float: right;
	width: 400px;
	height: 40px;
	border: 1px solid #ccc;
	padding: 0;
	margin-top: 32px !important;
}
.search-input{
	position:relative;
	width: calc(100% - 38px);
	height: 100%;
	font-family: 'Roboto', sans-serif;
	line-height: 36px;
	font-weight: lighter;
	font-size: 18px;
	color: #383c45 !important;
	padding-left: 10px;
	border: none;
	float: left;
}
.search-input[placeholder]{
	line-height: 36px;
	font-weight: normal;
	color: #ccc;
}
.search-input::-moz-placeholder     {
	line-height: 36px;
	font-weight: normal;
	color: #ccc;
}
.search-input:-moz-placeholder      {
	line-height: 36px;
	font-weight: normal;
	color: #ccc;
}
.search-input:-ms-input-placeholder {
	line-height: 36px;
	font-weight: normal;
	color: #ccc;
}
.search-button{
	position: relative;
	width: 36px;
	height: 36px;
	top: 0;
	right: 0;
	float: right;
	margin: 1px;
	background: url(../img/search-button.png) top left no-repeat;
	border: none;
}

.search-answ{
	position: absolute;
	background: #fff;
	width: 400px;
	margin-top: 50px;
	margin-left: -1px;
	min-height:30px;
	border: 1px solid #ccc;
	padding: 3px;
	z-index: 999;
	display: none;
}
.search-answ div:after{
	clear: inherit;
	content:"";
	display:block;
	overflow: hidden;
	zoom: 1;
}

.catalog-sidebar-arrow{
	display: none;
}
.categories-menu{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.categories-menu> li{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.categories-menu a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	white-space: nowrap;
	font-size: 16px;
	padding-left: 16px;
	text-align: left;
	color: #383c45;
}
.categories-menu a:hover{
	text-decoration: none;
	color: #7d3179;
}
.new{
	list-style-image: url(../img/category-new.png);
	list-style-position: inside;
}

.current a{
	color: #7d3179;
}

.model-name{
	font-size: 21px;
	text-transform: uppercase;
}
.model-description{
	position: relative;
	width: 100%;
	text-align: left !important;
	text-transform: none !important;
	white-space: normal !important;
	font-size: 15px !important;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.category-item{
	margin-bottom: 25px;
}
.category-item:nth-child(3n){
	clear: both;
}

.category-item>a{
	position: relative;
	width: 100% !important;
	text-align: center !important;
	font-size: 14px;
	text-transform: uppercase;
	color: #383c45;
	text-decoration: none;
	display: block;
}
.category-item a{
	text-decoration: none;
}
.category-item>a>img{
	position: relative;
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.text-img{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

.item-img a img{
	position: relative;
	/*top: 60px;*/
	width: 100%;
	margin: 0;
}

.item-specifications{
	position: relative;
	width: 100%;
	margin-left: -10px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*top: 310px;*/
}
.item-specifications ul li{
	position: relative;
	/*width: 100%;*/
	/*white-space: nowrap;*/
	list-style-type: "\2215";
	padding-left: 15px;
	margin-right: 15px;
	float: left;
	/*word-wrap: break-word;*/
}
.item-description{
	position: relative;
	width: 100% !important;
	display: block;
	font-size: 16px !important;
	top: 30px !important;
	margin-left: 30px;
	margin-bottom: 180px !important;
}

.pagination{
	float: right;
	font-size: 24px;
	font-weight: 500;
}
.pagination>li{
	width: 48px;
	height: 49px;
	margin-left: 10px;
	float: left;
}
.pagination>li>a{
	position: relative;
	color: #444;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0px;
}

.pagination>li>a:hover{
	cursor: pointer;
	border: none;
	color: #7d3179;
	background-color: #fff;
}

.pagination>li:last-child>a:hover, .pagination>li:first-child>a:hover{
	color: #7d3179;
}

.pagination>li>span{
	cursor: pointer;
	border: none;
}

.pagination>li>span:hover{
	cursor: pointer;
	border: none;
	color: #7d3179;
}

.pagination>li.active span{
	width: 48px;
	height: 49px;
	border: none;
	background: url(../img/paginate-active.png) top left no-repeat;
	text-align: center;
	line-height: 39px;
}

.pagination>li.active span{
	background: url(../img/paginate-active.png) top left no-repeat;
	background-color: #fff !important;
}

.pagination>li>span{
	border: none;
	border-radius: 0px;
}
.pagination>li:hover{
	background: none;
}

.catalog-slider{
	position:  relative;
	width:  100%;
}
.catalog-slider-item
{
	width: 330px;
	padding: 5px 12px 5px 12px;
}
.catalog-slider-item img{
	position: relative;
	width: 100%;
}
.catalog-slider-item p,a{
	position: relative;
	width:  100%;
	text-align: center;
}

.cookies-informer {
	display: none;
    position: fixed;
    bottom: 45px;
    left: 18px;
    right: 18px;
    background: #fff;
    border: 2px solid #c8ab9b;
    padding: 10px 25px 10px 15px;
    font-weight: 300;
    
    align-items: left;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1063;
    border-radius: 5px;

}
.cookies-informer .informer-text {
    margin-right: 40px;
}

.cookies-informer .informer-text a {
    text-decoration: underline;
    color: #c8ab9b;
}

.cookies-informer .informer-text p {
    font-size: 14px;
    line-height: 19px;
}

.informer-button button{
    background: #c8ab9b;
    color: #fff;
    margin: 20px 0px 15px 0px;
    padding: 10px 20px 10px 20px;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 18px;
    font-weight: inherit;
    letter-spacing: 0;
    position: relative;
    border: none;
    border-radius: 5px;
}
.special-logo-container{
	margin-left: -300px;	
}
.logo-head{
	margin-top: 68px !important;
	text-align: left;
	width: 400px;
	font-size: 24px;
	padding-bottom: 40px;
}

.logo-reasons{
	padding-inline-start: 0px;
	padding-bottom: 40px;
}

.logo-reasons li{
	font-family: "Manrope ExtraLight";
	line-height: 1.6;
	font-size: 18px;
	list-style-type: none;
}
.logo-clients2{
	font-family: "Manrope ExtraLight";
	line-height: 1.6;
	font-size: 18px;
	list-style-type: none;
	padding-left: 0px;

}
.logo-clients{
	font-family: "Manrope ExtraLight";
	font-size: 18px;
	width: 400px;
	display: block;
	text-align: left;
}
/*.logo-clients h2{

}
.logo-clients p{

}*/

@media all and (max-width: 1570px) {
	
	.front{
		height: auto;
		margin: auto;
	  	position: absolute;
	  	top: 0; left: 0; bottom: 0; right: 0;
		z-index: 1062;
	}

	.client-map1{
		
	}
	.client-map1, .client-map2 {
		font-size: 20px;
	}
	.client-map-spisok, .client-map-spisok2{
		font-size: 14px;
	}
}
@media all and (min-width: 1170px) {
	/*.menu{
		display: block;
	}*/
}
@media all and (max-width: 1170px) {

	.categories-menu a {
		padding-top: 10px;
		line-height: normal !important;
		white-space: normal !important;
	}


	.logo{
		margin-left: 50%;
		left: -100px;
	}
	.section{
		width: 100%;
	}

	.col-sm-12{
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px;
	}

	.menu > ul li{
		    left: -60%;
	}

	.section-header{
		margin-bottom: 0px !important;
		padding-bottom: 25px !important;
		margin-left: 0px !important;
		/*padding-left: 30px !important; */
	}

	.section-header:nth-child(1n){
		/*padding-left: 25px !important;*/
		padding-bottom: 40px !important;
	}

	#catalog .section-header{
		padding-bottom: 21px !important;
		margin-top: 144px !important;
	}

	#contacts .section-header{
		padding-bottom: 30px !important;
	}


	#catalog{
		padding-bottom: 30px !important;
	}

	.first-link{
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
    top: 80%;
    left:60%;
    z-index: 999;
	}

	.client-map{
		margin-top: 156px !important;
	}
	.section:nth-child(2n){
		overflow: visible !important;
	}


	.client-map-text1, .client-map-text2{
		margin-top: -60px;
		
	}
	.client-map1, .client-map2 {
		font-size: 20px;
		padding-bottom: 20px !important;
	}
	.client-map-spisok, .client-map-spisok2{
		font-size: 14px;
	}
	.client-map1 {
    	
	}

	
	.contacts{
		max-width: 230px;
		float: left;
		left: 0;
		margin-left: 0;
	}

	#contact-place{
		max-width: 230px;
		float: left;
		min-height: 42px;
	} 

	.slick-slider{
		max-width: 600px;
		left: 50%;
		margin-left: -310px;
		padding-left: 30px !important;
	}

	.slick-prev{
		left:  5px !important;
	}

}



	.video-clip{
		display: none;
	}
	.video-bg{
		display: inline-block;
		min-height: 250px !important;
	}
	.back{
		width: 200%;
		margin-left: -50%;
	}
	/*.first{
		height: 270px !important;
	}*/
	.section{
		overflow: hidden;
	}
	.section p{
		font-size: 14px;
		text-transform: uppercase;
		text-align: center;
	}

	.section-header{
		width: 100%;

		/*background: url(../img/header-line.png) bottom center no-repeat;*/
		padding: 0 0 40px 0px;
		text-transform: uppercase;
		/* font-family: 'Roboto', sans-serif; */
		font-weight: 500;

		font-size: 23px;
		margin: 70px 0px 50px 0px;
	

		text-align: center;

	}

	.client-map> .front{
	}

	.on-video{
		position: relative;
		height: auto;
		top: 100%;
		font-size: 24px !important;
		text-shadow: 0px -1px 6px rgba(150, 150, 150, 1);
	}
	
	/*.special-logo h1{
		font-size: 32px !important;
	}*/


}
@media all and (max-width: 992px) {
	.why-us:nth-child(6n){
		clear: both;
	}
}

@media all and (max-width: 767px) {
	.search{
		position: relative;
		width: auto !important;
		float: left !important;
		margin-bottom: 20px;
	}
	
	.search-answ{
		position: absolute;
		background: #fff;
		width: 245px !important;
		margin-top: 50px;
		margin-left: -1px;
		min-height:30px;
		border: 1px solid #ccc;
		padding: 3px;
		z-index: 999;
		display: none;
	}
	.search-answ div{
		width: 110px;
	}
	.search-answ div:after{
		clear: inherit;
		content:"";
		display:block;
		overflow: hidden;
		zoom: 1;
	}

	.categories-menu{
		width: 100%;
		height: 64px;
		overflow: hidden;
		border: 1px solid #ccc;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.categories-menu:hover{
		height: auto;
		overflow: visible;
		background: #fff;
	}

	.catalog-sidebar-arrow{
		position: relative;
		width: 45px;
		height: 45px;
		background: url(../img/catalog-sidebar-arrow.png) top right no-repeat;
		top: 10px;
		right: 10px;
		margin: 0;
		padding: 0;
		float: right;
		display: block;
	}

}


/* SLIDER */

.slick-prev{
    width: 20px;
	height: 40px !important;
	background: url(../img/slider/prev.png) no-repeat !important;
	opacity: 1;
}
.slick-next{
    width: 20px;
	height: 40px !important;
	background: url(../img/slider/next.png) no-repeat !important;
	opacity: 1;
}
.slick-prev:before {
    color: black !important;
    content: '' !important;
}
.slick-next:before{
	color: black !important;
	content: '' !important;
}