@charset "utf-8";
@import url(font-awesome.min.css);
@import url(jbzoo.css);

/*										
    #Stylesheet for                         
    #info@s-k-design.ru      				
    #www.s-k-design.ru    					
    #Copyright © 2005 - 2016 by SK - Design 
    #Authors: SK - Design					

*/

* {
    margin: 0px;
    padding: 0px;
    border-style: none;
    outline: none;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: 'PT Sans', Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #666666;
    width: 100%;
    height: 100%; 
    background: #FFF;
}


/* Links
---------------------------------------------*/

a {
    color: #272727;
    text-decoration: underline;
}

a:hover {
    color: #c7081b;
    text-decoration: none;
}

img {
    border: 0 none;
}


/* Clears Divs */

.clr {
    clear: both;
    width: 0px;
    height: 0px;
}


/* Wrapper
---------------------------------------------*/

#wrapper {}

.main {
    margin: 0 auto;
    position: relative;
	padding-left: 15px;
	padding-right: 15px;
}


/* Header
---------------------------------------------*/

#header {
	height: 200px;
	width: 100%;
	background-color: #FFFFFF;
}

#header .header-top{
	height: 141px;
}
#header .header-top .logo{
    position: absolute;
    top: 16px;
}
#header .header-top .logo a img{
	width: 220px;
	height: auto;
	display: block;
}

#header .header-top .header-phone{
    position: absolute;
    top: 40px;
    left: 410px;
}
#header .header-top .header-phone:before{
	content: "";
	background: url(../images/contact.png) no-repeat scroll 0 0 transparent;
	width: 54px;
	height: 54px;
	display: block;
	position: absolute;
	top: 5px;
	left: -75px;
}
#header .header-top .header-phone .text-hed{
	font-family: 'PT Sans Narrow', sans-serif;
	color: #c7081b;
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
#header .header-top .header-phone .phone{}
#header .header-top .header-phone .phone a{
	text-decoration: none;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #262626;
	font-weight: 700;
	font-size: 24px;
	line-height: 19px;
	display: block;
}

#header .header-top .header-adres{
    position: absolute;
    top: 40px;
    left: 710px;
    width: 230px;
}
#header .header-top .header-adres:before{
	content: "";
	background: url(../images/location.png) no-repeat scroll 0 0 transparent;
	width: 54px;
	height: 54px;
	display: block;
	position: absolute;
	top: 5px;
	left: -75px;
}
#header .header-top .header-adres .text-hed{
	font-family: 'PT Sans Narrow', sans-serif;
	color: #c7081b;
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
#header .header-top .header-adres a{
	text-decoration: none;
}
#header .header-top .header-adres .adres{
	text-decoration: none;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #262626;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	display: block;
}

#header .header-top .call{
    position: absolute;
    top: 62px;
    right: 0;
}
#header .header-top .call span{
    font-size: 14px;
    background-color: #CC0033;
    padding: 10px 30px 10px;
    letter-spacing: 0.2px;
	cursor: pointer;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
}  
#header .header-top .call span:hover{
    background-color: #262626;
}

/* Menu top
---------------------------------------------*/

.menutop{
	width: 100%;
    background-color: #343434;
}

/* Slider
---------------------------------------------*/

.slider{
	height: 550px;
	width: 100%;
	overflow: hidden;
}
.slider .owl-slider .main{
	height: 550px;
}

.slider .owl-slider .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Position block
---------------------------------------------*/
.position-box-icon{
    background-color: #343434;
	min-height: 149px;
}

.position-box-icon .row{
	text-align: center;
}
.position-box-icon .col {
    display: inline-block;
	*display: inline;
	*zoom: 1;
    width: 300px;
    padding: 50px 70px 0 0;
	position: relative;
	text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.position-box-icon .col:nth-child{
	padding: 50px 0 0 0;
	width: 230px;
}

.position-box-icon .col .media-left, 
.position-box-icon .col h3{
    display: table-cell;
    vertical-align: middle;
	padding-right: 15px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 23px;
	line-height: 26px;
	color: #FFF;
	text-transform:uppercase;
}

.position-box-icon .col .media-left img {
}


.position-box-icon .col .media-left img{
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    max-width: none;
}
.position-box-icon .col .break-line {
    position: absolute;
    right: 16px;
    top: 0;
}
.position-box-icon .col a{text-decoration: none;}


/* Services home
---------------------------------------------*/
.position-services{
	padding: 80px 0;
}

.container-services a.item-servec.big{
    width: 569px!important;
}
.container-services a.item-servec {
    position: relative;
    float: left;
    overflow: hidden;
    width: 284px;
    height: 259px;
    display: block;
    cursor: pointer;
    margin: 0 0 1px 1px;
}

.container-services h3.services-title {
    letter-spacing: 1.2px;
    color: #ffffff;
    z-index: 1;
    margin-left: 25px;
    margin-top: -70px;
    position: absolute;
}
.container-services h3.services-title:after {
    content: "";
    display: block;
    border-bottom: 3px solid white;
    opacity: 0.3;
    width: 30px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.container-services a.item-servic img {
    position: relative;
    width: 100%;
	height: auto;
	vertical-align: middle;
}

.container-services .services{
    position: relative;
    float: left;
    overflow: hidden;
    width: 284px;
    height: 259px;
    line-height: 259px;
    text-align: center;
    display: block;
    cursor: pointer;
    background: #272727;
    margin: 0 0 0 1px;
}
.services .btn {
    text-decoration: none;
    padding: 15px 19px;
    height: auto;
    background-color: transparent;
    border: 2px solid #ffffff;
    letter-spacing: 1.0px;
    line-height: 1;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.services .btn:hover, 
.services .btn:focus, 
.services .btn:active {
    border: 2px solid #c7081b;
    color: #c7081b;
}

.container-services a.item-servec:hover:after {
    opacity: 1;
}
.container-services a.item-servec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -1px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: rgba(199, 8, 27, 0.8) url(../images/steering_wheel.svg) no-repeat 20px 20px;
    background-size: 40%;
}

.container-services a.item-servec.big:after {
  background: rgba(199, 8, 27, 0.8) url("../images/support.svg") no-repeat 20px 20px;
  background-size: 20%;
}
.container-services a.item-servec.oil:after {
  background: rgba(199, 8, 27, 0.8) url("../images/oil_industry.svg") no-repeat 20px 20px;
  background-size: 40%;
}
.container-services a.item-servec.tires:after {
  background: rgba(199, 8, 27, 0.8) url("../images/tire.svg") no-repeat 20px 20px;
  background-size: 40%;
}
.container-services a.item-servec.brakes:after {
  background: rgba(199, 8, 27, 0.8) url("../images/high_importance.svg") no-repeat 20px 20px;
  background-size: 40%;
}
.container-services a.item-servec.climate:after {
  background: rgba(199, 8, 27, 0.8) url("../images/winter.svg") no-repeat 20px 20px;
  background-size: 40%; 
}


/* Maps bottom
---------------------------------------------*/

.position-maps{
	position: relative;
	background: #eee;
}
.position-maps .box-maps-contact{
	width: 100%;
	height: 450px;
	position: relative;
	display: block;
}
.position-maps:before {
    content: "Загрузка карты ...";
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
	font-weight: 700;
    color: #000;
    position: absolute;
    z-index: 0;
    top: 47%;
    left: 0;
    text-align: center;
    width: 100%;
}

.contact-info {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    background:  #272727;
    height: 100%;
    width: 450px;
    margin: 0 0 0 -584px;
    color: #FFF;
    padding: 40px 50px 40px 40px;
	opacity: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: opacity 800ms; 
	-moz-transition: opacity 800ms;
	-o-transition: opacity 800ms;
	transition: opacity 800ms; 
}
.position-maps:hover .contact-info{
	opacity: 0;
}

.contact-info div{
	margin-bottom: 30px;
}

.contact-info h3{
	text-transform: uppercase;
}
.contact-info h3:after {
    content: ' ';
    display: block;
    border-bottom: 3px solid rgba(236, 236, 236, 0.48);
    width: 30px;
    padding-top: 15px;
    margin-bottom: 20px;
}
.contact-info strong{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.contact-info span{
	display: block;
}
.contact-info span span{
	display: inline-block;
	font-weight: 700;
	padding-right: 5px;
} 

/* About
---------------------------------------------*/

.position-about{
	padding-bottom: 40px;
}
.position-about .row .col{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 250px;
	padding: 0 15px;
}
.position-about .row .col.big{
	width: 600px;
}
.position-about .row .col:nth-child(1){
	padding-left: 0;
}
.position-about .row .col:nth-child(3){
	padding-right: 0;
}
.position-about .row .col h1.title{
	font-size: 30px;
	text-transform: none;
}
.position-about .row .col h3.title{
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #272727;
	margin: 0px 0 20px 0;
}
.position-about .row .col img{
	float: left;
	margin: 0 15px 20px 0;
}
.position-about .row .col p{
	font-size: 15px;
	clear: both;
}

.button-box{
	text-align: center;
	margin: 40px 0 20px;	
}
.button-box .btn{
    color: #272727;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    touch-action: manipulation;
    cursor: pointer;
    border: 2px solid #272727;
    padding: 12px 17px;
    font-size: 14px;
}
.button-box .btn:hover{
	border-color: #c7081b;
	color:#c7081b;
}

/* Portfolio
---------------------------------------------*/

.position-portfolio{
	margin-bottom: 60px;
	text-align: center;
}
.position-portfolio h3{
    margin-bottom: 30px;
    font-size: 15px;
    text-transform: uppercase;
    color: #272727;
    line-height: 25px;
}

.position-portfolio  h3:before {
    margin-right: 17px;
}
.position-portfolio h3:after {
    margin-left: 17px;
}

.position-portfolio h3:before, 
.position-portfolio h3:after {
    padding-left: 10px; 
    padding-right: 10px;
    content: ' ';
    display: inline-block;
    border-bottom: 3px solid #e6e6e6;
    width: 25.5%;
    vertical-align: middle;
}

.position-portfolio .gallery-box a{
    display: inline-block;
	*display: inherit;
	*zoom: 1;
	vertical-align: top;
	float: initial!important;
}

/* Container
---------------------------------------------*/

#container {
    min-height: 200px;
	padding: 0 0 30px;
	position: relative;
	overflow:hidden;

    transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
}

.page-contacts #container:after {
    content: "";
    width: 999999px;
    height: 100%;
    background: rgba(241, 241, 241, 0.5);
    display: block;
    position: absolute;
	z-index: -1;
    top: 0;
    left: 50%;
    margin: 0 0 0 230px;
}
  
h1{
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 36px;
	line-height: 40px;
    text-transform: uppercase;
	color: #333333;
	margin-bottom: 20px; 
}

h2 {}

h3 {}

h4 {}

.content p {
    padding-bottom: 18px;
}

.content strong {
    font-weight: 700;
}


/*list*/

ul.list,
ol.list {
    margin-left: 20px;
    margin-bottom: 15px;
}
ol.list ol.list {
    margin-left: 20px;
}
ul.list>li {
    padding: 0 0 10px 5px;
    list-style: none;
    position: relative;
}
ul.list li:before {
    content: "\f10c";
    color: #892710;
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    left: -12px;
    font-size: 8px;
    line-height: normal;
    font-weight: 700;
}

ol.list {
    counter-reset: li;
    padding: 0;
    list-style: none;
    margin-left: 20px;
}
ol.list li {
    position: relative;
    margin: 0 0 0px 0em;
    padding: 4px 8px 4px 0px;
}
ol.list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0px;
    left: -18px;
    color: #892710;
    padding: 4px 0;
    font-weight: bold;
    text-align: center; 
}


/*pagination*/

.pagination {
    margin: 15px 0;
}

.pagination ul {
    margin: 0;
}

.pagination ul li {
    width: 38px; 
    height: 35px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background-color: #c69c6d;
    text-align: center;
    line-height: 35px;
    padding: 0;
    margin: 0 6px 0 0;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pagination ul li:before {
    display: none;
}

.pagination ul li a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
}

.pagination ul li:hover,
.pagination ul li a:hover,
.pagination ul li.active,
.pagination ul li.prev.active,
.pagination ul li.next.active{
    background: #892710;
    color: #FFFFFF; 
}
.pagination ul li.prev span:before,
.pagination ul li.prev a:before{
	content: "\f104";
    font-family: FontAwesome;
    font-size: 26px;
    color: #FFF;
}

.pagination ul li.next span:before,
.pagination ul li.next a:before{
	content: "\f105";
    font-family: FontAwesome;
    font-size: 26px;
    color: #FFF;
}

/* table */

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bd9566;
  margin: 20px 0 30px;
}
table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table th {
  background: #bd9566;
  color: #ffffff;
  padding: 12px 0!important;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
table th sub {
    position: relative;
    top: -9px;
    font-size: 12px;
    font-weight: 700;
}
table td{
    text-align: center; 
    padding: 8px;
    border-right: 1px solid #bd9566;
    font-weight: 300;
    font-size: 13px;
}
table td:last-child{
    border: none;
}
table tr:hover td{
    background: rgba(189, 149, 102, 0.16);
    border-color: #bd9566;
    cursor: pointer;
}


/*-- Breadcrumbs */

.breadcrumbs {}
.breadcrumbs ul {
    margin: 0;
    padding: 20px 0;
}
.breadcrumbs ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
	color: #999999;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
.breadcrumbs ul li a {
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs ul li.active {
}
.breadcrumbs ul li .divider {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 0 5px;
}

/*---- Content */

.content {
    width: 100%;
}

.content.two {
    float: right;
    width: 825px;
}
/*---- Right */


/* Footer
-----------------------------------------------------------------------------*/

#footer {
	background: #272727;
	width: 100%;
	height: auto;
}
#footer  .copy{
	padding: 40px 0 40px 40px;
	font-size: 12px;
	color: #eee;
	text-transform: uppercase;
}

 
/* Error
---------------------------------------------*/

body.error {
    background: #DEDEDE;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.page-error {
    padding: 30px;
    background-color: #FFF;
    width: 460px;
    box-shadow: 0 0 4px -1px #333;
    margin: 0 auto;
    position: relative;
    top: 100px;
    color: #333;
}

.page-error h1 {
    font-weight: 600;
    margin-bottom: 10px;
}

.page-error ul {
    margin: 10px 0 10px 25px;
}

.page-error h1 {
    font-weight: normal;
    margin-bottom: 20px;
}


/* Forma
---------------------------------------------*/

.modal_div {
    width: 320px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -170px;
    display: none;
    opacity: 0;
    z-index: 30005;
    padding: 20px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 7px solid #c7081b;
}
.modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: -30px;
    right: -40px;
    cursor: pointer;
    font-weight: 100;
    display: block;
    font-size: 23px;
    color: #fff;
}
.overlay {
    z-index: 30001;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.modal_div .title{
    font-size: 20px;
    font-weight: normal;
    color: #892710;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
    text-align: center;
}

.modal_div .rsform-block{
    margin: 0 15px 15px 15px;
}
.modal_div label{
    color: #892710;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.modal_div .rsform-block input[type="text"]{
    width: 100%;
    height: 37px;
    padding: 0 15px;
    line-height: 37px;
    color: #892710;
    border: 1px solid #e2e2e2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal_div .rsform-block input[type="text"].rsform-error,
.modal_div .rsform-block textarea.rsform-error{
    border-color: #f7714e;
} 
.modal_div .rsform-block textarea{
    width: 100%;
    height: 80px;
    resize: none;
    padding: 10px 15px;
    color: #892710;
    border: 1px solid #e2e2e2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.modal_div .formError{display: none;}
.modal_div .senden{}
.modal_div .rsform-block button {
    width: 231px;
    height: 40px;
    line-height: 40px;
    background-color: #c7081b;
    display: block;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    margin: 0 auto;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.modal_div .rsform-block button:hover{
    background-color: #65050e;
}



::-webkit-input-placeholder {color: #892710; font-family: 'Open Sans', sans-serif;  font-weight: 400;}
/* Firefox 18- */
:-moz-placeholder {color: #892710; font-family: 'Open Sans', sans-serif; font-weight: 400;}
/* Firefox 19+ */
::-moz-placeholder {color: #892710; font-family: 'Open Sans', sans-serif;  font-weight: 400;}
:-ms-input-placeholder {  color: #892710; font-family: 'Open Sans', sans-serif;   font-weight: 400;}

.box-message-ok{
    width: 320px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -170px;
    display: block;
    opacity: 1;
    z-index: 30005;
    padding: 20px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: rgb(199, 8, 27);
}
.close-modal-ok{
    width: 21px;
    height: 21px;
    position: absolute;
    top: -30px;
    right: -40px;
    cursor: pointer;
    font-weight: 100;
    display: block;
    font-size: 23px;
    color: #fff;
}
.overlay-ok{
    z-index: 30001;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: block;
}

.powr-instagram-feed{
    position: relative;
}
.powr-instagram-feed:after {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 50px;
}

/* =========================================================
   Uslugi BLOCK 
   Wrapper: .vag-service
   ========================================================= */

/* ---------- Base / containers ---------- */
.vag-service{ color:#111; }
.vag-service *{ box-sizing:border-box; }
.vag-service img, .vag-service svg{ max-width:100%; height:auto; }

.vag-service .lp-container,
.vag-service .vag-s__in{
  max-width:1100px;
  margin:0 auto;
  padding:0 15px;
}

/* ---------- Vertical rhythm (48–64px between blocks) ---------- */
.vag-service .service-hero{ padding:44px 0 56px; }
.vag-service .brands{ padding:56px 0; }
.vag-service .process{ padding:56px 0; }
.vag-service .vag-s{ padding:56px 0; }

@media (max-width: 640px){
  .vag-service .service-hero{ padding:28px 0 40px; }
  .vag-service .brands{ padding:40px 0; }
  .vag-service .process{ padding:40px 0; }
  .vag-service .vag-s{ padding:40px 0; }
}

/* ---------- Typography (SEO + usability) ---------- */
.vag-service h1,
.vag-service .hero__title{
  font-family:'PT Sans Narrow', sans-serif;
  font-weight:700;
  font-size:44px;
  line-height:1.08;
  text-transform:uppercase;
  margin:0 0 14px;
  color:#111;
}

.vag-service h2{
  font-family:'PT Sans Narrow', sans-serif;
  font-weight:700;
  font-size:38px;
  line-height:1.15;
  text-transform:uppercase;
  margin:0 0 18px;
  color:#111;
}

.vag-service h3{
  font-family:'PT Sans Narrow', sans-serif;
  font-weight:700;
  font-size:24px;
  line-height:1.2;
  margin:0 0 12px;
  color:#111;
}

@media (max-width: 640px){
  .vag-service h1,
  .vag-service .hero__title{ font-size:30px; }
  .vag-service h2{ font-size:28px; }
  .vag-service h3{ font-size:20px; }
}

.vag-service p,
.vag-service li{
  font-size:16px;
  line-height:1.7;
  color:#555;
}

.vag-service p{ margin:0 0 16px; }
.vag-service p:last-child{ margin-bottom:0; }

.vag-service ul,
.vag-service ol{
  margin:10px 0 16px 22px;
  padding:0;
}
.vag-service li{ margin:0 0 10px; }
.vag-service ul li:last-child,
.vag-service ol li:last-child{ margin-bottom:0; }
.vag-service .content p{ padding-bottom:0 !important; }

/* ---------- Buttons / CTA ---------- */
.vag-service .vag-btn,
.vag-service .hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 28px;
  border-radius:10px;
  border:0;
  cursor:pointer;
  text-decoration:none;
  font-weight:700;
  font-size:16px;
  line-height:1;
  background:#c7081b;
  color:#fff;
  transition: transform .12s ease, background .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.vag-service .vag-btn:hover,
.vag-service .hero__btn:hover{
  background:#a40615;
  transform: translateY(-1px);
}
.vag-service .vag-btn:active,
.vag-service .hero__btn:active{ transform: translateY(0); }

.vag-service .vag-actions{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.vag-service .vag-note{
  margin-top:12px;
  font-size:14px;
  line-height:1.55;
  color:#666;
}

/* ---------- HERO ---------- */
.vag-service .hero__inner{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-areas:
    "content media"
    "utp     utp";
  column-gap:56px;
  row-gap:28px;
  align-items:start;
}

.vag-service .hero__content{ grid-area:content; min-width:0; }
.vag-service .hero__media{
  grid-area:media;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.10);
}
.vag-service .hero__media img{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:70% 50%;
  display:block;
}

.vag-service .hero__desc{ margin:0 0 18px; max-width: 680px; }
.vag-service .hero__actions{ display:flex; flex-wrap:wrap; gap:12px; margin:0 0 10px; }

.vag-service .hero__price{
  margin:0;
  font-size:18px;
  line-height:1.35;
  color:#111;
}
.vag-service .hero__price strong{
  color:#c7081b;
  font-size:22px;
  font-weight:700;
}


.vag-service .hero__utp{
  grid-area:utp;
  list-style:none;
  margin:18px 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  align-items:center;
}

.vag-service .hero__utp-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:0;               
  background:transparent;   
  min-width: 0;             
  max-width: 100%;
}

.vag-service .hero__utp-item img{
  width:40px;
  height:40px;
  padding:10px;
  border-radius:999px;
  background:#f2f2f2;
  flex:0 0 40px;
  display:block;
  transition: background .12s ease;  
}

.vag-service .hero__utp-item:hover img{ background:#eaeaea; }

.vag-service .hero__utp-item span{
  font-size:15px;
  line-height:1.35;
  color:#111;
}


@media (max-width:980px){
  .vag-service .hero__inner{
    grid-template-columns:1fr;
    grid-template-areas:
      "content"
      "media"
      "utp";
    row-gap:22px;
  }
}
@media (min-width:1100px){
  .vag-service .hero__utp-item{ flex:0 0 calc(25% - 17px); }
}
@media (max-width:1099px) and (min-width:641px){
  .vag-service .hero__utp-item{ flex:0 0 calc(50% - 11px); }
}
@media (max-width:640px){
  .vag-service .hero__utp-item{ flex:1 1 100%; }
}


/* ---------- BRANDS  ---------- */

.vag-service .brands__desc{ margin:0 0 18px; max-width: 800px; }
.vag-service .brand-grid{
  display:grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap:14px;
}

@media (max-width: 1000px){
  .vag-service .brand-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px){
  .vag-service .brand-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.vag-service .brand-item{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 12px;
  border:1px solid #e6e6e6;
  border-radius:16px;
  background:#fff;
  text-decoration:none;
  min-height:84px;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.vag-service .brand-item img{
  height:44px;
  width:auto;
  object-fit:contain;
  display:block;
}
.vag-service .brand-item:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
  border-color:#d7d7d7;
}

/* ---------- PROCESS ---------- */
.vag-service .process__desc{ margin:0; max-width: 860px; }

.vag-service .process__media{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.08);
  margin: 18px 0 26px;
}
.vag-service .process__media img{
  width:100%;
  height:360px;
  object-fit:cover;
  object-position:50% 45%;
  display:block;
}

.vag-service .process__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vag-service .process__card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:16px;
  padding:18px;
  box-shadow:0 10px 26px rgba(0,0,0,.05);
  display:flex;
  gap:12px;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.vag-service .process__num{
  font-family:'PT Sans Narrow', sans-serif;
  font-size:22px;
  line-height:1;
  color:#c7081b;
  min-width:36px;
}

.vag-service .process__name{
  font-size:16px;
  font-weight:700;
  color:#111;
  margin:0 0 8px;
}

.vag-service .process__text{
  font-size:15px;
  line-height:1.6;
  color:#555;
  margin:0;
}

.vag-service .process__card:hover{
  transform: translateY(-1px);
  box-shadow:0 16px 40px rgba(0,0,0,.06);
  border-color:#d7d7d7;
}

@media (max-width: 1000px){
  .vag-service .process__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vag-service .process__media img{ height:300px; }
}
@media (max-width: 600px){
  .vag-service .process__grid{ grid-template-columns: 1fr; }
  .vag-service .process__media img{ height:220px; }
}

/* ---------- WHY US ---------- */
.vag-service .why-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:18px;
}

@media (max-width: 1000px){
  .vag-service .why-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px){
  .vag-service .why-grid{ grid-template-columns: 1fr; }
}

.vag-service .why-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:16px;
  padding:18px 18px 16px;
  box-shadow:0 10px 26px rgba(0,0,0,.04);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.vag-service .why-ico{
  width:44px;
  height:44px;
  border-radius:999px;
  background:#f2f2f2;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
}
.vag-service .why-ico img{ width:22px; height:22px; display:block; }

.vag-service .why-text{
  font-size:15px;
  line-height:1.6;
  color:#555;
  margin:0;
}

.vag-service .why-card:hover{
  transform: translateY(-1px);
  box-shadow:0 16px 40px rgba(0,0,0,.06);
  border-color:#d7d7d7;
}

/* ---------- Prices table ---------- */
.vag-service .vag-table{
  width:100%;
  border-collapse:collapse;
  border:1px solid #e6e6e6;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  margin: 0 0 18px;
}

.vag-service .vag-table th,
.vag-service .vag-table td{
  padding:14px 12px;
  border-bottom:1px solid #e6e6e6;
  text-align:left;
  vertical-align:top;
}

.vag-service .vag-table th{
  background:#fafafa;
  font-weight:700;
  color:#111;
}

.vag-service .vag-table tr:nth-child(even) td{ background:#fcfcfc; }
.vag-service .vag-table tr:hover td{ background:#f7f7f7; }

.vag-service .vag-table--prices{ table-layout:fixed; }
.vag-service .vag-table--prices th:first-child,
.vag-service .vag-table--prices td:first-child{ width:70%; }
.vag-service .vag-table--prices th:last-child,
.vag-service .vag-table--prices td:last-child{
  width:30%;
  text-align:right !important;
}

@media (max-width: 640px){
  .vag-service .vag-table th,
  .vag-service .vag-table td{ padding:12px 10px; }
}

/* Calc module spacing */
.vag-service .vag-form{ margin-top:18px; }

/* ---------- Lead form (main) ---------- */


.vag-service .lead-form{
  margin-top:24px;
  padding:32px 32px;
  background:#141414;            
  border-radius:20px;
  border:1px solid #242424;
  box-shadow:0 18px 40px rgba(0,0,0,.18); 
  color:#fff;
}

@media (max-width: 700px){
  .vag-service .lead-form{ padding:22px 16px; border-radius:16px; }
}

.vag-service .lead-form h2{
  font-size:26px;
  line-height:1.15;
  margin:0 0 8px;
  font-weight:800;
  color:#fff;
  text-transform:none;
  letter-spacing:0;
}

.vag-service .lead-form p{
  margin:0 0 18px;
  color:rgba(255,255,255,.72);
  font-size:16px;
  line-height:1.55;
}

.vag-service .lead-form .lead-form__note{
  margin:0 0 18px;
  font-size:14px;
  color:rgba(255,255,255,.68);
}
.vag-service .lead-form .lead-form__note strong{
  color:#fff;
  font-weight:700;
}


.vag-service .lead-form__row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  margin-bottom:12px;
}
@media (max-width: 700px){
  .vag-service .lead-form__row{ grid-template-columns:1fr; }
}

.vag-service .lead-form input[type="text"],
.vag-service .lead-form input[type="tel"],
.vag-service .lead-form input[type="email"],
.vag-service .lead-form input[type="date"],
.vag-service .lead-form input[type="time"],
.vag-service .lead-form input[type="datetime-local"]{
  width:100%;
  height:52px;
  padding:14px 14px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  background:#fff;
  color:#111;
  font-size:16px;
  outline:none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

.vag-service .lead-form input::placeholder{
  color:rgba(0,0,0,.45);
}


.vag-service .lead-form input:hover{
  border-color:rgba(0,0,0,.18);
}

.vag-service .lead-form input:focus{
  border-color:#c7081b;
  box-shadow:0 0 0 3px rgba(199,8,27,.16);
}


.vag-service .lead-form__agree{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:8px 0 16px;
  font-size:14px;
  line-height:1.35;
  color:rgba(255,255,255,.72);
}
.vag-service .lead-form__agree input{
  margin-top:4px;
  accent-color:#c7081b;
}

/* Кнопка — контрастная CTA */
.vag-service .lead-form button,
.vag-service .lead-form .btn,
.vag-service .lead-form .vag-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 26px;
  border-radius:14px;
  border:0;
  background:#c7081b;
  color:#fff;
  font-weight:800;
  font-size:16px;
  cursor:pointer;
  transition: background .15s ease, transform .05s ease, box-shadow .15s ease;
  box-shadow:0 10px 24px rgba(199,8,27,.22); /* спокойнее */
}

.vag-service .lead-form button:hover,
.vag-service .lead-form .btn:hover,
.vag-service .lead-form .vag-btn:hover{
  background:#a40615;
  box-shadow:0 12px 28px rgba(199,8,27,.26);
}
.vag-service .lead-form button:active,
.vag-service .lead-form .btn:active,
.vag-service .lead-form .vag-btn:active{
  transform:translateY(1px);
  box-shadow:0 8px 18px rgba(199,8,27,.20);
}


/* ---------- SEO block ---------- */
.vag-service #seoText{
  border-radius:14px;
}

.vag-service #seoText h2{
  font-size:28px;
  line-height:1.2;
  margin:26px 0 12px;
}

@media (max-width: 640px){
  .vag-service #seoText h2{ font-size:22px; margin:22px 0 10px; }
}

/* Toggle button */
.vag-service .seo-actions{ margin-top:12px; }
.vag-service #seoToggleBtn{
  background:transparent;
  border:1px solid #ddd;
  color:#111;
  border-radius:10px;
  padding:10px 14px;
  font-weight:700;
  cursor:pointer;
}

/* ---------- FAQ  ---------- */
.vag-service .faq{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:18px;
}

.vag-service .faq-item{
  border:1px solid #e6e6e6;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  transition: border-color .12s ease;
}
.vag-service .faq-item:hover{ border-color:#d7d7d7; }

.vag-service .faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:100%;
  text-align:left;
  padding:16px;
  background:#fff;
  border:0;
  cursor:pointer;
  font-weight:700;
  color:#111;
}

/* Your HTML has .faq-arrow only in the first item — style it + add fallback */
.vag-service .faq-arrow{
  width:10px;
  height:10px;
  border-right:2px solid #111;
  border-bottom:2px solid #111;
  transform: rotate(45deg);
  transition: transform .15s ease;
  flex:0 0 10px;
  opacity:.7;
}

.vag-service .faq-item.is-open .faq-arrow{ transform: rotate(-135deg); }

.vag-service .faq-answer{
  padding:0 16px 16px;
  color:#555;
}
.vag-service .faq-answer p{ margin:0; }

/* ---------- Reviews cards ---------- */
.vag-service .reviews-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}

@media (max-width: 900px){
  .vag-service .reviews-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 600px){
  .vag-service .reviews-grid{ grid-template-columns:1fr; }
}

.vag-service .review-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:16px;
  padding:18px;
  box-shadow:0 10px 26px rgba(0,0,0,.04);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.vag-service .review-card__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}
.vag-service .review-card__name{ font-weight:700; color:#111; }
.vag-service .review-card__rating{ color:#c7081b; font-size:14px; letter-spacing:1px; }
.vag-service .review-card__text{ font-size:15px; line-height:1.6; color:#555; }

.vag-service .review-card:hover{
  transform: translateY(-1px);
  box-shadow:0 16px 40px rgba(0,0,0,.06);
  border-color:#d7d7d7;
}

/* ---------- Lead form #2 ---------- */

.vag-service .vag-s--lead2{ padding:56px 0; }
@media (max-width: 900px){
  .vag-service .vag-s--lead2{ padding:44px 0; }
}

.vag-service .lead2{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:24px;
  align-items:start;
}
@media (max-width: 900px){
  .vag-service .lead2{ grid-template-columns:1fr; gap:16px; }
}

/* LEFT */
.vag-service .lead2__left h2{
  margin:0 0 10px;
}
.vag-service .lead2__left p{
  margin:0 0 14px;
  line-height:1.6;
  color:#333;
  max-width: 62ch;
}
.vag-service .lead2__list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
  max-width: 66ch;
}
.vag-service .lead2__list li{
  position:relative;
  padding-left:18px;
  line-height:1.55;
  color:#333;
}
.vag-service .lead2__list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.65em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:#c7081b;
  transform:translateY(-50%);
}

.vag-service .lead2__card{
  background:#111;
  border:1px solid #1f1f1f;
  border-radius:18px;
  padding:22px;
  color:#fff;
  box-shadow:0 16px 36px rgba(0,0,0,.18);
}

.vag-service .lead2__card h3{
  margin:0 0 14px;
  font-size:18px;
  line-height:1.2;
  font-weight:800;
  color:#fff;
}

.vag-service .lead2__note{
  margin:12px 0 0;
  font-size:13px;
  line-height:1.45;
  color:rgba(255,255,255,.70);
}
.vag-service .lead2__card form{ margin:0; }


.vag-service .lead2__card .formControlLabel,
.vag-service .lead2__card label{
  color:rgba(255,255,255,.75);
  font-size:13px;
}

.vag-service .lead2__card input[type="text"],
.vag-service .lead2__card input[type="tel"],
.vag-service .lead2__card input[type="email"],
.vag-service .lead2__card input[type="date"],
.vag-service .lead2__card input[type="time"],
.vag-service .lead2__card input[type="datetime-local"],
.vag-service .lead2__card select,
.vag-service .lead2__card textarea{
  width:100%;
  min-height:48px;
  padding:12px 14px;
  border:1px solid #e6e6e6;
  border-radius:12px;
  background:#fff;
  color:#111;
  font-size:16px;
  outline:none;
  transition:border-color .15s ease, box-shadow .15s ease;
}

.vag-service .lead2__card textarea{ min-height:110px; resize:vertical; }

.vag-service .lead2__card input::placeholder,
.vag-service .lead2__card textarea::placeholder{
  color:rgba(0,0,0,.45);
}

.vag-service .lead2__card input:focus,
.vag-service .lead2__card select:focus,
.vag-service .lead2__card textarea:focus{
  border-color:#c7081b;
  box-shadow:0 0 0 3px rgba(199,8,27,.16);
}

.vag-service .lead2__card button,
.vag-service .lead2__card input[type="submit"],
.vag-service .lead2__card .btn,
.vag-service .lead2__card .vag-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border-radius:14px;
  border:0;
  background:#c7081b;
  color:#fff;
  font-weight:800;
  font-size:15px;
  cursor:pointer;
  transition:background .15s ease, transform .05s ease;
}

.vag-service .lead2__card button:hover,
.vag-service .lead2__card input[type="submit"]:hover,
.vag-service .lead2__card .btn:hover,
.vag-service .lead2__card .vag-btn:hover{
  background:#a40615;
}

.vag-service .lead2__card button:active,
.vag-service .lead2__card input[type="submit"]:active{
  transform:translateY(1px);
}

/* checkbox */
.vag-service .lead2__card input[type="checkbox"]{
  accent-color:#c7081b;
}

/* mobile */
@media (max-width: 560px){
  .vag-service .lead2__card{ padding:18px 16px; border-radius:16px; }
}

/* ---------- Contacts (map + card) ---------- */
.vag-service .contacts{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items:start;
  margin-top:18px;
}

@media (max-width: 900px){
  .vag-service .contacts{ grid-template-columns:1fr; }
}

.vag-service .contacts__map{
  min-height:320px;
  border-radius:16px;
  overflow:hidden;
  background:#f2f2f2;
  border:1px solid #e6e6e6;
}

.vag-service .contacts__card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:16px;
  padding:22px;
  box-shadow:0 12px 34px rgba(0,0,0,.06);
}

.vag-service .contacts__row{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top:1px solid #f0f0f0;
}
.vag-service .contacts__row:first-of-type{ border-top:0; padding-top:0; }

@media (max-width: 900px){
  .vag-service .contacts__row{ grid-template-columns: 1fr; }
}

.vag-service .contacts__label{ font-weight:700; color:#111; }
.vag-service .contacts__value a{
  color:#111;
  text-decoration: underline;
  text-underline-offset:3px;
}

/* ---------- Related services (cards) ---------- */
.vag-service .related-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

@media (max-width: 900px){
  .vag-service .related-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 560px){
  .vag-service .related-grid{ grid-template-columns: 1fr; }
}

.vag-service .related-card{
  display:grid;
  grid-template-columns: 44px 1fr auto;
  align-items:center;
  gap:12px;
  padding:16px;
  border:1px solid #e6e6e6;
  border-radius:16px;
  background:#fff;
  text-decoration:none;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.vag-service .related-ico{
  width:44px;
  height:44px;
  border-radius:999px;
  background:#f2f2f2;
  display:flex;
  align-items:center;
  justify-content:center;
}
.vag-service .related-ico img{ width:22px; height:22px; display:block; }

.vag-service .related-title{ font-weight:700; color:#111; line-height:1.25; }
.vag-service .related-meta{ color:#555; white-space:nowrap; font-size:14px; }

.vag-service .related-card:hover{
  transform: translateY(-1px);
  box-shadow:0 16px 40px rgba(0,0,0,.06);
  border-color:#d7d7d7;
}

/* ---------- Sticky mobile CTA ---------- */
.vag-service .vag-float-btn{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:14px;
  z-index:9998;
  width: calc(100% - 28px);
  max-width: 520px;
  padding:14px 18px;
  border-radius:14px;
  border:0;
  background:#111;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}

@media (min-width: 1024px){
  .vag-service .vag-float-btn{
    left:auto;
    right:18px;
    bottom:18px;
    transform:none;
    width:auto;
    max-width:none;
  }
}

/* ---------- Modal ---------- */
.vag-service .vag-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:9999;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.vag-service .vag-modal.is-open{ display:flex; }

.vag-service .vag-modal__dialog{
  width:100%;
  max-width:560px;
  background:#fff;
  border-radius:14px;
  padding:26px;
  position:relative;
}

.vag-service .vag-modal__close{
  position:absolute;
  top:10px;
  right:12px;
  border:0;
  background:transparent;
  font-size:26px;
  cursor:pointer;
  line-height:1;
}