/*LEADS*/


/*SLIDER FRONT*/
.slider_wrap .mainimg-info {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.slider_wrap .mainimg-title-bg {
    padding: 15px 24px;
    background: #333333;
    max-width: 430px;
    box-shadow: 0px 9px 25px rgb(0 0 0 / 15%);
}
.slider_wrap .mainimg-title-bg span{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0;
}
.slider_wrap .mainimg-specification {
    box-shadow: 0px 9px 25px rgb(0 0 0 / 15%);
    color: #404040;
    width: 100%;
    max-width: 430px;
}
.slider_wrap .specification-box {
    padding: 24px 22px 32px 22px;
    max-width: 430px;
    background: rgba(255, 255, 255, 0.9);
}
.slider_wrap .specification-box .car-name{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #18191B;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.slider_wrap .mainimg-specification a{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 12px 12px 12px;
    width: 100%;
    background: #FF0022;
    border: 0;
    border-radius: 2px;
    display: block;
    max-width: 150px;
    text-decoration: none;
    text-transform: uppercase;
}
.slider_wrap .mainimg-specification a:hover {
    background: #e0292bc7;
}
.front_slider-block .slider_wrap img{
    width: 100%;
    margin: 0 auto;
}
.front_slider-block .slick-initialized .slick-slide {
    display: block;
    position: relative;
    max-width: 1440px;
}
.front_slider-block .slick-prev, .front_slider-block .slick-next {

    width: 60px;
    height: 60px;
}
/*.front_slider-block .slick-next:before {*/
/*    content: url(../../img/front/slider-right.png)!important;*/
/*}*/
/*.front_slider-block .slick-prev:before {*/
/*    content: url(../../img/front/slider-left.png)!important;*/
/*}*/
/*.front_slider-block .slick-dotted.slick-slider {*/
/*    margin-bottom: 0;*/
/*}*/
@media (min-width: 992px) {
    .front_slider-block .slick-next{
        right: 70px!important;
    }
    .front_slider-block .slick-prev{
        left: 70px!important;
    }
}
/*PROPOSITION*/
.front_heading{
    padding-top: 39px;
}
.front_heading-proposition{
    background: #3772FF;
    border-radius: 5px;
    padding: 14px 24px 16px;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.front_heading-proposition:hover{
    text-decoration: none;
}
.front_heading-title{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 47px;

    color: #18191B;
    margin-bottom: 7px;
}
.front_heading-desc{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0;
}
.front_heading-proposition-desc {
    display: inline-block;
    margin-right: 60px;
}

.front_heading-proposition-price {
    display: inline-block;
    margin-right: 15px;
}


.front_heading-proposition-title{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #9BB9FF;
    margin-bottom: 3px;
    display: block;
}
.front_heading-proposition-car{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    max-width: 147px;
    display: block;
}
.front_heading-proposition-price{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;

}
.front_heading-proposition-price strike{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: line-through;
    color: #9BB9FF;
    margin-left: 8px;
    display: inline-block;
}
.front_heading-proposition-image{
    width: 100%;
    max-width: 110px;
    height: 56px;
    display: inline-block;
}
.front_heading-proposition-image img {
    max-width: 100%;
    margin-top: -15px;
}


/*CONSULTATION*/
.front_consultation .section_title{
    margin-bottom: 15px;
}
.front_consultation .section_desc{
    margin-bottom: 31px;
}


.front_consultation-info .section_desc{
    display: block;
    margin-bottom: 15px;
}
.front_consultation-info .phone{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    transition: all .4s;
}
.front_consultation-info .phone:hover{
    text-decoration: none;
    color: #9c9c9c;
    transition: all .4s;
}

.front_consultation-btn-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;

}
.front_consultation-btn{
    border: 1px solid #737373;
    border-radius: 3px;
    max-width: 370px;
    background: transparent;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 15px 16px 13px;
    text-align: left;
    position: relative;
    transition: all .5s;
}
.front_consultation-btn:hover {
    background: #737373;
    transition: all .5s;
}
.front_consultation-btn:after{
    content: '';
    background: url('@vidi-portal/../img/front/arrow-title.svg') no-repeat;
    margin-left: 8px;
    width: 8px;
    height: 12px;

    position: absolute;
    right: 16px;
    top: 18px;

}
.front_consultation-btn svg{
    margin-right: 11px;
    vertical-align: top;
}
/*LEADS*/
.leads .leads_item{
    padding-top: 38px;
    padding-bottom: 36px;
}
.leads .col-md-3:hover{
    transition: all .4s;
    background: #8e8e8e59;
}
.leads_item{
    display: block;

}
.leads_item:hover{
    text-decoration: none;

}
/*.leads_item:hover svg path {*/
/*stroke: #D0D0D0;*/
/*}*/
/*.leads_item.leads_item-td:hover svg path {*/
/*fill: #D0D0D0;*/
/*stroke: transparent;*/
/*}*/
/*.leads_item:hover .leads_item-title {*/
/*color: #D0D0D0;*/
/*}*/
.leads_item svg{
    display: block;
    margin: 0 auto 14px;
}
.leads_item-title{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 141px;
    margin: 0 auto;
}
/*DEALERS CARDS*/
.dealers_item{
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    min-width: 170px;
    width: 210px;
    height: 140px;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 26px;
    display: inline-block;
    transition: all .4s;
}
.dealers_item:hover {
    border-color: #FF0022;
    transition: all .4s;
    box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.15);
}
.dealers_item-wrap .dealers_item:nth-child(5n) {
    margin-right: 0;
}
.dealers_item:hover{
    text-decoration: none;
}

.dealers_item-img{
    width: 100px;
    height: 100px;
    margin: 0 auto 1px;
}
.dealers_item-img img{
    max-width: 100%;
}
.deslers_quantity{
    background: #ECECEC;
    border-radius: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    width: 28px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.deslers_quantity span {
    padding-top: 1px;
}
.dealers_item:hover .deslers_quantity {
    background: #FF0022;
    color: #fff;
}
/*ADVANTAGES*/
.front_adv-img{
    margin-bottom: 22px;
}
.front_adv-img svg{
    display: block;
    margin: 0 auto;
}
.front_adv-title{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
    display: block;
}
.front_adv-desc{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #D0D0D0;
    max-width: 250px;
    margin: 0 auto;
}



/*FOOTER*/
/*.footer{*/
/*    padding: 50px;*/
/*}*/


/*MOBILE*/
@media (max-width: 575.98px) {
    .slider_wrap .mainimg-specification a {
        max-width: none;
    }
}
@media (max-width: 767.98px) {

    /*SLIDER*/
    .slider_wrap .slick-list {
        padding: 0;
    }
    .slider_wrap .mainimg-info {
        position: relative;
        padding-top: 0;
        left: 0;
        transform: none;
        text-align: center;
    }
    .slider_wrap .specification-box {
        background: #EFEFEF;
    }
    .slider_wrap .mainimg-info .container {
        padding: 0;
        width: 100%;
        flex: 0 0 100%;
        max-width: none;
        margin: 0;
    }
    .slider_wrap .mainimg-title-bg, .mainimg-specification, .slider_wrap .specification-box {
        max-width: none!important;
    }
    .slider_wrap .mainimg-specification a {
        margin: 0 auto;
    }



    /*PROPOSITION*/
    .front_heading-title {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 15px;
        display: block;
    }
    .front_heading-desc {
        display: none;
    }
    .front_heading-proposition-desc {
        margin-right: 0;
    }
    .front_heading-proposition-price {
        margin-right: 0;
        text-align: right;
    }
    .front_heading-proposition-price strike{
        display: block;
    }
    .front_heading-proposition-image {
        display: none;
    }


    /*LEADS*/
    .col_leads {
        width: 25%;
        border-right: 1px solid #E5E5E5;
        display: flex;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col_leads:last-child {
        border-right: 0;
    }
    .leads_item svg {
        width: 24px;
        height: 23px;
    }
    .leads .leads_item {
        padding-top: 15px;
        padding-bottom: 20px;
        width: 100%;
        flex-direction: column;
        border: none;
    }
    .leads_item-title{
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        white-space: nowrap;
    }



    /*DEALERS*/
    .dealers_item {
        margin-bottom: 0;
        height: 113px;
    }
    .dealers_item-wrap .dealers_item:nth-child(5n) {
        margin-right: 26px;
    }
    .dealers_item-img {
        width: 80px;
        height: 80px;
        margin-bottom: 0;
    }

    /*CONSULT*/
    .front_consultation-btn-wrap {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .front_consultation-btn-wrap .front_consultation-btn {
        margin-bottom: 15px;
    }


    /*ADVANTAGES*/
    .front_adv-item {
        margin-bottom: 26px;
    }



}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .front_heading-desc {
        margin-bottom: 15px;
    }

    .dealers_item,
    .dealers_item-wrap .dealers_item:nth-child(5n) {
        margin-right: 13px;
        margin-bottom: 13px;

    }
    .front_consultation-btn {
        margin: 0 10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {

}
