
@font-face {
    font-family: 'Gothampro';
    src: url('assets/fonts/gothampro.ttf') format('ttf')
}


article, aside, figure, footer, header, hgroup, nav, section{display:block;}
*{margin:0;padding:0;font-family: "Gothampro", sans-serif; -webkit-box-sizing: border-box;
          box-sizing: border-box;outline: 0 !important;}
html, body{position:relative;overflow-x:hidden;    color: #000;	}
body a:hover{
    text-decoration:none;
}
p{line-height:1.8;margin-bottom:15px;}
ul, ul li{margin-bottom:15px; list-style-position:inside;}
img {
  max-width: 100%; }
@media (min-width:1240px) {
	#body .container{
		max-width: 1240px;
	}
}

@media(min-width: 992px) {
    	#body .container{
		max-width: 1150px;
	}
    
}
header{
	background:#229758;
	    padding-right: 2%;
}
.logo{
	display: flex;
    color: inherit;
    width: 100%;
	align-items: center;
}
.l-img{
	width: 40%;
    text-align: center;
    background: #057A3B;
    padding-top: 15px;
    margin-left: -15px;
    margin-right: 20px;
    padding-bottom: 12px;
}
.l-text{
	font-size: 14px;
    width: 52%;
    color: #fff;
}
.ltf{line-height: 1;}
.lts{
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background: #057A3B;
    display: inline-block;
    margin-top: 5px;
    padding: 2px 8px;
    border-radius: 5px;
}
nav ul {
	display: flex;
	justify-content: space-between; /* равномерное распределение */
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

nav ul li {
	flex: 1; /* чтобы каждый пункт занимал одинаковую ширину */
	text-align: center;
	position: relative;
	margin-bottom: 0;
}

nav ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px; /* высота линии */
	background-color: #ccc; /* цвет линии */
}

nav a {
	    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
nav a:hover{color: #fff;}
.right{
	text-align:right;
}
.h_cont{
	text-align:left;
}
.h_cont a{
	display:block;
	color:#fff;
}
.hc_t{font-size:18px;font-weight: 600;}
.hc_m{font-size:16px;}
.h_c_wr{
	display: flex;
    align-items: center;
    justify-content: end;
}
.b_but{
	    color: #fff;
    background: #057A3B;
    border-radius: 12px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 25px;
    margin-left: 10px;
}
.b_but:hover{
	color:#fff;
}
.wrap{
	padding-right: 2%;
    padding-left: 1%;
}
main{
	background:#ECF4F2;
	padding:32px 0 64px 0;
}
.aside_name{
	color:#057A3B;
	font-size:20px;
	font-weight: 700;
	text-transform:uppercase;
	position:relative;
	padding-bottom:15px;
	    text-align: center;
    margin-bottom: 10px;
}
.aside_name:after{
	content:"";
	position:absolute;
	display:block;
	bottom:0;
	width:85%;
	height:1px;
	background:#057A3B;
	left:0;
	right:0;
	margin:0 auto;
}
.aside{
	background: #FFFFFF;
    padding: 20px 24px;
    border-radius: 16px;
}
.aside ul{margin-bottom:0}
.aside ul li{list-style-type:none;margin-bottom:0;position:relative;}
.aside ul li a{
	color: #333333;
    font-size: 15px;
    font-weight: 400;
	display:block;
	position:relative;
	border-radius: 8px;
    padding: 16px;
}
.aside ul li a span{
	display: inline-block;
    width: 87%;
    vertical-align: middle;
}
.aside ul li a svg{
	    display: inline-block;
    width: 10%;
}
.aside ul li a:hover{
	background:#229758;
	color:#fff;
}
.aside ul li a:hover svg path{
	stroke:#fff;
}
.aside ul li:not(:first-child)::after {
	content: "";
	position: absolute;
	right: 0;
	left:0;
	margin:0 auto;
	top: 0%;
	width: 90%;
	height: 1px; /* высота линии */
	background-color: #2297581A; /* цвет линии */
}
.title_sl{
	font-size: 60px;
    font-weight: 700;
    color: #fff;
    position: relative;
    max-width: 747px;
    line-height: 64px;
	z-index: 2;
}
.title_sl:before{
	content:url(img/sl_h.svg);
	position: absolute;
    left: -70px;
    top: -75px;
    z-index: 1;
}
.title_sl span{
	position: relative;
	z-index: 2;
}
.pr_item{
	border-radius: 24px;
    position: relative;
    overflow: hidden;
	padding: 120px 50px 150px 137px;
	min-height: 632px;
}
.pr_item:before{
	content:url(img/slv1.svg);
	position: absolute;
    right: 90px;
    bottom:15px;
    z-index: 1;
}
.pr_item:after{
	content:url(img/slv2.svg);
	position: absolute;
   right: 0px;
    bottom: -2px;
    z-index: 0;
}
.pr_over{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#00000066;
	
}
.pr_item a{
	display: inline-block;
    background: #229758E0;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    padding: 16px 30px;
    margin-top: 50px;
	z-index:2;
}
.pr_item a svg{ 
margin-left: 80px;
}

.main-car .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 137px;
    right: 0;
}
.main-car.owl-carousel .owl-nav button.owl-next, .main-car.owl-carousel .owl-nav button.owl-prev, .main-car.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.main-car button.owl-dot span {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #fff;
	border-radius:100%;
	margin-right:24px;
}
.main-car button.owl-dot.active span {
    background: #229758;
}

.main-car .owl-nav .owl-prev{
	position:absolute;
	left:50px;
	top:40%;
}
.main-car .owl-nav .owl-next{
	position:absolute;
	right:50px;
	top:40%;
}
.main-car{
	position:relative;
}

.main-car .owl-nav .disabled{display:none;}
.prem{
	margin:64px 0 40px 0;
}
.prem_over{
	    padding: 24px;
    background: #FFFFFF;
    border-radius: 16px;
}
.prem_text{
	font-size: 20px;
    font-weight: 500;
    line-height: 22px;
	
}
.h_image{
	    background: #229758;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 18px 32px;
    align-items: center;
    border-radius: 8px;
	margin-bottom: 48px;
}
.h_image h2{
	font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 600;
	position:relative;
	z-index:2;
	text-transform: uppercase;
}
.h_image a{
	    font-size: 16px;
    color: #fff;
}
.h_image:before{
	content:url(img/slv1.svg);
	position: absolute;
    left: -11px;
    bottom: 4px;
    z-index: 1;
    width: 90px;
    height: 63px;
}
.si_img{
	height: 200px;
    width: 100%;
    filter: grayscale(1);
	border-radius: 24px 24px 0 0;
	transition: 0.7s;
}
.serv-item:hover .si_img {
    filter: none;
    transition: 0.7s;
}
.sic_name{
	color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
	    text-transform: uppercase;
}
.si_cont{
	background: #fff;
    padding: 24px 16px 16px 16px;
    border-radius: 0 0 24px 24px;
    width: 100%;
}
.si_cont a{
text-align: right;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#body .owl-stage{
    display:flex;
}
.serv-car .si_cont a img{
	width: 48px;
    height: 48px;
    display: inline-block;
}
.partners{
	margin:64px 0;
}
.pc_item{
	padding: 0 30px;
    background: #fff;
    border-radius: 24px;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc_item img{width: auto !important;}
.partners-car .owl-nav .owl-prev{
	position:absolute;
	left: -20px;
    top: 24%;
}
.partners-car .owl-nav .owl-next{
	position:absolute;
	right:-20px;
	top:24%;
}
.objects{}
.obj_item{
	position:relative;
}
.obj_img{
	height: 220px;
    width: 100%;
    filter: grayscale(1);
	border-radius:24px;
	transition: 0.7s;
}
.obj_item a{position:relative;}
.obj_item a:hover .obj_img{    filter: none;transition: 0.7s;}
.objects-car .obj_item .abs_link, .obj_item .abs_link{
	height:48px;
	width:48px;
	position:absolute;
	bottom:16px;
	right:16px;
	
}
.obj_name{
    color: #333333;
    font-size: 15px;
    margin-top: 10px;
}
.reviews{
	margin:64px 0;
}
.rev-car .rev_item  .rev_name img{
	display:inline-block;
	width:48px;
	height:48px;
	    margin-right: 10px;
}
.rev_name{
	    font-size: 20px;
		margin-bottom:30px;
}
.rev_item{
	padding: 40px;
    background: #fff;
    border-radius: 24px;
}
.rev-car .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    top: 40%;
}
.rev-car .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    top: 40%;
}
.art_date{
	color: #229758;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;

}
section .container-fluid{
	padding:0;
}
.center_but{
	color: #fff;
    background: #146C3D;
    border-radius: 12px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 25px;
    text-align: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}
.center_but:hover{
	color: #fff;
}
.art-car{
	margin-bottom: 64px;
}
footer{
	background:#1F7949;
	padding:60px 2% 40px 2%;
}
.foot_logo img{
	width: 137px;
}
.fl_over{
	display: flex;
    justify-content: space-between;
    margin-bottom:12px;
}
.foot_logo{
	width: 137px;
    display: inline-block;
	  position: relative;
}
.foot_logo_text{
	display: inline-block;
    width: 235px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}


.foot_logo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20%;
  width: 1px;
  background-color:#FFFFFF14;
}
.fa_bl{
	font-size: 16px;
    color: #FFFFFF;
}
.fa_m a{
	font-size: 16px;
    color: #FFFFFF;
}
.fa_t a{
	font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
    display: block;
    font-weight: 600;
}
.f_nav ul{
	margin-bottom:0;
}
.f_nav ul li{
	list-style-type: none;
    margin-bottom: 5px;
}
.f_nav ul li a{
	font-size: 14px;
    color: #ffffff;
	font-weight: 600;
	text-transform:uppercase;
	
}
@media (max-width:1700px){
.b_but {
    font-size: 14px;
    padding: 12px 18px;
}
nav a {
    font-size: 15px;
}
	
}
@media (max-width:1660px){
	.l-text {
    width: 59%;
}	
}
@media (max-width:1550px){
header {
    padding-right: 1%;
}
.wrap{padding-right: 1%;}
.hc_t {
    font-size: 16px;
}
.b_but {
    font-size: 14px;
    padding: 12px 7px;
    margin-left: 10px;
}

	
}

@media (max-width:1450px){
	
	
	header {
        padding-right: 0px;
    }
	.wrap{padding-right: 0;}
	    nav a {
        font-size: 14px;
    }
	    .l-text {
        width: 63%;
    }
	.b_but {
        font-size: 14px;
        padding: 12px 7px;
        margin-left: 7px;
    }
	.hc_t {
        font-size: 14px;
    }
	.hc_m {
    font-size: 14px;
}
    .l-text {
        width: 74%;
    }
	
.aside {
    background: #FFFFFF;
    padding: 15px 15px;
}	
.title_sl {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    position: relative;
    max-width: 680px;
    line-height: 53px;
    z-index: 2;
}	
.title_sl:before {
    scale: 0.8;
}	
.prem_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}	
.sic_name {
    font-size: 16px;
    line-height: 20px;
}	
.si_img {
    height: 140px;
}
.obj_img {
    height: 180px;
}
.si_cont a img {
    height: 25px;
}


	
}

@media (max-width:1350px){
	.h_but{display:none;}
	    .l-text {
        display: none;
    }
	.l-img {
    width: 50%;
}
	
}
.menu_but{
	display:none;
}
.f_mob_menu{
	display:none;
	
}
.s_mob_menu{display:none;}
.f_bot{
	font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
h1{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;

}
.top_single h1{
        margin-bottom: 16px;
}
.top_cat h1{
        margin-bottom: 32px;
}
.img_single{
    width: 100%;
    display: block;
    border-radius: 24px;
}
.s_date{
    display: inline-block;
    padding: 2px 8px;
    background: #fff;
    border-radius: 8px;
    color: #229758;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
}
.s_content{
    padding: 40px 48px;
    background: #fff;
    border-radius: 24px;
    margin: 24px 0;
}
.s_content p{
   font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.s_content ul li{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 5px;
}
.s_content a{
    color: #229758;
}
.s_content h2{
    font-size:24px;
}
.s_content h3{
    font-size:22px;
}
.arrow_cat{
    background: #229758;
    display: inline-block;
    padding: 12px 16px;
    border-radius: 16px;
    margin-right: 10px;
}
.back_cat span{
    color: #333333;
    font-weight: 600;
}
.serv-item{
height: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 24px 24px 24px 24px;
    flex-direction: column;
    position: relative;
}
.bread{
    margin-bottom:32px;
}
.bread a{
    color: #333333;
    font-size: 13px;
    font-weight: 800;
    text-decoration:none;
}

.bread strong{
    color: #229758;
    font-size: 13px;
    font-weight: 800;
    text-decoration:none;
    
}

.s_content table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}
.s_content table td, .s_content table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}





.woocommerce-pagination{
    width:100%;
}
nav  .page-numbers{    justify-content: center;}
nav  .page-numbers a{
 display: flex;
    color: #229758;
    background: #fff;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}
nav  .page-numbers span{
display: flex;
    color: #fff;
    background: #229758;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
nav  .page-numbers li {
    flex: none;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.nav-links{
    width:100%;
}
.nav-links{justify-content: center;
    display: flex;
    margin-top: 40px;}
.nav-links .page-numbers{
 display: flex;
    color: #229758;
    background: #fff;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}

.nav-links .page-numbers.current{
display: flex;
    color: #fff;
    background: #229758;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}


.sert_img{
    width: 100%;
    height: 314px;
    max-width: 227px;
    padding: 17px 19px;
    background: #fff;
    display:block;
}
.col-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.modal_p {
    position: fixed;
    z-index: 10000000;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.ca_wrap {
   position: relative;
    z-index: 1000;
    border-radius: 16px;
    background: #fff;
    padding: 40px 90px;
    max-width: 699px;
    box-sizing: border-box;
    border: none;
    text-align: center;
    width: 98%;
}
.mod_close {
  width: 24px;
    display: block;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 16px;
    z-index: 2;
}
.span_h3{
        font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 36px;
    display: block;
}
.f_input input{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    font-size: 16px;
    padding: 16px;
}
.f_input textarea{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    font-size: 16px;
    padding: 16px;
    height: 92px;
}
.wpcf7-spinner{
    display:none !important;
}
.f_submit p{
    margin:none;
}
.f_submit input{
    color: #fff;
    background: #057A3B;
    border-radius: 8px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 56px;
    text-transform: uppercase;
    margin: 0 auto;
    border:none;
}
#af_s{
    text-align:center;
}
#af_s svg{
    display: block;
    margin: 0 auto 16px auto;
}
.f_input.w_70{
    display: inline-block;
    width: 70%;
}

.f_submit.w_30{
    display: inline-block;
    width: 28%;
}
.f_form .f_submit input, .f_form .f_input input{
    font-size: 14px;
    padding: 9px 16px;
}
.f_form .f_submit input{
            background: #106839BD;
}
.policy, .policy:hover{
    color: #fff;
    display: block;
    font-size: 13px;
}
.f_bot a, .f_bot a:hover{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
.accept{
    font-size: 14px;
    text-align: left;
    color: #000;
}
.accept a, .accept a:hover{
    color:#000;
    text-decoration:underline;
}
@media (max-width:992px){
    .f_form{
        margin-top:15px;
    }
      .f_form  .f_input input {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #D0D0D0;
        font-size: 14px;
        padding: 9px 14px;
    }
     .f_form  .f_submit input {
        width: 100%;
        font-size: 14px;
        padding: 9px 14px;
                background: #106839BD;
    }
    .f_input.w_70{
    display: inline-block;
    width: 100%;
}

.f_submit.w_30{
    display: inline-block;
    width: 100%;
}
        .obj_img {
        height: 200px;
    }
    .col-20{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
    .bread{
    margin-bottom:24px;
}
	.f_bot{
	text-align:center;
}
	.mb_none{
		display:none;
	}
	.l-img {
        width: 100%;
        background: none;
        text-align: left;
		margin-left: 0;
    }
	.h_cont  .hc_m{display:none;}
	.hc_t {
        font-size: 15px;
    }
	.menu_but{
	display: inline-block;
        width: 10%;
        margin-left: 30px;
        vertical-align: top;
}
.h_c_wr {
    display: inline-block;
    width: 71%;
}
header{
	position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
	width: 100%;
}
.f_mob_menu{
	display:block;
	        position: absolute;
        height: 100vh;
        background: #00000066;
        width: 100%;
		left:-100%;
		transition:1s;
	
}



.mm_over{
	background: #fff;
    padding: 24px;
    width: 85%;
	height: 100vh;
}
.mm_cat{
	display: flex;
    justify-content: space-between;
    align-items: center;
	position:relative;
	padding-bottom:20px;
}
.mm_cat:after {
	content: "";
	position: absolute;
	right: 0;
	left:0;
	margin:0 auto;
	bottom: 0%;
	width: 100%;
	height: 1px; /* высота линии */
	background-color: #2297581A; /* цвет линии */
}
.mm_cat span{
	    font-size: 16px;
    font-weight: 700;
    color: #057A3B;
    text-transform: uppercase;
}
.mob_main_ul{
	position:relative;
	padding-bottom:5px;
	padding-top:20px;
}
.mob_main_ul:after {
	content: "";
	position: absolute;
	right: 0;
	left:0;
	margin:0 auto;
	bottom: 0%;
	width: 100%;
	height: 1px; /* высота линии */
	background-color: #2297581A; /* цвет линии */
}
.mob_main_ul ul{
	margin-bottom:0;
	list-style-type:none;
}


.mob_main_ul ul li a{
font-weight: 700;
font-style: Bold;
font-size: 16px;
text-transform:uppercase;
line-height: 14px;
color:#333333;
}
.mob_hc_t{
	display: block;
    font-size: 18px;
    font-weight: 700;
    color: #229758;
    margin: 20px 0 10px 0;
}
.mob_hc_m{
	display: block;
    font-size: 16px;
    font-weight: 400;
    color: #229758;
	text-decoration:underline;
}
.f_mob_menu .b_but{
	margin-top: 24px;
    font-size: 16px;
    padding: 18px 0;
	text-align: center;
}
.s_mob_menu{
	    position: absolute;
        height: 100vh;
        background: #fff;
        width: 100%;
		z-index:13;
		top:0;	
		display:block;
		left:-100%;
transition:1s;		
}
.cm_over{
	padding:24px;
	overflow: auto;
        height: 100%;
}
.cat_close{
	color:#333333;
	font-size:14px;
}
.cat_close:hover{
	color:#333333;
}
.cat_close img{
	margin-right:10px;
}
.act_smm{
	left:0;
	transition:1s;
}
.aside_name {
    color: #057A3B;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 20px;
	margin-top: 30px;
}
.aside_name:after {
    content: "";
    width: 100%;
}

.cm_over ul{margin-bottom:0}
.cm_over ul li{list-style-type:none;margin-bottom:0;position:relative;}
.cm_over ul li a{
	color: #333333;
    font-size: 15px;
    font-weight: 400;
	display:block;
	position:relative;
	border-radius: 8px;
    padding: 12px 0;
}
.cm_over ul li a span{
	display: inline-block;
    width: 87%;
    vertical-align: middle;
}
.cm_over ul li a svg{
	    display: inline-block;
    width: 10%;
}
.cm_over ul li:not(:first-child)::after {
	content: "";
	position: absolute;
	right: 0;
	left:0;
	margin:0 auto;
	top: 0%;
	width: 90%;
	height: 1px; /* высота линии */
	background-color: #2297581A; /* цвет линии */
}
    .si_img {
        height: 175px;
    }
	main {
    padding: 80px 0 64px 0;
}
    .wrap {
        padding-right: 0;
        padding-left: 0;
    }	
	.promo{
		margin: 0 -15px;
	}
	.pr_item {
    border-radius: 0;
    padding: 130px 30px 150px 30px;
	text-align:center;
	min-height: auto;
}

    .title_sl {
        font-size: 24px;
        line-height: 30px;
    }
.title_sl:before {
    content: url(img/sl_h.svg);
    position: absolute;
    left: 0;
    top: -108px;
    z-index: 1;
    right: 0;
}
.logo {
    height: 80px;
}
    .title_sl {
        max-width: 100%;
    }
.pr_item a span{
	vertical-align: middle;
}
.pr_item a svg {
    margin-left: 10px;
}
.main-car .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.main-car button.owl-dot span {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
    margin-left: 10px;
}
.serv-car .owl-stage{padding-left: 0 !important;}
.objects-car .owl-stage{padding-left: 0 !important;}
.rev-car .owl-stage{padding-left: 0 !important;}
.partners-car .owl-stage{padding-left: 0 !important;}
footer {
    background: #1F7949;
    padding: 40px 15px 40px 15px;
}
.fl_over {
    margin-bottom: 12px;
}
.f_adr{
    margin-top:30px;
}
.foot_logo {
    width: 30%;
    display: inline-block;
    position: relative;
}
.foot_logo_text {
    display: inline-block;
    width: 58%;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}
.fa_t a {
    margin-top: 10px;
    margin-bottom: 10px;
}
footer {
    padding: 60px 15px 40px 15px;
}
h1 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}
.img_single {
    width: 110%;
    display: block;
    border-radius: 0;
    max-width: 110%;
    margin-left: -15px;
    height: 220px;
    object-fit: cover;
}
.s_content {
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    margin: 24px 0;
}
.back_cat{
    display:none;
}
.span_h3 {
    font-size: 20px;
    margin-bottom: 24px;
}
.ca_wrap
 {
    padding: 24px 24px;
}
.f_input input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    font-size: 14px;
    padding: 14px;
}
.f_input textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    font-size: 14px;
    padding: 14px;
    height: 82px;
}





}