@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,500,700&subset=cyrillic');
@font-face {
    font-family: 'GothamPro';
    src: url(/wp-content/themes/partservice/fonts/GothaProBol.otf);
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url(/wp-content/themes/partservice/fonts/GothaProMed.otf);
    font-style: normal;
    font-weight: 500;
}
body{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	min-width: 320px;
	color: #000;
}
*,:hover,:focus{
	outline: none!important;
}
.wrapper{
	overflow: hidden;
	padding-top: 157px;
}
.wrapper-in>div{
	padding-top: 100px;
}
.alignleft{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 992px) {
	.fix_head header{
		position: fixed;
		top: -200px;
		box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
	    min-height: 0;
	    z-index: 99;
	}
	.fix_head .logo{
		width: 60px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.fix_head .navbar {
	    margin-bottom: 0;
	    min-height: 0;
	}
	.fix_head .navbar-nav {
	    margin-top: 7px;
	}
	.fix_head.fix_head_open header{
		transition: top .5s;
		top: 0;
	}
	.fix_head.fix_head_open.admin-bar header{
		top: 32px;
	}
}
header{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: #fff;
	z-index: 99;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
}
.tophead{
	border-bottom: 1px solid #ff0000 ;
	text-align: center;
}
.cont_item{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	line-height: 30px;
	font-size: 16px;
}
.cont_item span{
	color: #ff0000;
	margin-right: 5px;
	font-size: 20px;
}
.navbar {
    position: relative;
    min-height: 105px;
    margin-bottom: 0;
    border: none;
}
.logo{
	max-width: 120px;
	padding-left: 0;
	padding-right: 0;
}
.navbar-brand>img {
    max-width: 100%;
    height: auto;
}
.navbar-nav{
	margin-top: 30px;
}
.nav>li>a{
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	line-height: 18px;
	font-family: 'GothamPro';
	font-weight: 500;
	padding: 0 5px;
	margin: 15px 15px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #c20606;
    border-color: #c20606;
}
/*front-page*/
.slider{
	padding-top: 0 !important;
	color:#000;
	position: relative;
}
.slider_form{
	position: absolute;
	width: 100%;
	top: 0;
	text-align: right;
	z-index: 10;
}
.slider_form form{
	width: 350px;
	/*margin-top: 50px;*/
	margin-right: 100px;
	display: inline-block;
	border: 2px solid #000;
	padding: 30px 60px;
	background: rgba(255,255,255,.6);
	text-align: center;
	max-width: 100%
}
form input,form select {
	width: 100%;
	margin-bottom: 4px;
	line-height: 28px;
	padding: 0 10px;
	border:1px solid #797979;
}
form textarea{
	width: 100%;
	margin-bottom: 4px;
	border:1px solid #797979;
	padding: 5px 10px;
	line-height: 20px;
	height:60px;
}
form select{
	height: 30px;
}
form .bigtext{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'GothamPro';
	font-weight: 500;
}
form input[type="submit"]{
	display: inline-block;
	width: 170px;
	background: #ff0000;
	color: #fff;
	text-transform: uppercase;
	line-height: 36px;
	margin-top: 30px;
	font-size: 14px;
	border:none;
}
.ajax-loader{
	display: none !important;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
.modal-body form{
	text-align: center;
	max-width: 350px;
	margin: 0 auto;
}
.slider .overlay{
	-webkit-background-size: contain;
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	min-height: 600px;
}
.s_title{
	font-size: 20px;
	background: #fff;
	font-family: 'GothamPro';
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
}
.owl-nav{
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 11;
}
.owl-prev,.owl-next{
	color: #000;
	font-size: 20px;
	line-height: 24px;
	width: 26px;
	height: 26px;
	transform: translateY(-50%);
	text-align: center;
	background: #fff;
	border-radius: 99px;
	border: 1px solid #000;
	position: absolute;
	z-index: 20;
}
.owl-prev{
	left: 50px;
}
.owl-next{
	right: 50px;
}
.owl-dots{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}
.owl-dot{
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 3px;
	background: #888888;
	border-radius: 4px;
}
.owl-dot.active{
	background: #000;
}
.brands .owl-prev{
	left: -50px;
}
.brands .owl-next{
	right: -50px;
}
.owl-prev i{
	position: relative;
	left: -1px;
	top:-1px;
}
.owl-next i{
	position: relative;
	right: -1px;
	top:-1px;
}
.owl-carousel .owl-item img{
	display: inline-block;
	vertical-align: middle;
}
.block_title{
	text-align: center;text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 40px;
	font-family: 'GothamPro';
	font-weight: 500;
}
.block_title span{
	display: inline-block;
	transition: width .5s 1s;
}
.block_title span::after{
	content: '';
	display: block;
	width: 44px;
	height: 8px;
	background: #ff0000;
	margin: 10px auto 0;
	transition: width .5s 1s;
}
.shown .block_title span::after{
	width: 100%;
}
.features{
	text-align: center;
}
.features .item{
	display: inline-block;
	margin: 0 15px 30px;
	vertical-align: top;
	width: 160px;
}
.features .item .thumb{
	width: 95px;
	height: 95px;
	border:1px solid #000;
	margin: 0 auto 10px;
	text-align: center;
	line-height: 93px;
}
.features .item p{
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'GothamPro';
}
.features .item:hover .thumb{
	background: #000;
}
.block_subtitle{
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: -30px;
}
.brands .item{
	position: relative;
	height: 130px;
}
.brands .item img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.catalog .item{
	margin-bottom: 30px;
	padding: 20px;
	border:1px solid #000;	
	position: relative;
}
.catalog .item .thumb{
	border: 1px solid #e9e9e9;
	padding-bottom: 100%;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.catalog .item .name{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	min-height: 48px;
}
.catalog .item .text{
	min-height: 190px;
	font-size: 12px;
}
.catalog .item button{
	position: absolute;
	bottom: 0;
	right: 15px;
	display: inline-block;
	width: 115px;
	background: #fff;
	border: 2px solid #ff0000;
	color: #ff0000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 26px;
}
.catalog .item button:hover{
	background: #ff0000;
	color: #fff;
}
.block_text img{
	max-width: 100%;
	height: auto;
}
.order_btn{
	margin-top: 45px;
}
.order_btn button , .callback_btns a{
	display: inline-block;
	width: 115px;
	background: #ff0000;
	border: 2px solid #ff0000;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 15px;
}
.callback_btns a{
	width: auto;
	padding: 0 15px;
}
.callback_btns{
	margin-bottom: 100px;
	margin-top: 50px;
}
.callback_btns a:last-child{
	color: #ff0000;
	background: #fff;
}
.callback_btns a:hover{
	text-decoration: none;
}
.gmap{
	position: relative;
	height: 480px;
}
.gmap iframe{
	position: absolute;
	width: 100%!important;
	height: 100% !important;
	top: 0;
	left: 0;
}
.gmap .contact_info{
	position: absolute;
	z-index: 3;
	background: #fff;
	bottom: 50px;
	right: 100px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.5);
	width: 445px;
	text-align: center;
	max-width: 100%;
}
.gmap .contact_info .title{
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'GothamPro';
	line-height: 60px;
	border-bottom: 1px solid #ff0000;
}
.gmap .contact_info .cont_item{
	width: 300px;
	text-align: left;
}
.gmap .contact_info .cont_item span{
	display: inline-block;
	width: 35px;
	text-align: center;
}
.gmap .contact_info .cont_item:nth-child(2){
	margin-top: 30px;
}
.gmap .contact_info .cont_item:last-child{
	margin-bottom: 30px;
}
.gmap_overlay{
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.copyright p{
	margin-bottom: 0;
	line-height: 50px;
}
.copyright a{
	color: #000;
}
@media screen and (max-width: 1199px) {
	
}
@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 767px) {
	.wrapper{
		padding-top: 0;
	}
	header{
		position: static;
	}
	.navbar-toggle{
		margin-top: 30px;
	}
	.navbar-toggle .icon-bar{
		background: #000;
		height: 3px;
	}
	.logo{
		margin-left: 15px;
	}
	.nav>li>a{
		text-align: right;
	}
	.slider_form{
		position: static;
		transform:none;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.slider_form form{
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}
	.slider .overlay {
	    -webkit-background-size: contain;
	    background-size: contain;
	    background-position: center;
	    background-repeat: no-repeat;
	    text-align: center;
	    position: relative;
	    min-height: 300px;
	}
	.catalog .item{
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.callback_btns a {
		margin-bottom: 10px;
	}
	.gmap {
		height: auto;
	}
	.gmap .contact_info{
		position: static;
		margin: 0 auto;
	}
	.gmap iframe{
		position: static;
		height: 400px!important;
	}
	.gmap_overlay{
		display: none;
	}
	.copyright p{
		text-align: center;
	}
	.catalog .item .text{
		min-height: 0;
		padding-bottom: 40px;
		font-size: 14px;
	}
	.catalog .item .name{
		min-height: 0;
	}
	.callback_btns{
		margin-bottom: 0;
	}
	.wrapper-in>div{
		padding-top: 50px;
	}
}


.skiptranslate{
	display: none !important;
}
.langs{
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	line-height: 30px;
	font-size: 16px;
}
.langs a{
	color: #000
}
.tophead .container{
	position: relative;
}
@media screen and (max-width: 767px) {
	.langs{
		position: static;
		margin-bottom: 5px;
	}
	.cont_item span{
		font-size: 16px;
	}
}