.page {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    min-height: 35px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.36;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #E40C25;
    background: rgba(255, 153, 153, 0.28);
    border: 2px solid #E40C25;
    border-radius: 3px;
    transition: all .2s;
}

.promo-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #AF1426;
}

.promo-btn.--red {
    color: #FFFFFF;
    background: #E40C25;
    border: 0;
}

.promo-btn.--red:hover {
    background: #AF1426;
}

@media (min-width: 768px) {
    .promo-btn {
        min-height: 48px;
        padding: 5px 9%;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .promo-btn {
        min-width: 226px;
    }
}

.select-promo-section {
    position: relative;
    color: #FFFFFF;
    background: #15212A url(../img/vidi-select/promo-cover.jpg) no-repeat center;
    background-size: cover;
}

.select-promo-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59));
}

.select-promo-section__content {
    position: relative;
    min-height: 375px;
    padding: 30px 0 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.select-promo-section__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.28;
    letter-spacing: 0.03em;
}

.select-promo-section__title strong {
    color: #E40C25;
    display: block;
}

.select-promo-section__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .select-promo-section__title {
        font-size: 30px;
    }

    .select-promo-section__descr {
        font-size: 16px;
    }
    
    .select-promo-section__content {
        min-height: 433px;
        padding: 50px 12.3% 105px;
    }
}

@media (min-width: 992px) {
    .select-promo-section__title {
        font-size: 36px;
    }

    .select-promo-section__descr {
        font-size: 18px;
    }
}

.select-promo-cta {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    max-width: 880px;
    min-height: 164px;
    margin: -130px auto 0;
    padding: 22px 15px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.79;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #15212A;
    box-shadow: 0px 16px 42px rgba(255, 255, 255, 0.25);
}

.select-promo-cta__content {
}

.select-promo-cta__col-info {
    margin: 0 0 20px;
}

.select-promo-cta__col-info:before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0;
    right: 15px;
    border-top: 1px solid #E40C25;
}

.select-promo-cta__title {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 118%;
    text-transform: uppercase;
}

.select-promo-cta__descr {
    
}

.select-promo-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    width: 63px;
    height: 63px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 31px rgba(255, 255, 255, 0.59);
}

.select-promo-cta__icon img {
    max-width: 80%;
    height: auto;
}

.select-promo-cta__btn {
    flex: 1;
    width: 100%;
    min-width: 0;
    color: #fff;
}

@media (min-width: 768px) {
    .select-promo-cta {
        padding: 24px;
        margin-top: -90px;
        font-size: 13px;
        background: #15212A url(../img/vidi-select/dark-bg-vidi.png) no-repeat center;
        background-size: contain;
    }

    .select-promo-cta__content {
        padding: 13px 0 0;
    }

    .select-promo-cta__col-info {
        margin: 0;
    }

    .select-promo-cta__col-info:before {
        top: 0;
        left: auto;
        bottom: 0;
        right: 7px;
        border: 0;
        border-left: 1px solid #E40C25;
    }

    .select-promo-cta__title {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .select-promo-cta__btn-row {
        display: flex;
        align-items: center;
        margin: 20px 0 0;
    }
    
    .select-promo-cta__btn-row:first-child {
        margin-top: 0;
    }

    .select-promo-cta__icon {
        display: inline-flex;
        margin: 0 28px 0 0;
        width: 42px;
        height: 42px;
    }
}

@media (min-width: 992px) {
    .select-promo-cta {
        font-size: 14px;
    }

    .select-promo-cta__title {
        font-size: 23px;
    }
}

.select-section-title {
    max-width: 80%;
    margin: 0 auto 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {
    .select-section-title {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 120%;
    }
}

@media (min-width: 992px) {
    .select-section-title {
        margin-bottom: 50px;
        font-size: 24px;
    }
}

.criterias-auto-section {
    padding: 54px 0 30px;
    background: #FAFAFA;
}

.criterias-auto-section.--promo {
    padding: 170px 0 30px;
}

@media (min-width: 768px) {
    .criterias-auto-section {
        padding: 70px 0 50px;
    }

    .criterias-auto-section.--promo {
        padding: 150px 0 75px;
    }
}

.criterias-auto-section__title {
    
}

.criterias-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.criterias-list__item {
    position: relative;
    flex: 0 0 47%;
    width: 47%;
    margin: 0 0 20px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.criterias-list__descr {
    height: 100%;
    min-height: 138px;
    flex: 1;
    padding: 82px 5px 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.56;
    text-align: center;
    color: #656565;
    background: #FAFAFA;
    border-radius: 10px;
}

.criterias-list__descr p {
    margin: 0;
}

.criterias-list__num {
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    color: rgba(228, 12, 37, 0.29);
}

.criterias-list__num:before {
    content: '';
    position: absolute;
    width: 164px;
    height: 164px;
    left: 50%;
    bottom: -10px;
    border: 1px solid #F7B8C0;
    border-radius: 50%;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .criterias-list {
        flex-wrap: nowrap;
        margin: 0 -11px;
    }

    .criterias-list__item {
        flex: 1;
        width: auto;
        margin: 0 11px;
    }

    .criterias-list__descr {
        font-size: 14px;
    }  
}

@media (min-width: 1200px) {
    .criterias-list__item {
        display: flex;
        flex-direction: row-reverse;
    }

    .criterias-list__descr {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 10px;
        font-size: 16px;
    }

    .criterias-list__num {
        position: relative;
        top: auto;
        align-self: center;
        flex: 0 0 auto;
        width: 39%;
        padding: 0 3% 0 0;
        text-align: right;
        font-size: 96px;
    }

    .criterias-list__num:before {
        width: 188px;
        height: 188px;
        left: 14px;
        top: -47px;
        right: auto;
        bottom: auto;
        transform: none;
    }  
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5625;
    text-transform: uppercase;
    color: #656565;
}

.check-list li {
    position: relative;
    margin: 3.1em 0 0;
    padding: 0 0 0 25px;
}

.check-list li:first-child {
    margin-top: 0;
}

.check-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: url(../img/vidi-select/icons/icon-check.png) no-repeat center;
    background-size: contain;
}

@media (min-width: 768px) {
    .check-list {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .check-list {
        font-size: 16px;
    }
}

.benefits-section {
    padding: 50px 0;
}

.benefits-buy-section {
    padding: 50px 0 56px;
}

.benefits-buy-section .check-list li {
    margin-top: 1.5em;
}

.benefits-buy-section .check-list li:first-child {
    margin-top: 0;
}

@media (min-width: 992px) {
    .benefits-section__content {
        padding: 8px 7%;
    }

    .benefits-buy-section {
        padding: 92px 0 56px;
    }

    .benefits-buy-section__content {
        padding: 30px 9% 0 7%;
    }
}

.one-day-car {
    position: relative;
    margin: 0 0 25px;
}

.one-day-car__pic {
    width: 100%;
    height: auto;
}

.one-day-car__title {
    position: absolute;
    top: 13%;
    left: 43%;
    width: 46%;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.17;
    color: #FFFFFF;
}

.one-day-car.--lexus .one-day-car__title {
    top: 15%;
    left: 37.5%;
}

@media (min-width: 768px) {
    .one-day-car__title {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .one-day-car {
        margin: 0 -50px 0 -14px;
        max-width: 534px;
    }

    .one-day-car.--lexus {
        margin: 0 0 0 -50px;
        max-width: 520px;
    }

    .one-day-car__title {
        font-size: 24px;
    }
}

.choose-section {
    padding: 50px 15px;
    background: url(../img/vidi-select/choose-bg.jpg) no-repeat center;
    background-size: cover;
}

.choose-section .container {
    max-width: 980px !important;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(0, 0, 0, 0.27);
    border-radius: 10px;
    box-shadow: 0px 16px 42px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(40px);
}

.choose-section__content {
    max-width: 560px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5625;
    text-align: center;
    color: #FFFFFF;
}

.choose-section__title {
    margin: 0 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 118%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.choose-section__descr {
    margin: 0 0 35px;
}

.choose-section__icon {
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    background: #FFFFFF;
    box-shadow: 0px 4px 31px rgba(255, 255, 255, 0.59);
    border-radius: 50%;
}

.choose-section__icon img {
    max-width: 70%;
    height: auto;
}

.choose-section__btn {
}

@media (min-width: 768px) {
    .choose-section {
        padding: 50px;
    }

    .choose-section .container {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .choose-section__content {
        font-size: 14px;
    }

    .choose-section__title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .choose-section__btn {
        width: 100%;
        min-width: 0;
        max-width: 331px;
        min-height: 58px;
    }
}

@media (min-width: 992px) {
    .choose-section__content {
        font-size: 16px;
    }

    .choose-section__title {
        font-size: 24px;
    }

    .choose-section__descr {
        margin-bottom: 62px;
    }

    .choose-section__icon {
        margin-bottom: 40px;
        width: 111px;
        height: 111px;
    }
}

.cost-section {
    padding: 40px 0 30px;
    background: #FAFAFA;
}

.cost-section__title {
    position: relative;
    margin: 0 0 50px 6.4%;
    padding: 0 0 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 118%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000;
}

.cost-section__title:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    bottom: -8px;
    width: 4px;
    background: #E40C25;
}

@media (min-width: 768px) {
    .cost-section {
        padding: 60px 0 50px;
    }

    .cost-section__title {
        margin-bottom: 60px;
        font-size: 18px;
    }

    .cost-section__title:before {
        top: -11px;
        bottom: -11px;
    }
}

@media (min-width: 992px) {
    .cost-section__title {
        margin-bottom: 70px;
        font-size: 24px;
    }
}

.cost-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cost-list__item {
    position: relative;
    flex: 0 0 47%;
    width: 47%;
    margin: 0 0 30px;
    padding: 83px 1% 28px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
}

.cost-list__num {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    padding: 15px 0 0;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    color: rgba(228, 12, 37, 0.29);
    overflow: hidden;
}

.cost-list__num:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    border: 1px solid #F7B8C0;
    transform: translateX(-50%);
}

.cost-list__title {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.79;
    color: #15212A;
}

.cost-list__val {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #E40C25;
}

@media (min-width: 768px) {
    .cost-list {
        margin: 0 -11px;
        flex-wrap: nowrap;
    }

    .cost-list__item {
        flex: 1;
        width: auto;
        margin: 0 11px;
    }
}

.expert-card {
    display: flex;
    align-items: center;
    padding: 30px 15px 30px 30px;
    background: #F8F4F1;
    border-radius: 10px;
}

.expert-card__photo {
    width: 63px;
    height: 63px;
    flex: 0 0 auto;
    margin: 0 20px 0 0;
    border-radius: 50%;
    overflow: hidden;
}

.expert-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-card__content {
    flex: 1;
}

.expert-card__title {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.44;
    text-transform: uppercase;
    color: #000000;
}

.expert-card__phone {
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    color: #000000;
    text-decoration: none;
    transition: all .2s;
}

.expert-card__phone:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    background: url(../img/vidi-select/icons/icon-phone.png) no-repeat center;
    background-size: contain;
}

@media (min-width: 768px) {
    .expert-card__photo {
        width: 100px;
        height: 100px;
        margin: 0 30px 0 0;
    }

    .expert-card {
        margin-right: 35px;
        max-width: 386px;
        padding: 23px 33px;
    }

    .expert-card__title {
        font-size: 16px;
    }

    .expert-card__phone {
        font-size: 16px;
    }

    .expert-card__phone:before {
        width: 29px;
        height: 29px;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 992px) {
}

.expert-card__phone:hover {
    text-decoration: underline;
    color: #E40C25;
}

.contacts-block {
    background: #FAFAFA;
}

.contacts-block__content {
    position: relative;
    margin: 0 0 -50px;
    padding: 40px 8px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(193, 193, 193, 0.25);
}

.contacts-block__title {
    margin: 0 0 10px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.17;
    letter-spacing: 0.02em;
    color: #000000;
}

.contacts-block__descr {
    margin: 0 0 30px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #000000;
}

@media (min-width: 768px) {
    .contacts-block__content {
        margin: 0 0 -50px;
        padding: 50px;
    }

    .contacts-block__title {
        text-align: left;
        font-size: 20px;
    }

    .contacts-block__descr {
        text-align: left;
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .contacts-block__title {
        margin: 0 0 4px;
        font-size: 24px;
    }

    .contacts-block__descr {
        font-size: 16px;
        margin: 0;
    }
}

.contacts-form {
    margin: 0 0 30px;
}

.contacts-form__input {
    width: 100%;
    height: 46px;
    margin: 0 0 10px;
    background: #FAFAFA;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 5px 15px;
}

.contacts-form__submit {
    min-height: 46px;
    padding: 5px 10px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: none;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .contacts-form {
        display: flex;
    }

    .contacts-form__input {
        width: auto;
        flex: 1;
        margin: 0 16px 0 0;
    }

    .contacts-form__submit {
        flex: 0 0 auto;
        min-width: 0;
        width: 185px;
    }
}

@media (min-width: 1200px) {
    .contacts-form {
        margin: 50px 0 0;
        max-width: 580px;
    }
}

.reviews-section {
    padding: 90px 0 25px;
    background: #fff;
    overflow: hidden;
}

.reviews-section__title {
}

.reviews {
    margin: 0 -10px;
}

.reviews__col {
    padding: 0 10px;
    margin: 0 0 30px;
}

.reviews.slick-initialized {
    display: block;
}

.slick-initialized .reviews__col {
    margin: 0;
}

.reviews .slick-list {
    overflow: visible;
}

.reviews .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 46px;
    text-indent: -9999px;
    background: url(../img/vidi-select/icons/icon-slider-prev.svg) no-repeat center;
    background-size: contain;
    border: 0;
    z-index: 10;
}

.reviews .slick-arrow.slick-next {
    left: auto;
    right: -15px;
    background-image: url(../img/vidi-select/icons/icon-slider-next.svg);
}

.reviews .slick-arrow:focus {
    outline: none;
}

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

.reviews .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.reviews .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    background: #979797;
    text-indent: -9999px;
    box-sizing: border-box;
}

.reviews .slick-dots li.slick-active button {
    background: #E40C25;
}

@media (min-width: 768px) {
    .reviews-section {
        padding: 150px 0 50px;
    }
}

@media (min-width: 1200px) {
    .reviews-section {
        overflow: visible;
    }

    .reviews {
        display: flex;
        flex-wrap: wrap;
    }

    .reviews .slick-list {
        overflow: hidden;
    }

    .reviews__col {
        flex: 0 0 50%;
    }    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .reviews .slick-prev { 
        left: -15px !important;
        width: 46px !important;
        height: auto !important;
    }

    .slick-next {
        right: -15px !important;
        width: 46px !important;
        height: auto !important;
    }
}

.review-item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 4px 20px rgba(221, 221, 221, 0.25);
    border-radius: 5px;
}

.review-item__photo {
    flex: 0 0 auto;
    margin: 0 25px 0 0;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    overflow: hidden;
}

.review-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-item__content {
    order: 1;
    width: 100%;
    margin: 20px 0 0;
    flex: 0 0 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #979797;
    text-decoration: none;
}

a.review-item__content:hover {
    color: inherit;
    text-decoration: underline;
}

.review-item__title {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: 0.02em;
    color: #000000;
}

.review-item__rating {
    flex: 1;
    margin: 5px 0 0 25px;
    display: flex;
    justify-content: flex-end;
}

.review-item p {
    margin-bottom: 0;
}

.rating {
    text-align: center;
    max-width: 120px;
}

.rating__val {
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.02em;
    color: #E40C25;
    white-space: nowrap;
}

.rating__stars {
    display: flex;
    justify-content: space-between;
}

.rating__stars img {
    flex: 0 0 15%;
    width: 15%;
    margin: 0 2px;
    height: auto;
}

@media (min-width: 1200px) {
    .review-item {
        flex-wrap: nowrap;
        padding: 30px;
    }

    .review-item__content {
        order: 0;
        width: auto;
        margin: 0;        
        flex: 1;
    }

    .review-item__rating {
        flex: 0 0 30%;
        margin: 20px 0 0 25px;
    }

    .rating {
        max-width: 170px;
    }
}

.cta-block {
    padding: 50px 0 46px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.32;
    background: #15212A url(../img/vidi-select/cta-bg.jpg) no-repeat center;
    background-size: cover;
}

.cta-block__col {
    position: relative;
    margin: 0 0 20px;
    padding: 30px 4.5% 0;
}

.cta-block__col:first-child {
    padding-top: 0;
}

.cta-block__col:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
}
    
.cta-block__col:first-child:before {
    display: none;
}

.cta-block__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 31px rgba(255, 255, 255, 0.59);
}

.cta-block__icon img {
    max-width: 60%;
    height: auto;
}

.cta-block__btn {
    min-width: 50%;
    margin: 0 0 20px;
}

.cta-block__descr {
    margin: 0;
}

.cta-block__descr span {
    color: #E40C25;
    font-weight: bold;
}

@media (min-width: 768px) {
    .cta-block .container {
        padding: 0 2.5%;
    }

    .cta-block__col {
        padding-top: 0;
        margin: 0;
    }

    .cta-block__col:before {
        right: auto;
        left: 0;
        bottom: 0;
        height: auto;
        width: 1px;
    }

    .cta-block__btn {
        min-width: 0;
        width: 100%;
        font-weight: normal;
    }
}

@media (min-width: 992px) {
    .cta-block {
        font-size: 19px;
    }

    .cta-block__icon {
        margin: 0 auto 37px;
        width: 100px;
        height: 100px;
    }
}

/*breadcrumbs new*/

.breadcrumbs__new {
    padding: 8px 0 9px;
    border-top: 1px solid #E5E5E5;
}
.global_breadcrumbs__new{
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
.marker__none{
    list-style-type: none;
}
.breadcrumbs__link{

    font-style: normal;
    /*font-weight: 500;*/
    font-size: 14px;
    text-transform: uppercase;
    color: #212529;
}
.marker__none>a:hover{
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.arrow-bcs {
    width: 7px;
    margin: 0 9px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-top: 3px;
}

@media (max-width: 768px) {
    .choose__car .choose__car-btn {
        flex: 0 0 33%;
    }
    .breadcrumbs__new {
        overflow-x: scroll;
        white-space: nowrap;
    }
}

/*breadcrumbs new END*/
