

/* Start:/local/templates/DT/assets/css/main.css?178454508310288*/
.main-section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    margin-bottom: 32px;
}
.main-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
}
.main-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .6px;
    color: white;
    text-transform: uppercase;
}
/* MAIN BANNER */
.main-banner {
    position: relative;
    height: 574px;
}

/* MAIN CATALOG SECTIONS */
.main-section-top .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
    background: linear-gradient(170deg, #0D7EFC30 0%, #004BC915 50%);
}
.main-section-top .btn > i {
    color: var(--color-blue);
}
.main-section-top .btn > p {
    text-transform: none;
}

/* MAIN ABOUT (TRIANGLES) */
.company-banner {
    min-height: 600px;
}
.com-banner__wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 50% 50%;
    margin-top: 174px;
}
.com-banner__title h2 {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 80px;
}
.com-banner__title h2 span {
    color: var(--color-blue);
}
.com-banner__triangles-block {
    position: relative;
    width: 660px;
    height: 450px;
}
.com-banner__triangles-block .triangles-item {
    position: absolute;
    top: 10px;
    width: 245px;
    height: 210px;
    overflow: hidden;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.com-banner__triangles-block::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -328px;
    left: -707px;
    display: block;
    width: 1570px;
    height: 1010px;
    background-image: url('/images/company/company_bg_transparent.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
}
.com-banner__triangles-block .triangles-item.tr1-1 {
    right: 270px;
}
.com-banner__triangles-block .triangles-item.tr1-2 {
    display: none;
    top: 10px;
    right: 135px;
}
.com-banner__triangles-block .triangles-item.tr1-3 {
    top: auto;
    bottom: 8px;
    right: 135px;
}
.com-banner__triangles-block .triangles-item.tr2-1 {
    top: auto;
    bottom: 10px;
    left: 145px;
}
.com-banner__triangles-block .triangles-item.tr2-2 {
    top: auto;
    bottom: 8px;
    left: 10px;
}
.com-banner__triangles-block .triangles-item.tr1-2,
.com-banner__triangles-block .triangles-item.tr2-1 {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.com-banner__triangles-block .triangles-item.tr1-1 .swiper-slide,
.com-banner__triangles-block .triangles-item.tr1-3 .swiper-slide,
.com-banner__triangles-block .triangles-item.tr2-2 .swiper-slide {
    overflow: hidden;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.com-banner__triangles-block .triangles-item.tr1-2 .swiper-slide,
.com-banner__triangles-block .triangles-item.tr2-1 .swiper-slide {
    overflow: hidden;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.com-banner__triangles-block .triangles-item .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-about {
    position: relative;
    padding: 108px 0 72px;
    margin-top: 0 !important;
}
.main-about:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #010E1F, transparent);
    opacity: .8;
}
/*.main-about:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, #010E1F 30%, transparent);
}*/
.main-about .m-about__img {
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.main-about .m-about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-about .m-about__wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}
.m-about__block {
    display: flex;
    flex-direction: column;
    align-items: end;
    background-color: #08336280;
    border-radius: 12px;
    backdrop-filter: blur(5px) opacity(.1);
    padding: 48px;
}
.m-about__block .m-about-block__title {
    margin-bottom: 32px;
}
.m-about__block .m-about-block__title p {
    color: var(--color-lightgray);
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}
.m-about__block .m-about-block__text {
    margin-bottom: 32px;
}
.m-about__block .m-about-block__text p {
    color: white;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
/* MAIN TWO BANNERS */
.m-twoBanners__block {
    padding: 56px 40px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.m-twoBanners__block .m-twoBanners-block__text {
    width: 45%;
    margin: 24px 0 32px;
}
.m-twoBanners__block .m-twoBanners-block__text p {
    font-size: 20px;
    line-height: 28px;
    color: white;
}
/* MAIN TIZERS */
.m-tizer__block {
    position: relative;
    border: 2px solid var(--color-blue);
    padding: 40px 24px 24px;
    border-radius: 8px;
}
.m-tizer__block img {
    position: absolute;
    top: -36px;
    right: 24px;
    width: auto;
    height: 65px;
}
.m-tizer-block__title {
    width: 60%;
    margin-bottom: 20px;
}
.m-tizer-block__title p {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: white;
    margin-bottom: 16px;
}
.m-tizer-block__text p {
    color: white;
}
/* MAIN MAP */
.main-map .map-point {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: var(--color-blue);
    border-radius: 50%;
    margin-right: 4px;
}
.main-map .map-point:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 2px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: black;
    border-radius: 50%;
}
.main-map .m-map-subtitle {
    margin-bottom: 48px;
}
.main-map .m-map-subtitle p {
    font-size: 18px;
    line-height: 24px;
    color: white;
}
.main-map .m-map-pointnote {
    display: grid;
    grid-template-columns: 8px auto;
    gap: 4px;
    align-items: baseline;
}
.main-map .m-map-pointnote p {
    font-size: 12px;
    color: white;
}
.main-map .m-map__wrapper {
    position: relative;
    overflow: hidden;
}
.main-map .m-map__wrapper.scaled::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 30px 30px #040912;
}
.main-map .m-map__inner {
    position: relative;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all 0.5s ease;
}
.main-map .m-map__inner svg {
    width: 100%;
}
.main-map .m-map-info {
    display: none;
    position: relative;
    z-index: 1;
    width: 110%;
    margin-top: 48px;
    background-color: var(--color-gray);
    padding: 12px;
    border-radius: 8px;
    overflow: hidden;
}
.main-map .m-map-info .map-info__image {
    height: 170px;
    margin: -12px -12px 24px;
    background-color: var(--color-lightgray);
}
.main-map .m-map-info .map-info__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-map .m-map-info .map-info__title {
    margin: 16px 0 32px;
}
.main-map .m-map-info .map-info__title p {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-blue);
}
.main-map .m-map-info .map-info__address,
.main-map .m-map-info .map-info__phone {
    margin-bottom: 16px;
}
.main-map .m-map-info .map-info__address span,
.main-map .m-map-info .map-info__phone span,
.main-map .m-map-info .map-info__shedule span {
    font-size: 14px;
    color: var(--color-darkgray);
    opacity: .8;
}
.main-map .m-map-info .map-info__address p,
.main-map .m-map-info .map-info__phone p,
.main-map .m-map-info .map-info__shedule p {
    font-weight: 500;
}
.main-map .m-map-info .map-info__rating {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 150px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
}
.main-map .map-points__list {
    position: relative;
    width: 100%;
    height: 100%;
}
.main-map .map-points__list .map-point__item {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 2px;
}
.main-map .map-points__list .map-point__item.point-item-left {
    flex-direction: row;
}
.main-map .map-points__list .map-point__item.point-item-right {
    flex-direction: row-reverse;
}
.main-map .map-points__list .map-point__item.point-item-bottom {
    flex-direction: column;
    gap: 2px;
}
.main-map .map-points__list .map-point__item .map-point {}
.main-map .map-points__list .map-point__item p {
    color: white;
    text-transform: uppercase;
    font-size: 8px;
}
/* MAIN VIDEO SLIDER */
.main-video .m-video-list {
    overflow: hidden;
}
.main-video .m-video-list .video-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.main-video .m-video-list .video-item::before {
    content: '';
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    background: url("/local/templates/DT/assets/img/icon-video-play-btn.svg") center no-repeat;
    background-size: contain;
    opacity: .6;
}
.main-video .m-video-list .video-item a img {
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/templates/DT/components/bitrix/news.list/dt-main-banner/style.css?17860188041600*/
.m-banner__wrapper {
	width: 100%;
	height: 100%;
}
.m-banner__wrapper .banner-item {
	display: block;
	width: 100%;
	height: 100%;
}
.m-banner__wrapper .banner-item .banner-item__wrapper {
	position: absolute;
	z-index: -1;
	top: -126px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: calc(100% + 126px);
	background-color: black;
}
.m-banner__wrapper .banner-item .banner-item__wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m-banner__nav-pag {
	position: absolute;
	z-index: 1;
	bottom: 24px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
.m-banner__nav-pag .m-banner__nav-pag-wrapper {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.m-banner__nav-pag .banner-navigation {
	display: flex;
	flex-direction: row-reverse;
	column-gap: 20px;
}
.m-banner__nav-pag .banner-navigation .swiper-button-prev,
.m-banner__nav-pag .banner-navigation .swiper-button-next {
	position: relative;
	width: 32px;
	height: 32px;
	background-color: #ffffff50;
	border-radius: 50%;
}
.m-banner__nav-pag .banner-navigation .swiper-button-prev svg,
.m-banner__nav-pag .banner-navigation .swiper-button-next svg {
	fill: white;
	color: white;
	height: 50%;
}
.m-banner__nav-pag .banner-pagination {
	width: fit-content !important;
	transform: none !important;
}
.m-banner__nav-pag .banner-pagination .swiper-pagination-bullet {
	background: white;
	opacity: .3;
	transform: scale(.5);
}
.m-banner__nav-pag .banner-pagination .swiper-pagination-bullet-active {
	background: var(--color-blue);
	opacity: 1;
	transform: scale(1);
}
/* End */


/* Start:/local/templates/DT/components/bitrix/catalog.section.list/dt-main-sections-img/style.css?17821229133980*/
.page-title {
	margin-bottom: 32px;
}
.main-catalog-sections .row:not(:last-child) {
	margin-bottom: 24px;
}
.main-catalog-sections .row > div {
	margin-bottom: 24px;
}
.m-catalog-section {
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 12px #000000;
}
.m-catalog-section:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 1px;
	top: 1px;
	bottom: 0;
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 12px;
	background: linear-gradient(to right, #021129 0, transparent 40%);
}
.m-catalog-section:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 1px;
	top: 1px;
	bottom: 0;
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 12px;
	background: linear-gradient(to left, #021129 0, transparent 40%);
}
.m-catalog-section a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 380px;
	padding: 24px;
	border: 2px solid var(--color-blue);
	border-radius: 12px;
	overflow: hidden;
}
.m-catalog-section .main-subtitle {
	position: relative;
	top: -6px;
	width: 60%;
	height: fit-content;
	/*text-transform: none;*/
	font-size: 20px;
	letter-spacing: .6px;
	color: white;
	font-weight: 600;
	line-height: 1.5;
}
.m-catalog-section .main-subtitle.short {
	width: 35%;
}
.m-catalog-section .main-subtitle.m-show {
	display: none;
}
.section-arrow-block {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 36px;
	padding: 0 12px;
	column-gap: 8px;
	border: 1px solid var(--color-blue);
	border-radius: 6px;
	background: linear-gradient(170deg, #0D7EFC30 0%, #004BC915 50%);
	backdrop-filter: blur(10px);
}
.section-arrow-block > p,
.section-arrow-block > i {
	color: white;
	opacity: .6;
	transition: opacity 0.3s ease;
}
.section-arrow-block:hover > p,
.section-arrow-block:hover > i {
	opacity: .9;
}

/* SLIDER */
.metal-slider {
	--flare-width: 150px;
	--flare-height: 32px;
	--slider-delay: 3000ms;
}
.metal-slider__content {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.metal-slider__images {
	position: absolute;
	right: 1px;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	overflow: hidden;
	border-radius: 12px;
}
.metal-slider__images img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	object-fit: cover;
	transition: opacity 1.3s ease;
}
.metal-slider__images img.active {
	opacity: 1;
}

@media(max-width: 1199px) {
	.m-catalog-section a {
		min-height: 320px;
	}
	.m-catalog-section a .main-subtitle {
		width: 80%;
		font-size: 18px;
	}
}
@media(max-width: 991px) {
	.m-catalog-section a {
		min-height: 264px;
	}
	.m-catalog-section a .main-subtitle {
		width: 90%;
		font-size: 16px;
	}
	.section-arrow-block > p {
		display: none;
	}
	.metal-slider__images {
		background: linear-gradient(to bottom, black 0, transparent 20%);
	}
	.metal-slider__images img {
		transform: translateY(16px);
	}
}
@media(max-width: 767px) {
	.m-catalog-section a {
		padding: 16px;
		min-height: 188px;
	}
	.m-catalog-section a .main-subtitle {
		width: 100%;
		font-size: 12px;
	}
	.m-catalog-section a .main-subtitle.m-hide {
		display: none;
	}
	.m-catalog-section a .main-subtitle.m-show {
		display: block;
	}
	.section-arrow-block {
		display: none;
	}
	.metal-slider__images img {
		object-fit: contain;
	}
}
@media(max-width: 500px) {
	.m-catalog-section a {
		min-height: 172px;
	}
	.m-catalog-section a .main-subtitle {
		font-size: 11px;
	}
	.metal-slider__images img {
		transform: translateY(16px);
	}
	.metal-slider__images {
		/*background: linear-gradient(to bottom, black 20%, transparent 50%);*/
		background-color: black;
	}
}
@media(max-width: 430px) {
	.m-catalog-section a {
		min-height: 160px;
	}
	.m-catalog-section a .main-subtitle {
		font-size: 10px;
	}
}
@media(max-width: 410px) {}
/* End */


/* Start:/local/templates/DT/components/bitrix/news.list/dt-brands-slider/style.css?1776150608248*/
.m-brands-list {
	overflow: hidden;
}
.m-brands-item > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 150px;
	border-radius: 12px;
	background-color: white;
}
.m-brands-item > div > img {
	width: 70%;
}
/* End */
/* /local/templates/DT/assets/css/main.css?178454508310288 */
/* /local/templates/DT/components/bitrix/news.list/dt-main-banner/style.css?17860188041600 */
/* /local/templates/DT/components/bitrix/catalog.section.list/dt-main-sections-img/style.css?17821229133980 */
/* /local/templates/DT/components/bitrix/news.list/dt-brands-slider/style.css?1776150608248 */
