/*
Theme Name: AP
Theme URI: 
Author: SG
Version: 1.0
Tags: light
*/





/*8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700&display=swap');

body{
	height: 100%;
	width: 100%;
	color: #4b4b4b;
    font-family: 'Montserrat', sans-serif;	
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}


.wrapper{
	width: 100%;
	position:relative;
	min-height: 90vh;
	height:auto!important;
	overflow:hidden;
}


.header-top{
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.header-map {
    font-size: 1rem;
    color: #010101;
    display: block;
    text-decoration: none;
    line-height: 1.75rem;
    text-align: right;
}

.header-tel {
    font-size: 1.125rem;
    font-weight: 700;
    color: #010101;
    display: block;
    text-decoration: none;
    text-align: right;
    line-height: 1.75rem;
}

.header-map:hover, .header-tel:hover{
    color: #010101;
    text-decoration: none;
}

.heager-logo img{
    max-width: 100%;
    height: auto;
}

.navbar-toggler{
    border-color: rgba(0,0,0,.1);
}

.burger-ico{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
}


/*Dropdown Css*/



.navbar-nav > .menu-item > a {
    padding: 15px 0;
}

.menu-item a{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-item a:hover{
    color: #f3020d;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: flex;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #000000;
    margin-top: 5px;
    margin-right: 0px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #f3020d;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.menu-item a {
    font-size: 0.875rem;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

ul.dropdown-menu {
    margin: 0;
    border-radius: inherit;
    border: inherit;
    box-shadow: 0px 1px 16px 0px rgba(2, 35, 64, 0.14);
}

.dropdown-submenu>.dropdown-menu{
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(55vw - (55vw * 25/100) - 10px);
    min-height: 100%;
}

.dropdown-menu > li > a{
    font-size: 1rem;
    font-weight: 400;
    padding: 15px;
    text-transform: none;
    display: block;
}

.dropdown-submenu>.dropdown-menu li{
    width: 20%;
}

.dropdown-submenu>.dropdown-menu li img{
    max-width: 100%;
    height: auto;
}


/* Dropdown Css */




.navbar-collapse{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.navbar{
    padding-bottom: 0;
    padding-top: 0;
}

.footer{
    background: #df0613;
    color: #ffffff;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 130px;
}

.footer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 99%;
    background: #df0613;
    color: #ffffff;
    width: 100%;
    height: 120px;
    clip-path: polygon(100% 33%, 0% 100%, 100% 100%);
}


.footer-logo img{
    max-width: 100%;
    height: auto;
}

.privacy-policy{
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.copyright{
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.footer-map{
    display: block;
    font-size: 0.875rem; 
    color: #ffffff;
    text-align: right;
}

.footer-tel{
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    text-align: right;
}


a {
    color: #0d93d1;
    text-decoration: none;
}

.h1, h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.breadcrumbs{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 2rem;
}

.breadcrumbs ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumbs ul li{
    display: inline-block;
}


/* Главная */


.home-slider{
    margin-bottom: 120px;
}

.home-services{
    margin-bottom: 120px;
}

.home-services_icon-wrap{
    display: block;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 16px 0px rgba(2, 35, 64, 0.14);
    width: 255px;
    max-width: 100%;
    height: 255px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.25rem;
    margin-left: auto;
    margin-right: auto;
}

.home-services_link{
    display: block;
    font-size: 1.5rem;
    color: #127ebc;
    font-weight: 700;
    text-align: center;
}

.home-count {
    margin-bottom: 140px;
}

.home-count_bg{
    background: url(images/bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 70px;
}

.home-count-item{
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-count-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: skew(170deg);
    border-right: 1px solid #ffffff50;
    z-index: 1;
}

.home-count-item:last-child:before{
    display: none;
}

.home-count-item_num {
    font-size: 6rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.home-count-item_text{
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
}

.home-why{
    margin-bottom: 120px;
}

.home-why_img-wrap{
    position: relative;
    z-index: 5;
}

.home-why_img-wrap img {
    max-width: 100%;
}

.home-why_right {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.home-why_right:before{
    content: '';
    position: absolute;
    top: -10%;
    right: 15px;
    border: 5px solid #f8f8f8;
    width: 120%;
    height: 120%;
    z-index: -1;
}

.home-why_img-wrap:before{
    content: '';
    position: absolute;
    top: -25px;
    left: -25px;
    background: #df0613;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.home-why_title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.home-why_item {
    font-size: 1rem;
    margin-bottom: 1.75rem;
    line-height: 1.25rem;
}

.have-question{
    margin-bottom: 120px;
}

.have-question_bg{
    background: url(images/img-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.have-question_title{
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2.25rem;
}

.btn-red{
    background: #e20613;
    background-image: linear-gradient(to right, #e20613 0%, #520505 51%, #e20613 100%);
    width: 270px;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 20px;
    border: none;
    border-radius: 25px;
    height: 60px;
    transition: 0.5s;
    background-size: 200% auto;
    display: inline-block;
    text-align: center;
    color: #ffffff !important;
    text-decoration: none !important;
    position: relative;
    z-index: 2;
}

.btn-red:hover{
    background-position: right center;    
}

.btn-red:focus {
    outline: none;
}

.form-control {
    background-color: rgb(255, 255, 255);
    border: 1px solid #dbdbdb;
    width: 370px;
    max-width: 100%;
    font-size: 0.875rem;
    font-style: italic;
    padding: 20px;
    border-radius: 25px;
    color: #4b4b4b;
    height: 60px;
}

.select-wrap {
    position: relative;
    background-color: #ffffff;
    border-radius: 25px;
    width: 370px;
    max-width: 100%;
}

.form-group label{
    margin-bottom: 1.25rem;
}

.form-group{
    margin-bottom: 2.25rem;
}

select.form-control {
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding-right: 55px;
}

select.form-control:focus{
    background-color: transparent;
}

.custom-control{
    font-size: 0.875rem;
}

.custom-control a{
    color: #4b4b4b;
}

.custom-control-label {
    padding-top: 4px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #4b4b4b;
    background-color: #4b4b4b;
}

.form-control:focus{
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: inherit;
    box-shadow: inset 0px 4px 9px 0px rgba(0, 0, 0, 0.61);
}


.select-wrap:after{
    content: '';
    position: absolute;
    right: 15px;
    top: 21px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-image: url(images/i-5.png);
    background-position: center;
    background-repeat: no-repeat;
}

.select-wrap.focus:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.select-wrap select {
  appearance: none;            /* remove arrow        */
  -webkit-appearance: none;    /* remove arrow Chrome */
  -moz-appearance: none;       /* remove arrow FF     */
}
.select-wrap select::-ms-expand{
    display: none;             /* remove arrow IE     */
}




/* End Главная */



/* Price credit */

.price-creidt{
    font-size: 1.5rem;
    color: #e30613;
    font-weight: 700;
    text-align: center;
}


.slidecontainer {
  width: 100%; /* Width of the outside container */
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;  
  background: #d9d9d9;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.range-credit-wrap {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.range-credit-title{
    font-size: 1.5rem;
    font-weight: 700;
    color: #4b4b4b;
    text-align: center;
}

.range-credit-slider{
    box-shadow: 0px 1px 16px 0px rgba(1, 35, 63, 0.14);
    padding: 100px 70px 35px 70px;
}


.ui-widget.ui-widget-content{
    border: none !important;
    background: #d9d9d9;
    height: 5px;
}

.ui-slider-range.ui-widget-header{
    background: #df0613;
}

#slider-range-min.ui-slider-horizontal .ui-slider-handle {
    top: -60px !important;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    padding: 10px 15px;
    border: 2px solid #df0613;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    height: auto;
    width: 100px;
    margin-left: -50px;
    outline: none;
    cursor: pointer;
}

.ui-slider-handle:after{
    content: '';
    position: absolute;
    top: 126%;
    left: 50%;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 6px solid #df0613;
    border-radius: 50%;
    margin-left: -11px;
}

.ui-slider-handle:before{ 
    content: '';
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: #df0615 transparent transparent transparent;
}

.range-credit-slider-item{
    font-size: 0.875rem;
    font-weight: 700;
    color: #000000;
}

.custom-control label{
    margin-bottom: inherit;
}

fieldset.form-group{
    margin-bottom: 0;
}

.credit_bg{
    background: url(images/img-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.credit_bg .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #df0613;
    background-color: #df0613;
}

.credit_bg .custom-control-label{
    color: #ffffff;
}

.credit_bg .custom-control-label a{
    color: #ffffff;
}

/* End Price credit */


/* Insurance credit */

.insurance-type{
    background: #f8f8f8;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 45px 25px;
}

.insurance-type .custom-control-label{
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0; 
}

.insurance-contact .custom-control-label{
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000;
    padding: 0;
}

/* End Insurance credit */

/* Trade In credit */

.trade-in-section-1{
    margin-bottom: 120px;
}

.trade-in-section-2{
    margin-bottom: 120px;
}

.trade-in_img-wrap{
    position: relative;
    z-index: 2;
}

.trade-in_img-wrap:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 25px;
    background: #df0613;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.trade-in_img-wrap img {
    max-width: 100%;
}

.title-light{
    font-size: 2.25rem;
}

.title-form{
    font-size: 1.5rem;
}

/* End Trade In credit */


/* Single car */

.single-car__title-1{
    font-size: 2.25rem;
    font-weight: 700;
}

.single-car__title-2{
    font-size: 1.875rem;
    font-weight: 700;
}        

.single-car__title-3{
    font-size: 1.25rem;
    font-weight: 700;
}                

.vc_general.vc_tta-color-white.vc_tta-style-flat {
    border: 1px solid #d9d9d9;
}

.vc_general.vc_tta-color-white.vc_tta-style-flat li.vc_tta-tab a{
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 20px;
    background-color: #f8f8f8;
    color: #4b4b4b;
}

.vc_general.vc_tta-color-white.vc_tta-style-flat li.vc_tta-tab:last-child a{
    border-right: none;
}

.vc_general.vc_tta-color-white.vc_tta-style-flat li.vc_tta-tab.vc_active a{
    color: #df0613;
}

.vc_general.vc_tta-color-white.vc_tta-style-flat li.vc_tta-tab.vc_active:after{
    content: '';
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #df0613;
    margin-right: auto;
    margin-left: auto;
}

.vc_general.vc_tta-color-white.vc_tta-style-flat .vc_tta-tabs-list{
    display: flex !important;
    flex-direction: row;
}

.vc_general.vc_tta-color-white.vc_tta-style-flat li.vc_tta-tab{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    position: relative;
}


.equipment-owl-carousel{

}

.owl-carousel .owl-stage{
    display: flex;
}

.equipment-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}

.equipment-item__wrap{
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 15px 40px 35px;
    flex-grow: 1;
    margin-bottom: 5px;
}

.equipment-item__img-wrap img{
    max-width: 100%;
    height: auto;
}

.equipment-item__title {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
    min-height: 60px;
}

.equipment-item__price{
    margin-bottom: 1.75rem;
}

.equipment-item__price span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}

.equipment-item__credit a {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.875rem;
}

.equipment-item__info {
    border-top: 1px solid #d9d9d9;
    padding-top: 0.875rem;
    margin-bottom: 1.5rem;
}

.slick-wrap{
    margin-left: -15px;
    margin-right: -15px;
}

button.slick-arrow {
    position: absolute;
    top: 40%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #363636;
    background-color: #ffffff !important;
    z-index: 2;
    box-shadow: 0px 1px 16px 0px rgba(2, 35, 64, 0.14);
    display: block;
    outline: none;
    border: none;
    font-size: 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

button.slick-arrow:hover {
    background-color: #434343 !important;
}

button.slick-prev.slick-arrow{
    left: -15px;
}

button.slick-next.slick-arrow{
    right: -15px;
}

.slick-dots {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.slick-prev:before, .slick-next:before{
    font-family: "revicons";
    font-size: 28px;
    color: #363636;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slick-prev:hover:before, .slick-next:hover:before{
    color: #ffffff;
}

.slick-prev:before {
    content: '\e824';
}

.slick-next:before {
    content: '\e825';
}

.slick-dots li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 10px;
    background: #3e444a !important;
    position: relative;
    z-index: 5;
    position: relative;
    outline: none;
    cursor: pointer;
}

.slick-dots li button {
    text-indent: -9999px;
    border: none;
    padding: 0;
}

.slick-dots li.slick-active{
    background: #e30613 !important;
}

.slick-dots li.slick-active:before{
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #e30613;
}

.single-price-section__bg {
    background: #000000;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 70px;
}

.single-price-section__title{
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
}

.single-price-section__price{
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
}

.single-price-section__bg {
    background: #000000;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 70px;
    position: relative;
}

.single-price-section .btn-red {
    position: relative;
    z-index: 5;
}

.single-price-section__bg:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 25%;
    height: 100%;
    background: #f8f8f8;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}

/* End Single car */





/* Contact form 7 + Modal*/


.red-modal .modal-content{
    background: rgb(228,6,19);
    background: linear-gradient(135deg, rgba(228,6,19,1) 0%, rgba(81,5,5,1) 100%);
    padding-bottom: 4rem;
}

.red-modal .modal-header .close {
    border-radius: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    opacity: 1;
    margin: 0px -5px 0px auto;
}

.red-modal .modal-header {
    border-bottom: none;
}

.red-modal .modal-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffff;
    text-align: center;
    margin-bottom: 2rem;
}

.red-modal .modal-subtitle {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #fff;
}

div.wpcf7-validation-errors { display: none !important; }
div.wpcf7-mail-sent-ok {border: none !important;}
span.wpcf7-not-valid-tip { display: none !important; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: red !important; background-color: rgba(153,0,0,0.3) !important; }


.modal-body .form-control{
    width: auto;
}


/* End Contact form 7 + Modal*/



/* Archive */

.archive{
    padding-top: 2rem;
    /*padding-bottom: 2rem;*/
}

.archive-item {
    text-align: center;
    margin-bottom: 2rem;
}

.archive-item img {
    max-width: 100%;
    height: auto;
}

.archive-item__title {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.archive-item__img {
    margin-bottom: 0.5rem;
}

.archive-item a {
    text-decoration: none;
}

.archive-btn-wrap{
    padding: 2rem 0 1rem;
}

.archive-btn-wrap .btn-red{
    height: auto;
}

/* End Archive */




/* Category */

.category-item{
    margin-bottom: 3rem;
}

.category-item__img{
    margin-bottom: 1rem;
}

.category-item__img img{
    max-width: 100%;
    height: auto;
}

.category-item__date{
    margin-bottom: 1rem;
}

.category-item__title{
    color: #4b4b4b;
    font-weight: 800;
    margin-bottom: 1rem;
}

.category-item__title a{
    color: #4b4b4b;
}


/* END Category */



/* Single  */

.single_content__title{
    color: #4b4b4b;
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 2rem;
}


/* END Single */




/* Modal menu */

.footer-nav .navbar-nav .sub-menu {
    width: 100%;
    min-height: 100%;
    display: none;
    list-style: none;
    padding: 0 0 5px 0;
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    background: #fff;
    margin-bottom: 2rem;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.footer-nav .navbar-nav .sub-menu.active{
    display: flex;
}

.footer-nav .menu-item  a {
    font-size: 1rem;
    padding: 10px 25px;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    text-decoration: none;
}

#menu-modal .modal-body {
    padding: 0;
}

.modal-back {
    width: 30px;
    margin-right: 30px;
}

.sub-menu .sub-menu{
    display: none !important;
}

#service-modal .modal-content{
    background: #f8f8f8;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover{
    background-color: transparent !important;
    background-image: none !important;
    border: 2px solid #e30713 !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #e30713 !important;
    background-image: none !important;
    color: #fff !important;
    font-weight: 800;
}

.datepicker-inline {
    width: 100% !important;
}

table.table-condensed {
    width: 100%;
    background: #fff;
}

.datepicker td, .datepicker th {
    width: 30px !important;
    height: 30px !important;
}

.datepicker td, .datepicker th {
    border: 1px solid #f5f5f5 !important;
}

.record-STO  .form-control {
    width: 100%;
    background: #fff;
}

#service-modal .modal-body{
    padding: 35px;
}

/* END Modal menu */



/* Contact page */

.contact-phone{
    display: none;
}

.show-phone {
    color: #0d93d1;
    cursor: pointer;
}





label.error {
    display: none !important;
}





@media (max-width: 1199px) {
    .home-services_icon-wrap {
        height: 210px;
    }
    .have-question {
        margin-bottom: 35px;
    }
    .footer {
        margin-top: 100px;
    }
    .footer:after {
        height: 65px;
    }
    .insurance-wrap__car img{
        max-width: 100%;
        height: auto;
    }

    .trade-in-section__item .home-services_icon-wrap{
        height: 255px;
    }
    .have-question_bg {
        padding-left: 15px;
        padding-right: 15px;
    }
    .have-question_title {
        font-size: 2rem;
    }

}

@media (max-width: 992px) {
    .home-services_icon-wrap {
        height: 150px;
        padding: 30px;
    }
    #service-modal .modal-body {
        padding: 35px 15px;
    }
    .home-services_icon-wrap img {
        max-width: 100%;
    }
    .home-services_link {
        font-size: 1.25rem;
    }
    .home-count_bg {
        padding: 35px 30px;
    }
    .home-count-item_num {
        font-size: 3rem;
    }
    .home-slider {
        margin-bottom: 75px;
    }
    .home-services {
        margin-bottom: 75px;
    }

    .trade-in-section__item .home-services_icon-wrap {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 2rem;
    }

    .title-light{
        font-size: 2rem;
    }
    #service-modal .modal-title {
        margin-top: 2rem;
        font-size: 1.5rem;
    }
    .header-logo {
        margin-bottom: 10px;
    }
    .header-map {
        font-size: 0.75rem;
        line-height: 1.25rem;
    }
    .archive {
        padding-bottom: 0rem;
    }
    .footer-map{
        text-align: inherit;
    }
    .footer-tel{
        text-align: inherit;
    }
    .footer {
        text-align: center;
        margin-top: 35px;
    }
    .footer .col-md-4 {
        margin-bottom: 15px;
    }
    .footer:after{
        display: none;
    }


    .home-services_icon-wrap {
        height: 130px;
        padding: 30px;
        max-width: 130px;
        margin-bottom: 20px;
    }
    .home-services_item {
        margin-bottom: 35px;
    }
    .home-count-item:before {
        display: none;
    }
    .home-services {
        margin-bottom: 75px;
    }
    .home-count {
        margin-bottom: 75px;
    }
    .home-why_right:before{
        display: none;
    }
    .home-why_img-wrap {
        margin-bottom: 35px;
    }
    .home-why_title {
        font-size: 1.5rem;
    }


    .single-price-section__bg:after{
        display: none;
    }
    .single-price-section__price {
        margin-bottom: 15px;
    }
    .single-price-section__credit {
        display: block;
        margin-bottom: 25px;
    }   
    .slick-dots {
        padding: 1rem 0;
    }
    .single-car__title-1 {
        font-size: 2rem;
    }

    .select-wrap {
        width: 400px;
    }
    .form-control {
        width: 400px;
    }

    .insurance-wrap__car{
        display: none;
    }

    span#firstPay {
        display: inline-block;
    }
    .range-credit-slider {
        padding: 90px 15px 35px 15px;
    }

    .trade-in-section-1 {
        margin-bottom: 75px;
    }
    .trade-in-section-2 {
        margin-bottom: 75px;
    }

    .trade-in-section__item .home-services_icon-wrap {
        height: 130px;
    }

    .have-question_title {
        font-size: 1.5rem;
    }

}

@media (max-width: 480px) {


}









