

/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/photo_section_type_tile/style.css?17838409942696*/
.rooms_gallery_tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    gap: 8px;
}

.rooms_gallery_tabs a {
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
}

.rooms_gallery_tabs a:focus-visible {
    outline: 2px solid var(--OPTION_BASE_COLOR);
    outline-offset: 2px;
}

.rooms_gallery_panel[hidden] {
    display: none;
}

.photo_tile {
    margin-bottom: 30px;
}

.photo_tile .item {
    position: relative;
    width: 25%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    text-align: center;
}

.photo_tile .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.photo_tile .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.photo_tile .item a::before,
.photo_tile .item a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 25px;
    content: "";
    opacity: 0;
    transition: all 0.1s ease-out 0.05s;
}

.photo_tile .item a::before {
    background: var(--OPTION_BASE_COLOR);
}

.photo_tile .item a::after {
    background:
        url("data:image/svg+xml;charset=UTF-8,%3csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='11.5' cy='11.5' r='9.5' stroke='%23FFFFFF' stroke-width='1.5'/%3e%3cpath d='M18.5 18.5L22 22' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3e%3cpath d='M9 11.5H11.5M11.5 11.5H14M11.5 11.5V14M11.5 11.5V9' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e")
        center / 45% no-repeat;
}

.photo_tile .item:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

.photo_tile .item:hover a img {
    transform: scale(1.1);
}

.photo_tile .item:hover a::before {
    z-index: 1;
    opacity: 0.75;
}

.photo_tile .item:hover a::after {
    z-index: 2;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .photo_tile .item {
        width: 33.3333%;
    }
}

@media screen and (max-width: 767px) {
    .rooms_gallery_tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
    }

    .rooms_gallery .rooms_gallery_tabs a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        height: auto;
        padding: 5px 12px;
        line-height: 1.2;
        white-space: normal;
        text-align: center;
    }

    .photo_tile .item {
        width: 50%;
    }
}
/* End */
/* /local/templates/novosvetskiy/components/bitrix/news.list/photo_section_type_tile/style.css?17838409942696 */
