@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600|Roboto:400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@import url('/templates/CarService/css/font-awesome.min.css');
@import url('/templates/CarService/css/flaticon.css');
@import url('/templates/CarService/css/hover.css');
@import url('/templates/CarService/css/animate.css');

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

body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#292929;
	line-height:2em;
	font-weight:400;
	background:#ffffff;
    font-family: 'Roboto', sans-serif;
}

b {
    font-weight: 500;
}

a {
	text-decoration:none;
	cursor:pointer;
    color:#fb4848;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
    /*color:#fb4848;*/
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Roboto';
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	font-family: 'Roboto';	
}

p{
	position:relative;
		
}

.strike-through{
	text-decoration:line-through;	
}

.callserv{
    margin: 20px 10px 20px 10px;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	min-height:400px;
	overflow:hidden;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.center{
	text-align:center;	
}

.theme-bg{
	background-color:#fc5a1b;	
}

.theme-color{
	color:#fc5a1b;	
}

.out{
	opacity:0;	
}

.in{
	opacity:1;	
}

.uppercase{
	text-transform:uppercase !important;	
}

.capitalized{
	text-transform:capitalize !important;	
}

.lowercase{
	text-transform:lowercase !important;	
}

.no-uppercase{
	text-transform:none !important;	
}

.servicefullprice{
    position: relative;
    display: inline-block;
}

.servicefullprice span{
    /*background: rgba(0,0,0,0.7); (полупрозрачность)*/
    background: #fb4848;
    color: #fff;
    border-radius: 0px;
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 30px;
    padding: 8px 10px;
	border-radius: 10px 0;
}

.light-btn{
	position:relative;
	display:inline-block;
	padding:10px 30px;
	line-height:26px;
	border:1px solid transparent;
	background:#fc5a1b;
	margin-bottom:5px;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.topphone a{
color:#36404B;
}
.dark-btn{
	position:relative;
	display:inline-block;
	padding:5px 20px;
	line-height:22px;
	font-size:14px;
	border:1px solid transparent;
	background:#36404b;
	color:#ffffff;
	text-transform:uppercase;
    border-radius:5px;
}

.light-btn:hover,
.dark-btn:hover{
	background-color:#fb4848;
	border-color:#fb4848;
	color:#ffffff;	
}

.dark-btn.style-two{
	background:#bc3131;
}

.dark-btn.style-two:hover{
	color:#000000;
	background:#ffffff;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	overflow:hidden;
	border:1px solid #dddddd;
	background:#ffffff;
	color:#000000;
	line-height:22px;
	padding:5px 15px;
	font-size:14px;
	text-transform:uppercase;
}

.btn-style-one .fa,
.dark-btn .fa{
	position:relative;
	font-size:16px;
	padding-right:15px;	
}

.btn-style-one:hover{
	background-color:#fb4848;
	border-color:#fb4848;
	color:#ffffff;	
}

.default-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 24px;
	font-size:14px;
	text-transform:uppercase;
	margin:0px 10px;
	color:#000000;
	border:1px solid #dddddd;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.default-btn:hover{
	color:#ffffff !important;	
}

.default-btn::before{
	background-color:#3d3d3d;	
}

.color-white{
	color:#ffffff !important;
}

.color-grey{
	color:#292929 !important;
}

.no-margin{
	margin:0px !important;	
}

.no-float{
	float:none !important;	
}

.skew-lines{
	position:relative;
	font-size:18px;
	padding-left:0px;	
    text-align:center;
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}


.sec-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:12px;
	border-bottom:1px solid #e0e0e0;
}

.sec-title h3{
	font-size:18px;
	font-weight:500;	
}

.main-header{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	z-index:999;
	background:#ffffff;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-header .header-top{
	position:relative;
	padding:20px 0px;
	background:#ffffff;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	
}


.fixed-top-header .header-top{
	padding:0px 0px;
}

.fixed-top-header{
	position:fixed;	
}

.main-header .logo{
	position:relative;
	padding:0px 0px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.fixed-top-header .logo{
	padding:0px 0px;
}

.main-header .logo img{
	position:relative;
	display:inline-block;
	max-width:280px;	
}

.main-header .header-top .search-form .form{
	position:relative;
	margin-top:25px;
	padding-left:30px;	
}

.main-header .header-top .form input[type="text"],
.main-header .header-top .form input[type="password"]{
	position:relative;
	display:block;
	width:100%;
	height:40px;
	line-height:24px;
	font-size:13px;
	padding:7px 50px 7px 15px;
	border:1px solid #cccccc;
	background:#ffffff;
}

.main-header .header-top .form select{
	position:relative;
	display:block;
	width:100%;
	height:40px;
	line-height:24px;
	font-size:13px;
	padding:7px 15px;
	border:1px solid #cccccc;
	border-right:none;
	color:#888888;
	/*background:#ffffff url(/templates/CarService/images/icons/icon-down.png) center right no-repeat;*/
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
}

.main-header .header-top .form-group{
	position:relative;
	float:left;
	margin-bottom:10px;	
}

.main-header .header-top .medium{
	width:150px;	
}

.main-header .header-top .form button{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	background:#000000;
	line-height:40px;
	color:#ffffff;
	font-size:14px;	
}

.main-header .header-top .form button:hover{
	background:#fb4848;	
}

.main-header .header-top .large{
	width:320px;	
}

.main-header .header-top .user-links{
	position:relative;
	margin-top:25px;
}

.main-header .header-top .user-links a{
	position:relative;
	text-transform:uppercase;
	font-size:13px;
	line-height:30px;
	padding:5px 0px;
	display:inline-block;
	margin:0px 5px;
	color:#565656;	
}

.main-header .header-top .user-links a:hover,
.main-header .header-top .user-links a.active{
	color:#fb4848;	
}

.main-header .header-lower{
	position:relative;
	padding:0px 0px;
	background:#36404b;
	
}

.main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px 0px;	
}

.main-menu .navbar-collapse > ul > li{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:15px;
	top:18px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-menu .navbar-collapse > ul > li > a{
	position:relative;
	display:block;
	font-size:14px;
	line-height:24px;
	padding:16px 15px;
	color:#ffffff;
	background:none;
	overflow:hidden;
	text-transform:uppercase;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navbar-collapse > ul > li.dropdown > a{
	padding:16px 40px 16px 15px;
}

.main-menu .navbar-collapse > ul > li:hover > a,
.main-menu .navbar-collapse > ul > li.current > a,
.main-menu .navbar-collapse > ul > li.current-menu-item > a{
	color:#ffffff;
	background:#fb4848;
}

.main-menu .navbar-collapse > ul > li > ul{
    position: absolute;
    display: block;
    width: 210px;
    top: 120%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #fb4848;
	border:1px solid rgba(255,255,255,0.50);
	border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-ms-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-o-border-radius:0px 0px 5px 5px;
}

.main-menu .navbar-collapse > ul > li:hover > ul{
	top:100%;
	opacity: 1;
    visibility: visible;
    transition:all 400ms ease 100ms;
	-moz-transition:all 400ms ease 100ms;
	-webkit-transition:all 400ms ease 100ms;
	-ms-transition:all 400ms ease 100ms;
	-o-transition:all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-menu .navbar-collapse > ul > li > ul li.dropdown:after{
	font-family: 'FontAwesome';
	content:'\f0da';
	position:absolute;
	right:7px;
	top:7px;
	width:20px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-menu .navbar-collapse > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(/templates/CarService/images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.main-menu .navbar-collapse > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size: 14px;
	color:#ffffff;
	padding:7px 15px;
	background:none;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
 
.main-menu .navbar-collapse > ul > li > ul > li:hover > a {
	background:rgba(255,255,255,0.30);
	padding-left:20px;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul{
    position: absolute;
    display: block;
    width: 210px;
    top: -1px;
    left: 120%;
    opacity: 0;
    visibility: hidden;
    background: #fb4848;
	border:1px solid rgba(255,255,255,0.50);
	border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	-ms-border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	-o-border-radius:0px 5px 5px 5px;
}

.main-menu .navbar-collapse > ul > li > ul > li:hover > ul{
	opacity: 1;
	left:100%;
    visibility: visible;
    transition:all 400ms ease 100ms;
	-moz-transition:all 400ms ease 100ms;
	-webkit-transition:all 400ms ease 100ms;
	-ms-transition:all 400ms ease 100ms;
	-o-transition:all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size: 14px;
	color:#ffffff;
	padding:7px 15px;
	background:none;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
 
.main-menu .navbar-collapse > ul > li > ul > li > ul > li:hover > a {
	background:rgba(255,255,255,0.30);
	padding-left:20px;
}

.header-lower .social-links{
	position:relative;
	padding-top:3px;
	text-align:center !important;
}

.header-lower .social-links a{
    position: relative;
    display: inline-block;
    width: 35px;
    vertical-align: -webkit-baseline-middle;
    height: 35px;
    text-align: center;
    /* background: #2a323a; */
    /* color: #ffffff; */
    font-size: 16px;
    line-height: 32px;
    margin: 0px 7px 0px;
    border-radius: 3px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;	
}

.header-lower .social-links a:hover{
	background:#fb4848;	
}


.why-us{
	position:relative;
	padding:30px 0px 10px;
	background:#ffffff;
}

.why-us .title-box{
	position:relative;
	padding:0px 0px 0px 24px;
	border-left:3px solid #fb4848;
	margin-bottom:15px;
}

.title-box-main {
	font-size:28px;
	line-height:1.3em;
}

.why-us .title-box h3{
	font-size:28px;
	line-height:1.3em;	
}

.why-us .title-box h4{
	font-size:18px;
	line-height:1.6em;	
}

.why-us .text-content{
	position:relative;
	/*margin-bottom:20px;*/
}

.why-us .text-content .text{
	font-size:18px;
	padding-left:24px;	
}

.textmain{
	font-size:14px;
    /*text-shadow: 1px 1px 2px #afafaf;*/
}

.why-us .box{
	position:relative;
	margin-bottom:25px;	
}

.why-us .box .tab-link {
	position:relative;
	display:block;
	border:1px solid #cccccc;
	padding:16px 20px 16px 90px;
	font-size:14px;
	color:#292929;
}

.why-us .box .tab-link .arrow{
	position:absolute;
	right:0px;
	bottom:0px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	background:#fb4848;	
}

.why-us .box .tab-link:hover .arrow{
	background:#999999;	
}

.why-us .box .tab-link *{
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.why-us .box .tab-link.active-btn,
.why-us .box .tab-link:hover{
	background:#36404b;
	color:#ffffff;
	border-color:#36404b;	
}

.why-us .box .tab-link .icon{
	position:absolute;
	left:20px;
	top:28px;
	width:70px;
	height:70px;
	color:#fb4848;
	font-size:42px;	
}

.why-us .box .tab-link.active-btn .icon,
.why-us .box .tab-link:hover .icon{
	color:#ffffff;	
}

.why-us .box .tab-link h4{
	font-size:16px;
	margin-bottom:0px;
}

.why-us .box .tab-link p{
	font-size:14px;
	color:#a7a7a7;
	margin-bottom:0px;
}

.why-us .box .tab-link.active-btn p,
.why-us .box .tab-link:hover p{
	color:#ffffff;	
}


.main-slider{
	position:relative;
	color:#ffffff;
	font-size:15px;
}

.main-slider .grey-title{
	position:relative;
	padding:10px 20px;
	background:rgba(54,64,75,0.85);
	color:#ffffff;	
}

.main-slider .white-title{
	position:relative;
	padding:10px 20px;
	background:rgba(255,255,255,0.85);
	color:#fb4848;	
}

.main-slider h2 {
	font-size:48px;
	line-height:1.2em;
	font-weight:300;
	text-transform: uppercase;
}
.main-slider h2 strong {
    font-size: 35px!important;
}
.main-slider .tp-bullets{
	display:none;	
}


.main-slider:after,
.page-banner:after,
.main-slider:before,
.page-banner:before{
	content:'';
	position:absolute;
	display:block;
	width:50%;
	height:5px;
	bottom:-5px;
	z-index:1;
}

.main-slider:after,
.page-banner:after{
	left:50%;
	background:#cccccc;
}

.main-slider:before,
.page-banner:before{
	left:0%;
	background:#fb4848;
}


.featured-posts{
	position:relative;
	background:#ffffff;
	padding:30px 0px;
}

.column-view{
	position:relative;	
}

.column-view .column-box{
	position:relative;
	margin-bottom:30px;
}

.column-view .column-box .inner-box{
	position:relative;
	display:block;
	max-width:450px;
	margin:0 auto;
	border:1px solid #dddddd;
	transition:all 500ms ease-out 50ms;
	-webkit-transition:all 500ms ease-out 50ms;
	-ms-transition:all 500ms ease-out 50ms;
	-o-transition:all 500ms ease-out 50ms;
	-moz-transition:all 500ms ease-out 50ms;	
}

.column-view .column-box .inner-box:hover{
	border-color:#fb4848;
}

.column-view .column-box .image {
    position: relative;
    overflow: hidden;
    height: 229px;
}
.column-view .column-box .image.csaf{
    height: 0;
    padding-bottom: 62.3%;
}
.column-view .column-box .image img{
	position:relative;
	display:block;
	width:100%;
	transition:all 500ms ease-out 50ms;
	-webkit-transition:all 500ms ease-out 50ms;
	-ms-transition:all 500ms ease-out 50ms;
	-o-transition:all 500ms ease-out 50ms;
	-moz-transition:all 500ms ease-out 50ms;
}

.column-view .column-box .inner-box:hover .image img{

}

.column-view .column-box .image .price{
    /*display: none;*/
	position:absolute;
	right:0px;
	bottom:0px;
	padding:10px 10px;
	color:#ffffff;
	background:#fb4848;
	font-size:32px;
	font-weight:600;
	z-index:1;
}

.column-view .column-box .image .price sup{
	font-size:18px;
	padding-right:5px;	
}

.column-view .column-box .post-content{
	position:relative;
	padding:15px 0px 10px;	
}

.column-view .column-box .post-content h3 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    height: 20px;
}

.column-view .column-box .post-content h3 a{
	color:#292929;	
}

.column-view .column-box .post-content h3 a:hover{
	color:#fb4848;	
}

.column-view .column-box .theme-btn {
    float: left;
    margin: 0px 15px 25px 0px;
}
.column-view .column-box .theme-btn.ynts {
    bottom: 0;
    position: absolute;
    /*color:#fff;*/
}
.column-view .column-box .text-center .theme-btn{
	float:none;
	display:inline-block;
	margin:0px 5px 7px;	
}

.column-view .column-box .overlay-box{
	border-radius:9px;
    display: grid;
    grid-template-rows: 40px auto;
    position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:30px 24px 10px;
	overflow:auto;
	color:#ffffff;
	z-index:3;
	background:#fb4848 url(/templates/CarService/images/icons/price-table-header.png) -50px -50px no-repeat;
	opacity:0;
	transition:opacity 500ms ease;
	-webkit-transition:opacity 500ms ease;
	-ms-transition:opacity 500ms ease;
	-o-transition:opacity 500ms ease;
	-moz-transition:opacity 500ms ease;
	
}

.column-view .column-box:hover .overlay-box{
	opacity:1;
	-ms-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-op-animation-name: flipInX;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-ms-animation-duration: 800ms;
	-moz-animation-duration: 800ms;
	-op-animation-duration: 800ms;
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;		
}

.column-view .column-box .overlay-box .skew-lines:before,
.column-view .column-box .overlay-box .skew-lines:after{
	background:#ffffff;
	height:18px;
}

.column-view .column-box .overlay-box .skew-lines{
	color:#ffffff;
	margin-bottom:20px;
	padding-left:0px;	
}

.column-view .column-box .overlay-box .text {
    font-size: 14px;
}


.featured-services{
	position:relative;
	padding:20px  0px 20px;
	background:#fbfbfb;
}

.featured-services .column-box .inner-box{
	background:#ffffff;
	
}

.featured-services .column-box .text-center .theme-btn{
	float:none;
	vertical-align:middle;
	margin:0px 7px 5px;	
}

.featured-services .column-box .text-center{
	text-align:left !important;
}


.gallery-section{
	position:relative;
	padding:40px  0px 50px;
	background:#ffffff;
}

.gallery-section .slide-item {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #fb4848;
    height: 231px;
}

.gallery-section .image-box img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
}

.gallery-section .overlay{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:url(/templates/CarService/images/icons/icon-plus-2.png) center 40% no-repeat;
	background-color:rgba(0,0,0,1);
	opacity:0;
	z-index:2;
	transition:all 500ms ease;
	-webkit-all:opacity 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.gallery-section .slide-item:hover .overlay{
	opacity:0.80;
	top:0px;
}

.gallery-section .item-caption{
	position:absolute;
	left:0px;
	bottom:-100%;
	width:100%;
	text-align:center;
	color:#ffffff;
	padding:10px 15px;
	background-color:rgba(0,0,0,0.50);
	font-size:14px;
	z-index:3;
	opacity:0;
	color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	border-top:2px solid #fb4848;
}

.gallery-section .slide-item:hover .item-caption{
	opacity:1;
	bottom:0px;
}

.gallery-section .item-caption p{
	position:relative;
	font-size:14px;
	margin:0px;
	color:#ffffff;	
}

.gallery-section .item-caption h4{
	font-size:14px;	
}

.gallery-section .owl-stage-outer{
	overflow:visible;	
}


.intro-section{
	position:relative;
	color:#ffffff;
	padding:40px 0px;
	background:#fc6565;
}

.intro-section.theme-two{
	background:#36404b;	
}

.intro-section.theme-two .dark-btn{
	background-color:#545c66;	
}

.intro-section.theme-two .dark-btn:hover{
	background:#ffffff;
	border-color:#ffffff;
	color:#292929;
}

.intro-section .border{
	position:relative;
	border:1px solid rgba(255,255,255,0.50);
	padding:40px 25px;
	background:#fb4e4e;
}

.intro-section.theme-two .border{
	background:#2c333b;
}

.intro-section h3{
	font-size:24px;
	text-transform:uppercase;
}


.tabs-section{
	position:relative;
	padding:40px 0px 0px;
	background:#ffffff;
}

.tabs-box .buttons-side{
	position:relative;
	float:right !important;
	margin-bottom:30px;
}

.tabs-box .tab-buttons{
	position:relative;	
}

.tabs-box .tab-buttons li{
	position:relative;
	margin-bottom:20px;	
}

.tabs-box .tab-buttons .tab-btn {
	position:relative;
	display:block;
	border:1px solid #cccccc;
	padding:20px 20px 20px 90px;
	font-size:14px;
	color:#292929;
}

.tabs-box .tab-buttons .tab-btn *{
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.tabs-box .tab-buttons .tab-btn.active-btn,
.tabs-box .tab-buttons .tab-btn:hover{
	background:#36404b;
	color:#ffffff;
	border-color:#36404b;	
}

.tabs-box .tab-buttons .tab-btn .icon{
	position:absolute;
	left:20px;
	top:28px;
	width:70px;
	height:70px;
	color:#fb4848;
	font-size:42px;	
}

.tabs-box .tab-buttons .tab-btn.active-btn .icon,
.tabs-box .tab-buttons .tab-btn:hover .icon{
	color:#ffffff;	
}

.tabs-section .tab-buttons .tab-btn h4{
	font-size:16px;
	margin-bottom:0px;
}

.tabs-box .tab-buttons .tab-btn p{
	font-size:14px;
	color:#a7a7a7;
	margin-bottom:0px;
}

.tabs-box .tab-buttons .tab-btn.active-btn p,
.tabs-box .tab-buttons .tab-btn:hover p{
	color:#ffffff;	
}

.tabs-box .tabs-content{
	position:relative;
	float:left !important;
}

.tabs-box .tab-title{
	position:relative;
	margin-bottom:20px;	
}

.tabs-box .tab-title h2{
	font-size:36px;
	margin-bottom:10px;	
}

.tabs-box .tab-title h3{
	font-size:22px;
	color:#fb4848;
	margin-bottom:0px;	
}

.tabs-box .tab .text{
	position:relative;
	margin-bottom:30px;
	line-height:1.8em;
	color:#565656;
}

.tabs-box .tab .list{
	position:relative;
	margin-bottom:30px;
	line-height:1.5em;
}

.tabs-box .tab .list ul li{
	position:relative;
	line-height:30px;
	padding-left:30px;
	margin-bottom:15px;
}

.tabs-box .tab .list ul li:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:30px;
	line-height:30px;
	padding-right:15px;
	font-size:18px;
	color:#fb4848;	
}

.maingal {
    max-width: 700px;
    margin-left: 10px;
    font-weight: bold;
}

.tabs-box .tab{
	position:relative;
	display:none;
	left:20px;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;	
}

.tabs-box .tab.active-tab{
	display:block;
	left:0px;	
}

.testimonials-section{
	position:relative;
	padding:30px 0px 0px;
	background:url(/templates/CarService/images/background/texture-map.png) center center no-repeat;
	background-color:#3d3d3d;
}

.testimonials-section .sec-title {
	border:none;
	color:#ffffff;
}

.testimonials-section .sec-title h3{
	display:inline-block;
	padding:0px 0px 10px;
	border-bottom:2px solid #fb4848;	
}

.testimonials-section.theme-two .sec-title h3{
	border-bottom:2px solid #ffffff;	
}

.testimonials-section.theme-two{
	background-color:#fb4848;	
}

.testimonials-section .testimonials-slider{
	position:relative;
}

.testimonials-section .testimonials-slider .slide-item{
	position:relative;
	margin:50px 0px 0px 0px;
	border:1px solid #d9d9d9;
	background:#ffffff;
	text-align:center;
}

.testimonials-section .testimonials-slider .image-box{
	position:relative;
	width:80px;
	height:80px;
	margin:-40px auto 0px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.testimonials-section .testimonials-slider .image-box img{
	position:relative;
	width:80px;
	height:80px;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.testimonials-section .slide-item h3{
	position:relative;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	color:#000000;
	font-weight:600;
	margin:0px 5px 20px 0px;	
}

.testimonials-section .rating{
	position:relative;
	display:inline-block;
	vertical-align:middle;	
}

.testimonials-section .rating .star{
	position:relative;
	display:inline-block;
	width:20px;
	height:16px;
	/*background:url(/templates/CarService/images/icons/star-icon.png) center center no-repeat;*/	
}

.testimonials-section .slide-text{
	position:relative;
	font-size:14px;
	color:#565656;
	font-style:italic;
	line-height:2em;
	padding:20px;	
}

.testimonials-section .column-carousel.three-column .owl-nav{
	display:none !important;	
}

.testimonials-section .column-carousel.three-column .owl-controls{
	position:relative;
	text-align:center;
	padding:20px 0px;
	top:0px;	
}

.testimonials-section .column-carousel.three-column .owl-dots{
	display:block !important;
}

.testimonials-section .column-carousel.three-column .owl-dot span{
	background:#909090;
	
}

.testimonials-section .column-carousel.three-column .owl-dot span:hover,
.testimonials-section .column-carousel.three-column .owl-dot.active span{
	background:#fb4848;
	
}

.testimonials-section.theme-two .column-carousel.three-column .owl-dot span{
	background:#fbf948;
	
}

.testimonials-section.theme-two .column-carousel.three-column .owl-dot span:hover,
.testimonials-section.theme-two .column-carousel.three-column .owl-dot.active span{
	background:#ffffff;
	
}


.contact-options{
	position:relative;
	padding:0px;
	background-color:#ffffff;
	border-bottom:3px solid #fb4848;
}

.contact-options .info-box{
	position:relative;
	float:right;
	padding:7px 20px;
	background:#fb4848;
	color:#ffffff;	
}

.contact-options .info-box li{
	display:inline-block;
	min-width:200px;
	padding-right:30px;
	font-size:14px;	
}

.contact-options .info-box li a{
	color:#ffffff;	
}

.contact-options .info-box li a:hover{
	opacity:0.80;	
}

.contact-options .info-box li .fa{
	font-size:16px;
	padding-right:10px;
}


.team-section{
	position:relative;
	padding:50px 0px 30px;
	background:#ffffff;
}

.column-carousel.four-column{
	margin-top:-15px;	
}

.column-carousel.four-column .column-box{
	padding-top:15px;
	padding-bottom:15px;	
}

.team-box{
	margin-bottom:0px !important;	
}

.team-box .social-links{
	position:absolute;
	right:0px;
	bottom:0px;
	padding-right:42px;
	width:100%;	
}

.team-box .social-links .plus-btn{
	position:absolute;
	right:0px;
	bottom:0px;
	width:42px;
	height:42px;
	background:#fb4848 url(/templates/CarService/images/icons/icon-plus.png) center center no-repeat;
	cursor:pointer;
	z-index:3;
}

.team-box .social-links .links{
	position:absolute;
	right:-220px;
	bottom:0px;
	transition:all 1000ms ease;
	-webkit-transition:all 1000ms ease;
	-ms-transition:all 1000ms ease;
	-o-transition:all 1000ms ease;
	-moz-transition:all 1000ms ease;
	z-index:1;
}

.team-box .social-links:hover .links{
	right:46px;	
}

.team-box .social-links li{
	position:relative;
	display:inline-block;
	margin:0px;	
}

.team-box .social-links li a{
	position:relative;
	display:block;
	width:42px;
	height:42px;
	padding:10px;
	text-align:center;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	background:#fb4848;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.team-box .social-links li a:hover{
	background:#36404b;	
}

.team-box h3{
	text-transform:capitalize !important;
	margin-bottom:5px !important;
}

.team-box .occupation{
	font-size:16px;
	color:#fb4848;
	text-transform:capitalize;
	margin-bottom:5px;	
}

.column-carousel .owl-dots{
	display:none !important;	
}

.column-carousel .owl-controls{
	position:absolute;
	right:0px;
	top:-60px;
}

.column-carousel.two-column .owl-controls{
	top:-75px;
}

.column-carousel .owl-controls .owl-next{
	position:absolute;
	right:0px;
	top:-24px;
	width:48px;
	height:48px;
	text-indent:100px;
	overflow:hidden;
	border:1px solid #dddddd;
	margin:0px !important;
	background:#ffffff url(/templates/CarService/images/icons/arrow-next.png) center center no-repeat !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
}

.column-carousel .owl-controls .owl-prev{
	position:absolute;
	right:58px;
	top:-24px;
	width:48px;
	height:48px;
	text-indent:100px;
	overflow:hidden;
	border:1px solid #dddddd;
	margin:0px !important;
	background:#ffffff url(/templates/CarService/images/icons/arrow-prev.png) center center no-repeat !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
}

.column-carousel .owl-controls .owl-next:hover,
.column-carousel .owl-controls .owl-prev:hover{
	border-color:#fb4848;	
}


.blog-section{
	position:relative;
	padding:50px 0px 20px;
	background:#ffffff;
}

.blog-section .column-box .inner-box{
	max-width:580px !important;	
}

.blog-section .column-box .inner-box{
	padding-left:50%;
	min-height:260px;	
}

.blog-section .column-box .post-content{
	padding:20px;	
}

.blog-section .column-box .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;	
}

.blog-section .column-box .inner-box .image img{
	display:none;	
}

/*.blog-section .column-box .post-title{
	text-transform:capitalize !important;
}*/

.blog-section .column-box .date{
	position:relative;
	margin-bottom:10px;
	font-size:14px;
	color:#fb4848;
}

.blog-section .column-box .text{
	position:relative;
	margin-bottom:20px;
	font-size:16px;
	color:#565656;
}

.blog-section .column-box .theme-btn{
	float:none;
	margin:0px;	
}


.sponsors{
	position:relative;
	text-align:center;
	background:#ffffff;
	padding:22px 0px;
	border-top:1px solid #d0d0d0;	
}

.sponsors .auto-container{
	padding-left:30px;
	padding-right:30px;	
}
	
.sponsors .slider{
	position:static;
}

.sponsors .slider .owl-stage-outer{
	z-index:10;		
}

.sponsors li img{
	position:relative;
	display:inline-block !important;
	width:auto !important;
	max-width:100% !important;
	opacity:0.80;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;	
}

.sponsors li img:hover{
	opacity:1;	
}

.sponsors .owl-dots{
	display:none !important;	
}

.sponsors .owl-controls{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:5;
	margin:0px !important;
	opacity:0.40;	
}

.sponsors:hover .owl-controls{
	opacity:1;	
}

.sponsors .owl-controls .owl-prev{
	position:absolute;
	left:20px;
	top:50px;
	margin:0px;
	width:50px;
	height:50px;
	border:1px solid #3d3d3d;
	font-size:0px;
	overflow:hidden;
	text-indent:100px;
	background:url(/templates/CarService/images/icons/arrow-prev.png) center center no-repeat !important;
}

.sponsors .owl-controls .owl-next{
	position:absolute;
	right:20px;
	top:50px;
	margin:0px;
	width:50px;
	height:50px;
	border:1px solid #3d3d3d;
	font-size:0px;
	overflow:hidden;
	text-indent:100px;
	background:url(/templates/CarService/images/icons/arrow-next.png) center center no-repeat !important;
}


.main-footer{
	position:relative;
	background:#36404b;
}

.main-footer .footer-upper{
	position:relative;
	padding:40px 0px 10px;	
}

.main-footer .footer-upper .col-md-3{
	position:relative;
	margin-bottom:25px;	
}

.main-footer .footer-upper .footer-widget{
	position:relative;
	max-width:600px;	
}

.footer-widget i{
color:red;
}

.main-footer .footer-upper h3{
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
}

.main-footer .footer-upper .text{
    position: relative;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 25px;
}

.main-footer .footer-upper .info{
	position:relative;
	font-size:14px;
}

.main-footer .footer-upper .info li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.7em;
    color: #ffffff;
}

.main-footer .footer-upper .info li strong{
	position:relative;
	padding-right:10px;
	font-weight:500;
	color:#ffffff;	
}

.main-footer .footer-upper a{
	color:#fb4848;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.main-footer .footer-upper a:hover{
	color:#11c3f0!important;	
}

.main-footer .footer-upper .links{
	position:relative;
	font-size:16px;
}

.main-footer .footer-upper .links li{
	position:relative;
	margin-bottom:10px;
	line-height:30px;
	overflow:hidden;	
}

.main-footer .footer-upper .links li a{
	position:relative;
	display:block;
	color:#ffffff;
	font-size: 14px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.main-footer .footer-upper .links li a:hover{
	color:#fb4848 !important;
}

.main-footer .footer-upper .links li a i {
	color: #fb4848;
	margin-right: 7px;
	font-size: 17px;
}
.main-footer .footer-upper .newsletter-widget .form{
	position:relative;
	padding-top:15px;
	margin-bottom:40px;
}

.main-footer .footer-upper .newsletter-widget .form-group{
	position:relative;
	display:block;
	margin:0px;
}

.main-footer .footer-upper .newsletter-widget input,
.main-footer .footer-upper .newsletter-widget textarea {
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 40px 8px 15px;
	color:#292929;
	font-size:15px;
	background:#ffffff;
	border:1px solid #ddd;
	transition: all .3s ease;
}
.main-footer .footer-upper .newsletter-widget input:focus,
.main-footer .footer-upper .newsletter-widget textarea:focus {
	border:1px solid #FB4848;	

}

.main-footer .footer-upper .newsletter-widget button{

	line-height:24px;
	padding:8px 5px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	background:#fb4848;
	border: 1px solid #fb4848;
	float: right;
	padding: 5px 10px;
	transition: all .3s;
}
.main-footer .footer-upper .newsletter-widget button:hover {
	color: #fb4848;
}
.main-footer .footer-upper .newsletter-widget button:before{
	background:#fff;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:5px 0px;
	font-size:14px;
	line-height:20px;
	background:#2c343d;
	color:#ffffff;	
}

.main-footer .footer-bottom .copyright{
	padding:12px 0px;	
}
.main-footer .footer-bottom .copyright a {
    color: #fb4848;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.main-footer .footer-bottom .copyright a:hover {
	color: #11c3f0!important;
}
.main-footer .social-links{
	position:relative;
	text-align:right;
	padding-bottom:6px;	
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	width:36px;
	height:32px;
	text-align:center;
	background:#4a4a4a;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	margin:9px 2px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;	
}

.main-footer .social-links a:hover{
	background:#fb4848;	
}


.scroll-to-top{
	position:fixed;
	bottom:0px;
	right:0px;
	width:48px;
	height:48px;
	color:#ffffff;
	background:#fb4848 url(/templates/CarService/images/icons/arrow-up.png) center center no-repeat;
	font-size:20px;
	line-height:48px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;	
}

.scroll-to-top:hover{
	background-color:#fb4848;
	color:#ffffff;
}


.default-section{
	position:relative;
	width:100%;
	padding:50px 0px 30px;
	background:#ffffff;
}

.default-content{
	position:relative;
	margin-bottom:40px;	
}

.default-content h2{
	font-size:26px;
	font-weight:400;
	font-family:'Roboto',sans-serif;
	margin-bottom:10px;
	text-transform:uppercase;	
}

.default-content h3{
	font-size:22px;
	font-weight:300;
	margin-bottom:20px;
	color:#fb4848;	
}

.default-content .text{
	position:relative;
	font-size:16px;
	margin-bottom:10px;
	color:#565656;
}

.default-section .column-box .text-center .theme-btn{
	margin:0px !important;
	float:none !important;
}


.gallery-tabs{
	position:relative;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
}

.gallery-tabs .tabs-two{
	position:static;
	min-height:540px;	
}

.gallery-tabs .tabs-two .buttons-side{
	position:relative;
	float:right !important;
	margin-bottom:30px;
}

.gallery-tabs .tabs-two .tab-buttons{
	position:relative;	
}

.gallery-tabs .tabs-two .tab-buttons li{
	position:relative;
	margin-bottom:24px;	
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn{
	position:relative;
	display:block;
	border:1px solid #cccccc;
	padding:20px 20px 20px 90px;
	font-size:14px;
	color:#292929;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn *{
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn.active-btn,
.gallery-tabs .tabs-two .tab-buttons .tab-btn:hover{
	background:#36404b;
	color:#ffffff;
	border-color:#36404b;	
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn .icon{
	position:absolute;
	left:20px;
	top:28px;
	width:70px;
	height:70px;
	color:#fb4848;
	font-size:42px;	
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn.active-btn .icon,
.gallery-tabs .tabs-two .tab-buttons .tab-btn:hover .icon{
	color:#ffffff;	
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn h4{
	font-size:16px;
	margin-bottom:0px;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn p{
	font-size:14px;
	color:#a7a7a7;
	margin-bottom:0px;
}

.gallery-tabs .tabs-two .tab-buttons .tab-btn.active-btn p,
.gallery-tabs .tabs-two .tab-buttons .tab-btn:hover p{
	color:#ffffff;	
}

.gallery-tabs .tabs-two .buttons-side{
	z-index:2;	
}

.gallery-tabs .tabs-two .tabs-content{
	position:absolute;
	left:0px;
	top:0px;
	padding:0px 80px 0px 0px;
	height:540px;
}

.gallery-tabs .tabs-two .tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:540px;
	padding-right:80px;
	left:20px;
	opacity:0;
	visibility:hidden;
	z-index:-1;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;		
}

.gallery-tabs .tabs-two .tab.active-tab{
	left:0px;
	opacity:1;
	visibility:visible;
	z-index:3;
}

.gallery-tabs .tabs-two .slide-item{
	position:relative;
	height:530px;
	width:100%;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;	
}

.gallery-tabs .tabs-two .slide-item .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:3;
	background:#fb4848;
	opacity:0;
	transition:all 500ms ease-in;
	-webkit-transition:all 500ms ease-in;
	-ms-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
}

.gallery-tabs .tabs-two .slide-item .lightbox-image:hover{
	opacity:0.25;
}

.gallery-tabs .tabs-two .bx-controls{
	position:absolute;
	right:92px !important;
	bottom:62px !important;
	z-index:5;	
}

.gallery-tabs .tabs-two .bx-controls .bx-next{
	position:absolute;
	right:0px;
	top:0px;
	width:42px;
	height:42px;
	text-indent:100px;
	overflow:hidden;
	border:1px solid #292929;
	margin:0px !important;
	background:url(/templates/CarService/images/icons/arrow-next.png) center center no-repeat !important;
	background-color:rgba(255,255,255,0.75) !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
}

.gallery-tabs .tabs-two .bx-controls .bx-prev{
	position:absolute;
	right:52px;
	top:0px;
	width:42px;
	height:42px;
	text-indent:100px;
	overflow:hidden;
	border:1px solid #292929;
	margin:0px !important;
	background:#ffffff url(/templates/CarService/images/icons/arrow-prev.png) center center no-repeat !important;
	background-color:rgba(255,255,255,0.75) !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
}

.gallery-tabs .tabs-two .bx-controls .bx-next:hover,
.gallery-tabs .tabs-two .bx-controls .bx-prev:hover{
	border-color:#fb4848;
	background-color:rgba(255,255,255,1) !important;	
}


.services-section{
	position:relative;
	background:#ffffff;
	padding:40px 0px 0px;
}

.services-section .post{
	position:relative;
	margin-bottom:50px;	
}

.services-section .post .post-title{
	position:relative;
	font-size:18px;
	margin-bottom:20px;
	font-weight:600;
	padding:15px 0px 0px 70px;	
}

.services-section .post .icon{
	position:absolute;
	left:0px;
	top:8px;
	font-size:50px;
	color:#fb4848;
	line-height:32px;
	width:70px;	
}

.services-section.theme-two .post .icon{
	color:#36404b;	
}

.services-section .post .inner{
	position:relative;
	max-width:540px;
	margin:0 auto;
}

.services-section .post .text{
	position:relative;
	font-size:15px;
	color:#565656;
}


.price-plans{
	position:relative;
	padding:30px 0px 10px;	
}

.price-plans .table-column{
	position:relative;
	margin-bottom:30px;
	padding:0px 15px;
	text-align:center;
}

.price-plans .table-inner{
	position:relative;
	border:1px solid #d0d0d0;
	background:#ffffff;
	padding:0px;
	width:100%;
	margin:0 auto;
}

.price-plans .table-column .table-header{
	position:relative;
	margin-left:-1px;
	margin-right:-1px;
	padding:30px 10px;
	letter-spacing:2px;
	background:url(/templates/CarService/images/icons/price-table-header.png) right center no-repeat;
	background-color:#fb4848;
	transition:all 700ms ease-in-out;
	-webkit-transition:all 700ms ease-in-out;
	-ms-transition:all 700ms ease-in-out;
	-o-transition:all 700ms ease-in-out;
	-moz-transition:all 700ms ease-in-out;		
}

.price-plans .table-column .table-inner:hover .table-header{
	background-position:left center;
	background-color:#36404b;	
}

.price-plans .table-column .table-header h3{
	font-size:18px;
	line-height:1.8em;
	text-transform:uppercase;
	color:#ffffff;
}

.price-plans .price-column{
	position:relative;
	padding:25px;
}

.price-plans .price .amount{
	position:relative;
	display:block;
	font-size:70px;
	font-weight:700;
	text-align:center;
	line-height:1.2em;
	margin-bottom:0px;
}

.price-plans .price .amount sup{
	font-size:50px;
	padding-right:5px;	
}

.price-plans .price p{
	color:#8f8f8f;
	font-size:14px;
	margin-bottom:0px;
	text-transform:uppercase;
}

.price-plans .list{
	position:relative;
	padding:0px 0px 30px;
	border-top:1px dashed #d0d0d0;
}

.price-plans .list h3{
	font-size:18px;
	margin-bottom:10px;	
}

.price-plans .list li{
	position:relative;
	padding:12px 0px;
	line-height:30px;
	color:#7f7f7f;
	border-bottom:1px dashed #d0d0d0;
}

.price-plans .recommended .table-inner .price p,
.price-plans .recommended .table-inner .list li,
.price-plans .table-inner:hover .price p,
.price-plans .table-inner:hover .list li,
.price-plans .recommended .table-inner .amount,
.price-plans .recommended .table-inner .list h3{
	color:#36404b;	
}

.price-plans .list li:before{
	font-family: 'FontAwesome';
	content:'\f00c';
	position:relative;
	display:inline-block;
	left:0px;
	top:0px;
	width:25px;
	height:20px;
	text-align:left;
	line-height:30px;
	font-size:16px;
	color:#fb4848;	
}

.price-plans .recommended .list li:before,
.price-plans .table-inner:hover .list li:before{
	color:#36404b;	
}

.price-plans .read-more{
	position:relative;
	display:inline-block;
	width:auto;
	font-size:14px;
	text-transform:uppercase;
	line-height:24px;
	padding:7px 20px;
	margin-bottom:30px;
	color:#ffffff;
	background:#fb4848;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.price-plans .read-more .fa{
	position:relative;
	padding-right:15px;
	top:0px;
	font-size:18px;	
}

.price-plans .read-more:before{
	background-color:#36404b;	
}

.price-plans .recommended .read-more,
.price-plans .table-inner:hover .read-more{
	background:#36404b;
}


.vertical-gallery{
	position:relative;
	background:#ffffff;
	padding:0px 0px;	
}

.ms-tabs-vertical-template .ms-nav-next {
	position:absolute;
	display:block;
	right:12px;
	bottom:12px;
	margin:0px !important;
	width:42px;
	height:42px;
	text-indent:100px;
	overflow:hidden;
	border:1px solid #292929;
	background:url(/templates/CarService/images/icons/arrow-next.png) center center no-repeat !important;
	background-color:rgba(255,255,255,0.75) !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
	z-index:5;
	cursor:pointer;
	opacity:1 !important;
}

.ms-tabs-vertical-template .ms-nav-prev{
	position:absolute;
	display:block;
	right:62px;
	bottom:12px;
	margin:0px !important;
	width:42px;
	height:42px;
	text-indent:100px;
	overflow:hidden;
	border:1px solid #292929;
	background:#ffffff url(/templates/CarService/images/icons/arrow-prev.png) center center no-repeat !important;
	background-color:rgba(255,255,255,0.75) !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
	z-index:5;
	cursor:pointer;
	opacity:1 !important;
}

.ms-tabs-vertical-template .ms-nav-next:hover,
.ms-tabs-vertical-template .ms-nav-prev:hover{
	border-color:#fb4848;
	background-color:rgba(255,255,255,1) !important;	
}

.vertical-gallery .slide-desc{
	position:absolute;
	left:0px;
	bottom:-20px;
	font-size:14px;
	margin-bottom:20px;
	background:#fb4848;
	color:#ffffff;
	padding:20px 20px 10px 90px;
	opacity:1 !important;	
}

.vertical-gallery .slide-desc .icon{
	position:absolute;
	left:20px;
	top:20px;
	font-size:50px;
	color:#ffffff;
	line-height:50px;
	width:60px;	
}

.vertical-gallery .slide-desc h4{
	font-size:16px;
	font-weight:600;
}

.vertical-gallery .slide-desc p{
	font-size:14px;
	margin-bottom:0px;
}

.ms-vertical-template .ms-thumb-frame-selected{
	opacity:0.60 !important;	
}


.features-section{
	position:relative;
	padding:40px 0px 30px;
	background:#ffffff;
}

.features-section .column-box{
	margin-bottom:0px;	
}


.page-banner {
    position: relative;
    padding: 15px 0px 5px;
    background-color: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .page-title {
    position: relative;
    text-align: center;
}

.page-banner .page-title h1{
	position:relative;
	display:inline-block;
	padding:5px 15px;
	font-size:40px;
	font-weight:300;
	color:#fb4848;
	text-transform:uppercase;
	background:rgba(255,255,255,0.80);	
}

.page-banner .bread-crumb{
	position:relative;
	line-height:24px;
	padding-bottom:10px;	
}

.page-banner .bread-crumb a, .page-banner .bread-crumb span {
    position: relative;
    display: inline-block;
    margin: 0px 5px 0px 0px;
    color: #36404b;
    font-size: 14px;
}
.page-banner .bread-crumb a {
	margin: 0;
}

.page-banner .bread-crumb a:hover{
	color:#fb4848;	
}
.page-banner .bread-crumb a:hover span {
    color: #fb4848;
}

.page-banner .bread-crumb a:after{
	font-family: 'FontAwesome';
	content:'\f105';
	position:relative;
	display:inline-block;
	left:0px;
	top:0px;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	font-size:16px;	
}


.filter-section{
	position:relative;
	background:#ffffff;
	padding:50px 0px 20px;	
}

.filter-section .sec-title {
	margin:10px 0px 50px;	
}

.filter-section .filter-tabs{
	float:right;	
}

.filter-section .filter-tabs li{
	position:relative;
	float:left;
	margin:0px 15px 10px 0px;
	padding:4px 20px;
	font-size:15px;
	text-transform:uppercase;
	color:#36404b;
	cursor:pointer;
	background:#ffffff;
	border:1px solid #dddddd;	
}

.filter-section .filter-tabs li:hover,
.filter-section .filter-tabs li.active{
	background:#36404b;
	color:#ffffff;
	border-color:#36404b;
}

.filter-section .filter-list{
	position:relative;	
}

.filter-section .filter-list .column-box{
	position:relative;
	display:none;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	margin-bottom:50px !important;	
}

.pagination {
    width: 100%;
    text-align: center;
}
.pagination a, .pagination span {
	padding:10px 20px;
	font-size:15px;
	color:#292929;
	border:none !important;
	display: inline-block;
	background: #f1f1f1;
}
.pagination span{
	background:#fb4848;	
	color:#ffffff;
}

.pagination a:hover{
	background:#fb4848;	
	color:#ffffff;
}
 
.sidebar-page{
	position:relative;
	padding:15px 0px;	
}

.sidebar-page .left-content{
	position:relative;
}

.sidebar-page .side-bar{
	position:relative;
    margin-bottom:15px;
}

.sidebar-page .post{
	position:relative;
	margin-bottom:20px;	
}

.sidebar-page .post .post-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
    height: 0;
    padding-bottom: 55%;
}
.news-post-osn {
	margin: 1px;
    box-shadow: 0 0 5px 0 #b8b8b8;
    border-radius: 15px;
    box-sizing: border-box;
}
.sidebar-page .post .post-image img{
    border-radius: 15px 15px 0 0;
	position:relative;
	width:100%;
	min-height:160px;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.sidebar-page .post .post-image:hover img,
.sidebar-page .post-detail .post-image img{
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);	
}

.sidebar-page .post .overlay{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:100%;
	height:100%;
	z-index:2;
}

.sidebar-page .post .overlay .icon{
	position:absolute;
	right:-52px;
	bottom:0px;
	display:block;
	text-align:center;
	width:42px;
	height:42px;
	z-index:3;
	opacity:0;
	font-size:18px;
	line-height:40px;
	color:#ffffff;
	background:#fb4848;
	border:1px solid #ffffff;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	border-radius:5px 0px 0px 0px;
	-webkit-border-radius:5px 0px 0px 0px;
	-ms-border-radius:5px 0px 0px 0px;
	-moz-border-radius:5px 0px 0px 0px;
	-o-border-radius:5px 0px 0px 0px;
}

.sidebar-page .post:hover .post-image .overlay .icon{
	right:0px;
	opacity:1;	
}

.sidebar-page .post .caption{
	position:absolute;
	left:-90px;
	top:0px;
	width:90px;
	color:#ffffff;
	text-align:center;
	z-index:5;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.sidebar-page .post:hover .caption,
.sidebar-page .post-detail .caption{
	left:0px;	
}

.sidebar-page .post .caption .date{
	position:relative;
	background:#fb4848;
	padding:20px 0px 10px;
	font-size:15px;
	text-transform:uppercase;
}

.sidebar-page .post .caption .day{
	font-size:38px;
	display:block;
	margin-bottom:10px;
	color:#ffffff;
}

.sidebar-page .post .caption .comments{
	padding:10px 0px;
	background:#36404b;
	font-size:14px;	
}

.sidebar-page .post .caption .comments .fa{
	font-size:18px;	
}

.sidebar-page .post .post-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
    /*height: 33px;*/
    overflow: hidden;
    padding: 10px;
}

.sidebar-page .post .post-title a{
	color:#292929;	
}

.sidebar-page .post .post-title a:hover{
	color:#fb4848;	
}

.sidebar-page .post .content-box {
    padding: 15px 0px;
    /*border: 1px solid #cccccc;*/
    overflow: hidden;
    line-height: 1.7em;
    /*box-shadow: 0 7px 20px rgba(0,0,0,0.25), 0 5px 10px rgba(0,0,0,0.22);*/
}


}
.content-box img {
    width: 100%;
}
.sidebar-page .post .post-info{
	position:relative;
	font-size:14px;
	margin-bottom:10px;
}

.sidebar-page .post .post-info a{
	color:#fb4848;	
}

.sidebar-page .post .post-text{
	font-size:16px;
	color:#565656;
	margin-bottom:15px;
	line-height:2em;
}

.sidebar-page .post-detail h2{
	font-size:20px;
    /*font-style: italic;*/
}

.sidebar-page .post-detail .text{
	margin:30px 0px;
}

.sidebar-page .post-detail{
	/*font-family:'Arial','Open Sans',sans-serif;*/
	font-size:15px;
    /*text-shadow: 1px 1px 2px #afafaf;*/
}

.sidebar-page blockquote{
	font-size:15px;
	padding-top:0px;
	padding-bottom:0px;
	border-left-color:#fb4848;	
}

.sidebar-page .blog-detail a,
.sidebar-page blockquote a{
	color:#fb4848;	
}

.sidebar-page .blog-detail p{
	margin-bottom:24px;	
}

.sidebar-page .social-links{
	position:relative;	
}

.sidebar-page .social-links a{
	position:relative;
	display:inline-block;
	width:36px;
	height:32px;
	text-align:center;
	background:#f1f1f1;
	color:#bcbcbc;
	font-size:16px;
	line-height:32px;
	margin:9px 2px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;	
}

.sidebar-page .social-links a:hover{
	background:#fb4848;
	color:#ffffff;
}

.sidebar-page .social-links strong{
	font-size:16px;
	font-weight:600;
	line-height:36px;
	text-transform:capitalize;
	padding-right:40px;	
}

.sidebar-page .about-author{
	position:relative;
	padding:30px;
	border:1px solid #dddddd;
	margin-bottom:40px;	
}

.sidebar-page .about-author h3{
	margin-bottom:30px;
	font-size:20px;
}

.sidebar-page .about-author .author-info{
	margin-bottom:20px;	
}

.sidebar-page .about-author .author-info strong{
	font-weight:600;	
}

.sidebar-page .about-author .author-desc{
	position:relative;
	padding:10px 10px 10px 100px;
}

.sidebar-page .about-author .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;	
}

.sidebar-page .about-author .author-thumb img{
	width:100%;
	display:block;
}


.side-bar .widget{
	position:relative;
}

.side-bar .search-form input[type="search"],
.side-bar .search-form input[type="text"]{
	position:relative;
	width:100%;
	line-height:24px;
	padding:8px 48px 8px 15px;
	border:1px solid #dddddd;
	background:#ffffff;
	color:#2d2d2d;
	height:42px;
	font-size:14px;
	color:#292929;
}

.side-bar .search-form input[type="search"]:focus,
.side-bar .search-form input[type="text"]:focus{
	border-color:#fb4848;	
}

.side-bar .search-form .form-group{
	position:relative;	
}

.side-bar .search-form button{
	position:absolute;
	right:1px;
	top:1px;
	line-height:24px;
	display:block;
	width:44px;
	height:40px;
	padding:8px 10px;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	background:#36404b;	
}

.side-bar .search-form button:hover{
	background:#fb4848;	
}

.side-bar .sec-title{
	margin-bottom:30px;	
}


.side-bar .tags a{
	position:relative;
	display:inline-block;
	margin:0px 8px 10px 0px;
	line-height:20px;
	padding:5px 20px;
	font-size:14px;
	background:#bcbcbc;
	color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.side-bar .tags a:hover{
	color:#ffffff;
	background:#fb4848;	
}

.side-bar .latest-updates .update-box{
	position:relative;
	padding:20px 20px;
	border:1px solid #dddddd;
	font-size:14px;
	line-height:1.8em;
	color:#565656;
}

.side-bar .latest-updates h4{
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	color:#292929;	
}

.side-bar .latest-comments .comment{
	position:relative;
	margin-bottom:20px;
}

.side-bar .latest-comments .comment-info{
	font-size:14px;
	font-weight:400;
	margin-bottom:10px;
	color:#292929;	
}

.side-bar .latest-comments .comment-info a{
	color:#fb4848;	
}

.side-bar .latest-comments .comment .comm-box{
	position:relative;
	padding:20px 20px 10px;
	border:1px solid #dddddd;
	font-size:15px;
	line-height:2em;
	color:#565656;
}

.side-bar .latest-comments .comment .comm-box p a{
	position:relative;
	color:#565656;
}

.side-bar .latest-comments .comment .comm-box p a:hover{
	color:#fb4848;	
}

.side-bar .latest-comments .comment .read-more{
	position:relative;
	display:inline-block;
	width:30px;
	height:20px;
	background:url(/templates/CarService/images/icons/arrow-next.png) center right no-repeat;	
}

.side-bar .latest-posts .post{
	position: relative;
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 55px;
    padding: 0px 0px 0px 85px;
    /* border-bottom: 1px solid #d5d5d5; */
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.side-bar .latest-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	/*height:70px;*/	
}

.side-bar .latest-posts .post .post-thumb img{
	width:100%;
	display:block;
    border-radius: 3px;
}

.side-bar .latest-posts .post h4{
	font-size:14px;
	/*font-weight:600;*/
	margin-bottom:10px;
	color:#555555;	
}

.side-bar .latest-posts .post a{
	color:#fb4848;	
}

.side-bar .latest-posts .post h4 a{
	color:#292929;	
}

.side-bar .latest-posts .post .fa{
	font-size:18px;	
}

.side-bar .cont-info .cont-box{
	position:relative;
	padding:20px 20px;
	border:1px solid #dddddd;
	font-size:14px;
	line-height:1.8em;
	color:#565656;
}

.side-bar .cont-info .cont-box .text{
	position:relative;
	font-size:15px;
	margin-bottom:16px;
	color:#565656;
}

.side-bar .cont-info .cont-box .info{
	position:relative;
	font-size:16px;
}

.side-bar .cont-info .cont-box .info li{
	position:relative;
	margin-bottom:5px;
	line-height:1.7em;
	color:#565656;
	font-size:15px;	
}

.side-bar .cont-info .cont-box .info li strong{
	position:relative;
	padding-right:8px;
	font-weight:500;
	color:#292929;	
}

.side-bar .cont-info .cont-box .info li a{
	color:#fb4848;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.side-bar .cont-info .cont-box .info li a:hover{
	color:#11c3f0 !important;	
}

.contact-form{
	position:relative;	
}

.contact-form .sec-title{
	margin-bottom:30px;
}

.contact-form .msg-text{
	margin-bottom:40px;
	color:#565656;
}

.contact-form .form-group {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-bottom: 10.2px;
}

.contact-form .form-group .form-label{
	display:block;
	margin-bottom:12px;
	font-weight:600;	
}

.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="number"], .contact-form input[type="file"], .contact-form input[type="url"], .contact-form select, .contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 14px;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #a9a9a9;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="file"]:focus,
.contact-form input[type="url"]:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#292929;	
}

.contact-form input.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
	background:rgba(252,90,27,0.05);
}

.contact-form label.error{
	display:none !important;	
}

.contact-form textarea{
	height:272px;
	resize:none;
	margin-bottom:20px;	
}

.contact-form button{
	background:#36404b;
	padding:10px 20px;
}

.contact-form button:before{
	background:#fb4848;	
}

.map-location{
	position:relative;
	width:100%;
	height:500px;	
}


.header-top-infos > ul > li {
	float: left;
    width: 50%;
    border-right: 1px solid #D3D3D3;
    padding: 0 18px;
}
.header-top-infos > ul > li:last-child {
	border: none;
}
.header-top-infos {
	font-size: 14px;
	line-height: 20px;
	color: #36404B;
	margin-top: 15px;
}
.header-top-infos p {
	margin-bottom: 5px;
}
.header-top-infos li div img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.header-top-infos li div p {
	float: left;
}

.c-captcha {
    width: 39.5%;
    float: left;
}

input#sec_code {
    width: 51%;
    float: right;
    margin-top: 30px;
}
.c-captcha a {
	float: left;
}
div#vk_groups {
    
}

#loading-layer {
		display: block !important;
		background-color: #fff;
		background-color: rgba(255,255,255,0.9);
		z-index: 9999;
		position: fixed;
		top: 0; left: 0; right: 0; bottom: 0;
		width: 100%; height: 100%; text-indent: -9999px;
		overflow: hidden;
		white-space: nowrap;
	}
	#loading-layer:before, #loading-layer:after, .mfp-preloader:before, .mfp-preloader:after {
		content: "";
		border-radius: 50%;
		background-color: #fb4848;
		position: absolute;
		left: 50%; top: 50%;
	}
	#loading-layer:before, .mfp-preloader:before {
		width: 100px; height: 100px;
		margin: -50px 0 0 -50px;
	}
	#loading-layer:after, .mfp-preloader:after {
		width: 40px; height: 40px;
		background-color: #36404b;
		margin: -20px 0 0 -20px;
	}

	#loading-layer:before, .mfp-preloader:before {
		-webkit-animation: load1 1s infinite ease;
		animation: load1 1s infinite ease;
	}
	#loading-layer:after, .mfp-preloader:after  {
		-webkit-animation: load2 1s infinite -0.32s ease;
		animation: load2 1s infinite -0.32s ease;
	}
	@-webkit-keyframes load1 {
		0%, 80%, 100% { -webkit-transform: scale(1,1); }
		40% { -webkit-transform: scale(.6,.6); }
	}
	@keyframes load1 {
		0%, 80%, 100% { transform: scale(1,1); }
		40% { transform: scale(.6,.6); }
	}
	@-webkit-keyframes load2 {
		0%, 80%, 100% { -webkit-transform: scale(1,1); }
		40% { -webkit-transform: scale(.5,.5); }
	}
	@keyframes load2 {
		0%, 80%, 100% { transform: scale(1,1); }
		40% { transform: scale(.5,.5); }
	}
	

.highslide-wrapper, .highslide-outline { background: #fff }
.highslide-image { border: 2px solid #fff }
.highslide-active-anchor { visibility: hidden } 
.highslide-active-anchor img { visibility: hidden }
.highslide-dimming { background-color: black }
.highslide-html { background-color: white }
.highslide-loading { display: block; color: white; font-size: 9px; font-weight: bold; text-decoration: none; padding: 3px; border: 1px solid white; background-color: black }
a.highslide-full-expand { background: url(/templates/CarService/dleimages/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px }
.highslide-display-block { display: block }
.highslide-display-none { display: none }
.highslide-caption { display: none; padding: 5px; background: white }
.highslide-controls { width: 195px; height: 40px; background: url(/engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px; margin-right: 15px; margin-bottom: 10px; margin-top: 10px }
.highslide-controls ul { position: relative; left: 15px; height: 40px; list-style: none; margin: 0; padding: 0; background: url(/engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px }
.highslide-controls li { float: left; padding: 5px 0; }
.highslide-controls a { background: url(/engine/classes/highslide/graphics/controlbar-black-border.gif); display: block; float: left; height: 30px; width: 30px; outline: none }
.highslide-controls a.disabled { cursor: default }
.highslide-controls a span { display: none }

.highslide-controls .highslide-previous a { background-position: 0 0 }
.highslide-controls .highslide-previous a:hover { background-position: 0 -30px }
.highslide-controls .highslide-previous a.disabled { background-position: 0 -60px !important }
.highslide-controls .highslide-play a { background-position: -30px 0 }
.highslide-controls .highslide-play a:hover { background-position: -30px -30px }
.highslide-controls .highslide-play a.disabled { background-position: -30px -60px !important }
.highslide-controls .highslide-pause a { background-position: -60px 0 }
.highslide-controls .highslide-pause a:hover { background-position: -60px -30px }
.highslide-controls .highslide-next a { background-position: -90px 0 }
.highslide-controls .highslide-next a:hover { background-position: -90px -30px }
.highslide-controls .highslide-next a.disabled { background-position: -90px -60px !important }
.highslide-controls .highslide-move a { background-position: -120px 0 }
.highslide-controls .highslide-move a:hover { background-position: -120px -30px }
.highslide-controls .highslide-full-expand a { background-position: -150px 0 }
.highslide-controls .highslide-full-expand a:hover { background-position: -150px -30px }
.highslide-controls .highslide-full-expand a.disabled { background-position: -150px -60px !important }
.highslide-controls .highslide-close a { background-position: -180px 0 }
.highslide-controls .highslide-close a:hover { background-position: -180px -30px }

.ui-widget-overlay {
background: #000;
opacity: 0.5;
left: 0; top: 0; right: 0; bottom: 0;
position: fixed;
}
.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
.ui-helper-clearfix { display: inline-block }
* html .ui-helper-clearfix { height: 1% }
.ui-helper-clearfix { display: block }
.ui-dialog {
	text-align: left;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 370px;
	border-radius: 2px;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
	background-color: #fff;
	background-clip: padding-box;
}
.ui-dialog-titlebar { padding: 20px 20px; position: relative; }
.ui-dialog-title { float: left; font-weight: bold; font-size: 1.15em; }
.ui-dialog-titlebar-close {
	position: absolute;
	right: 10px; top: 50%;
	margin-top: -16px;
	height: 32px; width: 32px;
	border-radius: 50%;
    background-color: #fff;
}
.ui-widget-content input {
    border: 1px solid #d4d4d4;
    padding: 0 7px;
    font-size: 15px;
}
.ui-widget-content textarea {
	width: 100%!important;
    border: 1px solid #d4d4d4;
    padding: 0 7px;
    font-size: 15px;
}
.ui-dialog-titlebar-close .ui-icon {
	display: block;
	margin: 10px auto 0 auto;
	width: 12px; height: 12px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
	-webkit-background-size: 12px auto; background-size: 12px auto;
	opacity: .8;
}
.ui-button {
	float: right;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	height: 36px;
	border-radius: 5px;
	line-height: 22px;
	outline: none;
	background-color: #555;
	color: #fff;
	border: 0 none;
	padding: 7px 22px;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-transition: all ease .1s; transition: all ease .1s;
}
.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
.ui-icon { overflow: hidden; text-indent: -9999px; }
.ui-dialog label { color: #575757; }
.ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1;height: max-content!important; }
.loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
.ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; }
.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
.ui-draggable .ui-dialog-titlebar { cursor: move;background-color: #555555;color: #fff; }
.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
.ui-button { margin: 0 3px; }
.ui-helper-hidden-accessible{display: none;}

.quote_new {
    border-radius: 10px;
    overflow: hidden;
	padding: 20px 6%;
    border: 3px solid #555555;
    font-style: normal;
    color: rgb(107, 107, 107);
    margin: 20px auto;
    line-height: 2em;
    /*border-radius: 10px;*/
    /*max-width: 660px;*/
    box-shadow: 0px -18px 15px -20px #333, 0px 18px 15px -20px #333;
        text-align: center;
    padding: 0px;
    background: linear-gradient(rgb(77 77 77 / 70%), rgba(0, 0, 0, 0.8)), url(/templates/CarService/images/operator.jpg) center;
    background-color: #595959;
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 0px #000;
    width: 97%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back_quote {
background-color:#FFF;
}
.quote_dashed {
	padding: 20px 20px;
    font-style: normal;
    box-shadow: 0px -18px 15px -20px #333, 0px 18px 15px -20px #333;
    margin: 20px auto;
    background-color: #516071;
    color: #fff;
    border-radius: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    background-image: url(/templates/CarService/images/resource/bgr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quote_dashed i{
    color:#fff;
    font-size: 20px;
    width: 25px;
}
.quote_line{
border-bottom: dotted 1px #ffffff;
}
#popup__toggle{bottom:15px;right:-10px;position:fixed;z-index:999;}
.img-circle{background-color:red;box-sizing:content-box;-webkit-box-sizing:content-box;}
.1circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid red;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:red;width:85px;height:85px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:57px;height:57px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:57px;height:57px;background-image:url(/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

.vseuslugiup{
	position: relative;
    float: right;
    right: 50%;
}
.vseuslugi {
	position: relative;
    float: left;
    left: 50%;
    margin-bottom: 10px;
    z-index: 1;
}
a.knopka:hover { background: #439a47; } /* при наведении курсора мышки */
a.knopka:active { background: #5cc761; } /* при нажатии */
a.knopka{
    color: #fff;
    text-decoration: none;
    user-select: none;
    background: #4caf50;
    padding: .7em 1em;
    outline: none;
    /*border-radius: 5px;*/
    box-shadow: 0px 4px 5px #bebebe;
}

a.knopka-green:hover { background: #444; } /* при наведении курсора мышки */
a.knopka-green:active { background: #666; } /* при нажатии */
a.knopka-green {
    color: #fff;
    text-decoration: none;
    user-select: none;
    background: #555;
    padding: .7em 1em;
    outline: none;
    /*border-radius: 5px;*/
    box-shadow: 0px 4px 5px #bebebe;
}

a.knopka_main {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #fb4848; /* фон кнопки */
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
} 
a.knopka_main:hover { background: rgb(232,95,76); } /* при наведении курсора мышки */
a.knopka_main:active { background: rgb(152,15,0); } /* при нажатии */

.phone-call {
    width: 100%;
    background-color: #ffffff;
    height: 40px;
    padding: 6px;
    /* border: 1px solid #36404b; */
    border-top: 0px;
    /* border-radius: 0 0 12px 12px; */
    /* box-shadow: 0em 0.2em 10px rgb(54 64 75 / 29%), inset 0 18px 15px -18px #333; */
    z-index: 2;
    position: relative;
    display: flex;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
}
.phone-call1 {
	margin: 0 auto;
    color: #36404b;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 28px;
    /* letter-spacing: 2px; */
    width: 50%;
}
.phone-call1 i{
    width:21px;
}
.phone-call1 a{
    color: #36404b;
}
.phone-call2 {
    margin: 0 auto;
    color: #36404b;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    margin: -9px;
}

.socww{
    display: block;
    width: 232px;
    margin: 0 auto;
}
.socw{
	position: fixed;
    top: 0px;
    z-index: 3;
    /*opacity: 0.9;*/
    background-color: white;
    border-radius: 0 0 15px 15px;
    padding: 10px;
    box-shadow: 0 0 10px #666
}
.socw img{
	width:40px;
    height:40px;
    margin-left: 5px;
    margin-right: 5px;
}
.socwww{
    font-size: 12px;
    text-align: center;
    margin-top: -9px;
    margin-bottom: -4px;
}
.key{
    position:relative;
}
.key_foto{
    position: absolute;
}

.shop-cart{
	position:relative;
	padding:15px 0px 10px;	
}

.shop-cart h3 {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    /*height: 60px;*/
}

.shop-cart h3 a{
	color:#292929;	
}

.shop-cart h3 a:hover{
	color:#fb4848;	
}
.shop-cart-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.shop-cart-image img{
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease-out 50ms;
    -webkit-transition: all 500ms ease-out 50ms;
    -ms-transition: all 500ms ease-out 50ms;
    -o-transition: all 500ms ease-out 50ms;
    -moz-transition: all 500ms ease-out 50ms;
}

.shop-cart-box{
	position:relative;
	display:block;
	max-width:450px;
	margin:0 auto;
	border:1px solid #dddddd;
	transition:all 500ms ease-out 50ms;
	-webkit-transition:all 500ms ease-out 50ms;
	-ms-transition:all 500ms ease-out 50ms;
	-o-transition:all 500ms ease-out 50ms;
	-moz-transition:all 500ms ease-out 50ms;
    padding: 10px;
}

.shop-cart-box:hover{
	border-color:#fb4848;
}

.shop-cart-price{
    float: right;
    display: inline-block;
    margin: 5px 5px 7px;
    background-color: #fb4848;
    color: #fff;
    font-size: 28px;
    padding: 3px 10px;
}

.shop-cart-call{
    float: left;
    display: inline-block;
    margin: 5px 5px 7px;
    background-color: #fb4848;
    color: #fff;
    font-size: 24px;
    padding: 3px 10px;
}

.shop-cart-call a{
    float: left;
    display: inline-block;
    background-color: #fb4848;
    color: #fff;
    font-size: 24px;
}

.shop-full-image {
    position: relative;
    display: block;
    /* overflow: hidden; */
    margin-bottom: 30px;
    /* height: 0; */
    /* padding-bottom: 55%; */
}

.shop-full-image img{
    position: relative;
    width: 55%;
    margin: 0 auto;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    min-width: 280px;
}

.shop-full-buy {
    color: #000;
    border: 3px red dashed;
    padding:10px;
    margin-bottom: 40px;
}

.shop-full-price {
    font-size:24px;
    padding:10px;
    text-align:center;
}

.shop-full-knopka {
    padding:10px;
    text-align:center;
}

.shop-full-nal {
    font-size:14px;
    text-align:center;
    margin-bottom: 5px;
}

.svyaz{
	width: 100%;
    max-width: 350px;
    /*display: flex;*/
    margin: 0 auto;
}

.masters {
    margin: 0 auto;
    margin-top: 4%;
    max-width: 789px;
    /* width: 100%; */
    display: flow-root;
    text-align: center;
    color: #36404b;
}

.masters img {
	border: 2px solid #d4d4d4;
    border-radius: 50%;
    background-color: white;
}

.image_masters{
    max-width: 223px;
    float: left;
    /* width: 33%; */
    /* padding: 1%; */
    min-width: 200px;
    margin: 0 20px 0 20px;
}

.image_masters img{
    width:100%;
    box-shadow: 0px -18px 15px -20px #333, 0px 18px 15px -20px #333;
}

.masters_text {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 20px;
    font-style: italic;
    color: #516071;
}

.obr-call {
    margin-top:10px;
    font-size:14px;
}

.obr-call a{
	color:#fff;
    border-bottom: 1px dashed;
}
.post-data img{
    width:100%;
}

.masters1 {
	width: 100%;
    /*border-radius: 30px;
    background-color: #f1f1f1;
    border: 2px solid #d2d2d2;*/
}

.market1 span{
	font-size:13px;
}
.market1 {
    margin: 0 auto;
    max-width: 789px;
    /* width: 100%; */
    /* display: flow-root; */
    text-align: center;
    color: #36404b;
    max-width: 223px;
    width: 33%;
    min-width: 208px;
    color: #fff;
    background-color: #fb4848;
    border: 1px solid;
    font-weight: 500;
    padding: 5px;
}
.market {
    width: 100%;
    display: flow-root;
}
.market-free {
    background-color:green;
}
.textmain p{
     margin-left: 20px;
}
.com_content a{
    color:#1e96c8;
}
.com_content {
    padding: 15px;
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid #dedede;
    /*background: linear-gradient(180deg, white, #ededed);*/
    box-shadow: 0 0 6px 1px #efefef;
    border-radius: 20px;
}
.login_link a{
color:#fb4848;
}
.berrors {
    margin:50px 15px;
}

.quote_dashed a{
    color:#fff;
}

.price-uslug {
	padding: 20px;
    font-size: 24px;
    border-bottom: 1px solid #787878;
}
.vk-banner {
    background-color: #5181b8;
    color: #fff;
    padding: 10px;
    /*border-radius: 15px;*/
    box-shadow: 0px -18px 15px -20px #333, 0px 18px 15px -20px #333;
    text-align:center;
    max-width:733px;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url(/templates/CarService/images/resource/vk-logo1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vk-banner2 {
    font-size: 24px;
    border-bottom: 1px dashed #fff;
    padding: 10px 10px 15px 10px;
}
.vk-banner3 {
        padding: 10px 5px 10px 5px;
    font-size: 15px;
    font-style: italic;
}
.vk-banner4 {
    max-width: 150px;
    margin: 0 auto;
    padding: 5px 0 10px 0;
}
.vk-banner5 {
    width: 150px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #fff;
    /*border-radius: 5px;*/
    padding-top: 5px;
    background-color: #5181b8;
}
.vk-banner4 a{
    color:#fff;
}
.full-zagolovok {
    text-align:center;
    padding:10px 0;
    margin-bottom: 20px;
}
.title-red {
    background-image: url(/templates/CarService/images/resource/price-bgr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #607d8b;
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 2px #a6a6a6;
}
.vizov-mastera {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    background-color: #f8f8f8;
    background-image: url(/templates/CarService/images/fon-test3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #555555;
    box-shadow: 0px 0px 9px 0px #555555;
    width:100%;
}
.knopka-v2 {
    display:block;
    margin:10px auto;
    width:199px;
}
.news-main1 a{
    color: #292929;
}
.akb_cat {
    display: flow-root;
    margin: 0 auto;
    max-width: 1200px;
}
.akbh3 {
    font-size: 14px;
}
.kdsale {
    /*border:5px dashed #fb4848;*/
    text-align:center;
    padding:20px;
    background-image:url("/templates/CarService/images/diag-akb.jpg");
    background-position:center;
    background-size: cover;
    background-repeat:no-repeat;
    color:#ffffff;
    text-shadow:2px 2px 3px #4D4644;
}
.static-akb-podbor {
    display: flex;
}
.image_masters_akb {
    max-width: 400px;
    float: left;
    width: 360px;
    /* padding: 1%; */
    min-width: 200px;
    margin: 0 20px 0 20px;
}

.image_masters_akb img {
    width:100%;
    box-shadow: 0px -18px 15px -20px #333, 0px 18px 15px -20px #333;
    max-width: 200px;
}
.akb-responsive {
    width:650px;
}

.akbcat {
    margin: 50px 0 50px 0;
    text-align: center;
}
.abkinfo {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}
.akbbuy {
    width: 170px;
    margin: 0 auto;
    background-color: #fb4848;
    color: white;
    margin-top: 10px;
    border-radius: 5px;
}
.akbimagetop {
    height:400px;
    background-image: url(/templates/CarService/images/zamakb.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.brandakb {
    color:#36404b;;
}
.akbprice {
    font-size:20px;
}
.knopka_red {
    background: linear-gradient(180deg, #fb4848, #c83434);
    color: #fff;
    padding: 8px 18px;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 0 3px 0 #000000;
    border-radius: 5px;
}
.knopka_red_down {
	margin: 0;
    /*border: 1px solid #ebebeb;*/
    padding: 0 10px 0 0;
    border-radius: 50%;
}

.tel_open_active a {
    color:#fff;
}
.tel_open_hide a {
    color:#555;
}
.tel_open_active {
    opacity: 1;
    max-height: 40px;
    transition: max-height 0.3s;
    display: flex;
    margin: 0 auto;
    width: fit-content;
    margin-top: 10px;
    overflow: hidden;
}
.tel_open_hide {
    overflow: hidden;
    -webkit-transition: max-height .3s, padding .3s;
    transition: max-height 0.3s;
    max-height: 0;
}
.uto4 {
    font-size:13px;
}
.widget-style {
    background-color: #f5f5f5;
    padding: 10px;
    box-shadow: 0 0 5px 0 #bbb;
    margin-top: 20px;
    border-radius: 10px;
}
.header-phone-new {
    float: left;
    font-size: 40px;
    color: #555;
    margin-right: 10px;
}
.dspl-f-r {
    display:flow-root;
}
.comments_subscribe {
    margin-bottom:15px;
}
.comments_subscribe input {
    margin-right:10px;
}
.com-rating-like-as i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 26px;
    text-align: center;
    border: 1px solid #9cce43;
    background-color: #9cce43;
    line-height: 26px;
}
.bbcodes {
	padding: 0 10px;
    background-color: #555;
    color: #fff;
}
.mass_comments_action select {
    border: 1px solid #555;
    padding: 4px;
}
.star-container svg {
 	width: 4rem;
    height: 5rem;
    padding: 0.01rem;   
}
.wide {
    border: 1px solid #d3d3d3;
    padding: 0 5px 0 5px;
    min-width: 250px;
    font-size: 14px;
    margin-top: 10px;
    float: left;
}
.g-recaptcha {
    margin: 20px 0 15px 0;
}
.quote, blockquote {
	padding: 20px 6%;
    border-left: 3px solid #555;
    color: #555;
    margin: 20px 0 0 5px;
    line-height: 2em;
    background-color: #fafafa;
}
.ui-corner-all {
    max-height: max-content!important
}
.title_quote {
    font-size:13px;
}
.link-comments a {
    border-bottom: 1px dashed;
}
.cat-title-style {
    font-size: 20px;
    padding: 0 5px 0 5px;
    margin-bottom: 5px;
    text-align: center;
}
.rad-serv {
    border-radius: 10px;
}
.rad-serv-fig {
    border-radius: 9px 9px 0 0;
}
.mtm {
    font-size:16px;
}
.bb-editor {
    margin:10px 0 10px 0;
}
.news-title {
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    overflow: hidden;
}
.news-title a {
    color:#000;
}
.news-disc {
	font-size:15px;
	color:#565656;
	margin-bottom:15px;
	line-height:2em;
}
/* Модальное окно входа на сайт */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.user-profile-list {
    padding:20px;
}
.user-left {
    width:40%;
    float:left;
    text-align:center;
}
.user-left img {
    width:100%;
    border-radius:10px;
}
.user-body {
    width:60%;
    float:left;
    padding: 10px 10px 18px 10px;
    font-weight: 600;
}
.user-profile-heading {
    display:flow-root;
    padding:15px 0;
    background-color: #555;
    height:85px;
    color:#fff;
}
.flt-l {
    float:left;
}
.modal-content {
    border: 8px solid rgba(0,0,0,0.2);
    border-radius: 0;
}
.f-s-13 {
    font-size:13px;
}
.xfields input {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 0 10px;
    width:100%;
    max-width:500px;
    font-size:15px;
}
.xfields tr {
    height: 50px;
}
.xfields td {
    display:inline-block;
    width:100%;
    font-size:13px;
}
.wide1 {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 0 10px;
}
.checkbox1 input {
    margin-left:0;
    float:left;
    margin: 9px 10px 0 0;
}
.checkbox1 label {
    display:block;
    font-weight:400;
    float:left;
    font-size:14px;
}
.checkbox1 {
    display:flex;
}
.zayavka-na-remont input {
    width: 90%;
    max-width: 300px;
    text-align: center;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    height: 40px;
    box-shadow: 0 0 2px 0 #000000;
    padding: 0 10px;
    color:#000;
}

input::-webkit-input-placeholder {color:#c3c3c3;font-style: italic;}
input:-moz-placeholder {color:#c3c3c3;font-style: italic;}
textarea::-webkit-input-placeholder {color:#c3c3c3;font-style: italic;}
textarea:-moz-placeholder {color:#c3c3c3;font-style: italic;}

.zayavka-na-remont textarea {
    width: 90%;
    max-width: 300px;
    text-align: center;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    height: 100px;
    box-shadow: 0 0 2px 0 #000000;
    padding: 0 10px;
    color: #000;
}
.zayavka-na-remont button {
    width: fit-content;
    display: block;
    margin: 0 auto;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 35px;
    margin-bottom: 5px;
    box-shadow: 0 0 5px 0 #f00;
    background: linear-gradient(180deg, #fb4848, #c83434);
    font-family: 'Roboto', sans-serif;
}
.z-n-r-name {
    /* text-align: left; */
    max-width: 250px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 3px;
}

.z-n-r-popup {
	width: 100%;
    height: 100%;
    background-color: #000000a1;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.z-n-r-popup_2 {
	width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    top: 40%;
    background-color: #36404b;
    color: #fff;
    padding: 20px;
    border: 5px solid #303943;
    text-align: center;
    border-radius: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.z-n-r-popup_3 {
	font-size: 18px;
    margin-bottom: 10px;
}
.z-n-r-popup_3 span {
	font-size: 15px;
	display: block;
	margin-top: 5px;
}
.cont-box-dop {
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    /*border: 1px solid #cccccc;*/
    overflow: hidden;
    line-height: 1.7em;
}
.zagolovok-service {
    font-size: 22px;
    /*font-weight: 600;*/
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 10px;
    background-color: #555;
    color: #fff;
    background-image: url(/templates/CarService/images/resource/price-bgr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #3e3e3e;
    box-shadow: 0 0 5px 0px #777;
    text-align: center;
    border-radius: 10px;
}
.skolko-stoit {
    font-weight: 700;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #b6b6b6;
}
.skolko-stoit i {
	color: #2196f3;
    padding-right: 7px;
}
.zayavka-hidden {
  	overflow: hidden;
    -webkit-transition: max-height .5s, padding .5s;
    transition: max-height 0.7s;
    max-height: 0;
}
.zayavka-active {
  	opacity: 1;
    max-height: 700px;
    transition: max-height 0.7s;
    overflow: hidden;
}
.full-serv-rating {
    text-align: center;
    margin: 20px 0 15px 0;
    font-size: 13px;
}
.full-serv-rating a {
    color:#292929;
}
/*на главной приемущества*/
.plus {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #969696;
    margin: 20px 0;
    font-weight: 700;
    color: #ffffff;
    background: url(/templates/CarService/images/background/texture-map.png) center;
    background-color: #ef5350;
}
.plus_2 {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
}
.plus_3 {
    width: 100%;
    border-right: 2px dashed;
}
.plus_4 {
    font-size: 70px;
    margin-bottom: 10px;
}
.plus_5 {
    font-size: 25px;
    padding: 10px 0;
}
.plus_6 {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0 10px;
    font-weight: 100;
    font-size: 15px;
}
.main-call {
    display: flex;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.main-call1 {
    width: 50%;
    color: #fff;
    background: #fb4848;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #bbb;
    font-weight: 500;
    background-image: url(/templates/CarService/images/resource/price-bgr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-call2 {
    width:10%;
}
.post-title-news {
    padding: 10px 15px;
    border-left: 3px solid #fb4848;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
    /* height: 33px; */
    overflow: hidden;
}
.hide-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    margin: 0 auto;
    text-align: center;
    background: #000000cf;
    z-index: 999;
}
.tel-popup-main {
    position: relative;
    top: 40%;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    margin: 0 auto;
    color: #000;
}
.soc-link-big-title {
    margin-bottom:10px;
    font-size:18px;
    text-align:center;
}
.soc-link-big {
    text-align:center;
    padding: 15px 0;
    display:flex;
    max-width: 550px;
    margin: 0 auto;
}
.soc-link-big a {
    margin:0 15px;
    width:33%;
    color:#000;
}
.soc-link-big img {
    width:55px;
    height:55px;
    box-shadow: 0 0 4px 0px #515151;
    border-radius: 50%;
    border: 2px solid #fff;
}
.soc-link-full {
    text-align: center;
    display: flex;
    max-width: 270px;
    margin: 15px auto;
}
.soc-link-full a {
    width: 33%;
    color: #fff;
    font-size: 14px;
}
.soc-link-full img {
    width:50px;
    height:50px;
    border: 3px solid #fff;
    border-radius: 50%;
}
.soc-link-full-title {
    margin: 10px 0;
    font-size:18px;
    text-align:center;
}
.block_service {
    display:flex;
    margin:0 auto;
}
.block_service1 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
}
.block_service2 {
    height: 150px;
    background-position: center;
    background-size: cover;
}
.block_service2_1 {
    background: url(/templates/CarService/images/prik3.jpg);
}
.block_service2_2 {
    background: url(/templates/CarService/images/prik2.jpg);
}
.block_service2_3 {
    background: url(/templates/CarService/images/prik1.jpg);
}
.block_service_img {
    height: 180px;
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}

.block_service3 {
    font-size: 17px;
    padding: 17px 0 5px 0;
    font-weight: 500;
}
.block_service4 {
	padding: 15px;
}
.block_quote_new {
	text-align: center;
    padding: 0px;
    background: url(/templates/CarService/images/background/texture-map.png) center;
    background-color: #595959;
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 0px #000;
    width: 97%;    
}
.qd_contacts {
    display: flex;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.qd_contacts1 {
	width:100%;
}
.remote-close {
    font-size: 35px;
    position: absolute;
    height: 40px;
    top: 0;
    right: 0;
}
.remote-close i {
    width: 40px;
    height: 40px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.remote-block {
    height: fit-content;
    padding: 10px;
    background-color: #454545;
    overflow-y: scroll;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    margin: auto;
    padding-top: 30px;
}
.remote-block::-webkit-scrollbar {
      width: 0;
      height: 0;
}
.remote-window {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000a1;
    width: 100%;
    overflow: scroll;
    overflow-y: scroll;
    height: 100vh;
    z-index: 999;
    display:none;
    backdrop-filter: blur(15px);
}
.remote-title {
    font-size: 21px;
	color: #fff;
    text-align: center;
}
.remote-disc {
    font-size: 12px;
    padding: 6px 10px;
    color: #e2e2e2;
    text-align: center;
    line-height: 17px;
}

.elem::-webkit-scrollbar {
      width: 0;
      height: 0;
}
.remont-signalizacii {
    background: linear-gradient(360deg, #000000b8, #000000b8), url(/templates/CarService/images/remont-signalizacii.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.remont-signalizacii i {
    color: #fb4848;
}
.electric-page {
    background: linear-gradient(360deg, #000000b8, #000000b8), url(/templates/CarService/images/electric.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.electric-page i {
    color: #fb4848;
}