

/* Start:/local/templates/zaryadyehall/components/bitrix/news.list/halls-home/style.css?17549813838195*/
.halls {
    height: 850px;
    overflow: hidden;
}

.halls .dropdown {
    position: absolute;
    bottom: 62px !important;
    z-index: 10;
    width: calc(100% - 128px) !important;
    border-radius: 40px;
    left: auto !important;
    right: auto;
}

.halls .dropdown__list {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: translate(0);
}

.halls .dropdown__value {
    display: none;
}

.halls__sliders {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.halls__sliders .swiper-slide {
    overflow: hidden;
}

.halls__slider_view {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.halls__slider_images {
    width: 58.75%;
    flex-shrink: 0;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
}

.halls__slider_images .swiper-slide .swiper-slide-transform {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.halls__slider_images .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.9s;
}

.halls__slider_images .pagination_tabs {
    border: none;
}

.gallery__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.halls__slider_desc {
    width: 33.3333333333%;
    margin: 0;
    position: relative;
}

.halls__slider_desc .halls__slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.halls__slider_desc .halls__slide.active {
    position: relative;
    z-index: 1;
}

.halls__slider_desc .swiper-nav {
    position: absolute;
    z-index: 10;
    right: 64px;
    bottom: 64px;
    display: flex;
    gap: 12px;
}

.halls__slider_desc .swiper-nav .btn_menu :hover svg path {
    stroke: var(--clr-white);
    fill: none;
}

.halls__slider_small {
    position: absolute;
    right: -50%;
    width: 19%;
    height: 28%;
    right: 0;
    transform: translateX(50%) translateY(-11%);
}

.halls__slide {
    width: 100%;
    height: auto;
    padding: 84px 64px 64px 0;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.halls__slide_title {
    width: 75%;
    opacity: 0;
}

.halls__slide_text {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 62.5%;
    opacity: 0;
}

.halls__slide_link {
    display: flex;
}

@media (max-width: 1650px) {
    .halls {
        height: 780px;
    }

    .halls .dropdown {
        width: calc(100% - 64px) !important;
    }
}

@media (max-width: 1550px) {
    .halls {
        height: 720px;
    }

    .halls__slide_link .btn {
        padding: 26px 45px;

    }
}

@media (max-width: 1440px) {
    .halls__slide_link .btn {
        padding: 21px 48px;

    }

    .halls {
        height: 640px;
    }

    .halls .dropdown {
        bottom: 40px !important;
    }

    .halls__slider_desc .swiper-nav {
        right: 48px;
        bottom: 40px;
        gap: 8px;

    }

    .halls__slide {
        padding: 63px 24px 42px 0;
    }

    .halls__slide_text {
        gap: 3rem;
    }
}

@media (max-width: 1200px) {
    .halls {
        height: 640px;
    }

    .halls__slider_desc {
        width: 37.5%;
    }

    .halls__slider_desc .swiper-nav {
        right: 48px;
        bottom: 40px;
        gap: 8px;
    }

    .halls__slide {
        padding: 63px 24px 42px 0;
    }

    .halls__slide_text {
        gap: 3rem;
    }
}

@media (max-width: 991px) {
    .halls {
        height: auto;
        max-height: none;
    }

    .halls__sliders .halls__slider_view {
        flex-direction: column;
    }

    .halls__slider_images {
        width: 100%;
        height: 580px;
    }

    .halls__slider_desc {
        width: 100%;
    }

    .halls__slider_desc .swiper-nav {
        bottom: 0;
        right: 32px;
    }

    .halls__slider_desc .halls__slide.active {
        position: relative;
        height: auto;
    }

    .halls__slider_small {
        visibility: hidden;
    }

    .halls__slide {
        padding: 64px 32px 0;
        gap: 40px;
    }

    .halls__slide_title {
        width: 58.3333333333%;
    }

    .halls__slide_text {
        width: 58.3333333333%;
        gap: 4rem;
    }

    .halls .dropdown {
        width: calc(100% - 48px) !important;
        bottom: 32px !important;
    }

    .halls .dropdown__value {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1rem;
        color: var(--clr-white);
        line-height: 1.4;
        padding: 18px 32px;
        background: rgba(255, 255, 255, 0.2) !important;
    }
}

@media (max-width: 768px) {
    .halls__slide_link .btn {
        padding: 21px 48px;

    }

    .halls__slide {
        padding: 64px 26px;
    }

    .halls__slider_desc {
        .swiper-nav {
            bottom: 66px;
            right: 26px;
        }
    }

    .halls .dropdown {
        width: calc(100% - 48px) !important;
        bottom: 32px !important;


    }

    .halls .dropdown .before {
        display: none;
    }

    .halls .dropdown__value {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1rem;
        color: var(--clr-white);
        line-height: 1.4;
        padding: 18px 32px;
    }

    .halls .dropdown__list {
        position: absolute;
        opacity: 0;
        bottom: calc(100% + 10px) !important;
        visibility: hidden;
        transform: translateY(30px);
        transition: all .3s;
        flex-direction: column;
        -webkit-backdrop-filter: var(--bg-filter-blur) !important;
        backdrop-filter: var(--bg-filter-blur) !important;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        z-index: 10;
    }

    .halls .dropdown__list .btn {
        border-radius: 10px;
        justify-content: flex-start;
        color: var(--clr-white);
        padding: 18px 36px;
    }

    .halls .dropdown.active .dropdown__list {
        transform: translateY(0px);
    }
}

@media (max-width: 576px) {
    .halls__slide_link .btn {
        padding: 18px 48px;

    }

    .halls__slider_images {
        height: 320px;
    }

    .halls__slider_desc .swiper-nav {
        bottom: 40px;
        right: 16px;

    }

    .halls__slide {
        padding: 40px 16px;
        gap: 32px;
    }

    .halls__slide_title {
        width: 75%;
    }

    .halls__slide_text {
        width: 83.3333333333%;
        gap: 3.5rem;
    }

    .halls .dropdown {
        width: calc(100% - 40px) !important;
        bottom: 24px !important;

    }
}

@media (max-width: 360px) {
    .halls__slider_images {
        height: 320px;
    }

    .halls__slider_desc .swiper-nav {
        bottom: 40px;
        right: 16px;
    }

    .halls__slide {
        padding: 40px 16px;
        gap: 32px;
    }

    .halls__slide_title {
        width: 75%;
    }

    .halls__slide_text {
        width: 83.3333333333%;
        gap: 3.5rem;
    }

    .halls .dropdown {
        width: calc(100% - 32px) !important;
        bottom: 16px !important;
    }

    .halls .dropdown__value {
        padding: 16px 32px;
    }

}

@media (max-width: 350px) {
    .halls__slider_images {
        height: 320px;
    }

    .halls__slider_desc .swiper-nav {
        bottom: 40px;
        right: 16px;
    }

    .halls__slide {
        padding: 40px 16px;
        gap: 32px;
    }

    .halls__slide_title {
        width: 75%;
    }

    .halls__slide_text {
        width: 83.3333333333%;
        gap: 3.5rem;
    }

    .halls__slide_link .btn {
        width: auto;
    }
}
/* End */
/* /local/templates/zaryadyehall/components/bitrix/news.list/halls-home/style.css?17549813838195 */
