/*
Theme Name: GoodAuto
Theme URI: GoodAuto
Author: Sergey G
Version: 1.13
*/


/*

#3d332c brown
#ffdc00 yellow
#ebeae9 silver

*/


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


body{
    font-family: 'Montserrat' ;
    font-size: 16px;
	color: #3d332c;
    line-height: normal;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
}



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

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

.container.my-2.header-phone-wrap {
    display: none;
    font-size: 22px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .wrapper .header {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .container.my-2.header-phone-wrap {
        display: block;
    }
}

/* Style grid */

.title-main{
    color: #3d332c;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.title-bold{
    color: #3d332c;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 15px;
}

.title{
    color: #3d332c;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
}

.p-title{
    position: relative;  
    padding: 35px 0 35px 200px; 
}

.p-title span{
    display: inline-block;
    background: #ffdc00;
    position: relative;
    font-weight: 700;
    padding: 5px 8px;
    text-transform: uppercase;
    z-index: 5;
}

.p-title span:before{
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: #ffdc00;
    z-index: -1;
    clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
}

.home-1-bg{
    background-image: url(../../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    padding: 35px 0;
}

.btn-sm{
    min-width: 100px;
    max-width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #3d332c;
    background: #ffdc00;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 5px 15px;
    font-weight: 700;
    -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;
    text-decoration: none !important;
}

.btn-sm:hover{
    color: #ffdc00;
    background: #3d332c;
}

.btn-big{
    min-width: 100px;
    max-width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #3d332c;
    background: #ffdc00;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 15px;
    font-weight: 700;
    border: none;
    -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;
    text-decoration: none !important;
}

.btn-big:hover{
    color: #ffdc00;
    background: #3d332c;
}

.btn-yellow {
    color: #3d332c;
    background: #ffdc00;
    font-weight: 700;
    border: none;
    -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;
    margin-bottom: 15px;
}

.btn-yellow:hover{
    color: #ffdc00;
    background: #3d332c;
}

.btn-light{
    color: #3d332c;
    border: 1px solid #3d332c;
    font-weight: 500;
     -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;
    cursor: pointer;
    margin-bottom: 1rem;
}

.btn-light:hover{
    background: #ffdc00;
}

.form-control{
    border: 1px solid #ebeae9;
}

.yellow-text{
    color: #ffdc00;
}

/* header */

.header{
    /*min-height: 75px;*/
    background: #3d332c;
}

.header-logo{
    display: block;
    padding: 10px 15px;
}

.header-logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffdc00;
    clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
    z-index: 0;
}

.header-logo img{
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.soc-icon-wrap a{
    text-decoration: none;
}

.header-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.header-menu li a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

.btn-burger {
    background: #ffdc00;
    padding: 8px 10px;
}

.btn-burger img {
    max-width: 35px;
}

.mobile-menu-btn {
    text-align: right;
}

.modal-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.modal-menu li a{
    display: block;
    color: #3d332c;
    font-weight: 500;
    padding: 8px 0px;
}

#modal-menu .header-phone a {
    color: #383739;
    font-weight: 500;
}

.header-city a {
    color: #ffdc00;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.header-phone a {
    color: #ffffff;
}

/* Footer */

.footer{
    background: #3f332b;
    padding: 30px 0;
    font-size: 14px;
}

.footer-logo {
    position: relative;
    padding: 15px 50px;
}

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

.footer-logo:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffdc00;
    clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
    z-index: 0;
}

.footer-text{
    color: #ffffff;
}

.footer-text a{
    color: #ffffff;
}

.credit-fix-wrap{
    display: block;
    position: fixed;
    top: 45vh;
    right: 30px;
    background: #ffdc00;
    color: #3d332c;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 15px;
    font-weight: 700;
    max-width: 240px;
    z-index: 5;
    opacity: 0.6;
}

.credit-fix-wrap:before{
    content: '';
    position: absolute;
    width: 80px;
    height: 81px;
    top: -20px;
    right: -27px;
    background-image: url(../../images/business_ico.png);
}

.credit-fix__bold{
    font-weight: 900;
    font-size: 36px;
}

/* Front-page */

.home-1__title{
    margin-bottom: 15px;
    text-align: inherit;
}

.home-1{
    margin-bottom: 25px;
}

.home-1__text{
    text-transform: uppercase;
}

.counter-wrap{
    text-align: center;
}

.counter__img img{
    display: inline-block;
}

.counter {
    display: inline-block;
    background-color: #ffdc00;
    border: 5px solid #3d332c;
    margin-top: -5px;
    border-radius: 10px;
    font-size: 36px;
    font-weight: 700;
    padding: 5px 25px;
    letter-spacing: 5px;
    min-width: 170px;
    text-align: center;
}

.home-2{
    margin-bottom: 25px;
}

.home-2__item{
    text-align: center;
    border: 1px solid #ebeae9;
    border-radius: 15px;
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-2__item-icon{
    margin-bottom: 15px;
}

.home-2__item-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.home-2__item-text{
    margin-bottom: 15px;
}



.title-point{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.title-point img{
    width: 35px;
    height: auto;
    margin-right: 10px;
}

.carousel-title{
    position: relative;
    padding-left: 10%;
    border-bottom: 4px solid #ffdc00;
    margin-bottom: 25px;
}

.carousel-title span{
    display: inline-block;
    background: #ffdc00;
    position: relative;
    font-weight: 700;
    padding: 5px 8px;
    text-transform: uppercase;
    z-index: 5;
}

.carousel-title span:before{
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: #ffdc00;
    z-index: -1;
    clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
}


.carousel-5{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
}

.carousel__item{
    display: block;
    padding: 0 15px;
    color: #3d332c;
}

.carousel__item-img{
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.carousel__item-img img{
    width: 100%;
    height: auto;
}

.carousel__item-title{
    font-weight: 700;
    margin-bottom: 5px;
}

.carousel__item-price {
    font-weight: 700;
    display: inline-block;
    background: #ffdc00;
    padding: 5px;
    position: relative;
}

.carousel__item-price:before{
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: #ffdc00;
    z-index: -1;
    clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
}

.slick-dots {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    display: inline-block;
    background: none;
    border: 2px solid #ebeae9;
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    width: 14px;
    height: 14px;
    margin: 5px;
    outline: none;
}

.carousel-5 .slick-list {
    margin: 0 40px;
}

.carousel-5 .slick-next {
    right: 20px;
    background: url(../../images/arrow_r.png);
}

.carousel-5 .slick-prev {
    left: 20px;
    background: url(../../images/arrow_l.png);
}

.carousel-5 .slick-arrow{
    top: 40%;
    width: 20px;
    height: 32px;
}

li.slick-active button{
    border-color: #ffdc00;
    background: #ffdc00;
}

.carousel-4{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
}


.home-3-3 {
    padding: 35px 0;
    background-image: url(../../images/yt_bg.png);
    margin-bottom: 35px;
}

.home-video-item iframe{
    width: 100%;
}

.home-4{
    margin-bottom: 25px;
}

.home-4__item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-slider .slick-next {
    right: 20px;
    background: url(../../images/arrow_r.png);
}

.home-slider .slick-prev {
    left: 20px;
    background: url(../../images/arrow_l.png);
}

.home-slider .slick-next,
.home-slider .slick-prev{
    width: 20px;
    height: 32px;
}

.home-4__text{
    margin-bottom: 15px;
    text-align: justify;
}


.home-4__item-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.home-4__item-text{
    position: relative;
    border: 3px solid #ffdc00;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-5{
    margin-bottom: 25px;
}

.home-5__img img{
    max-width: 100%;
    height: auto;
}

.home-5__why{
    margin-bottom: 25px;
}

.home-5__text{
    text-align: justify;
}

.home-5__info{
    border: 3px solid #ffdc00;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
}

.home-5__info-img{
    text-align: center;
}

.home-5__info-img img{
    max-width: 100%;
    height: auto;
}

.shop-position{
    position: relative;
}

.shop-position__img {
    position: absolute;
    width: 130%;
    height: 100%;
    z-index: 2;
}

.shop-position__img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffdc00;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: -1;
}

.shop-position__img:after{
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    width: 100%;
    height: 100%;
    background: url(../../images/kherson.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 0;
}

.shop-position__img img{
    max-width: 120%;
    height: auto;
}

.shop-position__contact{
    background: #3f332b;
    border-radius: 15px;
    text-align: center;
    padding: 35px 30px;
}

.shop-position__contact-icon{
    margin-bottom: 15px;
}

.shop-position__contact-title{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.shop-position__contact-text{
    color: #ffffff;
/*    font-size: 14px;*/
}

.shop-position__contact-text a{
    text-decoration: none;
    color: #ffffff;
}




/* Category */

.category-section{
    padding: 25px 0;
}

.category__item{
    display: block;
    color: #3d332c;
    position: relative;
    padding-top: 10px;
    margin-bottom: 25px;
}

.carousel__item{
    padding-right: 15px;
    padding-left: 15px;
}


.category__item-img {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    height: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel__item .category__item-img{
    height: 215px;
}

.carousel__item .category__item-img img{
    height: 115%;
}

.category__item-img img{
/*    width: 100%;
    height: auto;*/
    max-width: none;
    min-width: auto;
    min-height: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.category__item-wrap-title {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
/*    border-bottom: 1px solid #ebeae9;
    border-left: 1px solid #ebeae9;
    border-right: 1px solid #ebeae9;*/
    background: #ffffff;
}

.category__item-title{
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.category__item-title span{
    font-weight: 700;
}

.category__item-subtitle {
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 14px;
}

.category__item-price {
    background: #ffc600;
    padding: 5px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.category__item-price span{
    font-weight: 700;
    display: block;
    font-size: 17px;
    /*margin-bottom: 10px;*/
}

.badge-new:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
    background: url(../../images/new_icon.png);
    width: 65px;
    height: 75px;
    z-index: 2;
}

.badge-pdv .category__item-img:before{
    content: '';
    position: absolute;
    bottom: 8px;
    left: 10px;
    background: url(../../images/pdv_icon.png);
    width: 35px;
    height: 35px;
    z-index: 1;
}

.badge-test .category__item-img:before{
    content: '';
    position: absolute;
    bottom: 8px;
    left: 10px;
    background: url(../../images/test_icon.png);
    width: 35px;
    height: 34px;
    z-index: 1;
}

.badge-sold .category__item-img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.30;
    background-image: url(../../images/sold_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.badge-sale .category__item-price{
    background: #f12e2e;
    color: #ffffff;
}




.category-sort__wrap{
    margin-bottom: 25px;
    padding: 20px 15px;
    border: 1px solid #ebeae9;
    border-radius: 10px;
}


.category-filter__wrap{
    padding: 20px 15px;
    border: 1px solid #ebeae9;
    border-radius: 10px;
}

.category-sort__wrap{
    font-size: 14px;
}

.sort-btn {
    color: #3d332c;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.sort-btn.active,
.sort-btn:hover{
    color: #ffdc00;
}

.sort-btn:focus,
.sort-btn:active,
.sort-btn.btn.focus{
    outline: none;
    box-shadow: inherit;
}

.dataTables_paginate.paging_simple_numbers {
    width: 100%;
}

.pagination {
    padding-top:  25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.page-item.active .page-link {
    color: #3d332c;
    background-color: #ffdc00;
    border-color: #3d332c;
}
.pagination-rounded .page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 5px;
    line-height: 26px;
}


/* Single product */

.single-product{
    padding-top: 50px;
    margin-bottom: 35px;
}

.single-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}

.single-name__title{
    font-size: 36px;
    font-weight: 700;
    margin-right: 30px;
}

.single-name__year{
    font-size: 24px;
    font-weight: 700;
}

.single-name__right{
    font-size: 14px;
}

.single-name__right img{
    margin-right: 5px;
}

.single-name__data{
    margin-right: 15px; 
}

.single-name__print {
    border: none;
    background: inherit;
    display: inline-block;
}


.car-info{
    border: 1px solid #ebeae9;
    border-radius: 15px;
    padding: 15px;
}   

.car-info__title{
    margin-bottom: 10px;
}

.car-info-price{
    margin-bottom: 35px;
}

.car-info__price-usd{
    font-size: 30px;
    font-weight: 700;
}

.car-info__price-usd span{
    font-size: 42px;
}

.car-info__price-usd{
    font-size: 30px;
    font-weight: 700;
}

.car-info__price-uah{
    color: #afadab;
    font-weight: 700;
}

.car-info__price-uah span{
    font-size: 28px;
}

.car-info__leasing{
    margin-bottom: 25px;
}

.car-info__leasing-price{
    font-weight: 700;
    margin-bottom: 10px;
}

.car-info__leasing-price span{
    font-size: 28px;
}

.car-info__mileage{
    margin-bottom: 35px;
}

.car-info__mileage-count{
    font-weight: 700;
    margin-bottom: 10px;
}

.car-info__mileage-count span{
    font-size: 28px;
}


.car-info__specifications{
    margin-bottom: 0px;
}

.car-info__specifications-param{
    border: 1px solid #ebeae9;
    border-radius: 5px;
    text-align: center;
    padding: 2px 0;
    font-weight: 700;
}

.car-info__specifications-item{
    margin-bottom: 10px;
}

.car-info__delivery{
    font-size: 13px;
    text-align: center;
    margin-top: 35px;
}

.car-info__delivery img{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.single-product-slider{
    margin-bottom: 35px;
}

.slider-for{
    margin-bottom: 15px;
}

.slider-nav{
    margin-left: -5px;
    margin-right: -5px;
}

.slider-for-item {
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

.slider-nav-item{
    border-radius: 5px;
    overflow: hidden;
    margin: 0 5px;
}

.slider-for-item img {
    max-width: 100%;
    max-height: 580px;
    display: inline-block;
}

.slider-nav-item img {
    max-width: 100%;
}

.slick-arrow {
    background-color: rgba(0,0,0, 0.6);
    border: none;
    width: 35px;
    height: 40px;
    text-indent: -200vw;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center center;
    outline: none;
}

.slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus{
    outline: none;
}

.slick-prev {
    left: 15px;
    background: url(../../images/prev.png);
}

.slick-next {
    right: 15px;
    background: url(../../images/next.png);
}

.car-description{

}

.car-description__title{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.car-description__complect {
    column-count: 2;
}

.car-description__text{
    margin-bottom: 25px;
}

.car-description__text p{
    margin-bottom: 5px;
}

.car-description__complect p{
    position: relative;
    padding-left: 30px;
}
.car-description__complect p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 16px;
    background: url(../../images/check_ico.png);   
}

.car-description__contact-tel{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.car-description__contact-tel a{
    color: #3d332c;
}

.share-soc {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
}

.share-soc__title {
    padding-right: 20px;
}

.border-block{
    border: 1px solid #ebeae9;
    border-radius: 15px;
    padding: 25px;
}

.ul-style{
    list-style: none;
}

.ul-style li{
    position: relative;
    margin-bottom: 10px;
}

.ul-style li:before{
    content: '◆';
    position: absolute;
    left: -30px;
    top: 0;
    color: #ffdc00;
}




/*Single leasing*/

.leasing-output{
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
}

.leasing-result-item__value {
    font-size: 28px;
    color: #afadab;
    font-weight: 700;
}


.leasing-range { 
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 100%;
    cursor: pointer;
    border-radius: 0; /* iOS */
}

.leasing-range:focus{
  outline:none;
}

.leasing-range::-webkit-slider-thumb {
    position:relative;
     -webkit-appearance: none;
    cursor:pointer;
    background-color: transparent;
    width: 30px;
    height: 20px;
    background: #3d332c;
    border:1px solid #3d332c;
    box-shadow: 1px 5px 10px -1px rgba(0, 0, 0,0.2),
    -25px 0 0 10px rgb(255 220 0),
    -75px 0 0 10px rgb(255 220 0),
    -125px 0 0 10px rgb(255 220 0),
    -175px 0 0 10px rgb(255 220 0),
    -225px 0 0 10px rgb(255 220 0),
    -275px 0 0 10px rgb(255 220 0),
    -325px 0 0 10px rgb(255 220 0);
    z-index:2;
}





/* USA cars */

.usa-section{
    padding: 25px 0;
}

.usa-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 35px;
}

.usa-step__icon {
    margin-bottom: 15px;
}

.usa-step__text {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
}

.usa-step__num {
    display: inline-block;
    border-radius: 50%;
    background: #ffdc00;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
}


.usa-section-2{
    background: url(../../images/usa_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0;
}

.usa-section-2-1{
    padding: 35px 0;
}

.usa-section-3{
    background: url(../../images/usa_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 0;
}

.usa-section-3-1{
    padding: 35px 0;
}

.usa-car-img{
    margin-top: -175px;
}

.title-bold__light{
    color: #eaeaea;    
}

.usa-client-item{
    display: block;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.usa-section-4{
    padding: 35px 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #ffdc00 !important;
}
.mfp-arrow-left:after {
    border-right: 17px solid #ffdc00 !important;
}

/* About page */

.about-1{
    margin-bottom: 25px;
}


.info-item {
    text-align: center;
    margin-bottom: 25px;
}

.info-item__icon{
    margin-bottom: 5px;
}

.about-car-item {
    border: 1px solid #ebeae9;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    padding: 5px 5px;
    margin-bottom: 25px;
}

.about_client_item{
    margin-bottom: 25px;
}

.about-client-item__img {
    display: block;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}
.about_client_item__title{
    font-size: 24px;
    color: #3d332c;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-item {
    border: 1px solid #ebeae9;
    border-radius: 20px;
    background: #ffffff;
    padding: 20px 15px;
    display: flex;
    flex-direction: row;
    height: 100%;
    color: #3d332c;
}

.about-item__icon-wrap {
    padding-right: 15px;
    flex-grow: 1;
    flex-basis: 70px;
}

.about-item__icon {
    width: 50px;
}

.about-item__yellow{
    background: #ffdc00;
}

.about-item__icon-wrap {
    width: 70px;
    padding-right: 15px;
}

.about-item__title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.about-item__text {
    font-size: 14px;
}


/* Contact page */

.contact{
    margin-bottom: 35px;
}

.contact-item{
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}

.contact-item p {
    margin-bottom: 5px;
}

.contact-item a{
    color: #3d332c;
}

.contact-item__img{
    text-align: center;
}

.contact-item__img img {
    border-radius: 20px;
    overflow: hidden;
}

.contact-shop-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-shop-item__icon {
    width: 30px;
    margin-right: 15px;
}

.contact-shop-item__phone a{
    font-size: 24px;
    color: #3d332c;
}

.contact-shop-item__work-time{
    font-size: 24px;
}

.card{
    background: transparent !important;
    margin-bottom: 10px !important;
}

.card-body{
    background: #ffffff;
    border: 1px solid #ebeae9;
    border-radius: 20px;
    overflow: hidden;
}

.card-header{
    background: #ffdc00;
    border-radius: 20px !important;
    cursor: pointer;
    border: 1px solid #ebeae9;
    -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;
    font-size: 24px;
    font-weight: 500;
}

.card-header.collapsed{
    background: #ffffff;
    -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;
}

.card-header:before{
    content: '';
    position: absolute;
    top: 23px;
    right: 35px;
    width: 32px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url(../../images/arrow_up.png);

}


.card-header.collapsed:before{
    background-image: url(../../images/arrow_down.png);
}


/* Buy auto page */

.buy-auto__item{
    border-left: 3px solid #ffdc00;
}

.buy-auto__title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}





/* Change page */


.border-infoblock{
    border: 1px solid #ebeae9;
    border-radius: 15px;
    margin-bottom: 35px;
}

.border-infoblock__title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 15px;
    text-transform: uppercase;
    background: #ffdc00;
}

.border-infoblock__body{
    padding: 25px 25px 0;
}

.border-infoblock__body-text{
    text-align: justify;
}

.border-infoblock__body-subtitle{
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 15px 0;
}


/* Information */

.row.mod-middle {
  margin-top: 170px;
}
.row.mod-bottom {
  margin-top: 180px;
}
.details-list {
  position: relative;
  background: url(/images/car2.png) no-repeat 54px 50%;
  height: 510px;
  margin: 0 auto;
  margin-top: 40px;
}
.details-list-item {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 40px;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.details-list-item.mod-item1 {
  margin-right: 80px;
  /*.details-list-item-tooltip {
            left: 0px;
            &:before {
                left: 25px;
            }
        }*/
}
.details-list-item.mod-item1 .details-list-item-icon:before {
  background: url(/images/details-icon1.png) no-repeat center;
}
.details-list-item.mod-item2 {
  margin-right: 55px;
}
.details-list-item.mod-item2 .details-list-item-icon:before {
  background: url(/images/details-icon2.png) no-repeat center;
}
.details-list-item.mod-item3 {
  margin-right: 50px;
}
.details-list-item.mod-item3 .details-list-item-icon:before {
  background: url(/images/details-icon3.png) no-repeat center;
}
.details-list-item.mod-item4 {
  margin-right: 85px;
}
.details-list-item.mod-item4 .details-list-item-icon:before {
  background: url(/images/details-icon4.png) no-repeat center;
}
.details-list-item.mod-item5 {
  margin-right: 50px;
}
.details-list-item.mod-item5 .details-list-item-icon:before {
  background: url(/images/details-icon5.png) no-repeat center;
}
.details-list-item.mod-item6 {
  margin-right: 0;
  float: right;
}
.details-list-item.mod-item6 .details-list-item-icon:before {
  background: url(/images/details-icon6.png) no-repeat center;
}
.details-list-item.mod-item7 {
  margin-right: 40px;
}
.details-list-item.mod-item7 .details-list-item-icon:before {
  background: url(/images/details-icon7.png) no-repeat center;
}
.details-list-item.mod-item8 {
  margin-right: 35px;
}
.details-list-item.mod-item8 .details-list-item-icon:before {
  background: url(/images/details-icon8.png) no-repeat center;
}
.details-list-item.mod-item9 {
  margin-right: 60px;
}
.details-list-item.mod-item9 .details-list-item-icon:before {
  background: url(/images/details-icon9.png) no-repeat center;
}
.details-list-item.mod-item10 {
  margin-right: 30px;
}
.details-list-item.mod-item10 .details-list-item-icon:before {
  background: url(/images/details-icon10.png) no-repeat center;
}
.details-list-item.mod-item11 {
  margin-right: 30px;
}
.details-list-item.mod-item11 .details-list-item-icon:before {
  background: url(/images/details-icon11.png) no-repeat center;
}
.details-list-item.mod-item12 {
  margin-right: 0;
  float: right;
}
.details-list-item.mod-item12 .details-list-item-icon:before {
  background: url(/images/details-icon12.png) no-repeat center;
}
.details-list-item.mod-item13 {
  margin-right: 0;
  float: left;
}
.details-list-item.mod-item13 .details-list-item-icon:before {
  background: url(/images/details-icon13.png) no-repeat center;
}
.details-list-item.mod-item14 {
  margin-right: -10px;
  float: right;
}
.details-list-item.mod-item14 .details-list-item-icon:before {
  background: url(/images/details-icon14.png) no-repeat center;
}
.details-list-item:hover .details-list-item-icon {
  -webkit-transition: all .3s;
          transition: all .3s;
  background: #ececec;
}
.details-list-item:hover .details-list-item-tooltip {
  visibility: visible;
  -webkit-animation: rotate 1s;
          animation: rotate 1s;
  opacity: 1;
}
.details-list-item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 53px;
  background-color: #E2E2E2;
  margin-right: 10px;
  position: relative;
}
.details-list-item-icon:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.details-list-item-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 20px;
  max-width: 125px;
  border-bottom: 1px solid #333;
}

.details-list-item-text:hover {
  color: #dca216;
  border-bottom: 1px solid #dca216;
}
.details-list-item-tooltip {
  font-size: 14px;
  line-height: 15px;
  padding: 10px;
  background: #E2E2E2;
  border-radius: 10px;
  width: 250px;
  position: absolute;
  left: -95px;
  -webkit-transition: all .3s;
          transition: all .3s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  visibility: hidden;
  opacity: 0;
}
.details-list-item-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-top: 10px solid #E2E2E2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}


label.error {
    display: none !important;
}
.form-control.error {
    border-color: red;
}

.notification-wrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #00000060;
    z-index: 10;
    display: none;
    opacity: 0;
    padding: 20px;
}

.notification-wrap.active{
    display: flex;
    opacity: 1;
}

.notification-body {
    background: #ffdc00;
    border-radius: 15px;
    padding: 35px;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.close-wrap{
    position: absolute;
    right: 15px;
    top: 10px;
}


@media (max-width: 1199px) {
    .header-logo {
        padding: 10px 5px;
    }
    .details-list {
        background: inherit;
        height: auto;
    }
    .details-list-item {
        float: inherit !important;
        width: 49%;
        margin: 0 0 20px -0px !important;
        padding-right: 25px;
    }
    .details-list-item-tooltip{
        visibility: visible;
        opacity: 1;
        position: static;
        padding: 10px !important;
        margin-top: 15px;
        width: auto;
    }
    .details-list-item-tooltip:before{
        display: none;
    }
    .row.mod-middle{
        margin-top: 0;
    }
    .row.mod-bottom{
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .header-menu-wrap{
        order: 2
    }
    .header-phone-wrap{
        order: 3;
    }
    .counter {
        min-width: 155px; 
        font-size: 28px;
    }
    .home-4__item {
        padding-bottom: 25px;
    }
    .footer-logo {
        padding: 15px 30px;
    }
    .credit-fix-wrap{
        display: none;
    }
    .single-name__title {
        font-size: 28px;
    }
    .single-name__year {
        font-size: 18px;
    }
    .car-info__price-usd span {
        font-size: 36px;
    }
    .car-info__price-uah span {
        font-size: 24px;
    }
    .car-info__leasing-price span {
        font-size: 24px;
    }
    .car-info__mileage-count span {
        font-size: 24px;
    }
    .car-description__contact-tel {
        font-size: 18px;
    }
    .category-sort__wrap {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .counter-wrap {
        margin-bottom: 25px;
    }
    .title-main { 
        font-size: 22px;
    }
    .header-logo{
        max-width: 200px;
    }
    .header-logo:before{
        max-width: 230px;
    }

    .footer-logo {
        padding: 15px 65px;
        max-width: 290px;
        margin: 0 auto 25px;
    }
    .footer-text {
        margin-bottom: 25px;
    }

    .single-name {
        flex-direction: column;
    }
    .single-name__title {
        width: 100%;
        display: inline-block;
    }
    .single-name__right{
        display: none;
    }
    .car-info__wrap{
        order: 2;
    }
    .single-product-slider__wrap{
        order: 1;
        margin-bottom: 25px;
    }
    .car-description__contact-tel a{
        display: block;
    }

    .car-description__soc{
        padding: 10px 0;   
        display: inline-block;
    }

    .car-description__soc a{
        display: inline-block;
    }

    .details-list-item {
        width: 100%;
        padding-right: 0px;
    }

    .contact-item {
        text-align: center;
    }
    .contact-item img{
        margin-bottom: 15px;
    }

    .usa-car-img {
        margin-top: -75px;
    }
    .single-name {
        align-items: flex-start;
    }

}


@media (max-width: 480px) {
   .slider-for-item img {
        max-height: 350px;
    }

}




@media print {
    /* здесь будут стили для печати */

    .single-name__right{
        display: none;
    }
    .single-product-upsale{
        display: none;
    }
    .footer{
        display: none;
    }
    #WidgetHooks{
        display: none;
    }
    .slick-arrow{
        display: none;
    }
    .mobile-menu-btn{
        display: none;
    }
}


.social-media{
    margin-top: 10px;
}

.social-media__logo {
    width: 40px;
    height: 40px;
}
.social-media__item {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.social-media__list {
    display: flex;
    justify-content: center;
    padding: 0;
}






