/*
Theme Name:  Akistra 2020 
Theme URI: Theme URI
Author: Dezing
Author URI: 
Description: Аренда строительной техники и оборудования
Version: 1.5
*/

@font-face {
	font-family: 'DINPro-Regular';
	src: url('/fonts/DINPro-Regular.otf');
}
@font-face {
	font-family: 'DINPro-Medium';
	src: url('/fonts/DINPro-Medium.otf');
}
@font-face {
	font-family: 'DINPro-Bold';
	src: url('/fonts/DINPro-Bold.otf');
}

html,
body {
	height: 100%;
	width: 100%;
	font-family: 'DINPro-Regular', -apple-system,BlinkMacSystemFont,
	"Segoe UI",Roboto,"Helvetica Neue"
	,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",
	"Segoe UI Symbol","Noto Color Emoji";
	background-color: #f6f6f6;
}
h1{
	font-size: 20px;
	font-family: 'Into';
	margin: 20px 0 10px;
}
.title-h2,
h2{
	font-size: 19px;
	font-family: 'Into';
	margin: 20px 0 10px;	
}
h3{
	font-size: 18px;
	font-family: 'Into';
	margin: 20px 0 10px;	
}
h4{
	font-size: 17px;
	font-family: 'Into';
	margin: 20px 0 10px;	
}
h5{
	font-size: 16px;
	font-family: 'Prosto Sans Regular';
	margin: 20px 0 10px;	
}
h6{
	font-size: 15px;
	font-family: 'Prosto Sans Regular';
	margin: 20px 0 10px;	
}
.container-fluid{
	padding: 0;
	max-width: 1980px;
}
.container{
	width: 1230px;
	max-width: 100%;
}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.the-content img{
	max-width: 100%;
	height: auto;
}

.header {padding: 20px 0;}

.header .container{
	position: relative;	
}
.header .logo{
	width: 178px;
	height: 77px;
	float: left;	
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	margin-right: 111px;
}
.header .hamburger{
	float: left;
	height: 77px;
	width: 43px;
	background-image: url(images/hamburger-2.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
}
.header .tooltip{
	top: -5px !important;
	left: 204px !important;
}
.header .menu{
	display: table;
	float: left;
}
.header .menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.header .menu li{
	float: left;
	margin: 3px;
	padding: 21px 0;
}
.header .menu a{
	padding: 4px 8px;
	font-family: 'Into';
	font-size: 13px;
	letter-spacing: 1px;
	color: black;
	text-decoration: none;
}
.header .menu .underline{
	padding-bottom: 3px;
	border-bottom: 4px solid transparent;
}
.header .menu li.current-menu-item .underline{
	border-color: #f9cd00;
}
.header a[data-original-title="Меню"]{
	display: table;
	float: left;
}
#nav-icon{
	float: left;
	margin: 25px 20px;
	width: 35px;
	height: 25px;
	position: relative;
}
#nav-icon span{
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background-color: #f9cd00;
	left: 0;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2) {
	top: 10px;
}
#nav-icon span:nth-child(3) {
	top: 20px;
}
.btn-callback a{
	transition: background-color 1s, color 1s;
}
.btn-callback a:hover{
	color: white !important;
	background-color: #6e5914;
}
.header .btn-callback{
	float: right;
	margin-right: 40px;
	padding: 23px 0;
}
.header .btn-callback a{
	padding: 9px 10px;
	background-color: #303078;
	letter-spacing: 1px;
	font-family: 'Into';
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.header #contact_form_pop{
	display: none;
}
.header .contacts{
	float: right;
	padding: 6px 0;
	line-height: 1.45;
}
.header .contacts .tel{
	font-family: 'Into';
	letter-spacing: 1px;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding-left: 22px;
	font-size: 16px;
}
.header .contacts .email{
	font-size: 20px;
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 27px;
	padding-right: 36px;
}
.crumbs{
	padding: 17px 0;
	width: 100%;
}
.crumbs-body{
	display: table;
}
.crumbs .col-left{
	height: 100%;
	padding-right: 15px;
	display: table-cell;
	vertical-align: middle;
}
.crumbs .col-left #nav-icon{
	margin: 0;
}
.crumbs .col-right{
	display: table-cell;
	vertical-align: middle;
}
.crumbs .first-crumb{
	display: inline-block;
	font-family: 'Into';
	color: #000;
	margin-right: 7px;
	background: url('images/menu-icon.png') 0 0 no-repeat;
	padding-left: 22px;
	line-height: 100%;
}
.crumbs .first-crumb::after{
	content: " ";
	background-image: url(images/crumbs-dash.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 10px;
	margin-left: 10px;
}
.crumbs .home-crumb{
	display: inline-block;
	margin-right: 0;
}
.crumbs .home-crumb::after{
	content: " ";
	background-image: url(images/crumbs-arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 10px;
	margin-left: 14px;
}
.crumbs .home-crumb a{
	font-size: 12px;
	color: #8f8f8f;
}
.crumbs .home-crumb.depth-2::after,
.crumbs .home-crumb.depth-2{
	/*margin-left: 4px;*/
}
.crumbs .active-crumb{
	/*margin-left: 2px;*/
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.sidebar{
	padding-right: 0;
}
.sidebar .menu > a {text-decoration: none;}
.sidebar .menu a:hover {text-decoration: none;}
.sidebar .menu ul a:hover {text-decoration: underline;}

.sidebar .menu .title{
	font-family: 'Into';
	background-repeat: no-repeat;
	font-size: 17px;
}
.sidebar .menu-1{
	background-color: #fff;
	border-left: 0;
}
.sidebar .menu > a {
	display: block;
	background-size: 100% 100%;
}

.sidebar .menu-1 .title{
	background: url(images/icon-category-menu-1.png) 10px 50% no-repeat;
	padding: 14px 0 12px 67px;
	border-bottom: 1px solid #b2b6b6;
}
.sidebar .menu-2 .title{
	background: url(images/icon-category-menu-2.png) 10px 50% no-repeat;
	padding: 15px 0 15px 67px;
	border-bottom: 1px solid #b2b6b6;
	background-size: 65px auto;
}
.sidebar .menu-3 .title{
	background: url(images/icon-category-menu-3.png) 10px 50% no-repeat;
	padding: 15px 0 15px 67px;
	border-bottom: 1px solid #b2b6b6;
	background-size: 65px auto;
}
.sidebar .menu-4 .title{
	background: url(images/icon-category-menu-4.png) 10px 0% no-repeat;
	padding: 15px 0 15px 67px;
	border-bottom: 1px solid #b2b6b6;
	background-size: 55px auto;
}
.sidebar .menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .menu li{		
	line-height: 1;
	background: rgba(230, 230, 230, 0.45) url(images/dotted-line.png);
	background-repeat: repeat-x;
	background-position: 0 100%; 
	padding: 10px 0 11px;
	line-height: 1.15;
}

.sidebar .menu li.current-menu-item {
	background-color: #ffffff;
}

.sidebar .menu li:last-child{
	background-image: none;
}
.sidebar .menu-1 li{
	padding: 11px 0 16px;
}
.sidebar .menu-1 li.current-menu-item{
	background-color: #ffffff;
}

.sidebar .menu a{
	color: black;	
}
.sidebar .menu li a{
	display: inline-block;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;	
	font-size: 12px;
	background-image: url(images/marker-list.png);
	background-repeat: no-repeat;
	background-position: 19px 30%;
	padding-left: 37px;
	font-size: 16px;
}

#fancybox-outer{
	border: 5px solid #f9cd00;
}
#fancybox-close{
	right: 6px !important;
	top: 7px !important;
	background-image: url("images/close.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
#fancybox-overlay {
	background-color: #000000 !important;
	opacity: 0.8 !important;
	position: fixed !important;
	height: 100%;
}
#one_click,
#contact_form_callback_pop,
#contact_form_pop{
	/*width: 386px;*/
	width: 380px;/*Chrome*/
}
.contact-form{
	margin-top: 2px;
	background-image: url(images/contact-form-bg.png);
	background-repeat: no-repeat;
	background-position: -10px 0;
	background-size: cover;
	color: white;
	padding: 32px 10px 14px;
}
.sidebar .contact-form{
	transition: top 0.5s;
	/*display: table;*/
}
/*.contact-form.fixed-top{
	position: fixed;
	top: 0px;
	max-width: 223px;
}*/
#one_click .contact-form,
#contact_form_callback_pop .contact-form,
#contact_form_pop .contact-form{
	background-image: none;
	color: black;
	padding: 26px 55px 20px 65px;
}
#one_click .contact-form,
#contact_form_callback_pop .contact-form
{
	padding: 15px 55px 20px 65px;
}
.contact-form .form-title{
	font-family: 'Into';
	font-size: 18px;
	line-height: 1.68;
	margin-bottom: 19px;
}
#contact_form_pop .contact-form .form-title{
	margin-bottom: 16px;
}
.contact-form .outline{
	/*margin: 0 117px -3px 0;*/
	margin: 0 134px -3px 0;
	padding: 0 3px;
	display: block;
	float: right;
	border: 5px solid #f9cd00;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3;
}
#one_click  .contact-form .outline,
#contact_form_callback_pop .contact-form .outline{
	/*margin-right: 25px;*/
	margin-right: 22px;
}
.contact-form .field-title{
	font-size: 12px;
	padding-left: 5px;
	margin-bottom: 9px;
}
.contact-form .field-title.second{
	margin-bottom: 15px;
}
.contact-form form p{
	margin: 0;
}
.contact-form .wpcf7-mail-sent-ok,
.contact-form .wpcf7-not-valid-tip{
	display: none !important;
}
.contact-form .wpcf7-response-output{
	/*margin: 0;*/
	margin: 10px 0 0;
}
input[type=tel],
input[type=text]{
	border: none;
	height: 35px;
	color: black;
	/*padding: 0 5px;*/
	padding: 0 10px;
	letter-spacing: 1px;
}
input[name="name"]{
	max-width: 257px;
	width: 100%;
	margin-bottom: 16px;
}
input[name="tel-2"],
input[name="tel-1"]{
	max-width: 54px;
	width: 22%;
	/*margin-right: 6px;*/
	margin-right: 10px;
	/*text-align: center;*/
	letter-spacing: 3px;	
}
input[name="tel-3"]{
	max-width: 129px;
	width: 50%;
	/*text-align: center;*/
	letter-spacing: 3px;	
}
input[type=submit]{
	margin-top: 37px;
	margin-left: 3px;	
	font-family: 'Into';
	background: none;
	border: 5px solid #f9cd00;
	letter-spacing: 1px;
	padding: 0 11px;
}
#one_click  input[type=tel],
#one_click  input[type=text],
#contact_form_callback_pop input[type=tel],
#contact_form_callback_pop input[type=text],
#contact_form_pop input[type=tel],
#contact_form_pop input[type=text]{
	border: 1px solid #c0c0c0; 
}
#contact_form_pop input[type=submit]{
	display: block;
	margin: 38px auto -20px;
	width: 100%;
}
.contact-form .wpcf7-validation-errors{
	font-size: 12px;
	line-height: 1;
}
.contact-form .form-info{
	margin: 18px 38px;
	padding-left: 23px;
	font-size: 12px;
	line-height: 1.15;
	background-image: url(images/lock.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#one_click .contact-form .form-info,
#contact_form_callback_pop .contact-form .form-info
{
	margin: 18px 38px;
}
.contact-form .screen-reader-response[role=alert] + form .form-info{
	display: none;
}
.response{
	padding: 6px;
}
.response .response-title{
	display: table;
	margin-bottom: 7px;
	width: 100%;
}
.response .response-title .logo{
	width: 87px;
	height: 39px;
	float: left;	
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.response .response-body h2{
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}
.response .response-body p{
	margin-bottom: 7px;	
	text-align: center;
	font-size: 12px;
}
.response .response-body .photo{
	width: 162px;
	height: 162px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/photo-1.png);
}
.content .btn-callback{
	text-align: center;
	padding: 16px 0 30px;
}
.content h1 {
	text-align: center;
	font-size: 24px;
}
.response .btn-callback{
	text-align: center;
	padding: 28px 0 37px;
}
.response .btn-callback a,
.content .btn-callback a{
	padding: 2px 2px;
	border: 5px solid #f9cd00;
	letter-spacing: 1px;
	font-family: 'Into';
	font-size: 11px;
	color: black;
	text-decoration: none;
}
.response .btn-callback a{
	cursor: pointer;
}
.content{
	padding-top: 12px;
	padding-bottom: 12px;
}
.content .post-title-1{
	font-size: 20px;
	font-family: 'Into';
	margin-bottom: 16px;
	margin-top: 20px;
display: none;
}
.content .services{
	margin-left: -11px;
	margin-right: -1px;
}
.content .service-conteiner{
	padding: 9px;
	margin-bottom: 24px;
	border: 1px solid #e8e8e8;
}

.content .service-product > .row {
	margin: 0;
}
.content .service{
	padding-bottom: 25px;
	border: 1px solid #d4dcc5;
}
.content .service .permalink{
	color: black;
}
.content .service-title{
	margin: 15px auto 7px;
	max-width: 220px;	
	font-family: 'Into';
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}
.content .service-thumbnail{
	margin-bottom: 28px;
	padding: 0 10px;
	text-align: center;	
}
.content .service-thumbnail img{
	max-width: 100%;
	width: 100%;	
	height: auto;
}
.content .service .property{
	display: table;
	width: 100%;
	margin-bottom: 6px;
}
.content .service .property-name{
	padding-left: 27px;
	font-size: 9px;
	line-height: 1.55;
	text-transform: uppercase;
}
.content .service .property-value{
	line-height: 1;
	padding-left: 32px;
}
.content .service .property-value ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.content .service .property-value.bold{
	margin-bottom: 12px;
	font-weight: 900;
}
.content .service .sub-value{
	margin-bottom: 14px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 0.8;
}
.content .service .sub-value.checked{
	background-image: url(images/checked.png);
}
.content .service .sub-value.plus{
	background-image: url(images/plus.png);
}
.content .service .info{
	margin: 0 auto;
	max-width: 160px;
	font-size: 9px;
	text-align: center;
}
.content .extra-navi{
	padding: 10px 0;
	display: table;
	width: 100%;
}
.content .extra-navi ul{
	display: table;
	margin: 15px 0;
	list-style: outside none none;
}
.content .extra-navi li{
	float: left;
}
.content .extra-navi span,
.content .extra-navi a{
	padding: 5px 15px;
	color: black;
}
.footer{
	padding-top: 24px;
	padding-bottom: 30px;
	background: #e8e7e5 url('images/footer-bg2.png') 50% 100% no-repeat;
	font-size: 11px;
	position: relative;
}
.footer .row-second {
	margin-top: 110px;
}
.footer .menu{
	display: table;
	/*float: left;*/
	width: 100%;
	margin-bottom: 15px;
}
.footer .menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.footer .menu li{
	float: left;
	width: 33.4%;
}
.footer .menu li:nth-of-type(3n-1){
	/*text-align: center;*/
	width: 44.6%;
}
.footer .menu li:nth-of-type(3n){
	/*text-align: right;*/
	width: 22%;
}
.footer .menu a{
	font-size: 11px;
	color: black;
}
.footer .col-left{
	float: left;
	padding: 2px 2px 0;
	box-sizing: border-box;
	width: 33%;
}
.footer .col-center{
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
	/*text-align: center;
	width: 28%;*/
}
.footer .col-right{
	float: right;
	padding: 0 2px;
	box-sizing: border-box;
}
.footer .company-name{
	font-family: 'Into';
	font-size: 14px;
}
.footer .contacts{
	line-height: 1.55;
}
.footer .contacts a{
	text-decoration: underline;
	color: black;
}
.fixed-callback-btn{
	position: fixed;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #f9cd00;
	border-radius: 0 50% 50% 0;
	z-index: 999; 
	background-image: url("images/phone-call.png");
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center center;
	box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.25);
}
.bold{
	font-weight: 900;
}
.sidebar .btn-callback, .sidebar .response-title{
	display: none;
}
@media(min-width: 1980px){
	body{
		background-color: #181408;
	}
	.container-fluid:not(.footer){
		background-color: white;
	}
}
@media(max-width: 1230px){
	.container{
		width: 970px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.header .logo{
		margin-right: 22px;
	}
	.header .btn-callback{
		margin-right: 34px;
	}
	.contact-form .outline{
		/*margin: 0 30px -3px 0;*/
		margin: 0 28px -3px 0;/*safari*/
	}
	.content-body{
		/*margin-right: -7px;*//*Chrome*/
		/*margin-left: -5px;*/
		margin-right: -5px;
	}
	.sidebar{
		padding-right: 24px;
	}
	.content{
		padding-left: 5px;
		padding-right: 5px;
	}
	.content .service .property-value{
		padding-left: 18px;
	}
	.footer .col-center{
		/*width: 33%;*/
	}
	.footer .menu li:nth-of-type(3n-1){
		width: 39.2%;
	}
	.footer .menu li:nth-of-type(3n){
		width: 27.4%;
		/*text-align: right;*/
	}
}
@media(max-width: 991px){
	.container{
		width: 750px;
		padding-left: 10px;
		padding-right: 10px;
		/*padding-left: 15px;*//*Chrome*/
		/*padding-right: 15px;*//*Chrome*/
	}	
	.header .logo{
		margin: 0;
	}
	#menu_pop{
		padding: 40px 0 20px;
		min-width: 220px;
	}
	#menu_pop ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#menu_pop a{
		display: block;
		width: 100%;		
		padding: 10px 0;
		margin: 5px 0;
		font-family: 'Into';
		color: black;
		text-decoration: none;
		text-align: center;
	}
	.crumbs{
		background-size: auto 100%;
	}	
	.sidebar{
		padding: 0 15px;
	}
	.sidebar .menu-1 .title,
	.sidebar .menu-2 .title{
		background-position: 4px 50%;
	}
	.sidebar .contact-form{
		padding-top: 14px;
	}
	.sidebar .contact-form .form-title{
		letter-spacing: -1px;
		font-size: 16px;
		line-height: 1.3;
	}
	.sidebar .contact-form .outline{
		margin-right: 76px;
		margin-bottom: 0;
	}
	.sidebar input[name="tel-2"],
	.sidebar input[name="tel-1"]{	
		margin-right: 3%;
		padding: 0 6px;
	}	
	.sidebar input[type=submit]{
		/*font-size: 9px;*/
		letter-spacing: -1px;
		margin-left: -5px;
		margin-right: -5px;
		padding: 0 6px;
	}
	.sidebar .contact-form .form-info{
		margin: 10px;
	}
	.content{
		padding: 12px 10px;
	}
	.content .services{
		margin: 0 -10px;
	}
	.content .service-conteiner{
		max-width: 500px;
	}
	.content .service .property-value{
		padding-left: 75px;
	}	
	.footer .col-left{
		width: 39%;
	}	
	.footer .col-center{
		/*width: 20%;*/
	}	
	.footer .menu li{
		width: 39.8%;
	}
	.footer .menu li:nth-of-type(3n-1){
		width: 33%;
	}
	.footer .menu li:nth-of-type(3n){
		width: 27.2%;
		text-align: right;
	}
	.content .service-product .description .property-name {
		font-size: 7px;
	}
	.content .service-product .description .property-value {
		font-size: 8px;
	}
	.service-container-btn {
		font-size: 10px;
	}
}
@media(max-width: 767px){
	.header .tooltip{
		left: 208px !important;
	}
	.crumbs .col-right{
		max-width: 82%;
	}
	.crumbs .tooltip{
		top: 104px !important;
		left: 12px !important;
		display: none !important;/*Chrome*/
		/*display: block !important;*/
	}	
	.container{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-body{
		margin-right: -15px;
	}
	.sidebar{
		padding: 30px 15px;
	}
	.sidebar .menu-2 .title{
		padding-left: 32px;
		padding-right: 3px;
	}
	.sidebar .menu li{
		padding: 0 0 5px;
	}
	
	.sidebar .menu-1 li a{
		background-position: 3px 50%;
		padding: 11px 15px;
	}
	.sidebar .menu-2 li a{
		background-position: 7px 50%;
		padding: 11px 15px 11px 19px;
	}
	.content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.content .service-conteiner{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}	
	.footer .menu{
		width: 50%;
		float: left;
	}
	.footer .menu ul{
		width: 100%;
	}
	.footer .menu li{
		width: 100% !important;
		margin-bottom: 5px;
		text-align: left !important;
	}	
	.footer .row-second{
		width: 50%;
		float: right;
		text-align: right;		
	}
	.footer .col-left{
		width: 100%;
	}
	.footer .col-center{
		margin-top: 10px;
		width: 100%;
		text-align: right;
	}
	.footer .col-right{
		margin-top: 10px;
		width: 100%;
	}
	/*.footer .menu li{
		width: 100%;
	}*/
}

@media(max-width: 499px){	
	.header .logo{
		height: 38px;
		width: 89px;
		background-size: 100% auto;
	}
	.header #nav-icon{
		margin: 6px 10px;
	}
	.header .tooltip{
		display: none !important;
	}
	.header .contacts{
		padding: 0;
		line-height: 1.35;
	}
	#fancybox-wrap{
		padding: 10px !important;
	}
	#one_click,
	#contact_form_callback_pop,
	#contact_form_pop{
		width: 240px;
	}
	#one_click,
	#contact_form_callback_pop .contact-form, 
	#contact_form_pop .contact-form{
		padding: 25px 9px 9px;
	}
	.contact-form .form-title{
		letter-spacing: -1px;
		line-height: 1.3;
	}
	#one_click  .contact-form .outline,
	#contact_form_callback_pop .contact-form .outline{
		margin: -1px 3px 0;
		border-width: 3px;
		letter-spacing: 0;
	}
	input[name="tel-2"], 
	input[name="tel-1"]{
		margin-right: 3%;
		padding: 0 7px;
	}
	input[type=submit]{
		letter-spacing: -1px;
		margin-left: -5px;
		margin-right: -5px;
		padding: 0 6px;
	}
	.contact-form .form-info{
		margin: 10px !important;
	}
	.crumbs .tooltip{
		display: none !important;
	}
	.crumbs .first-crumb{
		margin-right: 0;
		font-size: 12px;
	}
	.crumbs .first-crumb::after{
		margin-left: 0;
	}
	.sidebar .menu .title{
		font-size: 12px;
	}
	.content .service-conteiner{
		width: 100%;
	}
	.content .service .property-value,
	.content .service .property-name {
		width: 50%;
		padding-left: 6%;
		padding-right: 6%;
	}	
	.footer .col-left,
	.footer .col-center{
		margin-bottom: 10px;
	}
	.footer .company-name{
		font-size: 12px;
	}
	.footer .copyright{
		font-size: 9px;
	}
	.footer .col-right{
		margin-top: 0;
	}
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px;
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}

.home-banner {padding: 60px 0 35px;}
.home-banner h1 {font-size: 32px; color: #fff; text-align: center; margin: 0 0 32px;}
.home-banner {background: url(http://xn----7sbb2bbxgeeoj.xn--p1ai/wp-content/uploads/2018/04/home_banner.png) no-repeat; background-size: cover;}
.home-banner .category {color: #fff; max-width: 440px !important;}
.home-banner .category .category-content {
	min-height: 219px; 
	border: 10px solid #f9cd02; 
	padding: 20px 20px 14px; 
		-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.home-banner .category {margin: 22px 24px; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
.home-banner .category h2 {display: flex; font-size: 22px; padding: 0; max-height: 113px; height: 100%; margin: 0;}
.home-banner .category h2 span {padding-left: 15px;}
.home-banner .category ol li{font-size: 14px; list-style: none; padding-right: 20px; padding-left: 16px; position: relative; margin: 0 auto;}
.home-banner .category ol li:last-child {padding-right: 0;}
.home-banner .category ol li a {color: #fff; text-decoration: underline;}
.home-banner .category ol li a:hover {text-decoration: none;}
.home-banner .category ol li:before {content: ''; width: 6px; height: 6px; background-color: #f9cd02; position: absolute; left: 0; top: 50%; margin-top: -3px;}
.home-banner .category ol {display: flex; margin: 0 auto; padding: 0;}
.home-banner .container {width: auto; display: table; margin: 0 auto; max-width: 1006px; width: 100%;}
.home-banner .container .container-block{display: flex; }
.align-items-center {-webkit-box-align: center!important; -ms-flex-align: center!important; align-items: center!important;}
.rent {margin-bottom: 0;}
.rent .rent-product {padding: 15px 30px; position: relative;}
.rent .rent-product > .row:before{content: ''; position: absolute; background-color: rgba(55, 54, 54, 0.7); width: 100%; height: 100%;}
.rent .rent-product > .row{border: 10px solid #f9cd02; background-color: #373636; padding: 50px 30px; text-align: center; height: 100%; position: relative;}
.rent .rent-product > .row .product-link {position: absolute; display: block; width: 100%; height: 100%; z-index: 8;}
.rent .rent-product > .row div, .rent .rent-product > .row p, .rent .rent-product > .row div, .rent .rent-product > .row p a {z-index: 1; color: #ffffff; text-decoration: none;}
.rent .rent-product span{font-size: 18px; text-align: center; color: #fff; font-weight: bold; text-transform: uppercase;}
.benefits.video {margin-top: 0;}
.benefits.video h2 {margin-bottom: 44px;}
.block-video {padding: 0 10px; height: 250px;}
.benefits {margin-top: 56px;}
.benefits h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 28px;
}
.title-equipment.title-h2, .equipment-table, .table-description {display: none !important;}
.benefits img{
	max-width: 100%;
	width: auto !important;
	
}
.benefits .center {text-align: center;}
.benefits .form {
	background-color: #ffdd53;
	padding: 23px;
	margin-top: 15px;
	max-width: 486px;
	margin: 15px auto 0;
}
.product .form {
	max-width: auto;
}
.benefits .form h2 {
	font-weight: bold;
	margin: 0;
}
.benefits .form h4 {
	margin: 0;
	text-align: center;
}
.benefits .form form {
	padding-top: 18px;
}
.benefits h3 {
	font-size: 16px; 
	text-align: center;
	padding-bottom: 28px;
	margin: 0;
}
.benefits > .row {margin-top: 28px;}
.benefits .form form {
	padding: 18px 0;
}

.benefits .form .block-privacy, .benefits .form form {max-width: 80%;margin: 0 auto;}
.benefits .form .block-privacy {font-size: 12px;display: flex;}
.benefits .form .block-privacy span {margin-left: 16px;}

.benefits .form form input[type="text"] {
	color: #afafaf;
	padding: 21px 16px;
	font-size: 18px;
	border: 0;
	vertical-align: top;
	margin-right: 30px;
	width: 100%;
	margin-bottom: 18px;
}
.benefits .form form input[type="submit"] {
	background-color: #303078;
	font-size: 20px;
	color: #fff;
	padding: 10px 22px;
	border: 0;
	font-weight: bold;
	vertical-align: top;
	width: 100%;
	margin: 0;
}
.benefits .form2 {padding: 32px 42px;}
.benefits .form2 h4 {font-size: 24px;}
.benefits .form2 .block-privacy, .benefits .form2 form {max-width: 100%;}
.benefits.product .form2 {max-width: 100%;}
.benefits.product .form2 form{display: flex; padding: 24px 0;}
.benefits .form2 form input[type="text"] {margin-bottom: 0; padding: 24px 16px;}
.benefits .form2 form input[type="submit"] {padding: 8px 22px;}

.justify-content-md-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.benefits .align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.benefits .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
	position: relative;
}

.benefits .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.homePage .sidebar {display: none;}
.content .service-product .property {
	display: table;
	width: 100%;
	padding: 7px 9px;
	background-image: url(images/dotted-line.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

.content .service-product .property:first-child .property-name {
	font-weight: bold;
}

.content .service-product .property:first-child .property-value {
	font-weight: bold;
}

.content .service-product .description .property-name {
	float: left;
	width: 37%;
	height: 25.5px;
	line-height: 25.5px;
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: middle;
}
.content .service-product .description .property-value {
	float: right;
	width: 63%;
	text-align: right;
}
.content .service-product .description {
	padding: 6px 0 0 5px;
}
.content .service-product .service-thumbnail {
	padding-left: 15px;
}
.content .service-product .description .property-name span {
	display: inline-block;
	line-height: 1.5;
}

.description-content.catalog .product {display: none;}

.modal-catalog.contact-form {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	background-color: #ffffff;
	border: 5px solid #f9cd00;
	z-index: 11101;
	background-image: none;
	color: initial;
	max-width: 95%;
	padding: 0;
}

.modal-catalog.contact-form .t-form {float: none;}

.modal-catalog.active {
	display: block;
}

.modal-catalog .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}

.modal-catalog-image {padding: 17px 20px;}

.modal-catalog img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.service-container-btn {
	background-color: #303078; 
	line-height: 100%; 
	display: table; 
	font-size: 16px; 
	color: #ffffff; 
	text-transform: uppercase; 
	padding: 15px 18px 10px; 
	text-decoration: none; 
	float: right; 
	margin-top: 10px;
	font-weight: bold;
}

.service-container-btn:hover {
	color: #ffffff;
}

.modal-catalog-content{
	max-height: 360px;
	overflow: hidden;
}

.modal-catalog h4{
	padding: 0 20px;
	font-size: 24px;
}

.modal-catalog .benefits .form {
	max-width: 100%;
}

.modal-catalog  .benefits {
	margin-top: 0;
}

.modal-catalog .t-form {
	display: flex;
}

.modal-catalog > .row {margin: 0;}

.modal-catalog .property {
	display: table;
	width: 100%;
	padding: 7px 9px;
	background-image: url(images/dotted-line.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

.modal-catalog .property .property-name {
	float: left;
	width: 37%;
	height: 25.5px;
	line-height: 25.5px;
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: middle;
}

.modal-catalog .property .property-value {
	float: right;
	width: 63%;
	text-align: right;
}

@media (min-width: 1200px) {
	.benefits .col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.benefits .col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

.map-information {
	border: 10px solid #ffdd53;
	padding: 35px 40px;
	text-align: center;
	position: absolute;
	right: 0;
	height: 100%;
	background-color: #fff;
	max-width: 368px !important;
	height: auto;
}
.map-information h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}
.map-information span {
	font-size: 16px;
	padding-top: 46px;
	margin-bottom: 0;
	display: block;
}
.map-information a {
	font-size: 20px;
	font-weight: bold;
	color: #242424;
}
.benefits .item {text-align: center;}
.contact-form {display: table; padding: 32px 34px 14px;}
.contact-form .form-title {max-width: 256px; width: 100%; float: right; text-align: center;}
.contact-form .t-input-content{margin-bottom: 19px;}
.contact-form .t-form__submit .t-submit {background-color: #303078; border: 0; color: #fff; font-size: 14px; padding: 8px 20px; font-weight: bold; text-transform: uppercase; width: 100%; margin-top: 17px;}
.contact-form .t-form {max-width: 256px; width: 100%; float: right;}
.contact-form .t-form input[type=tel], input[type=text] {width: 100%;}
.contact-form .form-title .outline{color: #ffd200; border: 0; display: initial; padding: 0; margin: 0; float: initial; font-size: inherit; letter-spacing: 1px; line-height: 1.3;}
.contact-form .field-title.second {margin-bottom: 11px;}
.contact-form .t-form__contact{font-size: 18px; text-align: center; text-transform: uppercase; color: #fff; width: 100%; display: block; font-weight: bold;}
.contact-form .t-form__contact a{color: #fff; background: url(images/phone-icon2.png) 0 50% no-repeat; padding-left: 23px;}

.footer .menu li:nth-of-type(3n), .footer .menu li:nth-of-type(3n-1) {width: 33.333%;}
.footer .menu > li {margin-bottom: 10px; width: 33.333%;}
.footer .menu > li > a {font-weight: bold; display: block;}
.footer .menu > li .sub-menu {padding-left: 10px;}
.footer .menu > li .sub-menu li{width: 100%; width: 100%;}
.footer .menu > li .sub-menu a{font-weight: normal;}

.btn-1click {
	width: 100%;
	font-family: 'DINPro-Medium';
    font-size: 16px;
    font-weight: unset;
		margin: 0;
    padding: 8px 18px;
    background: #ffffff;
    color: #000;
		border: solid 1px #757575;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media all and (max-width: 1024px) {
	.modal-catalog.contact-form {width: 100%;}
}

@media all and (max-width: 576px) {
	.content.benefits.rent, .content.benefits.video {padding: 0;}
	.content.benefits .rent-product {padding: 10px 0;}
	.benefits.video {margin-top: 56px;}
	.benefits h2,.content .title-equipment.title-h2{font-size: 24px;}
	.footer .menu,.footer .row-second {width: 100%;}
	.footer .row-second,.footer .col-center {text-align: center;}
	.home-banner .container {padding: 0;}
	
	.home-banner .container .container-block {display: block;}
	.home-banner .category {margin: 22px 0;}
	.home-banner .category ol {display: block;}
	.home-banner .category ol li {display: inline-block;}
	.benefits .item {margin: 15px 0;}
	.benefits.product .form2 form {display: block;}
	.benefits .form2 form input[type="submit"] {margin-top: 20px;}
	.sidebar {display: none; position: absolute; top: 140px; background-color: #fff;}
	.modal-catalog.contact-form .modal-catalog-image, .modal-catalog.contact-form .modal-catalog-content {display: none;}
	.modal-catalog.contact-form .t-form {display: block;}
	
}

