.home-u-main {
    background: #f6f6f6;
    padding: 24px 0 68px;
}

.home-u-main .container {
    max-width: 1320px;
}

.home-u-main .home-hero-card {
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 34%, rgba(255, 255, 255, 0.42) 63%, rgba(255, 255, 255, 0.12) 100%),
        url('/img/heroes/hero1.png');
}

.home-u-main .home-banners {
    padding-top: 0;
}

.home-u-main .home-banners .swiper-slide {
    height: 100% !important;
}

.home-u-main .home-banners .swiper-button-prev,
.home-u-main .home-banners .swiper-button-next {
    display: block;
    background-color: unset;
    pointer-events: all;
}

.home-u-main .home-banners .group_paginations .swiper_buttons .swiper-pagination-fraction {
    height: fit-content;
    width: fit-content;
}

.home-u-services.cards_block {
    padding: 68px 0;
}

.home-u-services .booking-welcome__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-u-services .booking-welcome-card {
    min-height: 300px;
}

.home-u-services .booking-welcome-card__title {
    font-size: 20px;
    font-weight: 700;
}

.home-u-services .booking-welcome-card__action {
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
}

.home-u-services .booking-welcome-card__action img {
    width: 16px;
    height: 16px;
}

.home-u-news-simple {
    padding-bottom: 68px;
}

.home-u-news-simple .home-news-tabs__head {
    margin-bottom: 28px;
}

.home-u-news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.home-u-news-grid .home-news-card {
    min-height: 360px;
}

.home-news-card__more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-news-card__more::after {
    display: none;
}

.home-news-card__more img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.home-u-main .contacts_block {
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .home-u-services .booking-welcome__grid,
    .home-u-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-u-main {
        padding-top: 16px;
    }

    .home-u-services.cards_block {
        padding: 42px 0;
    }

    .home-u-services .booking-welcome__grid,
    .home-u-news-grid {
        grid-template-columns: 1fr;
    }

    .home-u-news-grid {
        justify-items: center;
    }

    .home-u-services .booking-welcome-card {
        min-height: 220px;
    }
}
