

/* Start:/local/templates/main/components/bitrix/news.detail/about_pages/style.css?17490425231461*/
.about-page {
	background: #ebebeb;
	padding: 3rem 0;
}

.about-page__title {
	font-size: 34px;
	line-height: 1.25;
	font-family: "DrukTextWideCyr";
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.about-page__grid {
	display: grid;
	grid-template-columns: 2fr 3fr;
	grid-gap: 3rem;
}

.about-page__slide {
	width:100%;
	padding-bottom: 55%;
	position: relative;
}

.about-page__slide-img {
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
}


.about-page__slider .flickity-prev-next-button {
	z-index: 4;
	top: 0;
	bottom: 0;
	transform: none;
	height: 100%;
	width: 35px;
	outline: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .3);
}

.about-page__slider .flickity-prev-next-button:hover {
	background: rgba(255, 255, 255, .5);
}

.about-page__slider .flickity-prev-next-button.next {
	right: 0;
}

.about-page__slider .flickity-prev-next-button.previous {
	left: 0;
}

.about-page__slider .flickity-prev-next-button svg path {
	fill: #c4c4c4 !important;
}

.about-page__slider .flickity-prev-next-button svg {
	position: relative;
	left: auto;
	width: 25px;
}



.about-page__slider .flickity-page-dots .dot {
	margin: 0 6px;
}

.about-page__slider .flickity-page-dots .dot.is-selected {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

@media(max-width: 1150px) {
	.about-page__grid {
		grid-template-columns: 1fr;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/sections/style.css?1744115420526*/
.section__menu ul {
    list-style-type: none;
    display: flex;
    gap:  1rem 3rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.section__menu ul a {
    font-weight: 700;
    font-size: 20px;
    color: #A3A7AA;
    transition: all .3s;
}

.section__menu ul a:hover {
    color: #000;
}

@media(max-width: 900px) {
    .section__menu ul {
        gap: 1rem 2rem;
    }

    .section__menu ul a {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .section__menu ul a {
        font-size: 16px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/about_pages/style.css?17490425231461 */
/* /local/templates/main/components/bitrix/menu/sections/style.css?1744115420526 */
