@font-face {
    font-family: "DrukTextWideCyr";
    font-display: block;
    src: url("/bitrix/templates/ledel_2025_2026_version/fonts/druktextwidecyr-super.woff2") format("woff2");
    font-style: normal;
    font-weight: 1000;
}

/* Start:/local/templates/ledel/components/bitrix/menu/categories/style.css?1756821048537*/
.header-cats {
    display: none;
}


.home-cats__header {
    padding: .5rem .5rem;
    background: url(/local/templates/ledel/components/bitrix/menu/categories/images/icon_arrow_down.svg) right 1rem center no-repeat var(--color-primary);
    font-weight: 700;
}

.home-cats__ul {
    border: 1px solid #D6D7D5;
    list-style: none;
    padding: .5rem;
}

.home-cats__li {

}

.home-cats__a {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .5rem;
    font-size: .875rem;
    transition: all .3s;
}

.home-cats__a:hover {
    background: var(--color-primary);
}
/* End */


/* Start:/local/templates/ledel/components/bitrix/system.pagenavigation/.default/style.css?1756821048783*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
    margin: 3rem 0;
}

.pagination-arrow {
    line-height: 1;
    display: inline-block;
    padding: .1rem .25rem;
    border: 1px solid var(--color-black);
}

.pagination-arrow:hover {
    background: var(--color-primary);
}

.pagination-arrow.prev img {
    transform: rotate(180deg);
}

.pagination-link {
    transition: all .3s ease;
    font-size: .75rem;
    color: var(--color-black);
    font-weight: 800;
    padding: .45rem .75rem;
    display: inline-block;
}

.pagination-link.active {
    background: var(--color-primary);
}

.pagination-link:hover {
    color: var(--color-primary);
}

@media(max-width: 480px) {
    .pagination-arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ledel/components/bitrix/news.list/slider_home/style.css?17568210482346*/

.intro-slider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	margin-bottom: 3rem;
}

.intro-slider.flickity-enabled {
	display: block;
	overflow: visible;
}

.intro-slider .flickity-viewport {
	-webkit-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.intro-slider .flickity-page-dots {
	bottom: -1.75rem;
	left: 0;
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: center;
}


.intro-slider .flickity-prev-next-button {
	transform: none;
	background: rgba(255, 255, 255, .2);
	left: 0;
	right: auto;
	height: 100%;
	display: none;
	top: 0;
	align-items: center;
}

.intro-slider:hover .flickity-prev-next-button {
	display: flex;
	width: 35px;
}

.intro-slider .flickity-prev-next-button:hover {
	background: rgba(255, 255, 255, .2);
}

.intro-slider .flickity-prev-next-button .flickity-button-icon {
	position: relative;
	fill: #fff !important;
	width: 25px;
}

.intro-slider .flickity-prev-next-button.previous {
	left: 0;
	right: auto;
}

.intro-slider .flickity-prev-next-button.next {
	right: 0;
	left: auto;
}


.intro-slide {
	width: 100%;
	aspect-ratio: 973/444;

}

@media (max-width: 1300px) {
	.intro-slide {
		aspect-ratio: 852/328;
	}
}

@media (max-width: 1024px) {
	.intro-slide {
		aspect-ratio: 698/328;
	}
}
@media (max-width: 950px) {
	.intro-slide {
		aspect-ratio: 698/328;
	}
}
@media (max-width: 600px) {
	.intro-slide {
		aspect-ratio: 362/200;
	}
}

.intro-slide__big_link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

.intro-slide__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro-slide__img img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


/* Nav slider
--------------------------------------------------- */
.intro-slider-nav__item {
	width: 33%;
	margin-right: 1rem;
}

.intro-slider-nav__item:first-child {
	/*display: none;*/
}

.intro-slider-nav__img-wrapper {
	background: #ebebeb;
	position: relative;
	aspect-ratio: 973/444;
}

.intro-slider-nav__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro-slider-nav__img-wrapper.is-nav-selected {
	background: #ED2;
}
/* End */


/* Start:/local/templates/ledel/components/bitrix/news.list/home_led_use/style.css?17568210483301*/
.home-spheres {
    padding: 60px 20px 60px 60px;
    background: #fff;
}

.home-spheres__grid {
    display: grid;
    grid-template-columns: 28% 70%;
    grid-gap: 2%;
    align-items: stretch;
}

.home-spheres__nav-block {
    border: 1px solid #D9D9D9;
    padding: 30px 30px 0;
    position: relative;
}

.home-spheres__title {
    font-family: DrukTextWideCyr;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 1rem;
    text-transform: uppercase;

}

.home-spheres__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.home-spheres__controls {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}

.home-spheres__arrow {
    cursor: pointer;
    transition: all .3s;
    background: url(images/icon_arrow_right.svg) center no-repeat;
    width: 13px;
    height: 16px;
}

.home-spheres__arrow:hover {
    background-image: url(images/icon_arrow_right_yellow.svg);
}

.home-spheres__arrow_prev {
    transform: rotate(180deg);
}

.home-spheres__arrows {
    display: flex;
    justify-content: end;
    gap: 1.5rem;
    align-items: start;
}

#home-spheres-slider {
    display: flex;
    align-items: stretch;
}

#home-spheres-slider .tns-item.home-spheres__slider-item {
    font-size: 14px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    padding-bottom: .25rem;
}

.home-spheres__item {

    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.home-spheres__item-wrapper {
    width: 100%;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: stretch;
}

.home-spheres__item:hover {
    background: var(--color-primary);
}

.home-spheres__item-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: stretch;
}

.home-spheres__item-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-spheres__item-title {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 30px;
}

.home-spheres__item-img-wrapper {
    position: relative;

}

.home-spheres__item-img {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    object-fit: contain;
    max-width: 80%;
}

@media(max-width: 1600px) {
    .h1.home-spheres__title {
        font-size: 1.25rem;
    }
}

@media(max-width: 1500px) {




    .home-spheres {
        padding: 40px 15px 40px 40px;
    }
}

@media(max-width: 1240px) {
    .home-spheres {
        padding: 40px 15px;
    }

    .home-spheres__item-title {
        padding: 30px 15px;
        font-size: 1rem;
    }

    .home-spheres__title{
        font-size: 24px;
    }

}

@media(max-width: 991px) {
    .home-spheres__grid {
        grid-template-columns: 49% 49%;
    }

    #home-spheres-slider .tns-item.home-spheres__slider-item {
        grid-gap: 1rem;
    }

    .home-spheres__controls {
        margin-top: 3rem;
    }
}

@media(max-width: 767px) {
    .home-spheres__grid {
        grid-template-columns: 100%;
        grid-gap: 2%;
    }

    .home-spheres__nav-block {
        padding: 0;
        border: 0;
        margin-bottom: 2rem;
    }

    .home-spheres__arrows {
        justify-content: start;
    }

    .home-spheres__controls {
        margin-top: 2rem;
    }
}
/* End */


/* Start:/local/templates/ledel/components/bitrix/news.list/latest_news_iek/style.css?17568210481653*/


.home-news-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
	margin-bottom: 30px;
}

.home-news-title a {
	transition: all .3s;
}

.home-news-title:hover a {
	color: var(--color-primary);
}

.home-article {
	position: relative;
}

.home-article:not(:last-child) {
	border-bottom: 1px solid #A3A7AA;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}


.home-article__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.home-article__img-wrapper {
	position: relative;
	padding-bottom: 60%;
	background: #A3A7AA;
	margin-bottom: 1rem;
}

.home-article__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-article .play-icon {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 3;
}

.home-article__time {
	display: block;
	color: #7B7C7E;
}

.home-article__title {
	margin-bottom: 1.5em;
	font-weight: 500;
}

.home-article:hover .home-article__title {
	color: var(--color-primary);
}

.home-article__link {
	text-decoration: underline;
	color: #7B7C7E;
}


@media (max-width: 1024px) {
	.s-home-news {
		padding: 30px 0;
	}
}



@media (max-width: 768px) {
	.home-news-title {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.home-news-title .h1 {
		margin-bottom: 20px;
	}


}
/* End */


/* Start:/local/templates/ledel/components/bitrix/news.list/home_reviews/style.css?17568210481651*/
.home-news-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
	margin-bottom: 30px;
}

.home-news-title a {
	transition: all .3s;
}

.home-news-title:hover a {
	color: var(--color-primary);
}

.home-article {
	position: relative;
}

.home-article:not(:last-child) {
	border-bottom: 1px solid #A3A7AA;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}


.home-article__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.home-article__img-wrapper {
	position: relative;
	padding-bottom: 60%;
	background: #A3A7AA;
	margin-bottom: 1rem;
}

.home-article__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-article .play-icon {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 3;
}

.home-article__time {
	display: block;
	color: #7B7C7E;
}

.home-article__title {
	margin-bottom: 1.5em;
	font-weight: 500;
}

.home-article:hover .home-article__title {
	color: var(--color-primary);
}

.home-article__link {
	text-decoration: underline;
	color: #7B7C7E;
}


@media (max-width: 1024px) {
	.s-home-news {
		padding: 30px 0;
	}
}



@media (max-width: 768px) {
	.home-news-title {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.home-news-title .h1 {
		margin-bottom: 20px;
	}


}
/* End */


/* Start:/local/templates/ledel/components/bitrix/news.list/home_projects/style.css?17568210483244*/
.home-projects {
    padding: 60px 0;
}

.home-projects__h1 {
    margin-bottom: 2rem;
}


.home-projects__grid::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 64px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

@media(max-width: 991px) {
    .home-projects .slick-track {
        display: flex;
        align-items: stretch;
    }

    .home-projects__grid {
        grid-gap: 1rem;
    }

    .slick-initialized .home-projects__grid-item.slick-slide {
        display: flex;
        align-items: stretch;
    }

    .home-projects__grid-item.slick-slide {
        margin-right: 15px;
        float: none;
        height: auto;

    }

    .home-projects__grid::after {
        display: none;
    }
}


.home-projects__grid-item-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1rem;
    padding: 3rem 0 0;
}

.project {
    position: relative;
    border: 2px solid #D6D7D5;
}

.project__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.project__img-wrapper {
    background: #EBEBEB;
    padding-bottom: 66%;
    position: relative;
}

.project__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project__inner {
    padding: 1.5rem 1.5rem 6rem;
}

.project__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.project__place {
    font-weight: 400;
    font-size: .875rem;
}

.projects__bottom {
    position: absolute;
    bottom: 1.5rem;
    font-size: .875rem;
}

.project__section,
.projects__product {
    color: #A3A7AA;
}


@media(max-width: 991px) {
    .home-projects__buttons {
        display: none;
    }
}


/* Slick arrows */
.home-projects__grid-arrows {
    margin-top: 2rem;
    display: flex;
    align-items: start;
    gap: 1.5rem;
}

.home-projects .slick-arrow {
    border: 0;
    text-indent: -9999px;
    background: url(/local/templates/ledel/components/bitrix/news.list/home_projects/images/icon_arrow_right.svg) top center no-repeat;
    width: 15px;
    height: 17px;
}

.home-projects .slick-arrow.slick-prev {
    transform: rotate(180deg);
    background-position: bottom center;
}


/* Slick dots */
.home-projects__grid .slick-dots {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-projects__grid .slick-dots li {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    height: 25px;
    overflow: hidden;
    margin: 7px;
    width: 3px;
}
.home-projects__grid .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    background: #a8a8a8;
    margin: 0 !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: none;
    color: transparent;
}
.home-projects__grid .slick-dots li.slick-active button {
    background: #F6E200;
}




/* End */


/* Start:/local/templates/ledel/components/bitrix/news.list/our_brands/style.css?17568210481617*/
.our-brands {
	margin-bottom: 3rem;
}

.our-brands__h1 {
	margin-bottom: 2rem;
}

.our-brands__item {
	position: relative;
	width: 100%;
}

.our-brands__item-wrapper {
	height: 370px;
}

.our-brands__item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.64;
	background: linear-gradient(135deg, black 20%, transparent 80%);
	top: 0;
	right: 0;
	z-index: 2;
}

.our-brands__item-logo-img {
	max-height: 50px;
}

.our-brands__item-inner {
	position: relative;
	z-index: 3;
	padding: 40px;
}

.our-brands__item-name {
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	margin: 1rem 0;
}

.our-brands__item-link {
	color: var(--color-primary);
	font-weight: 700;
}

.our-brands__item-link .icon {
	width: 8px;
	height: 8px;
	fill: #F6E200;
}

.our-brands__item-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.our-brands .tns-nav {
	margin: 2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .75rem;

}

.our-brands .tns-nav button {
	display: block;
	width: 30px;
	height: 3px;
	background: #a8a8a8;
	margin: 0 !important;
	border: 0;
	box-shadow: none;
	content: none;
	color: transparent;
}

.our-brands .tns-nav .tns-nav-active {
	background: var(--color-primary);
}

.our-brands__controls-wrapper {
	width: 100%;
	position: absolute;
	bottom: 50px;
	z-index: 10;
}

.our-brands__controls {
	display: flex;
	gap: 1.5rem;
}

.our-brands__control {
	cursor: pointer;
}

.our-brands__control img {
	height: 17px;
	width: auto;
}

.our-brands__control_prev img {
	transform: rotate(180deg);
}
/* End */


































/*----------------------second css----------------------------------------------*/



/* Start:/local/js/slick/slick.css?17568210481737*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/js/fancybox/jquery.fancybox.css?175682104815864*/
body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgb(30, 30, 30);
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, .85) 0%,
		rgba(0, 0, 0, .3) 50%,
		rgba(0, 0, 0, .15) 65%,
		rgba(0, 0, 0, .075) 75.5%,
		rgba(0, 0, 0, .037) 82.85%,
		rgba(0, 0, 0, .019) 88%,
		rgba(0, 0, 0, 0) 100%
		);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}


@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* Transition effects */

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

/* End */


/* Start:/local/js/select2/select2.min.css?175682104815823*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/js/flickity/flickity.pkgd.css?17568210482422*/
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* End */


/* Start:/local/js/nice-select/nice-select.css?17568210484007*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/local/js/simple-scrollbar/simple-scrollbar.css?1756821048812*/
.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* End */


/* Start:/local/js/tippy/tippy.css?17568210481390*/
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/* End */


/* Start:/local/js/tiny-slider/tiny-slider.min.css?17568210482178*/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

/* End */


/* Start:/local/templates/ledel/components/bitrix/menu/categories_header/style.css?17466108221078*/
.header-cats {
    position: relative;
}

@media(max-width: 900px) {
    .header-cats {
        display: none;
    }
}

@media(min-width: 901px) {
    .header.absolute  .header-cats {
        display: block;
    }
}

.header-cats__header {
    margin-top: .75rem;
    padding: .5rem .5rem.5rem 1rem;
    background: url(/local/templates/ledel/components/bitrix/menu/categories_header/images/icon_arrow_down.svg) right 1rem center no-repeat var(--color-primary);
    font-weight: 700;
    max-width: 280px;
}

.header-cats:hover .header-cats__header {
    background-color: #606567;
}

.header-cats__ul {
    border: 1px solid #D6D7D5;
    list-style: none;
    padding: .5rem .5rem;
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    max-width: 280px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.header-cats:hover .header-cats__ul {
    display: block;
}

.header-cats__li {

}

.header-cats__a {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .5rem;
    font-size: .875rem;
    transition: all .3s;
}

.header-cats__a:hover {
    background: #d6d6d6;
}
/* End */


/* Start:/local/templates/ledel/components/bitrix/search.form/top/style.css?1746610599307*/
.header__search-input,
.header__search-input:focus-visible{
    outline: none;
    box-shadow: none;
    border: 1px solid #A1A5A7;
    padding: .4rem 1rem .4rem .5rem;
    font-size: .875rem;
    width: 190px;
    max-width: 100%;
    background: url(images/icon_search.svg) right .5rem center no-repeat;
}
/* End */


/* Start:/local/templates/ledel/components/bitrix/menu/top_menu/style.css?1749038047431*/
.header__nav-list {
    justify-content: space-between;
    display: flex;
    list-style: none;
}

.header__nav-a {
    font-weight: 700;
    transition: all .3s;
    padding: .5rem 1rem;
}

.header__nav-a:hover {
    background: var(--color-primary);
}

@media(max-width: 1300px) {
    .header__nav-a {
        padding: .5rem .75rem;
    }
}

@media(max-width: 1150px) {
    .header__nav-a {
        padding: .5rem .5rem;
    }
}
/* End */


/* Start:/local/templates/ledel/components/api/main.feedback/modal/style.css?17568210483256*/

.modal-form .form-submit .btn {
    width: 100%;
}

.modal-form .form-checkbox {
    margin-top: 23px;
}

.modal h3 {
    margin-bottom: 42px;
    color: #7B7C7E;
}

@media (max-width: 680px) {
    .modal .h3, .modal h3 {
        font-size: 21px;
    }
}

.tpl_default .form-checkbox {
    padding-right: 25px;
}

.tpl_default .form-checkbox .ts-field-error, .tpl_default .form-checkbox .ts-field-saccess {
    padding: 0;
}



/* ========================================================================
   Component:  JS Error Module
 ========================================================================== */
.tpl_default [class*="ts-field-"]{
    display: inline-block;
    margin-left: 6px;
    width: 14px;
    height: 12px;
    background-image: url("/local/templates/ledel/components/api/main.feedback/modal/images/note.png");
    background-repeat: no-repeat;
}
.tpl_default .ts-field-error{background-position: 0 0;position: absolute;right: 10px;top: 10px;}
.tpl_default .ts-field-error:after, .tpl_default .ts-field-saccess:after {display: none;}
.tpl_default .ts-field-saccess{background-position: 0 -14px;position: absolute;right: 10px;top: 10px;}


/* ========================================================================
   Component: Captcha
 ========================================================================== */
.tpl_default .mf-captcha{padding: 5px;}
.tpl_default .mf-captcha-wrap{display: flex;flex-wrap: wrap}
.tpl_default .mf-captcha .mf-text{margin:0 0 3px;font-size: 13px;}
.tpl_default .mf-captcha img{
    height: 50px;
    width: auto;
}
.tpl_default .mf-captcha input[type="text"]{width: 168px;text-transform: uppercase;}
.tpl_default .mf-captcha .left {
    margin-right: 25px;
}


/* ========================================================================
   Component: Alert
 ========================================================================== */
.ts-alert{
    background: #fff;
    border: 1px solid rgba(45, 112, 145, 0.3);
    color: #2D7091;
    padding: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    margin: 15px 0;
    display: block;
    font-size: 14px;
    line-height: 21px;
}
.ts-alert p{margin: 0 !important; padding: 0 !important;}
.ts-alert-success {
    background: none repeat scroll 0 0 #F2FAE3;
    border-color: rgba(101, 159, 19, 0.3);
    color: #659F13;
}
.ts-alert-warning {
    background: none repeat scroll 0 0 #FFFCEB;
    border-color: rgba(226, 131, 39, 0.3);
    color: #E28327;
}
.ts-alert-danger {
    background: none repeat scroll 0 0 #FFF1F0;
    border-color: #DE1326;
    color: #DE1326;
}

/* ========================================================================
   Component: File inputs
 ========================================================================== */

.tpl_default .api-btn-small{height: 18px;font: normal 13px/18px Arial,sans-serif;}
.tpl_default .api-form-row{overflow: hidden;}

/* v1.2.9 */
.tpl_default .option-qroup{display: inline-block;vertical-align: middle;}
.tpl_default .date-group input[type="text"]{margin-bottom: 5px;}

/* v1.3.4 */
.tpl_default .hidden_protection {
    background: transparent !important;
    border: 0 none !important;
    box-shadow: none !important;
    color: transparent !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
/* End */


/* Start:/local/templates/ledel/styles.css?175682104824372*/
/* Home slider
-----------------------------------------------------------------------------*/
.slider-cats {
    margin-bottom: 3rem;
}

.slider-cats__grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.5rem;
}

@media(max-width: 991px) {
    .slider-cats__left {
        display: none;
    }
    
    .slider-cats__grid {
        grid-template-columns: 1fr;
    }
}


/* Home start
-----------------------------------------------------------------------------*/
.start {
    background: #EBEBEB;
    padding: 60px 0;
}

.start__grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}

@media(max-width: 1023px) {
    .start__grid {
        grid-template-columns: 1fr;
    }
}

.start__part-grid-column {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}

.start__part {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.start_title {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.1;
    font-family: "DrukTextWideCyr";
}

@media(max-width: 1300px) {
    .start_title {
        font-size: 34px;
    }
}

.start__text {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 1rem;
}

.start__part-grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

@media(max-width: 1023px) {
    .start__part-grid {
        grid-template-columns: 1fr;
    }
}

.start__item {
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    background: #fff;
    border: 1px solid #d9d9d9;
    margin-bottom: 1rem;
    min-height: 185px;
    position: relative;
    overflow: hidden;
}

.start__item-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.start__item_big {
    min-height: 250px;
}

@media(max-width: 1199px) {
    .start__item {
        min-height: 250px;
    }
}

@media(max-width: 1023px) {
    .start__item {
        min-height: 180px;
    }

    .start__item_big {
        min-height: 180px;
    }
}

.start__item:hover {
    background: var(--color-primary);
}

.start__item-img {
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.start__item-img_partners {
    bottom: 0;
    right: 0;
}

.start__item-img_download {
    bottom: 0;
    right: 0;
}

.start__item-img_solution {
    top: 0;
    height: 100%;
    right: 0;
}

.start__item-img_career,
.start__item-img_service  {
    right: 0;
}

.start__item-img_academy {
    left: 0;
    height: 80%;
}

@media(max-width: 1023px) {
    .start__item-img {
        right: 0;
        left: auto;
    }
}


.start__item-name {
    font-weight: 700;
    font-size: 18px;
    z-index: 2;
    position: relative;
}

.start__item-text {
    color: #626569;
    font-size: 14px;
    max-width: 280px;
    z-index: 2;
    position: relative;
}

.start__item:hover .start__item-text {
    color: var(--color-black);
}

.start__item_big .start__item-name {
    font-weight: 700;
    font-size: 26px;
}


.start__item_big .start__item-text {
    font-size: 18px;
    color: var(--color-black);
}


/* Home news
-----------------------------------------------------------------------------*/
.s-home-news {
    padding: 60px 0;
    background: #EBEBEB;
}

.home-news__grid-part.slick-slide {
    height: auto;
    float: none;
    position: relative;
}

.home-news__grid-part-btns {
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-news-wrapper {
    margin-bottom: 3rem;
}

.s-home-news .slick-track {
    display: flex;
    gap: 3rem;
    align-items: stretch;
}

.s-home-news .slick-track:before, .s-home-news .slick-track:after {
    display: none;
}


/* Downloads
-----------------------------------------------------------------------------*/
.s-download {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    padding-bottom: 94px;
}
.s-download img {
    display: block;
}
.download-bg {
    position: absolute;
    z-index: -1;
    right: 15%;
    bottom: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 50%;
}
.download-bg img {
    max-width: 100%;
    width: 713px;
}
.downloads-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}
.downloads-item {
    margin-right: -1px;
    margin-top: -1px;
    background-color: #fff;
    border: 1px solid #DADFE3;
    padding: 72px 21px 57px 32px;
}
.downloads-item .h4 {
    margin-bottom: 12px;
}
.downloads-item p {
    margin: 0;
    color: #7B7C7E;
}
.download-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 45px;
}
.download-link {
    margin-bottom: 7px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.1;
    padding-top: 1px;
}
.download-link img {
    width: 17px;
    margin-right: 14px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    margin-top: -1px;
}
.download-link:last-child {
    margin-bottom: 0;
}
.download-link:hover img {
    -webkit-animation-name: jumped;
    animation-name: jumped;
}

@media (max-width: 1365.98px) {
    .downloads-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .download-bg {
        display: none;
    }
    .s-download {
        margin-top: 0;
    }
}

@media (max-width: 850px) {
    .downloads-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .s-download {
        padding-bottom: 40px;
    }
    .downloads-item {
        padding: 30px 10px 30px 20px;
    }
    .download-links {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .downloads-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-left: -15px;
        margin-right: -15px;
    }
    .downloads-item {
        margin-left: 0;
        margin-right: 0;
        border-left: none;
        border-right: none;
        padding-left: 15px;
        padding-right: 15px;
    }
}



/* For designers
-----------------------------------------------------------------------------*/
.for-designers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.s-for-designers {
    padding: 6px 0 70px;
}
.for-designers-item {
    border: 1px solid #DADFE3;
    margin: -1px;
    background-color: #ECEEF1;
    padding: 38px 32px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.for-designers-item:hover {
    background-color: #fff !important;
}
.for-designers-item .h4 {
    margin-bottom: 12px;
}
.for-designers-item .h4 i {
    margin-left: 10px;
    font-size: .83em;
}
.for-designers-item p {
    color: #7B7C7E;
}
.for-designers-item img {
    max-width: 100%;
}
.for-designers-item .btn {
    margin-top: 55px;
}
.for-designers-item.type-1 {
    background-color: #F7F8FA;
    grid-column: span 2;
}
.for-designers-item.with-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
}
.for-designers-item.with-img img {
    margin-top: auto;
}
.for-designers-item.type-2 {
    grid-column: span 2;
    grid-row: span 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.for-designers-item.type-2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0 !important;
}
.for-designers-item.type-2 .h2 {
    margin-bottom: 29px;
    position: relative;
    z-index: 1;
}
.for-designers-item.type-2 p {
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 1;
}
.for-designers-item-right {
    margin-top: auto;
}
.for-designers-item-right img {
    max-width: 245px !important;
}
.for-designers-item-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.for-designers-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.for-designers-item-left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 450px;
    margin-right: auto;
}
.for-designers-item .link {
    margin-top: 35px;
}
.for-designers-item > img {
    width: 175px;
    margin-top: 20px;
    display: block;
}

@media (max-width: 1680px) {
    .for-designers-item-right {
        padding-right: 0;
        padding-left: 15px;
    }
    .for-designers-item.type-2 p {
        font-size: 18px;
    }
}
@media (max-width: 1365.98px) {
    .for-designers {
        grid-template-columns: repeat(3, 1fr);
    }
    .for-designers-item.type-1 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row: 1;
    }
    .for-designers-item.type-2 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 4;
    }
    .for-designers-item {
        padding: 30px 20px;
    }
}
@media (max-width: 768px) {
    .for-designers {
        grid-template-columns: repeat(2, 1fr);
    }
    .for-designers-item {
        min-height: 280px;
    }
    .for-designers-item.type-1 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: auto;
        grid-row-end: auto;
    }
    .for-designers-item.type-2 .h2 {
        margin-bottom: 10px;
    }
    .for-designers-item.type-2 p {
        font-size: 14px;
    }
    .for-designers-item-right img {
        width: 127px;
        height: 127px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom right;
        object-position: bottom right;
    }
}
@media (max-width: 480px) {
    .for-designers {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
    }
    .for-designers-item {
        border-left: none;
        border-right: none;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
        min-height: 190px;
        background-color: #fff;
    }
    .for-designers-item img {
        max-width: 89%;
    }
    .s-for-designers {
        padding-bottom: 0;
    }
}


/* For clients
-----------------------------------------------------------------------------*/
.for-clients .for-designers-item {
    min-height: 348px;
}
.s-for-clients {
    padding-bottom: 75px;
}

@media(max-width: 1365.98px) {
    .for-clients .for-designers-item:nth-child(1) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row: 1;
    }
    .for-clients .for-designers-item:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row: 1;
    }
    .for-clients .for-designers-item:nth-child(3) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row: 2;
    }
    .for-clients .for-designers-item:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row: 3;
    }
    .for-clients .for-designers-item:nth-child(5) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row: 1;
    }
    .for-clients .for-designers-item:nth-child(6) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row: 2;
    }
    .for-clients .for-designers-item:nth-child(7) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row: 3;
        margin-top: 0;
    }
}
@media(max-width: 768px) {
    .for-clients .for-designers-item {
        min-height: 250px;
    }
    .for-clients .for-designers-item:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row: 1;
    }
    .for-clients .for-designers-item:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row: 2;
    }
    .for-clients .for-designers-item:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row: 2;
    }
    .for-clients .for-designers-item:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row: 4;
    }
    .for-clients .for-designers-item:nth-child(5) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row: 4;
    }
    .for-clients .for-designers-item:nth-child(6) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row: 3;
    }
    .for-clients .for-designers-item:nth-child(7) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row: 5;
    }
    .s-for-clients {
        padding-bottom: 40px;
    }
}



/* Contacts
-----------------------------------------------------------------------------*/
.s-contacts {
    padding-bottom: 36px;
}

.contacts-block {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.contacts-item {
    margin-bottom: 1rem;
    padding-left: 2rem;
    background-repeat: no-repeat;
    background-position: left center;
}

.contacts-item__map {
    background-image: url(/images/icon_map.svg);
}

.contacts-item__email {
    background-image: url(/images/icon_mail.svg);
}

.contacts-item__phone {
    background-image: url(/images/icon_phone.svg);
}

.contacts-item:last-child {
    margin-bottom: 0;
}

.map-frame {
    height: 387px;
}

.map-frame [class*=ground-pane] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media(max-width: 1850px) {
    .contacts-item .h6 {
        font-size: 14px;
    }
    .contacts-item p {
        font-size: 18px;
    }
}

@media(max-width: 1250px) {
    .contacts-block-top {
        padding: 25px;
    }

    .contacts-item p {
        font-size: 14px;
    }
}

@media(max-width: 768px) {
    .contacts-block-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .map-frame {
        height: 220px;
    }
}
@media(max-width: 680px) {
    .contacts-block {
        margin-left: -15px;
        margin-right: -15px;
    }

    .contacts-item {
        width: 100%;
    }
}



/* Where to buy
-----------------------------------------------------------------------------*/
.where-to-buy__h1 {
    margin-bottom: 2rem;
}

.where-to-buy__grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 2rem;
    margin-bottom: 4rem;
}

@media(max-width: 900px) {
    .where-to-buy__grid {
        grid-template-columns: 1fr;
    }
}

.where-to-buy__intro-text {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 1rem;
}

.where-to-buy__intro-list {
    font-size: 14px;
}

.where-to-buy__intro-item {
    padding-left: 1.5rem;
    background: url(/local/templates/ledel/images/icons/icon_arrow_right.svg) left top .35rem no-repeat;
    background-size: 10px auto;
}

.where-to-buy__intro-item:not(:last-child) {
    margin-bottom: 1rem;
}

.where-to-buy__contacts {
    margin-bottom: 5rem;
}

.where-to-buy__contacts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem 2rem;
}

@media(max-width: 900px) {
    .where-to-buy__contacts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 767px) {
    .where-to-buy__contacts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 575px) {
    .where-to-buy__contacts-grid {
        grid-template-columns: 1fr;
    }
}

.where-to-buy__contacts-item {
}

.where-to-buy__contacts-item-name {
    font-size: 20px;
    font-weight: 800;
    height: 90px;
    display: flex;
    align-items: end;
    margin-bottom: 1rem;
}

@media(max-width: 575px) {
    .where-to-buy__contacts-item-name {
        height: auto;
    }
}

.where-to-buy__contacts-item-param {
    font-size: 14px;
    padding: .25rem 0 .25rem 2rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.where-to-buy__contacts-item-param:not(:last-child) {
    margin-bottom: 1rem;
}

.where-to-buy__contacts-item-param_address {
    background-image: url(/local/templates/ledel/images/icons/icon_map.svg);
}

.where-to-buy__contacts-item-param_phone {
    background-image: url(/local/templates/ledel/images/icons/icon_phone.svg);
}

.where-to-buy__contacts-item-param_email {
    background-image: url(/local/templates/ledel/images/icons/icon_mail.svg);
}

.where-to-buy__cities-tabs {
    display: flex;
    gap: .5rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

@media(max-width: 900px) {
    .where-to-buy__cities-tabs {
        justify-content: start;
    }
}

.where-to-buy__cities-tab {
    cursor: pointer;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 20px;
    color: #A3A7AA;
}

.where-to-buy__cities-tab_active,
.where-to-buy__cities-tab:hover {
    color: #000;
}

.where-to-buy__cities-tab-content {
    display: none;
}

.where-to-buy__cities-tab-content.active {
    display: block;
}

.where-to-buy__cities-list {
    column-count: 4;
}

@media(max-width: 575px) {
    .where-to-buy__cities-list {
        column-count: 3;
    }
}

@media(max-width: 400px) {
    .where-to-buy__cities-list {
        column-count: 2;
    }
}

.where-to-buy__city {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2rem;
}

.where-to-buy__news {
    margin-bottom: 4rem;
}



/* Contacts
-----------------------------------------------------------------------------*/
.contacts-block-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts__tabs {
    display: flex;
    gap: 1rem;
}

.contacts__tab {
    color: #A3A7AA;
    cursor: pointer;
}

.contacts__tab:not(:last-child):after {
    display: inline-block;
    content: "|";
    margin-left: 1rem;
    color: #D6D7D5;
}

.contacts__tab.active {
    color: var(--color-black);
}


    /* Analogue
    -----------------------------------------------------------------------------*/
.analogue-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.analogue-left {
    width: 52.5%;
    padding-right: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.analogue-left h1 {
    margin-bottom: 22px;
}
.analogue-left p {
    margin-bottom: 1rem;
}
.analogue-search-form {
    position: relative;
    margin: 48px 0 23px;
}
.analogue-search-input {
    width: 100%;
    border: none;
    outline: none !important;
    border-radius: 7px;
    padding: 0 75px 0 38px;
    font-size: 16px;
    font-weight: 500;
    height: 83px;
}
.analogue-search-input::-webkit-input-placeholder {
    color: #7B7C7E;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.analogue-search-input::-moz-placeholder {
    color: #7B7C7E;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.analogue-search-input:-ms-input-placeholder {
    color: #7B7C7E;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.analogue-search-input::-ms-input-placeholder {
    color: #7B7C7E;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.analogue-search-input::placeholder {
    color: #7B7C7E;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.analogue-search-input:focus::-webkit-input-placeholder {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}
.analogue-search-input:focus::-moz-placeholder {
    transform: translateY(-10px);
    opacity: 0;
}
.analogue-search-input:focus:-ms-input-placeholder {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}
.analogue-search-input:focus::-ms-input-placeholder {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}
.analogue-search-input:focus::placeholder {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}
.analogue-search-btn {
    position: absolute;
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #D4DCE7;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none !important;
    top: 24px;
    right: 30px;
}
.analogue-search-btn i {
    line-height: 1;
}
.analogue-text-mute {
    color: #7B7C7E;
}
.analogue-text-mute a {
    color: #DE1326;
}
.analogue-right {
    width: 47.5%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
}
.analogue-right img {
    max-width: 100%;
    display: block;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    width: 672px;
}


.analogue-right .comment {
    display: none;
}
.analogue-right .vote .comment {
    display: none;
    border: 1px solid #9e9c9c;

    padding: 1rem;
    margin: auto;
}
.analogue-right .vote .voting {
    border: 1px solid #9e9c9c;
    width: 300px;
    padding: 2rem 1rem;
    margin: auto;
    text-align: left;
}
.analogue-right .vote .text {
    color: #000;
    margin-bottom: 1.5rem;
}
.analogue-right .vote .like-dislike {
    color: #7e7e7e;
    display: flex;
    justify-content: space-between;
}
.analogue-right .vote .like-dislike > div {
    cursor: pointer;
}
.analogue-right .vote .like-dislike > div:hover .like-text {
    color: #000;
}
.analogue-right .vote .like-dislike .like-text {
    font-size: 85%;
}
.analogue-right .vote .like-dislike .like {
    display: flex;
}
.analogue-right .vote .like-dislike .like .img {
    background: url('/local/templates/ledel/images/analogue/icon-like.png') center no-repeat;
    width: 25px;
    height: 26px;
    margin-right: 10px;
}
.analogue-right .vote .like-dislike .dislike {
    display: flex;
}
.analogue-right .vote .like-dislike .dislike .img {
    background: url('/local/templates/ledel/images/analogue/icon-dislike.png') center no-repeat;
    width: 25px;
    height: 26px;
    margin-right: 10px;
}

.analogue-text-mute {
    margin: 1rem 0 2rem;
}
.analogue-tag ul.results {
    list-style-type: none;
    margin-bottom: 5rem;
}
.analogue-tag ul li {
    margin-bottom: .5rem;
}

.analogue-404 {
    padding: 45px 0;
}
.analogue-result {margin-bottom: 5rem;}
.analogue-result .items {margin-bottom: 2rem;}

.analogue-brand .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.analogue-brand .list .item {
    display: block;
    padding: 0 1rem;
    width: 100%;
    max-width: 30%;
    margin-bottom: 1rem;
}
.analogue-brand .list .item a{
    color: #DE1326;
}

@media(max-width: 1500px) {
    .analogue-right img {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
}
@media(max-width: 1024px) {
    .analogue-search-input {
        padding: 0 73px 0 20px;
        height: 60px;
        font-size: 14px;
    }
    .analogue-search-btn {
        width: 22px;
        height: 22px;
        font-size: 22px;
        top: 19px;
        right: 20px;
    }
}
@media(max-width: 768px) {
    .analogue-left {
        width: 100%;
        padding-right: 0;
    }
    .analogue-right {
        display: none;
    }
    .s-analogue {
        padding-bottom: 40px;
    }
    .analogue-search-form {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .analogue-search-input {
        font-size: 12px;
        padding-right: 52px;
    }

    .analogue-brand .list .item {
        max-width: 45%;
    }
}
@media(max-width: 540px) {
    .analogue-brand .list .item {
        max-width: 100%;
    }
}




/* End */


/* Start:/local/templates/ledel/template_styles.css?175682104883059*/
:root {
    --color-primary: #F6E200;
    --color-grey: #A3A7AA;
    --color-pantone: #1c252e;
    --color-black: #050505;
}

/* Fonts
-----------------------------------------------------------------------------*/
@charset "UTF-8";

@font-face {
    font-family: 'icomoon';
    src: url("/local/templates/ledel/fonts/icons/icomoon.ttf?6bk52o") format("truetype"), url("/local/templates/ledel/fonts/icons/icomoon.woff?6bk52o") format("woff"), url("/local/templates/ledel/fonts/icons/icomoon.svg?6bk52o#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/*
@font-face {
    font-family: "DrukTextWideCyr";
    font-display: block;
    src: url("/bitrix/templates/ledel_2025_2026_version/fonts/druktextwidecyr-super.woff2") format("woff2");
    font-style: normal;
    font-weight: 1000;
}*/


/* Icons
-----------------------------------------------------------------------------*/
i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.i-logout:before {content: "\e918";}
.i-search-2:before {content: "\e917";}
.i-close:before {content: "\e916";}
.i-warning:before {content: "\e915";}
.i-discount:before {content: "\e914";}
.i-bag:before {content: "\e913";}
.i-checkmark:before {content: "\e912";}
.i-angle-right:before {content: "\e911";}
.i-left-long-ar:before {content: "\e900";}
.i-right-long-ar:before {content: "\e901";}
.i-prev-ar:before {content: "\e902";}
.i-next-ar:before {content: "\e903";}
.i-down:before {content: "\e904";}
.i-download:before {content: "\e905";}
.i-patents:before {content: "\e906";}
.i-play:before {content: "\e907";}
.i-plus:before {content: "\e908";}
.i-search:before {content: "\e909";}
.i-star:before {content: "\e90a";}
.i-user:before {content: "\e90b";}
.i-cart:before {content: "\e90c";}
.i-insta:before {content: "\e90d";}
.i-fb:before {content: "\e90e";}
.i-vk:before {content: "\e90f";}
.i-yt:before {content: "\e910";}


/* Select 2
-----------------------------------------------------------------------------*/
.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option--selectable {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
    padding: 0;
}
.select2-container--default .select2-results__option--disabled {
    color: #999;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
    padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

@media(max-width: 1024px) {
    .select2-container--default .select2-selection--single {
        height: 45px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px;
    }
}



/* Video
-----------------------------------------------------------------------------*/
.video-block {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.video-block img {
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.video-link {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: var(--color-black);
    font-size: 17px;
}
.video-time {
    bottom: 20px;
    right: 20px;
    background-color: #DE1326;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 17px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media(max-width: 680px) {
    .video-link {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
}



/* Template
-----------------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.wrapper {
    overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
    position: relative;
}

img {
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

button {
    font-family: 'Wix Madefor Display';
    cursor: pointer;
}

body {
    font-family: "Wix Madefor Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-black);
}



@media (max-width: 1024px) {
    body {
        font-size: 14px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

input, select, textarea {
    font-family: "Wix Madefor Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

strong, b, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: bold;
}

h1, .h1 {
    font-size: 44px;
    line-height: 1.25;
    font-family: "DrukTextWideCyr";
    text-transform: uppercase;
}
h2, .h2 {
    font-size: 45px;
    line-height: 1.25;
}
h3, .h3 {
    font-size: 30px;
    line-height: 1.25;
}
h4, .h4 {
    font-size: 24px;
    line-height: 1.25;
}
h5, .h5 {
    font-size: 20px;
    line-height: 1.15;
}
h6, .h6 {
    font-size: 15px;
    line-height: 1.25;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    h2, .h2 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 34px;
    }
    h2, .h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h3, .h3 {
        font-size: 21px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    h6, .h6 {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    h1, .h1 {
        font-size: 24px;
    }
    h2, .h2 {
        font-size: 18px;
    }
    h6, .h6 {
        font-size: 12px;
    }
}

.medium-24 {
    font-size: 24px;
}
.medium-14 {
    font-size: 14px;
}


/* Link */
.link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.link:hover {
    color: var(--color-primary);
}
.link:hover i {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
.link i {
    margin-left: 20px;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.link .i-right-long-ar {
    font-size: 3em;
    line-height: 0;
}
@media(max-width: 480px) {
    .link .i-right-long-ar {
        font-size: 2.5em;
    }
}


/* Mute link*/
.mute-link {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #7B7C7E;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 27px;
}
.mute-link:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #7B7C7E;
}
.mute-link:hover {
    color: #DE1326;
}
.mute-link:hover:after {
    background-color: #DE1326;
}
@media (max-width: 1850px) {
    .mute-link:after {
        bottom: 3px;
    }
}


/* More link */
.more-link {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: #000;
    font-weight: 600;
    background: var(--color-primary);
    padding: 1rem 2rem;
    transition: all .3s;
}

.more-link:hover {
    background: #fff;
}




/* Play icon*/
.play-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #FFF;
    color: #000;
    text-indent: 0.2em;
    font-size: 18px;
}
.play-icon:before {
    content: "о¤‡";
    font-family: "icomoon";
}
@media (max-width: 1024px) {
    .play-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

/* Label */
label {
    cursor: pointer;
}


/* Input text */
.input-text {
    display: inline-block;
    font-family: "Wix Madefor Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    -webkit-appearance: none;
    border: 1px solid #666;
    padding: 5px 10px;
    overflow: visible;
}
.input-text::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: #A8A8A8;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.input-text:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: #A8A8A8;
    opacity: 1;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.input-text::-moz-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: #A8A8A8;
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.input-text::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: #A8A8A8;
    opacity: 1;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.input-text::placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: #A8A8A8;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.input-text:focus {
    outline: none;
}
.input-text:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
.input-text:focus::-webkit-input-placeholder, .input-text:focus:-ms-input-placeholder, .input-text:focus::placeholder {
    opacity: 0.5;
}
.input-text.error {
    border-color: red;
}



/* Nice select
-----------------------------------------------------------------------------*/
.nice-select {
    border-radius: 2px;
    background: #FFF;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #7B7C7E;
    height: 36px;
    line-height: 36px;
    padding-right: 40px;
    padding-left: 15px;
}
.nice-select:after {
    border-bottom: 2px solid #DE1326;
    border-right: 2px solid #DE1326;
    width: 10px;
    height: 10px;
    right: 15px;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
}
.nice-select .current {
    display: block;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nice-select .list {
    min-width: 100%;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.nice-select .option {
    font-weight: 500;
    line-height: 36px;
    min-height: 36px;
}
.nice-select .option.selected {
    color: #DE1326;
}



/* Modal */

.modal {
    width: 484px;
    padding: 34px 40px;
}
.modal {
    display: none;
    width: 500px;
    max-width: 100%;
    will-change: transform, opacity;
    overflow: visible !important;
}


/* Bg gray */
.bg-gray {
    background-color: #ECEEF1;
}

/* With pattern bg */
.with-pattern-bg {
    background-image: url(/local/templates/ledel/images/page-bg-sprite.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* With border */
.with-border {
    border-top: 1px solid #DADFE3;
}


/* Popup */
.popup-window.popup-window-with-titlebar {
    padding: 35px 40px;
    font-family: "Wix Madefor Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.popup-window.popup-window-with-titlebar .popup-window-titlebar {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 22px;
    color: #7B7C7E;
    font-weight: bold;
}
.popup-window.popup-window-with-titlebar .popup-window-buttons .container {
    display: inline-block;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: top;
    position: relative;
    padding: 0.9em 1.1em;
    font-size: 16px;
    font-weight: bold;
    font-family: "Wix Madefor Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #DE1326;
    border: 1px solid #DE1326;
    color: #FFF;
}
.popup-window.popup-window-with-titlebar .popup-window-buttons .container:hover{
    background: #ee3647;
}


/* Buttons
-----------------------------------------------------------------------------*/

.btn {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: top;
    position: relative;
    padding: 1rem 3em;
    font-size: 18px;
    font-weight: bold;
    font-family: "Wix Madefor Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #000;
    text-transform: none;
}
.btn:hover {
    background: #000;
    border-color: #000;
    color: var(--color-primary);
}
.btn:hover .i-right-long-ar {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
.btn:focus {
    outline: none;
}
.btn i {
    margin-left: 20px;
    display: block;
}
.btn .i-right-long-ar {
    font-size: 3em;
    line-height: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn.btn-border {
    border: 1px solid #DE1326;
    background-color: transparent;
    color: #DE1326;
    min-width: 236px;
}
.btn--outline {
    background: transparent;
    color: #DE1326;
}
.btn--outline:hover {
    background: #ee3647;
    color: #FFF;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
@media(max-width: 1024px) {
    .btn {
        font-size: 14px;
    }
}
@media(max-width: 480px) {
    .btn {
        font-size: 12px;
    }
    .btn .i-right-long-ar {
        font-size: 2.5em;
    }
}


/* Form
-----------------------------------------------------------------------------*/
.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-row .form-group {
    margin-right: 40px;
}
.form-row .form-submit {
    margin-top: 0;
    margin-bottom: 31px;
}
.form-group {
    position: relative;
    margin-bottom: 31px;
}
.form-group.is-required:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 6px;
    right: 6px;
    background-color: #DE1326;
    position: absolute;
}

.form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0 18px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #D4DCE7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #000;
    outline: none !important;
    min-width: 230px;
    font-size: inherit;
    font-weight: 500;
}
.form-control::-webkit-input-placeholder {
    color: #C4C4C4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.form-control::-moz-placeholder {
    color: #C4C4C4;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.form-control:-ms-input-placeholder {
    color: #C4C4C4;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.form-control::-ms-input-placeholder {
    color: #C4C4C4;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.form-control::placeholder {
    color: #C4C4C4;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-control:focus::-webkit-input-placeholder, .form-control.focused::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.form-control:focus::-moz-placeholder, .form-control.focused::-moz-placeholder {
    opacity: 0;
    transform: translateY(-5px);
}
.form-control:focus:-ms-input-placeholder, .form-control.focused:-ms-input-placeholder {
    opacity: 0;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.form-control:focus::-ms-input-placeholder, .form-control.focused::-ms-input-placeholder {
    opacity: 0;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.form-control:focus::placeholder, .form-control.focused::placeholder {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.form-control:focus + .form-label, .form-control.focused + .form-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
textarea.form-control {
    resize: none;
    height: 98px;
    padding-top: 14px;
}
@media(max-width: 1024px) {
    .form-control {
        height: 45px;
    }
}

/* Label */
.form-label {
    position: absolute;
    color: #C4C4C4;
    font-size: 13px;
    left: 22px;
    padding: 0 8px;
    background-color: #fff;
    top: -12px;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
}

/* Submit */
.form-submit {
    margin-top: 46px;
}
.form-submit .btn i {
    margin-left: 50px;
}

/* Title */
.form-title {
    text-align: center;
}
.form-title p {
    color: #7B7C7E;
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -19px;
}

/* Checkbox */
.form-checkbox {
    position: relative;
}
.checkbox {
    display: inline-block;
}
.checkbox label {
    display: block;
    position: relative;
    margin: 0;
}
.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.checkbox input:checked + span:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.checkbox span {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #7B7C7E;
    position: relative;
}
.checkbox span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #C4C4C4;
}
.checkbox span:before {
    content: '\e912';
    font-family: "icomoon";
    color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: #DE1326;
    position: absolute;
    top: 2px;
    left: 0;
    line-height: 16px;
    text-align: center;
    font-size: 9px;
    z-index: 1;
    overflow: hidden;
    font-weight: normal;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.checkbox span a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #DE1326 !important;
}
.checkbox span a:hover {
    text-decoration: underline;
}



/* Nav tabs
-----------------------------------------------------------------------------*/
.nav-tabs {
    margin-bottom: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nav-tabs-link {
    display: inline-block;
    background-color: #F7F8FA;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    color: #7B7C7E;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-tabs-link.active {
    background-color: #DADFE3;
    -webkit-box-shadow: inset 2px 3px 4px -3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 2px 3px 4px -3px rgba(0, 0, 0, 0.25);
}
@media(max-width: 768px) {
    .nav-tabs {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: auto hidden;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-bottom: 25px;
    }
    .nav-tabs::-webkit-scrollbar {
        display: none;
    }
    .nav-tabs:after {
        content: '';
        width: 5px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 1px;
    }
}

.tabs-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 39px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tabs-link {
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
    margin-bottom: 5px;
}
.tabs-link:last-child {
    margin-right: 0;
}
.tabs-link:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.tabs-link.active {
    color: #DE1326;
}
.tabs-link.active:after {
    display: none;
}
@media(max-width: 680px) {
    .tabs-links {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto hidden;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }
    .tabs-links::-webkit-scrollbar {
        display: none;
    }
    .tabs-links:after {
        content: '';
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 15px;
        height: 1px;
    }
    .tabs-link {
        margin-right: 15px;
    }
}
@media(max-width: 480px) {
    .tabs-link {
        font-size: 12px;
    }
}


/* Text content
-----------------------------------------------------------------------------*/
.text-content h1, .text-content .h1 {
    margin-bottom: 32px;
}
.text-content h2, .text-content .h2 {
    margin-bottom: 37px;
}
.text-content h3, .text-content .h3 {
    margin-bottom: 50px;
}
.text-content h4, .text-content .h4 {
    margin-bottom: 5px;
}
.text-content h6, .text-content .h6 {
    margin-bottom: 13px;
}
.text-content table {
    width: 100% !important;
    color: #7B7C7E;
    border-collapse: collapse;
    overflow-x: scroll;
}
.text-content table td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.text-content table.table-striped tr:nth-child(2n) td{
    background: #eceef1;
}
.text-content p, .text-content .text-inner {
    color: #7B7C7E;
    margin-bottom: 24px;
}
.text-content p + h4 {
    margin-top: 40px;
}
.text-content p.m-0 {
    margin-bottom: 0;
}
.text-content p strong {
    font-weight: bold;
    color: #000;
}
.text-content p:last-child {
    margin-bottom: 0;
}
.text-content p.accent {
    position: relative;
    padding-left: 11px;
}
.text-content p.accent:before {
    content: '*';
    position: absolute;
    left: 0;
    top: -3px;
    color: #DE1326;
    font-size: 18px;
}
.text-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.text-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 30px;
    padding-top: 3px;
}
.text-content ul li:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #000;
    top: 7px;
    left: 6px;
}
.text-content ul li:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 14px;
    height: 2px;
    background-color: #000;
}
.text-content ul li h4 {
    margin-bottom: 4px;
    margin-top: -3px;
}
.text-content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.text-content hr {
    margin: 43px 0;
    height: 1px;
    border-top: 1px solid #D4DCE7;
}

@media(max-width: 680px) {
    .text-content .h2, .text-content h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .text-content p + h4, .text-content p + .h4 {
        margin-top: 20px;
    }
}
@media(max-width: 480px) {
    .text-content h3, .text-content .h3 {
        margin-bottom: 29px;
        font-size: 18px;
    }
    .text-content h4, .text-content .h4 {
        font-size: 16px;
    }
    .text-content p {
        font-size: 14px;
    }
    .text-content ul li {
        padding-left: 19px;
        margin-bottom: 20px;
    }
    .text-content ul li:after {
        height: 10px;
        top: 4px;
        left: 4px;
    }
    .text-content ul li:before {
        width: 10px;
        top: 8px;
    }
    .text-content .more-link {
        display: none;
    }
}


/* Fancy box
-----------------------------------------------------------------------------*/
.fancybox-bg {
    background: #8c8e9a;
}
.fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--html .fancybox-close-small {
    position: absolute;
    top: -18px;
    right: -18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    opacity: 1;
}
.fancybox-close-small:hover, .fancybox-slide--image .fancybox-close-small:hover, .fancybox-slide--video .fancybox-close-small:hover, .fancybox-slide--iframe .fancybox-close-small:hover, .fancybox-slide--html .fancybox-close-small:hover {
    background-color: #fffb42;
}
.fancybox-close-small:before, .fancybox-close-small:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}
.fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}
.fancybox-slide--video .fancybox-close-small:before, .fancybox-slide--video .fancybox-close-small:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}
.fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}
.fancybox-slide--html .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}
.fancybox-close-small:hover:before, .fancybox-close-small:hover:after {
    background-color: #000;
}
.fancybox-slide--image .fancybox-close-small:hover:before, .fancybox-slide--image .fancybox-close-small:hover:after {
    background-color: #000;
}
.fancybox-slide--video .fancybox-close-small:hover:before, .fancybox-slide--video .fancybox-close-small:hover:after {
    background-color: #000;
}
.fancybox-slide--iframe .fancybox-close-small:hover:before, .fancybox-slide--iframe .fancybox-close-small:hover:after {
    background-color: #000;
}
.fancybox-slide--html .fancybox-close-small:hover:before, .fancybox-slide--html .fancybox-close-small:hover:after {
    background-color: #000;
}
.fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--video .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--video .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--html .fancybox-close-small:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-close-small:focus, .fancybox-slide--image .fancybox-close-small:focus, .fancybox-slide--video .fancybox-close-small:focus, .fancybox-slide--iframe .fancybox-close-small:focus, .fancybox-slide--html .fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:focus:before, .fancybox-close-small:focus:after {
    outline: none;
}
.fancybox-slide--image .fancybox-close-small:focus:before, .fancybox-slide--image .fancybox-close-small:focus:after {
    outline: none;
}
.fancybox-slide--video .fancybox-close-small:focus:before, .fancybox-slide--video .fancybox-close-small:focus:after {
    outline: none;
}
.fancybox-slide--iframe .fancybox-close-small:focus:before, .fancybox-slide--iframe .fancybox-close-small:focus:after {
    outline: none;
}
.fancybox-slide--html .fancybox-close-small:focus:before, .fancybox-slide--html .fancybox-close-small:focus:after {
    outline: none;
}
.fancybox-close-small svg, .fancybox-slide--image .fancybox-close-small svg, .fancybox-slide--video .fancybox-close-small svg, .fancybox-slide--iframe .fancybox-close-small svg, .fancybox-slide--html .fancybox-close-small svg {
    display: none;
}
.fancybox-slide--video, .fancybox-slide--html, .fancybox-slide--iframe {
    padding: 24px 20px;
}
.fancybox-content {
    overflow: visible !important;
}
.fancybox-close-small, .fancybox-slide--html .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    top: 12px;
    right: 12px;
    background-color: transparent;
}
.fancybox-close-small:after, .fancybox-close-small:before, .fancybox-slide--html .fancybox-close-small:after, .fancybox-slide--html .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--video .fancybox-close-small:after, .fancybox-slide--video .fancybox-close-small:before {
    background-color: #000;
}
.fancybox-content {
    padding: 35px 40px;
}

@media (max-width: 850px) {
    .fancybox-slide::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 680px) {
    .fancybox-content {
        padding-left: 15px;
        padding-right: 20px;
    }
    .fancybox-slide--video, .fancybox-slide--html, .fancybox-slide--iframe {
        padding: 20px 12px;
    }
    .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--html .fancybox-close-small {
        top: 5px;
        right: 5px;
    }
}


/* Site
-----------------------------------------------------------------------------*/
.site {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
}
@media (max-width: 1500px) {
    .site {
        -ms-grid-columns: 300px 1fr;
        grid-template-columns: 300px 1fr;
    }
}
@media (max-width: 1250px) {
    .site {
        display: block;
    }
}


/* Container
-----------------------------------------------------------------------------*/

.container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0 15px;
    max-width: 1290px;
    /*overflow: hidden;*/
}

@media (max-width: 1300px) {
    .container {
        max-width: 1100px;
    }
}

@media (max-width: 1150px) {
    .container {
        max-width: 930px;
    }
}


/* Page main
-----------------------------------------------------------------------------*/
.s-page-main {
    position: relative;
    padding-bottom: 45px;
    background: #ECEEF1;
}

.s-page-main .container .container {
    padding: 0;
}

.s-page-main .page-title {
    width: 50%;
}

.page-main-img {
    position: absolute;
    top: -100px;
    right: 0;
    /* z-index: -1;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.page-main-img img {
    max-width: 933px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1850px) {
    .page-main-img {
        top: -50px;
    }

    .page-main-img img {
        max-width: 673px;
    }
}
@media (max-width: 1500px) {
    .s-page-main {
        padding-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    .s-page-main .page-title {
        width: 60%;
    }

    .page-main-img {
        top: 0;
    }

    .page-main-img img {
        max-width: 383px;
    }
}
@media (max-width: 768px) {
    .page-main-img {
        top: 150px;
    }
}
@media (max-width: 480px) {
    .s-page-main .page-title {
        width: 100%;
    }

    .page-main-img {
        position: static;
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-main-img img {
        width: 100%;
        max-width: none;
    }
}



/* Image gallery
-----------------------------------------------------------------------------*/
.s-img-gallery {
    padding-bottom: 123px;
}
.big-img-gallery .flickity-prev-next-button {
    width: 101px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    bottom: -50px;
    top: auto;
    z-index: 1;
}
.big-img-gallery .flickity-prev-next-button:disabled {
    background-color: transparent;
}
.big-img-gallery .flickity-prev-next-button.next {
    right: 60px;
}
.big-img-gallery .flickity-prev-next-button.previous {
    right: 161px;
    left: auto;
}
.big-img-gallery .flickity-page-dots {
    bottom: -33px;
}
.big-img-gallery img {
    width: 100%;
}
.big-img-figure {
    width: 100%;
    position: relative;
}
.big-img-figure img {
    width: 100%;
    display: block;
}
.big-img-figure .h2 {
    position: absolute;
    bottom: 66px;
    right: 60px;
    z-index: 1;
    color: #fff;
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
}

@media(max-width: 1024px) {
    .big-img-figure .h2 {
        bottom: 40px;
        right: 30px;
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px);
    }
}
@media(max-width: 680px) {
    .s-img-gallery {
        padding-bottom: 53px;
    }
    .s-img-gallery .title-for-mob {
        margin-bottom: 21px;
    }
    .big-img-gallery .flickity-prev-next-button {
        display: none !important;
    }
}
@media(max-width: 480px) {
    .big-img-figure .h2 {
        bottom: 20px;
        right: 20px;
        max-width: -webkit-calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
}


/* Banner
-----------------------------------------------------------------------------*/
.s-big-banner {
    min-height: 800px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 0 right 0;
}
.s-big-banner .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 1680px) {
    .s-big-banner {
        min-height: 600px;
    }

    .small-banner {
        padding: 30px;
    }

    .small-banner-content .h3 {
        font-size: 21px;
    }

    .small-banner-content .btn {
        margin-top: 25px;
    }

    .small-banner-img {
        width: 40%;
    }
}
@media (max-width: 1024px) {
    .s-big-banner {
        min-height: 500px;
    }
}
@media (max-width: 680px) {
    .s-big-banner {
        min-height: 400px;
    }

    .s-big-banner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .s-big-banner .container {
        position: relative;
        z-index: 1;
    }
}



/* Page bg
-----------------------------------------------------------------------------*/
.page-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    top: 160px;
    right: 64px;
    text-align: right;
    width: 100%;
    max-width: 61%;
}
.page-bg img {
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}



/* Page title
-----------------------------------------------------------------------------*/

.page-title {
    margin-bottom: 57px;
}

.page-title h1, .page-title .h1 {
    margin-bottom: 2rem;
}

.page-title p {
    color: #7B7C7E;
    font-size: 24px;
    margin-top: 19px;
}
.page-title .btn {
    margin-top: 60px;
}
.page-title h1 > span {
    font-weight: 600;
    margin-left: 6px;
    font-size: 33px;
    display: inline-block;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.page-title h1 > span .red {
    color: var(--color-primary);
}

/* Page title with btn*/
.page-title-with-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page-title-with-btn h1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
}
.page-title-with-btn .btn {
    margin: 7px 0 0 !important;
}

/* Page title small */
.page-title-small {
    margin-top: 10px;
    max-width: 698px;
}
.page-title-small span {
    color: #7B7C7E;
}
.page-title-small a {
    color: #DE1326;
}
.page-title-small a:hover {
    text-decoration: underline;
}

@media (max-width: 1500px) {
    .page-title p {
        font-size: 18px;
    }

    .page-title h1 > span {
        font-size: 19px;
        margin-left: 3px;
    }

    .page-title-with-btn .btn {
        margin-top: 0 !important;
    }
}
@media (max-width: 680px) {
    .page-title {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .page-title p {
        font-size: 14px;
    }

    .page-title h1 > span {
        display: none;
    }
}

/* Page title with search*/
.page-title-with-search {
    margin-bottom: 37px;
}
.page-title-with-search .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media(max-width: 768px) {
    .page-title-with-search .container {
        display: block;
    }
}


/* Page description */
.page-description {
    color: #7B7C7E;
    margin-bottom: 40px;
}


/* Title with link */
.title-with-link {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.title-with-link .sec-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
}

.title-with-link .more-link {
    margin-bottom: 40px;
}

.title-with-link .more-link i {
    margin-left: 24px;
}

@media(max-width: 680px) {
    .title-with-link .more-link {
        display: none;
    }

    .title-with-link .sec-title {
        margin-right: 0;
    }
}


/* Section title */
.sec-title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "DrukTextWideCyr";
    text-transform: uppercase;
}
.sec-title .h1 {
    margin-right: 20px;
}
.sec-title-with-nav {
    margin-bottom: 52px;
    align-items: center;
}
@media(max-width: 680px) {
    .sec-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .sec-title .h1 {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sec-title-with-nav {
        margin-bottom: 20px;
    }
}

/* Title mob */
.title-for-mob {
    display: none;
}
@media(max-width: 680px) {
    .title-for-mob {
        display: block;
        margin-bottom: 13px;
    }
}


/* Site header
-----------------------------------------------------------------------------*/
.header {
    padding: 2rem 0;
}

.header.absolute {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    animation: headerSticky 0.5s ease-in-out forwards;
}

@-webkit-keyframes headerSticky {
    0% {
        top: -50px;
    }
    100% {
        top: 0;
    }
}

@keyframes headerSticky {
    0% {
        top: -50px;
    }
    100% {
        top: 0;
    }
}

/* Grid */
.header__grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.5rem;
}

.header__right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.header__right-top-part {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header__right-top__socials .social-link {
    margin-right: 8px;
}

.header__right-top__socials .social-link:last-child {
    margin-right: 0;
}

@media(max-width: 1150px) {
    .header__right-top-part {
        gap: 1rem;
    }
}

@media(max-width: 900px) {
    .header__right-top,
    .header__right-bottom {
        display: none;
    }

    .header__grid {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* Logo */
.header__logo-img {
    width: 100%;
    max-width: 215px;
}

@media(max-width: 900px) {
    .header__logo-img {
        max-width: 150px;
    }
}

/* Files */
.header-files__link {
    font-size: .875rem;
    padding-left: 1.5rem;
    background: url(images/icon_download.svg) left center no-repeat;
    transition: all .3s;
}

.header-files__link:hover {
    color: var(--color-primary);
}

/* Cabinet */
.header__cab-link {
    color: #606567;
    font-size: .875rem;
    transition: all .3s;
}

.header__cab-link:hover {
    color: var(--color-primary);
}

/* Header mobile part*/
.header__mobile-part {
    display: none;
}

.header__mobile-right {
    align-items: center;
    gap: 2rem;
}

@media(max-width: 900px) {
    .header__mobile-part {
        display: block;
    }

    .header__mobile-right {
        display: flex;
    }
}


/* Mobile panel
-----------------------------------------------------------------------------*/
/* Burger */
.burger {
    display: flex;
    z-index: 100;
    width: 40px;
    height: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
}

.burger figure {
    position: relative;
    z-index: 2;
    width: 26px;
    height: 2px;
    background: #000;
    transition: background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
    -webkit-transition: background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease, background 0.2s ease 0.1s;
    transition: transform 0.4s ease, background 0.2s ease 0.1s;
    transition: transform 0.4s ease, background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
}

.burger figure:before, .burger figure:after {
    content: "";
    width: 26px;
    height: 2px;
    background: #000;
    position: absolute;
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.burger figure:before {
    -webkit-transform: rotate(0) translate3d(0, -8px, 0);
    transform: rotate(0) translate3d(0, -8px, 0);
}

.burger figure:after {
    -webkit-transform: rotate(0) translate3d(0, 8px, 0);
    transform: rotate(0) translate3d(0, 8px, 0);
}

.burger.active figure {
    background: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: background 0.1s ease, -webkit-transform 0.4s ease;
    -webkit-transition: background 0.1s ease, -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease, background 0.1s ease;
    transition: transform 0.4s ease, background 0.1s ease;
    transition: transform 0.4s ease, background 0.1s ease, -webkit-transform 0.4s ease;
}

.burger.active figure:before {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(1);
    transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(1);
}

.burger.active figure:after {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0) scaleX(1);
    transform: rotate(45deg) translate3d(0, 0, 0) scaleX(1);
}


/* Mobile panel */
.site-head-mobile__logo img {
    max-width: 100px;
}


.mob-panel {
    padding-top: 2.6rem;
    display: none;
    position: fixed;
    width: 320px;
    max-width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 99;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transform: translate3d(320px, 0, 0);
    background: #F7F8FA;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0);
    will-change: transform, visibility, box-shadow;
}

.mob-panel.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.mob-panel .site-aside__files__links {
    padding: 10px 15px 20px;
}

.mob-panel .site-aside__files__link {
    padding: 8px 5px;
}
.mob-panel .site-aside__socials {
    padding: 20px 15px;
}
.mob-panel .site-aside__services {
    border-bottom: 1px solid #D4DCE7;
}
body.stopped {
    overflow: hidden;
}
.mob-panel__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 70px 0 15px;
    height: 60px;
}
.mob-panel__nav {
    padding: 10px 15px 15px 15px;
    font-size: 14px;
}
.mob-panel__nav__list {
    margin-top: 20px;
    color: #4F4F4F;
    list-style: none;
}
.mob-panel__nav__list li {
    line-height: 1.2;
    margin-bottom: 1em;
}

.mob-panel__nav__list li:last-child {
    margin-bottom: 0;
}

.mob-panel__nav__list li a {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.mob-panel__nav-second {
    padding: 20px 15px;
    border-top: 1px solid #D4DCE7;
    border-bottom: 1px solid #D4DCE7;
}

.mob-panel__nav-second__list {
    list-style: none;
}

.mob-panel__nav-second__list li {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1em;
}

.mob-panel__nav-second__list li:last-child {
    margin-bottom: 0;
}

.mob-panel__user-actions {
    margin-bottom: 1rem;
    padding: 10px 15px 11px;
    border-top: 1px solid #D4DCE7;
    border-bottom: 1px solid #D4DCE7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1500px) {
    .mob-panel__nav__list {
        margin-top: 15px;
    }
}
@media (max-width: 1250px) {

    .burger {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }

    .mob-panel {
        display: block;
    }
}

/* Mobile panel services */
.site-aside__services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding: 30px 15px;
}
.site-aside__service {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.site-aside__service img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}
.site-aside__service .medium-14 {
    line-height: 1.25;
}
.site-aside__service .medium-14 a:hover {
    color: var(--color-primary);
}
.site-aside__service .medium-14 a.active {
    pointer-events: none;
    color: var(--color-primary);
}
a.site-aside__service:hover {
    color: var(--color-primary);
}

/* Social links */
/* Social link */
.social-link {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: top;
    width: 30px;
    height: 30px;
    /*border: 1px solid rgba(0, 0, 0, 0.3);*/
    border-radius: 50%;
    margin-right: 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-link:hover i {
    color: var(--color-primary);
}
.social-link i {
    color: #1c252e;
    font-size: 28px;
}

.social-link.tg-link {
    background: url(/local/templates/ledel/images/icons/icon_tg_black.svg)  no-repeat center;
    background-size: 24px auto
}

.social-link.tg-link:hover {
    background: url(/local/templates/ledel/images/icons/icon_tg_yellow.svg)  no-repeat center;
    background-size: 24px auto
}



/* Flickicity
-----------------------------------------------------------------------------*/

.flickity-prev-next-button {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: var(--color-primary);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}

.flickity-prev-next-button:hover {
    background: #fff/*var(--color-primary)*/;
    opacity: 1;
}

.flickity-prev-next-button .flickity-button-icon {
    left: 15%;
    top: 10px;
    width: 30px;
    height: auto;
    fill: #000;
}

.flickity-prev-next-button:hover .flickity-button-icon {
    fill: #000;
}

.flickity-prev-next-button:disabled {
    opacity: 1;
    background: #D4DCE7;
}

.slider-arrows-long .flickity-prev-next-button {
    /*width: 100px;*/
}

.slider-arrows-long .flickity-prev-next-button.next .flickity-button-icon {
    fill: #000;
}

.slider-arrows-long .flickity-prev-next-button.previous {
    /*background: transparent;*/
}

.slider-arrows-long .flickity-prev-next-button.previous:hover {
    /*background: var(--color-primary);*/
}

.slider-arrows-long .flickity-prev-next-button.previous:hover .flickity-button-icon {
    fill: #000;
}

.flickity-page-dots .dot {
    width: 30px;
    height: 3px;
    opacity: 1;
    background: #909497;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}

.flickity-page-dots .dot:hover {
    opacity: 1;
    background: var(--color-primary);
}

.flickity-page-dots .dot.is-selected {
    background: var(--color-primary);
    opacity: 1;
    /* -webkit-transform: scale3d(1.5, 1.5, 1);
     transform: scale3d(1.5, 1.5, 1);*/
}

.slider-qnt {
    font-size: 18px;
    color: #4f4f4f;
}

.slider-number-group {
    padding: 0 75px;
    margin-left: 20px;
    height: 50px;
    line-height: 50px;
    font-family: "Wix Madefor Display";
}


@media(max-width: 768px) {
    .slider-number-group {
        display: none;
    }
}



/* Gallery
-----------------------------------------------------------------------------*/
.images-gallery {
    max-width: none !important;
    margin: 60px 0 18px;
    padding-bottom: 50px;
}

.images-gallery img {
    width: 100%;
    margin: 0 !important;
}

.images-gallery .flickity-prev-next-button {
    left: auto !important;
    top: auto !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    /*width: 101px;*/
    height: 50px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 2;
}

.images-gallery .flickity-prev-next-button.previous {
    right: 101px;
    background-color: transparent;
}

.images-gallery .flickity-prev-next-button.previous svg path {
    fill: #7B7C7E;
}

.images-gallery .flickity-prev-next-button.next {
    right: 0;
}

.images-gallery .flickity-page-dots {
    bottom: 17px;
}

@media (max-width: 1024px) {
    .images-gallery .flickity-prev-next-button {
        display: none;
    }
}


/* Plus
-----------------------------------------------------------------------------*/

.plus {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 30px;
    color: #FFF;
    z-index: 4;
    font-size: 10px;
    cursor: pointer;
    -webkit-transform: rotate(0deg) translate(-15px, -15px);
    -ms-transform: rotate(0deg) translate(-15px, -15px);
    transform: rotate(0deg) translate(-15px, -15px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: z-index 0s ease 0.3s;
    -o-transition: z-index 0s ease 0.3s;
    transition: z-index 0s ease 0.3s;
}

.plus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #DE1326;
    transition: background 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: background 0.3s ease, transform 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plus i {
    display: block;
    position: relative;
    z-index: 2;
    transition: -webkit-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plus:hover:before {
    background: #ee3647;
}

.plus[aria-expanded=true] {
    z-index: 6;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.plus[aria-expanded=true]:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: background 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: background 0.3s ease, transform 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plus[aria-expanded=true] i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



/* Pop product
-----------------------------------------------------------------------------*/
[data-theme~=pop-product] {
    background: #ECEEF1;
    color: #000;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[data-theme~=pop-product][data-state=visible] {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

[data-theme~=pop-product] .tippy-content {
    padding: 0;
}

.pop-product {
    background: #FFF;
    width: 250px;
    display: block;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.pop-product__img {
    display: block;
    width: 100%;
    height: auto;
}

.pop-product__content {
    padding: 20px;
    background: #ECEEF1;
}

.pop-product__content .link {
    width: 100%;
}

.pop-product__title {
    margin-bottom: 16px;
}

.pop-product__param {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 16px;
}

.pop-product__param small {
    font-size: 1em;
    color: #7B7C7E;
}

.pop-product__param span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
    background-color: var(--color-pantone);
    padding: 4rem 0;
}



/* Footer top
-----------------------------------*/
.footer__top {
    margin-bottom: 50px;
}

.footer-top__logo {
    max-width: 260px;
    width: 100%;
    height: auto;
}

/* Footer top grid
-----------------------------------*/
.footer-top__grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-gap: 2rem;
    align-items: center;
}


@media(max-width: 767px) {
    .footer-top__grid {
        grid-template-columns: 1fr;
    }
}


/* Footer nav
-----------------------------------*/

.footer-navs {
    padding: 70px 0;
}

.footer-navs__grid {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.footer-navs__grid.active {
    display: -ms-grid;
    display: grid;
}

.footer-nav .h6 {
    margin-bottom: 20px;
    color: var(--color-primary);
}

.footer-nav__list {
    list-style: none;
    font-size: .875rem;
}

.footer-nav__list li {
    margin-bottom: 0.7em;
    line-height: 1.2;
}

.footer-nav__list li:last-child {
    margin-bottom: 0;
}

.footer-nav__list li a {
    color: #fff;
}

.footer-nav__list li a:hover {
    color: var(--color-primary);
}

.footer-nav__mob-btn {
    display: none;
    color: #FFF;
    font-size: 14px;
    background: #CFD4D9;
    text-align: center;
    padding: 15px 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}


/* Footer bottom
-----------------------------------*/


/* Footer bottom */

.footer__bottom {
    font-size: 12px;
}

.footer-bottom__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.footer-bottom__col {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-bottom__col p {
    margin-bottom: 1.5em;
    color: #fff;
}

.footer-bottom__col a:hover {
    color: var(--color-primary);
}


.footer__bottom .text-warning {
    font-size: .75rem;
    color: #7B7C7E;
}



@media(max-width: 1500px){
    .footer-navs {
        padding: 0 0 50px;
    }

    .footer-nav__list {
        font-size: 14px;
    }
}

@media(max-width: 768px){

    .footer-navs__grid {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .footer-nav {
        min-width: calc(50% - 30px);

    }

    .footer-nav__mob-btn {
        display: block;
    }

    .footer-bottom__grid {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 480px){
    .footer-nav .h6 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .footer-bottom {
        padding: 25px 0;
    }

    .footer-nav {
        min-width: 100%;

    }

    .footer-bottom__logo {
        margin-bottom: 15px;
        width: 100px;
    }
}
/* End */

















/* Start:/local/templates/ledel/components/bitrix/news.list/home_led_use/style.css?17568210483301*/
.home-spheres {
    padding: 60px 20px 60px 60px;
    background: #fff;
}

.home-spheres__grid {
    display: grid;
    grid-template-columns: 28% 70%;
    grid-gap: 2%;
    align-items: stretch;
}

.home-spheres__nav-block {
    border: 1px solid #D9D9D9;
    padding: 30px 30px 0;
    position: relative;
}

.home-spheres__title {
    font-family: DrukTextWideCyr;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 1rem;
    text-transform: uppercase;

}

.home-spheres__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.home-spheres__controls {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}

.home-spheres__arrow {
    cursor: pointer;
    transition: all .3s;
    background: url(images/icon_arrow_right.svg) center no-repeat;
    width: 13px;
    height: 16px;
}

.home-spheres__arrow:hover {
    background-image: url(images/icon_arrow_right_yellow.svg);
}

.home-spheres__arrow_prev {
    transform: rotate(180deg);
}

.home-spheres__arrows {
    display: flex;
    justify-content: end;
    gap: 1.5rem;
    align-items: start;
}

#home-spheres-slider {
    display: flex;
    align-items: stretch;
}

#home-spheres-slider .tns-item.home-spheres__slider-item {
    font-size: 14px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    padding-bottom: .25rem;
}

.home-spheres__item {

    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.home-spheres__item-wrapper {
    width: 100%;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: stretch;
}

.home-spheres__item:hover {
    background: var(--color-primary);
}

.home-spheres__item-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: stretch;
}

.home-spheres__item-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-spheres__item-title {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 30px;
}

.home-spheres__item-img-wrapper {
    position: relative;

}

.home-spheres__item-img {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    object-fit: contain;
    max-width: 80%;
}

@media(max-width: 1600px) {
    .h1.home-spheres__title {
        font-size: 1.25rem;
    }
}

@media(max-width: 1500px) {




    .home-spheres {
        padding: 40px 15px 40px 40px;
    }
}

@media(max-width: 1240px) {
    .home-spheres {
        padding: 40px 15px;
    }

    .home-spheres__item-title {
        padding: 30px 15px;
        font-size: 1rem;
    }

    .home-spheres__title{
        font-size: 24px;
    }

}

@media(max-width: 991px) {
    .home-spheres__grid {
        grid-template-columns: 49% 49%;
    }

    #home-spheres-slider .tns-item.home-spheres__slider-item {
        grid-gap: 1rem;
    }

    .home-spheres__controls {
        margin-top: 3rem;
    }
}

@media(max-width: 767px) {
    .home-spheres__grid {
        grid-template-columns: 100%;
        grid-gap: 2%;
    }

    .home-spheres__nav-block {
        padding: 0;
        border: 0;
        margin-bottom: 2rem;
    }

    .home-spheres__arrows {
        justify-content: start;
    }

    .home-spheres__controls {
        margin-top: 2rem;
    }
}
/* End */

h1, .h1 {
    font-size: 44px;
    line-height: 1.25;
    font-family: "DrukTextWideCyr";
    text-transform: uppercase;
}

