html {
    line-height: 1.55;
}

a {transition:.4s;}

a:hover {
    text-decoration: none;
    transition: .2s;
    filter: brightness(75%);
}

.btn-primary:hover {
    background: linear-gradient(180deg, rgba(241, 108, 0, 1) 0%, rgba(241, 108, 0, 1) 100%);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(211, 94, 0, 0.5);
    -moz-box-shadow: 0px 5px 8px 0px rgba(211, 94, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(211, 94, 0, 0.5);
    margin-top: 3px;
    margin-bottom: -3px;
    transition: .1s;
}

.btn-primary {
    transition: .1s;
}

.header__menu__items {
    transition: .4s;
}

.header__menu__items:hover {
    transition: .3s;
}

.header__menu__items {
    font-family: var(--hero-font);
    line-height: 1.35;
}

.four-reasons__block p {
    color: #535353;
}

.how-it-works__title {
    line-height: 1.15;
    font-weight: 900;
}

h2.four-reasons__hero {
    line-height: 1.15;
    font-weight: 900;
}

.how-it-works__step1 span {
    opacity: .25;
}

.reviews__hero h2 {
    line-height: 1.15;
    font-weight: 900;
}

.reviews__block__title {
    color: #5E5E5E;
    font-weight: 500;
}

.reviews__block__text {
    color: #5E5E5E;
}

.other_services__item.other_services__hero p {
    font-size: 21px;
}

.contact_map__address_title {
    color: #9C9C9C;
}

.footer__copyright span {
    color: #A9A9A9;
}

a.cars-order-block__item:hover {
    filter: brightness(100%);
}

a.cars-order-block__item h4 {
    transition: .4s;
}

a.cars-order-block__item:hover h4 {
    color: #F16C00;
    transition: .2s;
}

.cars-order-block1__container1 a:first-child:hover {
    background-position-x: 660px;
}

.cars-order-block1__container1 a:last-child:hover {
    background-position-x: 250px;
}

.cars-order-block1__container2 a:first-child:hover {
    background-position-x: 130px;
}

.cars-order-block1__container2 a:last-child:hover {
    background-position-x: 600px;
}

.cars-order-block1__container3 a:first-child:hover {
    background-position-x: 620px;
}

.cars-order-block1__container1 a:hover, .cars-order-block1__container2 a:hover, .cars-order-block1__container3 a:hover {
    transform: translateY(-2px);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}


a.cars-order-block__item__in-stock:hover {
    transform: scale(1.05);
    transition: .1s;
}

a.cars-order-block__item__in-stock:hover img {
    transition: .4s;
}

a.cars-order-block__item__in-stock:hover img {
    transform: scale(1.5);
    transition: .2s;
}

.breadcrumbs li {
    font-size: 16px;
}

.breadcrumbs li.current {
    opacity: .25;
}

.breadcrumbs li.separator {
    opacity: .25;
}






h1.about-page {font-size: 48px; font-weight: 900; line-height: 1.2;}











































/* *******************************************************     ADAPTIVE     ************************************************************************ */

@media screen and (max-width: 1024px) {

    .cars-order-block1__container1 a div, .cars-order-block1__container2 a div, .cars-order-block1__container3 a div {
        top: 40px;
    }

    .cars-order-block1__container1 a h4, .cars-order-block1__container2 a h4, .cars-order-block1__container3 a h4 {
        top: 60px;
    }

    .cars-order-block1__container1 a p, .cars-order-block1__container2 a p, .cars-order-block1__container3 a p {
        top: 150px;
        max-width: 70%;
    }

    .cars-order-block1__container1 a, .cars-order-block1__container2 a, .cars-order-block1__container3 a {
        background-size: contain;
    }


    .how-it-works__step {
        min-height: auto;
    }

    .how-it-works__step p {
        position: relative; 
        bottom:0;
        color: #5E5E5E;
        width: 100%;
        margin: 0;
    }

    .header__hero__first, .header__hero__h1 {
        font-size: 24px;
        line-height: 1.4;
        padding: 15px;
        text-align: center;
    }

    .breadcrumbs {
        justify-content: center;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .btn-primary {
        font-size: 16px;
        padding: 10px 30px 15px 40px;
    }

    .header__hero__button {
        gap: 15px;
        font-size: 14px;
    }

    header.header.innerpage .header__hero__button {
        padding-bottom: 150px;
    }

    .header__hero__under {
        font-size: 18px;
        text-align: center;
        padding: 0 20px;
    }

    .four-reasons {
        padding-top: 50px;
    }


    h2.four-reasons__hero {
        line-height: 1.35;
        font-weight: 900;
        padding: 0 30px;
        text-align: center;
    }

    .four-reasons__block {
        padding: 0 30px;
    }
    
    .how-it-works__title {
        line-height: 1.35;
        padding: 0 30px;
        margin: 0 0 10px 0;
    }

    .how-it-works__hero p {
        font-size: 18px;
        padding: 0 30px;
        line-height: 1.35;
    }

    .how-it-works {
        padding-top: 100px;
    }

    .how-it-works__step1 h4 {
        position: relative;
        margin-top: 0;
    }

    .how-it-works__step h4 {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .form-subtitle {
        text-align: left;
        font-size: 14px;
    }

    .form-for-consultation__block__form__step1 {
        gap: 0px;
    }

    .form-for-consultation__block__form__step2 {
        gap: 0px;
    }

    .reviews__hero h2 {
        font-weight: 900;
        line-height: 1.35;
        padding: 0 30px;
        margin: 0 0 10px 0;
        color: #525252;
    }

    .form-for-consultation__block__hero p, .reviews__hero p {
        font-size: 18px;
        padding: 0 30px;
        line-height: 1.35;
    }

    .other_services__item {
        height: auto;
    }

    .other_services__item h2 {
        width: 100%;
        font-size: 21px;
        line-height: 1.35;
    }

    .other_services__item p {
        position: relative;
        left: 0;
        bottom: 0;
        color: #5E5E5E;
        margin: 10px 0 0 0;
        font-size: 16px;
    }

    .other_services__block {
        padding-bottom: 60px;
        gap: 25px;
    }

    .form-for-consultation__block__hero h2, .reviews__hero h2, .other_services__item.other_services__hero h2, .contact_map__hero h2, .how-it-works__title, .table_cars__hero h2 {
        font-weight: 900;
    }

    .contact_map__hero {
        padding: 0 50px;
    }

    .footer__block {
        row-gap: 20px;
        padding-bottom: 50px;
        padding: 0 50px 50px 50px;
    }
    












}