/*   
Theme Name: your-clean-template-3
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/
/*#ffdd2d*/
@font-face {
font-family: 'intro';
src: url('fonts/intro.ttf');
src: local('☺'),
url('fonts/intro.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
* { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus { 
  outline: none;
}
body {
background:#fff;
width:100%;
font-size: 16px;
color: #323232;
font-family: 'Rubik', sans-serif;
line-height: 1.7;
}
a  {
  color: #DA251C;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'intro';
	color: #2D2B36;
	font-weight: normal;
}
article h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
article ul {
	margin: 0 0 15px 15px;
}
p {
  margin-bottom: 15px;
}

header {
	font-weight:300;
	background: #FAFAFA;
}
.acceptance_field  {
  display: none !important;
}
.header_top {
	background: #FAFAFA;
}
.top_header.section, .top_footer {
font-size: 13px;
line-height: 140%;
padding-top: 35px;
padding-bottom: 30px;
background: #FAFAFA;
position: relative;
}
.soc {
	margin: 8px 0 0 0;
}
.phone a{
	color: #2D2B36;
	padding: 0px 2px;
}
.phone{
font-family: Intro;
font-size: 18px;
color: #2D2B36;
text-align: right;
}
.phone a {
	position:relative;
}
header .soc img,
footer .soc img {
    width: 20px;
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
	transition: 1s;
}
header .soc img:hover,
footer .soc img:hover {
    -webkit-filter: opacity(1);
    filter: opacity(1);
}
.my_adres, .my_time {
	padding: 0 40px 0 0;
	position:relative;
}
.my_adres:before, .my_time:before,.phone > a:before {
position: absolute;
content: '';
width: 13px;
height: 14px;
background: #2D2B36;
left: -30px;
top: 3px;
}
.my_adres:before {
	*background: url(images/icon/adres.svg) no-repeat center;
	mask: no-repeat center url("images/icon/adres.svg");
	-webkit-mask: no-repeat center url("images/icon/adres.svg");
}
.my_time:before {
	*background: url(images/icon/time.svg) no-repeat center;
	mask: no-repeat center url("images/icon/time.svg");
	-webkit-mask: no-repeat center url("images/icon/time.svg");
}
.phone > a:before {
	*background: url(images/icon/phone.svg) no-repeat center;
	mask: no-repeat center url("images/icon/phone.svg");
	-webkit-mask: no-repeat center url("images/icon/phone.svg");
}
.logo img{
	max-width: 213px;
}
#topnav_mobil {
	display:none;
	position: fixed;
	z-index: 99;
	background: #fff;
	top: 0;
	left: 0;
	width: 35%;
	padding: 70px;
	height: 100%;
}
#top-nav-ul  {
   display: flex;
justify-content: space-between;
width: 100%;
}
#top-nav-ul li {
    list-style: none;
    display: inline-block;
}
body.home #top-nav-ul > li > a{
	color: #2D2B36;
}
#top-nav-ul > li > a {
font-weight: 500;
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
color: #2D2B36;	
}
#top-nav-ul > li.current-menu-item > a,#top-nav-ul > li:hover > a,#catalog li ul li:hover a  {
border-bottom: 2px solid #FAF758;
padding-bottom: 5px;
}
#top-nav-ul li ul {
display: none;	
}
.top_middle.section {
  padding-top: 26px;
  padding-bottom: 26px;
  background: #fff;
}
nav.navbar {
display: flex;	
}
#topnav {
	width: 100%;
}
body.home .navbar_mobil:before{
	background: #2D2B36;
}
.navbar_mobil {
	position: relative;
	display:none;
}
.navbar_mobil:before {
content: '';
width: 27px;
height: 14px;
mask: no-repeat center url("images/menu_icon.png");
-webkit-mask: no-repeat center url("images/menu_icon.png");
background: #2D2B36;
margin-right: 40px;
display: inline-block;
}



section.slider {
	padding-top: 30px;
	background: #FAFAFA;
}
.slider,
.slide_item {
	position: relative;
	overflow: hidden;
}
.slide_item img {
	max-width: 100%;
display: block;
width: 100%;
}
.slide_caption  {
position: absolute;
z-index: 0;
bottom: 65px;
width: 100%;
z-index: 2;
left: 65px;
}
.slide_title {
background: #FAF758;
display: inline-block;
font-family: 'Rubik', sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.5px;
text-transform: uppercase;
color: #2D2B36;
padding: 12px 16px 10px;
margin-bottom: 30px;	
}
.slide_desc {
	font-family: 'intro';
font-size: 36px;
line-height: 44px;
letter-spacing: 1px;
text-transform: uppercase;
color: #2D2B36;
width: 50%;
}


.slider_benefis {

}
.slider_ben {
display: flex;
flex-wrap: wrap;	
}
.slider_ben li {
	width: 18%;
font-weight: 300;
font-size: 16px;
line-height: 19px;
position: relative;
list-style: none;
padding: 45px 0 45px 20px;
}
.slider_ben li:before {
content:'';
position: absolute;
background: #B1B1B1;
width: 5px;
height: 5px;
left: 0;
border-radius: 100%;
margin: 5px 0 0 0;
}
.slider_ben li b {
font-weight: 500;
display: block;
}
.slider_ben li:last-child {
  background: #FAF758;
  font-family: Intro;
  font-size: 14px;
  line-height: 150%;
  color: #2D2B36;
  padding: 45px 60px 45px 83px;
  width: 28%;
}
.slider_ben li:last-child a{
  color: #2D2B36;
}
.slider_ben li:last-child:before {
	background: url(images/icon/repair.png) no-repeat center;
	width: 44px;
	height: 44px;
	position:absolute;
	content:'';
	left: 22px;
	border-radius: 0;
	margin: 0;
}
.slider_ben li:last-child::after {
  background: url(images/icon/arrow_d.png) no-repeat center;
  width: 7px;
  height: 42px;
  position: absolute;
  content: '';
  right: 35px;
  margin: -20px 0 0 0;
}


#home_repair {
	margin: 90px 0 80px;
}
#catalog {
display: flex;
flex-wrap: wrap;	
list-style:none;
margin: 0 -15px;
}
#catalog > li{
	width: 23%;
	background: #FAFAFA;
	padding: 44px 50px;
	margin: 15px 1%;
	position:relative;
	overflow:hidden;
	max-height: 250px;
}
#catalog > li:nth-child(1),#catalog > li:nth-child(2){
	width: 48%;	
}
#catalog li img{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition: 1s;
	margin: 30px 0 0 0;
}
#catalog li:hover img {
    filter: grayscale(0);
   }
#catalog > li:nth-child(1) img,#catalog > li:nth-child(2) img{
	position: absolute;
right: 0;
top: 0;
}
#catalog > li > a{
	font-weight: 500;
	font-size: 18px;
	color: #323232;
	display:block;
}
#catalog li ul {
width: 80%;
display: inline-block;
}
#catalog  li ul li{
padding: 0 0 30px 0;
display: inline-block;
min-width: 25%;
}
#catalog  li:first-child ul li{
min-width: 25%;
}
#catalog  li:nth-child(2) ul li{
min-width: 24%;
}
#catalog  li ul li a{
	font-size: 18px;
	color: #323232;
	font-weight: 300;
}
#catalog li ul.dropdown-menu {
  margin-top: 30px;
}
.catalog_list ul {
display: flex;
flex-wrap: wrap;	
list-style:none;
margin: 0 -15px;	
}
.catalog_list ul li{
width: 18%;
margin: 0 1%;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: end;
align-items: end;
align-content: flex-end;
align-items: flex-end;
background: #FAFAFA;
padding: 30px 0;
}
.catalog_list ul li a.catalog_list_title{
font-weight: 500;
font-size: 16px;
color: #2D2B36;
display: block;
padding: 30px 0 0 0;
width: 100%;
}

.model_list {
display: flex;
flex-wrap: wrap;	
margin: 50px -15px 0;
}
.model_list article {
width: 20%;
text-align: center;
padding: 0 15px 30px;
}
.model_list article img{
max-height: 150px;
}
.model_list article h2{
font-family: Rubik;
font-weight: 500;
font-size: 16px;
margin: 15px 0 0 0;
}
.model_list article h2 a{
color: #2D2B36;
}
.model_list .post_wrap {
	border: 1px solid #EDEDED;
	padding: 30px 0;
	position: relative;
}
.model_list .post_wrap .link_block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.model_description {
margin: 30px 0;	
}
.model_description h1,.model_description h2,.model_description h3,.model_description h4 {
	font-family: Rubik;
	font-weight: 500;
	font-size: 18px!important;
	margin-bottom: 10px;
	padding-bottom: 0px!important;
}
.model_description ul {
	margin: 0 0 15px 15px;
}

.service_price {
width: 100%;
margin: 30px 0;
border-collapse: collapse;
}
.model_description .service_price tr:nth-child(n+5){
  display: none;
}
.model_description .service_price tr.active {
	display: revert;
}
.service_price td{
font-size: 14px;
color: #2D2B36;	
padding: 20px 20px;
line-height: normal;
position:relative;
min-width: 90px;
}
.service_price td:first-child{
font-weight: 500;
}
.service_price td:first-child p{
font-weight: 400;
}
.service_price td:nth-child(2){
font-weight: 500;
font-size: 16px;
}
.service_price th{
font-weight: 500;
font-size: 14px;
color: #9B9B9B;
padding: 10px 20px;
text-align: left;
}
.service_price tr:nth-child(even){
background: #FAFAFA;	
}
.service_price .open_modal {
  background: #FAF758;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 7px;
  width: auto;
  display: none;
  padding: 15px 45px;
}
.service_price tr:hover .open_modal {
 display:block;
}
.service_price tr:hover:not(.service_footer) td:first-child::before {
  content: '';
  position: absolute;
  background: #2D2B36;
  width: 5px;
  height: 25px;
  left: 0;
  margin: -3px 0 0 0;
}
.show_hide_list {
  font-weight: bold;
  font-size: 14px;
  color: #2D2B36;
  padding: 20px 52px;
  text-align: center;
  background: #FAF758;
  border: none;
  float: right;
  cursor: pointer;
  position:relative;
}
.show_hide_list:after {
content: '';
background: no-repeat center url(images/icon/arrow_table.png);
display: inline-block;
width: 12px;
height: 10px;
margin: 0 0 0 10px;
}
.show_hide_list.opnd_g:after {
transform:rotate(180deg);
}
.model_table_description {
	clear:both;
}
.model_table_title {
	font-weight: 500;
font-size: 18px;
margin-bottom: 15px;
}
.kama_breadcrumbs {
	padding: 56px 0 30px;
	font-weight: 300;
	font-size: 14px;
	color: #B0B0B0;
	padding: 20px 0 30px;
}
.kama_breadcrumbs a{
	color: #2D2B36;
}
.repair  {
	padding-bottom: 60px!important;
}
#repair {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
#repair h2 {
padding-bottom: 40px;
font-size: 20px;	
}

.tour_one {
	font-size: 14px;
color: #8C898F;
padding: 20px 0;
}
.tour_one span{
font-size: 12px;
color: #2D2B36;
background: #FAF758;
display: inline-block;
width: 26px;
height: 26px;
border-radius: 100%;
text-align: center;
line-height: 2.1;
margin: 0 10px 0 0;
}
.repair_marka {
padding: 15px 15px;
width: 19%;
max-width: 220px;
}
.repair_marka ul{
 background: #FAFAFA;
 padding: 15px 0px;
}
.repair_marka li {
  list-style: none;
}
.repair_marka li a{
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2D2B36;
  padding: 15px 30px;
display: block;
position: relative;
}

.repair_marka li.current-menu-item a:before{
	content: '';
	position: absolute;
	background: #2D2B36;
	width: 5px;
	height: 25px;
	left: 0;
	margin: -3px 0 0 0;
}


.marka {
width: 18%;
list-style: none;
}
.marka li{
padding: 15px 30px;
font-size: 16px;
color: #2D2B36;
}
.marka li.active{
	font-weight: 500;
}

.repair_model {
padding: 15px;
width: 81%;
}

.models {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;	
}
.models_item {
  padding: 15px;
  width: 20%;
}
.models_item-name {
  background: #FAFAFA;
  border: 1px solid #EDEDED;
  font-size: 14px;
  color: #323232;
  padding: 17px;
  text-align: center;
  position: relative;
}
.models_item.active .models_item-name {
	background: #2D2B36;
	border: 1px solid #2D2B36;
	color: #fff;
}

.models_item-name a{
 position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
#search_model {
width: 100%;
background: #FAFAFA;
border: none;
font-weight: 300;
font-size: 14px;
color: #717171;
padding: 21px 30px;
margin: 0 0 15px 0;	
}
#consul_contact {
background:#FAF758 url(images/cons.jpg) no-repeat top center;
box-shadow: 0px 23px 49px -27px rgba(0, 0, 0, 0.15);
padding: 60px 75px 40px;
display: flex;
margin: 60px 0 0;
justify-content: space-between;
color: #2D2B36;
}
.consul_contact_title {
font-family: Intro;
font-size: 20px;
}
.consul_contact_title p{
font-family: Rubik;
font-size: 16px;
}
.consul_contact_soc a {
	padding: 0 10px;
}
.consul_contact_phone {
	font-family: Intro;
font-size: 24px;
color: #2D2B36;
}


.why_section {
	display: flex;
justify-content: space-between;
}
.why_block {
	padding: 100px 0;
	width: 70%;
}
.why_block h3{
display: flex;
align-content: center;
align-items: center;
margin-bottom: 65px;
font-size: 22px;
max-width: 620px;
}
.why_block h3 span {
  background: #FAF758;
  font-family: Rubik;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #2D2B36;
  padding: 15px 40px 14px;
  display: inline-block;
  margin-right: 35px;
  white-space: nowrap;
}
.why {
	display: flex;
	flex-wrap:wrap;
	list-style: none;
}
.why li {
    width: 50%;
    display: flex;
    padding: 25px 60px 25px 0;
}
.why li span{
	line-height: 140%;
	color: #2D2B36;
	font-size: 18px;
}
.why img {
    padding: 0 22px 0 0;
}

.why_form {
	padding-top: 100px;
	width: 30%;
}
.why_form form{
background: #2D2B36 url(images/fon.png) no-repeat center;
padding: 40px 50px;
color: #fff;
max-width: 370px;
}
.form_title  {
	font-family: Intro;
font-size: 18px;
margin-bottom: 20px;
}
.why_form .form_title + p{
font-size: 14px;
padding: 0 40px 20px 0;
}
.why_form .ajax-loader{
position: absolute;
}
.wpcf7-form-control-wrap {
	margin: 0 0 20px 0;
	display: block;
}
.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap textarea {
	background: none;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.44);
color: rgba(255, 255, 255, 0.44);
padding: 20px 0px;
font-size: 14px;
font-family: inherit;
width: 100%;
}
.wpcf7-form-control-wrap textarea {
max-height: 80px;
}
.why_form input[type="submit"] {
background: #FAF758;
border: none;
width: 100%;
font-size: 16px;
font-family: inherit;
padding: 15px 20px;
cursor: pointer;
}
.why_form .policy {
color: rgba(255, 255, 255, 0.44);
font-size: 12px;
display: block;
line-height: 1.4;
padding: 20px 0 0;
}
.why_form .policy a{
color: rgba(255, 255, 255, 0.44);
border-bottom: 1px dotted  rgba(255, 255, 255, 0.44);
}
.wpcf7-not-valid-tip {
    font-size: 12px;
	font-family: 'Rubik', sans-serif;
}

section.reviews {
	margin-top: 90px;
}
.reviews {
background: #F0F0F0 url(images/rev.jpg) no-repeat left center;
background-size: contain;
color: #2D2B36;	
overflow: hidden;
}
.reviews_inner {
padding: 100px 0 100px 25%; 
}
.reviews_title {
width: 100%;
padding: 0;
display: flex;
flex-wrap: wrap;
align-content: last baseline;
align-items: last baseline;
}
.reviews_title h3 {
font-size: 28px;
color: #2D2B36;
padding: 0;
width: 200px;
line-height: 140%;
}
.reviews_title p{
font-size: 16px;
line-height: 170%;
color: #8D8D8D;
max-width: 400px;
margin: 0 0 0 20%;
}
.rev_arrows {
	width: 100%;
margin: 40px 0;
}
.reviews_inner .strong-content {
width: calc(100vw - 120%);
margin: 0 -40px;
}
.reviews_items {
	width: 63%;
}
.reviews_items .testimonial {
padding: 0 40px;
}
.reviews_items .testimonial-inner {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: space-between;	
}
.reviews_items .testimonial-content {
	order: 3;
	font-weight: 300;
}
.reviews_items .testimonial-name {
    margin-bottom: 24px;
}
.reviews_items .reviews_date {
    font-size: 14px;
    color: rgba(45, 43, 54, 0.40);
    margin-bottom: 24px;
}
.reviews_items .reviews_istock {
	order: 4;
	 font-size: 14px;
    color: rgba(45, 43, 54, 0.40);
	margin-top: 24px;
	font-weight: 300;
}
.reviews_items .reviews_istock .testimonial-field-before{
	padding: 0 5px 0 0;
}
.rev_arrows .slick-prev,
.rev_arrows .slick-next {
position: relative;
background: none;
border: none;
width: 10px;
height: 20px;
text-indent: -9999px;
margin: 0px 40px 0 0;
cursor: pointer;
}
.rev_arrows .slick-prev:before,
.rev_arrows .slick-next:before {
content: '';
width: 10px;
height: 20px;
mask: no-repeat center url("images/icon/arrow.png");
-webkit-mask: no-repeat center url("images/icon/arrow.png");
background: #2D2B36;
position: absolute;
left: 0;
}
.rev_arrows .slick-prev:before {
transform: rotate(180deg);
}

.section_header {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
}
.section_header .subtitle {
	margin: 15px 0 0 0;
color: #888;
}

section.home_about {
	background: #FAFAFA;
	padding-bottom: 80px;
}
.page_about section.home_about{
	background: #fff;
}
.home_about_title {
	width: 60%;
padding: 137px 0 86px;
}
.home_about_title h1{
font-size: 34px;
line-height: 150%;
}
.home_about_items {
	display: flex;
flex-wrap: wrap;
margin: 0 -30px;
}
.home_about_item:first-child {
width: 60%;
padding: 0 30px;	
}
.home_about_item:last-child {
width: 40%;
padding: 0 30px;	
}
.home_about_item:last-child img{
margin: -50px 0 0 0;
}

.page_about .home_about_item:last-child img{
margin: 0px 0 0 0;
}

.home_about_item img {
max-width: 100%;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition: 1s;
}
.home_about_item img:hover  {
    filter: grayscale(0);
}
.about_date {
	margin-bottom: 60px;  
}
.about_date li {
position: relative;
list-style: none;
display: flex;
align-items: start;
align-content: start;
padding: 15px 30px 15px 0;
}
.about_date li:before {
position: absolute;
content: '';
width: 10px;
height: 10px;
background: #B1B1B1;
left: -4px;
top: 30px;
border-radius: 10px;
z-index: 1;
}
.about_date li:after {
	position:absolute;
	content:'';
	height: 100%;
	width: 1px;
	background: #C4C4C4;
	left: 0;
	top: 35px;
}
.about_date li:last-child:after {
	display:none;
}
.about_date .year {
	background: #FAF758;
font-size: 14px;
padding: 10px 30px;
margin: 0 30px 0 23px;
}

.about_benefis {
	padding: 120px 0 0;
}
.about_benefis li {
position: relative;
list-style: none;
padding: 0px 0 30px 80px;
font-weight: 300;
}
.about_benefis li b,
.about_benefis li strong{
font-weight: 500;
}
.about_benefis li:before {
position: absolute;
content: '';
width: 40px;
height: 40px;
background: #2D2B36 url(images/check.png) no-repeat center;
left: 0px;
top: 0px;
border-radius: 100px;
z-index: 1;
}

.cat__desc {
margin-top: 80px;
display: flex;
flex-wrap: wrap;
}
.cat__desc_img {
	width: 30%;
}
.cat__desc_img img{
	max-width: 100%;
}
.cat__desc_full {
  padding: 0 0 0 50px;
  width: 100%;
}
.cat__desc_full_img {
	width: 70%;
}
.cat__desc_full h2{
  margin-bottom: 20px;
}

.policy {
color: #828282;
font-size: 12px;
display: block;
line-height: 1.4;
padding: 20px 0 0;
}
.policy a{
color: #828282;
border-bottom: 1px solid #828282;
}
.policy a:hover{
border-bottom: 1px solid transparent;
}
footer {
	overflow: hidden;
}
body:not(.home) footer{
	padding-top: 80px;
}
.middle_footer {
font-weight: 300;
font-size: 14px;
line-height: 140%;
color: #8B8B8B;
padding: 20px 0; 
} 
.middle_footer a {
	color: #8B8B8B;
}
.top_footer:before,.top_footer:after  {
  content:'';
  background: #FAFAFA;
  width: 9999px;
  height: 100%;
  top:0;
  position: absolute;
}
.top_footer:before {
  right: 100%;
}
.top_footer:after  {
  left: 100%;
}

.contact_map article{
	width: 30%;
}
.contact_map .map{
	width: 70%;
}
.contact_map .soc img{
	width: 40px;
}
.contact_map .soc a{
	margin: 0 10px 0 0;
}
.open_modal {
	background: #FAF758;
font-style: normal;
font-weight: 500;
font-size: 16px;
color: #2D2B36;
padding: 11px 20px;
display: inline-block;
}
.modal_div {
    width: 500px;
    height: auto;
    position: fixed;
    display: none;
    z-index: 27;
    background: #F4F4F4;
	box-sizing: border-box;
	padding: 68px 42px 42px 42px;
}
.modal_close {
	position: absolute;
	right: 18px;
	top: 16px;
	display: flex;
	font-size: 14px;
	color: #505050;
	align-content: center;
align-items: center;
cursor:pointer;
}
.modal_close:after {
    display: inline-block;
    content: '';
	mask: no-repeat center url(images/close.png);
    -webkit-mask: no-repeat center url(images/close.png);
	width: 14px;
height: 14px;
	background: #505050;
	margin-left: 10px;
}
.modal_div .wpcf7-form-control-wrap input, .modal_div .wpcf7-form-control-wrap textarea {
  border-bottom: 1px solid #c1c1c1;
  color: #323232;
  font-family: 'Rubik', sans-serif;
  padding: 17px 0px;
}
.modal_div .wpcf7-form-control-wrap {
  margin: 0 0 30px 0;
}
.modal_div label {
  font-size: 12px;
  color: #3c3c3c;
  font-family: 'intro';
}
.modal_header .wpcf7-form-control.wpcf7-text {
  color: #2d2b36;
}
.modal_div input[type="submit"] {
background: #2D2B36;
font-style: normal;
font-size: 16px;
color: #fff;
padding: 16px 50px;
display: inline-block;
border: none;
font-family: inherit;
cursor: pointer;
}
.modal_header_wrap {
	display: flex;
flex-wrap: wrap;
}
.modal_header:first-child {
	width: 80%;
}
.modal_header:last-child {
	width: 20%;
}
.modal_header .your-service,.modal_header .your-price {
  margin: 0;
}
.modal_header br {
	display:none;
}
.modal_header .wpcf7-form-control.wpcf7-text {
  border: none;
  padding: 0;
  font-size: 16px;
}
.modal_form_title {
	font-family: 'intro';
color: #2D2B36;
font-weight: normal;
font-size: 26px;
text-align: center;
margin-bottom: 20px;
}
.modal_form_desc {
	font-size: 14px;
color: #868686;
text-align: center;
padding: 0 20px;
}
#overlay {
   z-index: 25;
   position:fixed;
   background: #E5E5E5;
   opacity:0.8;
   -moz-opacity:0.8;
   filter:alpha(opacity=90);
   width:100%;
   height:100%;
   top:0; 
   left:0;
   cursor:pointer;
   display:none;
}
.row {
	display: flex;
	position: relative;
}
.col {
  *padding: 0 15px;
}	

.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}


#overlay {
    z-index: 25;
    position: fixed;
    background: #E5E5E5;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=90);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
@media (min-width: 575.98px){
    .section{
        padding: 0 calc(50vw - 270px);
    }
}

@media (min-width: 767.98px){
    .section{
        padding: 0 calc(50vw - 360px);
    }
}

@media (min-width: 991.98px) {
    .section {
        padding: 0 calc(50vw - 480px);
    }
}

@media (min-width: 1199.98px){
    .section {
        padding: 0 calc(50vw - 609px);
    }
}
@media (max-width: 1600px) {
	.reviews_items {
	  width: 100%;
	}
	.reviews_inner .strong-content {
	  width: calc(100vw - 50%);
	}
}
@media (max-width: 1199px) {
	.navbar_mobil {
	  display: block;
	  cursor: pointer;
	}
	#topnav #top-nav-ul li:nth-child(n+6) {
		display: none;
	}
	#topnav_mobil #top-nav-ul {
	  display: block;
	  margin: 0 0 30px 0;
	}
	#topnav_mobil #top-nav-ul li {
	  list-style: none;
	  display: inline-block;
	  display: block;
	  padding: 10px 0;
	}
	.mobile_close {
	  content: '';
	  mask: no-repeat center url(images/close.png);
	  -webkit-mask: no-repeat center url(images/close.png);
	  background: #323232;
	  position: absolute;
	  width: 20px;
	  height: 20px;
	  right: 40px;
	  top: 40px;
	  cursor: pointer;
	}
	.slide_desc {
	  width: 65%;
	}
	#catalog > li:nth-child(1) img, #catalog > li:nth-child(2) img {
	  right: -60px;
	}
	#catalog li ul {
	  width: 95%;
	}
	#catalog li img {
	  max-width: 100%;
	  display: block;
	}
	.consul_contact_soc img {
	  max-width: 40px;
	}
	#consul_contact {
	  flex-wrap: wrap;
	  align-content: center;
	  align-items: center;
	}
	.consul_contact_title,.consul_contact_soc {
	  width: 35%;
	}
	.consul_contact_phone {
	  width: 30%;
	}
	.why_section {
	  display: block;
	}
	.why_block {
		padding: 100px 0 0;
	  width: 100%;
	}
	.why_form {
	  padding-top: 60px;
	  width: 100%;
	}
	.why_form form {
	  background: #2D2B36 url(images/fon.png) no-repeat 105% center;
	  padding: 50px 50px;
	  max-width: 100%;
	  width: 100%;
	}
	.reviews {
	  background-size: cover;
	}
	.reviews_title p {
		margin: 0 0 0 14%;
	}
	.catalog_list img {
	  max-width: 150px;
	}
	.catalog_list ul li {
	width: 31%;
	margin: 0 1% 15px;
	}
	.model_list article {
	  width: 25%;
	}
	.repair_marka {
	  width: 23%;
	  max-width: none;
	}
	.repair_model {
	  width: 77%;
	}
	.models_item {
	  width: 25%;
	}
}

@media (max-width: 991px) {
	#topnav #top-nav-ul li:nth-child(n+5) {
	  display: none;
	}
	#topnav_mobil .my_adres, #topnav_mobil .my_time {
	  padding: 0 0 20px 0;
	  font-size: 14px;
	  margin: 0 0 0 25px;
	}
	#topnav_mobil .phone {
	  text-align: left;
	  margin: 0 0 0 25px;
	}
	.top_header .my_time  {
		display:none;
	}
	.top_header .my_adres   {
		-ms-flex: 0 0 30.667%;
		flex: 0 0 30.667%;
		max-width: 30.667%;
	}
	.top_header .phone    {
		-ms-flex: 0 0 28.667%;
		flex: 0 0 28.667%;
		max-width: 28.667%;
	}
	.slide_caption {
	  bottom: 55px;
	}
	.slide_desc {
	  font-size: 28px;
	  line-height: 36px;
	}
	.slide_item img {
	  max-width: none;
	  width: auto;
	  height: 335px;
	}
	.slider_ben li {
	  width: 25%;
	}
	.slider_ben li:last-child {
	  width: 100%;
	  text-align: center;
	}
	.slider_ben li:last-child::before {
	  left: 20%;
	  top: 32px;
	}
	.slider_ben li:last-child::after {
	  right: 20%;
	  margin: -9px 0 0 0;
	}
	#catalog > li {
	  width: 48%;
	}
	#catalog > li:nth-child(1), #catalog > li:nth-child(2),.home_about_title,.reviews_inner .strong-content,.home_about_item:last-child {
	  width: 100%;
	}
	.section_header .header_title,.consul_contact_soc,.consul_contact_phone {
		width: 50%;
	}
	.section_header .header_title h2{
		line-height: 1.5;
	}
	.consul_contact_soc {
		display: flex;
	}
	#consul_contact {
	padding: 60px 75px 60px;
	}
	.consul_contact_title {
	  width: 100%;
	  margin: 0 0 20px 0;
	}
	.reviews {
	  background: #F0F0F0;
	}
	.reviews_inner {
	  padding: 100px 0 100px 0;
	}
	.home_about_item:first-child {
	  width: 100%;
	  padding: 0 30px;
	}
	.home_about_item {
		display: flex;
		flex-wrap: wrap;
	}
	.about_date {
		order: 1;
		margin-top: 60px;
	}
	.home_about_item:last-child img {
		display:none;
	}
	.about_benefis {
	  padding: 0px 0 0;
	}
	.top_footer {
		flex-wrap: wrap;
	}
	.top_footer .logo  {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 30px 0;
	}
	.top_footer .my_adres,.top_footer .my_time   {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
		padding: 0 15px 0 25px;
	}
	.top_footer .phone     {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
	.top_footer .my_adres::before, .top_footer .my_time::before, .phone > a::before {
	  left: 0;
	}
	.phone > a::before {
	  left: -30px;
	}
	.middle_footer {
	  margin: 0 -15px;
	}
	.middle_footer > div{
	  padding: 0 15px;
	  -ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
	.model_list article {
	  width: 33.333%;
	}
	.repair_marka {
	  width: 30%;
	}
	.repair_model {
	  width: 70%;
	}
	.models_item {
	  width: 33.333%;
	}
}

@media (max-width: 767px) {
	#topnav #top-nav-ul li:nth-child(n+4) {
	  display: none;
	}
	#topnav_mobil {
	width: 45%;
	}
	.top_header .my_adres {
	  display:none;
	}
	.top_header .phone {
	  -ms-flex: 0 0 58.667%;
	  flex: 0 0 58.667%;
	  max-width: 58.667%;
	}
	.slide_desc {
	  font-size: 21px;
	  line-height: 28px;
	}
	.slider_ben li {
	  width: 50%;
	}
	.slider_ben li:nth-child(1),.slider_ben li:nth-child(2)  {
	  padding: 45px 0 20px 20px;
	}
	.slider_ben li:nth-child(3),.slider_ben li:nth-child(4)  {
	  padding: 20px 0 45px 20px;
	}
	.slider_ben li:last-child::before {
		left: 15%;
	}
	.slider_ben li:last-child::after {
	  right: 15%;
	}
	.consul_contact_soc, .consul_contact_phone {
	  width: 100%;
	}
	.consul_contact_phone {
		margin: 15px 0 0 0;
	}
	.consul_contact_soc a {
	  padding: 0 20px 0 0;
	}
	.why_block h3 {
	  display: block;
	  max-width: 100%;
	  margin-bottom: 30px;
	}
	.why_block h3 span {
	  margin: 0 0 20px 0;
	  display: block;
	  width: 192px;
	}
	.why li {
	  width: 100%;
	  align-content: center;
		align-items: center;
	}
	.reviews_title p {
	  margin: 30px 0 0 0;
	}
	.cat__desc_img {
	  display: none;
	}
	.cat__desc_full_img {
	  width: 100%;
	  padding: 0;
	}
	.model_list article {
	  width: 50%;
	}
	.repair_marka,.repair_model {
	  width: 100%;
	}
	.repair_marka ul {
	  display: flex;
	  flex-wrap: wrap;
	}
	.repair_marka li {
	  width: 25%;
	  padding: 5px 0;
	}
	.contact_map {
		flex-wrap: wrap;
	}
	.contact_map article,.contact_map .map {
	  width: 100%;
	}
}
@media (max-width: 575px) {
	.section{
        padding: 0 30px;
    }
	#topnav_mobil {
	  width: 70%;
	}
	.slide_desc {
	  width: 80%;
	}
	.home_about_title h1 {
	  font-size: 30px;
	}
	.home_about_title {
	  padding: 80px 0 45px;
	}
	.top_footer .my_adres, .top_footer .my_time {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	  padding: 0 15px 20px 25px;
	}
	.top_footer .phone {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	  text-align: left;
	  padding: 0 15px 20px 25px;
	}
	.phone > a::before {
	  left: -23px;
	}
	.catalog_list ul li {
		width: 47%;
	}
	.service_price tbody{
		display: flex;
		flex-wrap: wrap;
	}
	.service_price tbody tr:first-child{
		display: none;
	}
	.service_price tbody tr {
	  width: 50%;
	  border: 1px solid #EEE;
	  margin: 0 0 0 -1px;
	  padding: 20px;
	  display: block;
	}
	.service_price tr:nth-child(2n) {
	  background: none;	  
	}
	.service_price td {
	  font-size: 14px;
	  padding: 0 0 15px 0;
	  display: block;
	}
	.service_price td:first-child {
	  font-size: 16px;
	}
	.service_price td:last-child {
		padding: 0;
	}
	.service_price .open_modal {
	  position: relative;
	  right: auto;
	  top: 0;
	  width: auto;
	  display: block;
	  padding: 15px 45px;
	  width: 100%;
		left: 0;
	}
	.service_price tr:hover:not(.service_footer) td:first-child::before {
	  display:none;
	}
}
@media (max-width: 540px) {
	.slider_ben li:last-child::after {
	  right: 22%;
	}
	.section_header .header_title {
		width: 100%;
		margin-bottom: 20px;
	}
	.slide_item img {
	  margin: 0 0 0 -150px;
	}
	section.slider {
	  padding: 30px 0 0;
	}
	.slide_caption {
	  left: 0;
	  padding: 0 30px;
	}
	.slider_ben li::before {
		display:none;
	}
	.slider_ben li:last-child {
	  text-align: left;
	}
	.repair_marka li {
	  width: 33.333%;
	}
}
@media (max-width: 495px) {
	.navbar_mobil::before {
	  margin-right: 25px;
	} 
	.slider_ben li:last-child {
	  padding: 45px 60px 45px 35px;
	}
	.slider_ben li:last-child a {
	  width: 65%;
	  display: inline-block;
	}
	.slider_ben li:last-child::before {
	  left: 22px;
	  top: 42px;
	}
	.slider_ben li:last-child::after {
	  right: 50px;
	  margin: -9px 0 0 0;
	}
	#catalog > li:nth-child(1) img{
	  right: -35px;
	  width: 40%;
	}
	 #catalog > li:nth-child(2) img {
	  right: -75px;
	  width: 40%;
	}
	.home_about_title h1 {
	  font-size: 26px;
	  line-height: 150%;
	}
	.about_date li {
	  padding: 15px 0px 15px 0;
	}
	.modal_div {
		width: 80%;
		padding: 50px 30px 30px 30px;
	}
	.modal_form_title {
	  font-size: 18px;
	  margin-bottom: 10px;
	}
	.modal_header .wpcf7-form-control.wpcf7-text {
	  font-size: 14px;
	}
}
@media (max-width: 475px) {
	#topnav #top-nav-ul li:nth-child(n+3) {
	  display: none;
	}
	#top-nav-ul {
	  justify-content: inherit;
	}
	#top-nav-ul li {
	  padding: 0 30px 0 0;
	}
	.slide_desc {
	  width: 100%;
	}
	.slider_ben li:last-child a {
	  width: 80%;
	}
	.section_header h1{
		margin-bottom: 20px;
	}
	.service_price tbody tr {
	width: 100%;
	}
	.models_item {
	  width: 50%;
	}
}
@media (max-width: 414px) {
	.top_header .my_adres {
		display: block;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin: 18px 0 0 0;
		text-align: center;
	}
	.top_header .my_adres::before {
	  position: relative;
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  left: -5px;
	  top: 4px;
	}
	#topnav_mobil {
	  width: 80%;
	}
	.top_header.section {
		flex-wrap:wrap;
	}
	.top_header .logo {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	  text-align: center;
	}
	.top_header .phone {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	  text-align: center;
	  margin: 20px 0;
	}
	.top_header .phone > a{
	  margin: 0 0 0 20px;
	}
	header .soc img, footer .soc img {
	  width: 30px;
	}
	.top_header .soc {
	  margin: 20px 0 0 0;
	}
	.top_header .soc a {
	  padding: 0px 7px;
	}
	.top_header.section, .top_footer {
	padding-bottom: 10px;
	}
	.slide_item img {
	  margin: 0 0 0 -260px;
	}
	.slide_desc {
	  font-size: 19px;
	  line-height: 25px;
	}
	.slider_ben li:last-child a {
	  width: 100%;
	}
	.slider_ben li:last-child::after {
	  right: 45px;
	  margin: 2px 0 0 0;
	}
	#consul_contact {
	  padding: 50px 30px 50px;
	  width: 100vw;
	  margin-left: calc(-50vw + 50%);
	}
	.why_form {
		width: 100vw;
	  margin-left: calc(-50vw + 50%);
	}
	.why_form form {
	  padding: 50px 35px;
	}
	section.reviews {
	  margin-top: 0;
	}
	#catalog > li {
	  padding: 40px 35px 20px;
	  max-height: none;
	}
	#catalog > li:nth-child(1) img, #catalog > li:nth-child(2) img {
	  top: auto;
	  bottom: 0;
	  right: -35px;
	}
	#consul_contact {
	  padding: 45px 45px 45px;
	}
	.why_block h3 span {
	  width: 175px;
	  font-size: 18px;
	}
	.home_about_title h1 {
	  font-size: 22px;
	}
	.about_date li {
	  padding: 15px 0px 15px 30px;
	  flex-wrap: wrap;
	}
	.about_date .year {
	  margin: 0 0 15px 0;
	}
	.middle_footer {
	  flex-wrap: wrap;
	}
	.middle_footer > div {
	  padding: 0 15px 5px;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.reviews_inner {
	  padding: 75px 0 75px 0;
	}
	.model_list article {
	  width: 100%;
	}
	.repair_marka li {
	   width: 50%;
	}
}
@media (max-width: 375px) {
	#top-nav-ul li {
	  padding: 0 20px 0 0;
	}
	#topnav_mobil {
	  width: 90%;
	}
	.slide_desc {
	  font-size: 20px;
	  line-height: 26px;
	}
	.slide_caption {
	  padding: 0 30px;
	}
	#home_repair {
	  margin: 65px 0 45px;
	}
	.why_block {
	  padding: 70px 0 0;
	}
	#catalog > li {
	  width: 100%;
	}
	#catalog > li > a {
	  text-align: center;
	}
	#catalog li img {
	  max-width: 120px;
	  display: block;
	  margin: 20px auto;
	}
	#catalog li:first-child ul li,#catalog li:nth-child(2) ul li {
	  min-width: 49%;
	}
	#catalog > li:nth-child(1) img,#catalog > li:nth-child(2) img{
	  width: 50%;
	  max-width: 100%;
	}
	 #catalog > li:nth-child(2) img {
	  right: -60px;
	}
	.why_form form {
	  padding: 35px;
	}
	.catalog_list ul li {
	width: 100%;
	margin: 0 0 15px;
	}
}
@media (max-width: 360px) {
	#topnav_mobil {
	  padding: 40px;
	}
	#top-nav-ul li {
	  padding: 0 13px 0 0;
	}
	.section_header .header_title h2,.why_block h3 {
	  font-size: 20px;
	}
	.consul_contact_title {
	  font-size: 18px;
	  line-height: 1.4;
	}
	.consul_contact_title p {
	  margin-top: 10px;
	}
	.consul_contact_soc img {
	  max-width: 35px;
	}
	.why li span {
	  font-size: 16px;
	}
	.why li {
	  padding: 25px 0px 25px 0;
	}
	.why_form .form_title + p {
	  padding: 0 0px 20px 0;
	}
	.reviews_title h3 {
	  font-size: 24px;
	}
	.reviews_inner .strong-content {
	  margin: 0;
	}
	.reviews_items .testimonial {
	  padding: 0;
	}
	.home_about_title h1 {
	  font-size: 18px;
	}
}
@media (max-width: 320px) {
	#top-nav-ul li {
	  line-height: normal;
	}
	#top-nav-ul > li > a {
	  line-height: normal;
	}
	nav.navbar {
	  display: flex;
	  align-content: center;
	  align-items: center;
	}
	.slider_ben li,.slider_ben li:nth-child(2),.slider_ben li:nth-child(3) {
	  width: 100%;
	  padding: 20px 0 20px 20px;
	}
	.slider_ben li:first-child {
	  padding: 45px 0 20px 20px;
	}
	.slider_ben li:nth-child(4) {
	  width: 100%;
	  padding: 20px 0 45px 20px;
	}
	.slider_ben li:last-child::before {
		display:none;
	}
	.slider_ben li:last-child {
	 padding: 40px 45px 40px 35px;
	 font-size: 12px;
	}
	.section_header .header_title h2, .why_block h3 {
	  font-size: 18px;
	}
	consul_contact_title {
	  font-size: 14px;
	}
	.consul_contact_soc img {
	  max-width: 30px;
	}
	.consul_contact_soc a {
	  padding: 0 15px 0 0;
	}
	.consul_contact_phone {
	  font-size: 20px;
	}
	.models_item {
	  padding: 0 15px 15px;
	  width: 100%;
	}
}