#hotelInteriorBlock.tour-theme-gallery {
    margin: 0;
    padding: 18px 0 62px;
    background: #fff;
}

#hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-wrap {
    max-width: 1440px;
    margin: 0 auto;
}

#hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.8fr;
    gap: 26px 28px;
    align-items: start;
}

#hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 26px;
}

#hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-card {
    position: relative;
    overflow: hidden;
    background: #d9e2ec;
    box-shadow: 0 26px 54px rgba(15, 23, 42, 0.14);
    height: 100%;
}

#hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-card-lg {
    min-height: 420px;
}
#hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-card-sm {
    min-height: 220px;
}


@media (max-width: 1199px) {
    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-row {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-grid,
    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-row {
        margin-top: 18px;
    }

    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-grid .tour-theme-gallery-card:nth-child(2),
    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-row .tour-theme-gallery-card:nth-child(1) {
        margin-top: 0;
    }

    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-card-lg,
    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-card-md,
    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-card-sm {
        min-height: 280px;
    }
}

@media (max-width: 767px) {
    #hotelInteriorBlock.tour-theme-gallery {
        padding: 8px 0 42px;
    }

    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-card-lg,
    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-card-md,
    #hotelInteriorBlock.tour-theme-gallery .tour-theme-gallery-card-sm {
        min-height: 220px;
    }
}
