

/* Start:/local/templates/zaryadyehall/components/bitrix/news/about_slider/bitrix/news.list/.default/style.css?1714990634150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/zaryadyehall/components/bitrix/news/about/bitrix/news.list/.default/style.css?1714983277150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* 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 */


/* Start:/local/templates/zaryadyehall/components/bitrix/news/organ/bitrix/news.list/.default/style.css?1754918812212*/
.organ {
	padding-top: 160px;
	padding-bottom: 78px;
}

.organ__title {
	margin-bottom: 64px;
	width: 40%;
}

.organ .about__desc {
	margin-top: 0;
}

.organ .about__desc_col:last-child {
	padding-right: 44px;
}

/* End */


/* Start:/local/templates/zaryadyehall/components/bitrix/news/history/bitrix/news.list/.default/style.css?17550012116024*/
.history {
	padding-top: 160px;
	padding-bottom: 48px;
}

.history__sliders {
	display: flex;
	gap: 3.375rem 2rem;
	flex-wrap: wrap;
}

.history__desc {
	height: auto;
	width: calc((100% - 32px) / 24 * 12);
	display: flex;
	flex-direction: column;
}

.history__desc .swiper-nav {
	margin-top: auto;
}

.history__desc_slider {
	width: 100%;
	margin: 0;
}

.history__desc_slider[data-scroll] .history__desc_slide {
	transform: translateY(10%);
	opacity: 0;
	transition: all 1s;
}

.history__desc_slider[data-scroll].is-inview .history__desc_slide {
	transform: translateY(0);
	opacity: 1;
}

.history__desc_slide {
	padding: 56px 76px 32px 0;
	background: var(--clr-bg);
	display: flex !important;
	flex-direction: column;
}

.history__desc_slide_content {
	width: 85%;
}

.history__desc_slide_content p:not(:last-child) {
	margin-bottom: 2rem;
}

.history__desc_title {
	margin-bottom: 65px;
}

.leaders__desc_title {
	margin-bottom: 65px;
	font-size: 6.75rem;
}

.organ__desc_title {
	margin-bottom: 65px;
}

.history__images_slider {
	width: calc((100% - 32px) / 24 * 12);
	margin: 0;
}

.history__images .swiper {
	height: 100%;
}

.history__images .swiper-pagination {
	position: absolute;
	margin-top: 24px;
	visibility: hidden;
}

.history__images_slide {
	height: 100%;
	overflow: hidden;
}

.history__images_slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
	transition: all 1s;
}

.history__images_slide .swiper {
	transition: all 1s;
}

.history__images_slide.swiper-slide-prev .swiper {
	transform: translateX(50%);
}

.history__images_slide.swiper-slide-active .swiper {
	transform: translateX(0%);
	z-index: 1;
}

.history__images_slide.swiper-slide-next .swiper {
	transform: translateX(-50%);
}

.history__images_slide.swiper-slide-prev.img_slide img {
	transform: translateX(50%);
}

.history__images_slide.swiper-slide-active.img_slide img {
	transform: translateX(0%);
	z-index: 1;
}

.history__images_slide.swiper-slide-next.img_slide img {
	transform: translateX(-50%);
}

.history__images_slide.sertifikate img {
	height: auto;
}

.history__dates {
	width: 100%;
	position: relative;
}

.history__dates .swiper-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
}

.history__dates_slider {
	overflow: hidden;
	cursor: grab;
}

.history__dates_slider[data-scroll] .history__dates_slide {
	transform: translateY(10%);
	opacity: 0;
	transition: all 1s;
}

.history__dates_slider[data-scroll].is-inview .history__dates_slide {
	transform: translateY(0);
	opacity: 1;
}

.history__dates_slide {
	padding-top: 20px;
	border-top: 1px solid var(--clr-light-gray);
	cursor: grab;
}

.history__dates_slide.numbers_sm {
	transition: all 0.5s;
}

.history__dates_slide:hover {
	color: var(--clr-black-40);
}

.history__dates_slide.active {
	border-color: var(--clr-black);
}

.history__dates_slide.swiper-slide-thumb-active {
	border-color: var(--clr-black);
}

@media (max-width: 1440px) {
	.history {
		padding-top: 115px;
	}

	.history__sliders {
		gap: 2.375rem 1.5rem;
	}

	.history__images_slider {
		width: calc((100% - 24px) / 24 * 12);
	}

	.history__desc {
		width: calc((100% - 24px) / 24 * 12);
	}

	.history__desc_slide {
		padding: 24px 64px 24px 0;
	}

	.history__desc_slide_content {
		width: 80%;

		p {
			&:not(:last-child) {
				margin-bottom: 2rem;
			}
		}
	}

	.history__desc_title {
		margin-bottom: 24px !important;
	}

	.history__dates_slide {
		padding-top: 14px;
	}
}

@media (max-width: 1200px) {
	.history {
		padding-top: 92px;
		padding-bottom: 32px;
	}

	.history__sliders {
		gap: 2rem 1rem;
	}

	.history__desc {
		width: calc((100% - 16px) / 24 * 12);
	}

	.history__desc_slide {
		padding: 24px 56px 16px 0;
	}

	.history__desc_slide_content {
		width: 90%;
	}

	.history__desc_title {
		margin-bottom: 46px !important;
	}
}

@media (max-width: 991px) {
	.history {
		padding-top: 86px;
	}

	.history__sliders {

		gap: 2rem;
	}

	.history__desc,
	.organ__desc {
		width: 100%;
	}

	.history__images_slider {
		width: 100%;
		order: -1;
	}

	.history__desc_title {
		margin-bottom: 42px !important;
	}
}

@media (max-width: 768px) {
	.history__desc_slide_content>div:not(:last-child) {
		margin-bottom: 0;
	}

	.history__dates .swiper-nav {
		visibility: visible;
		opacity: 1;
		z-index: 2;
		top: 12px;
		bottom: auto;
	}
}

@media (max-width: 576px) {

	/* .leaders {
		.festival__desc {
			padding-top: 24px;
			padding-bottom: 32px;
		}

		.festival__desc_title {
			.h2 {
				font-size: 3rem;
			}
		}

		.history__images_slider {
			height: 500px;
		}

		.history__images_slide {
			height: 100%;
		}
	} */
	.history__images .swiper-pagination {
		position: static;
		visibility: visible;
	}

	.history {
		padding-top: 74px;
		padding-bottom: 48px;
	}

	.history__images_slider {
		height: 300px;
	}

	.history__desc_slide {
		padding: 32px 0 0;
	}

	.history__desc_slide_content {
		width: 100%;
	}

	.history__dates_slide {
		padding-top: 24px;
	}

	.history__desc_title {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 360px) {

	/* .leaders {
		padding-bottom: 1.5rem;
		.festival__desc {
			padding-top: 40px;
		}
		.festival__desc_title {
			width: calc((100% - 32px) / 24 * 23);
			gap: 26px;
		}
		.history__images_slider {
			height: 320px;
		}
		.history__images_slide {
			height: 100%;
		}
		.about__desc {
			gap: 28px;
			padding-bottom: 30px;
		}
		.about__desc_text {
			p {
				&:not(:last-child) {
					margin-bottom: 1rem;
				}
			}
		}
	} */
	.history {
		padding-top: 64px;
		padding-bottom: 32px;
	}

	.history__sliders {
		gap: 1.5rem;
	}

	.history__images_slider {
		height: 206px;
	}

	.history__desc_title {
		margin-bottom: 32px !important;
	}

	.history__desc_slide {
		padding: 32px 0 10px;
	}

	.history__desc_slide_content p:not(:last-child) {
		margin-bottom: 1.25rem;
	}

	.history__desc_slide_content mark {
		font-size: .875rem;
		line-height: 1.4;
	}

	.history__dates_slide {
		padding-top: 28px;
	}
}
/* End */


/* Start:/local/templates/zaryadyehall/components/bitrix/news/awards/bitrix/news.list/.default/style.css?1714984197150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/zaryadyehall/components/bitrix/menu/about/style.css?17507719032*/



/* End */
/* /local/templates/zaryadyehall/components/bitrix/news/about_slider/bitrix/news.list/.default/style.css?1714990634150 */
/* /local/templates/zaryadyehall/components/bitrix/news/about/bitrix/news.list/.default/style.css?1714983277150 */
/* /local/templates/zaryadyehall/components/bitrix/news.list/halls-home/style.css?17549813838195 */
/* /local/templates/zaryadyehall/components/bitrix/news/organ/bitrix/news.list/.default/style.css?1754918812212 */
/* /local/templates/zaryadyehall/components/bitrix/news/history/bitrix/news.list/.default/style.css?17550012116024 */
/* /local/templates/zaryadyehall/components/bitrix/news/awards/bitrix/news.list/.default/style.css?1714984197150 */
/* /local/templates/zaryadyehall/components/bitrix/menu/about/style.css?17507719032 */
