audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

.banner-home__container {
    align-items: flex-start;
}

.menu__link.active {
    color: #ed3237;
    box-shadow: 0 1px 15px rgba(197, 178, 178, 0.2) inset;
}

.alert {
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 12px;
    font-size: 16px;
}

.alert.alert-success {
    background-color: rgba(227, 253, 235, 1);
    border-color: rgba(38, 179, 3, 1);
    color: rgba(60, 118, 61, 1);
}

.alert.alert-info {
    background-color: rgba(217, 237, 247, 1);
    color: rgba(49, 112, 143, 1);
    border-color: rgba(126, 182, 193, 1);
}

.alert.alert-warning {
    background-color: rgba(252, 248, 227, 1);
    border-color: rgba(177, 161, 129, 1);
    color: rgba(138, 109, 59, 1);
}

.alert.alert-danger {
    background-color: rgba(248, 215, 218, 1);
    border-color: rgba(220, 53, 69, 1);
    color: rgba(114, 28, 36, 1);
}

/* ################################ */

.marks-home__car {
    padding: 5px 15px;
    height: auto;
}

.marks-home__block {
    max-height: 460px;
    overflow: auto;
}

.item-promos__title {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.marks-home__title {
    position: sticky;
    top: calc(-0.63vw - 0.499rem);
    left: calc(-0.63vw - 0.499rem);
    background: #fff;
    margin: calc(-0.63vw - 0.499rem);
    padding: calc(0.63vw + 0.499rem);
}

.marks-home__navigation {
    padding-top: 15px;
}

.marks-home__img {
    height: 300px;
}

.marks-home__prices {
    display: flex;
    flex-direction: column;
}

.marks-home__body {
    height: 100%;
}

.car-slider__slide {
    text-align: center;
}

@media (width >= 48em) {
    [data-custom-swiper] + .car-slider__controls .swiper-button-disabled {
        display: none;
    }

    .swiper.hide-gradient::after,
    .swiper.hide-gradient::before {
        display: none;
    }
}

@media (width < 48em) {
    .banner-home__container {
        align-items: normal;
    }
}

.slider-banner {
    max-width: 640px;
    width: 100%;
}

.item-promos {
    transition: all 0.2s ease;
}

.item-promos:hover {
    scale: 1.01;
    box-shadow: 0 0.0625rem 2rem 2px rgba(114, 114, 114, 0.2);
}

.tariffs__services table {
    max-width: none;
}

/* ################### */

.step-booking {
}

@media (max-width: 29.99875em) {
    .step-booking:last-child {
        padding-left: 0;
    }
    .step-booking:last-child > i[class] {
        display: none;
    }
    .step-booking__icon {
        width: 3rem;
        height: 3rem;

        i[class] {
            font-size: 20px;
        }

        img {
            width: 1rem;
            height: 1rem;
        }
    }
}


label._required span::before {
    box-shadow: 0px 0px 5px 0px #ed3237;
}

button._disabled {
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
    touch-action: none;
}

.tabs-car-booking__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}