

/* Start:/local/templates/main/components/bitrix/news.list/banners2/style.css?16983270484318*/
.banners {
	position: relative;
	background-color: #969696;
	line-height: 1.2;
	color: #3B3B3B;
	border-bottom: 8px solid #FFE121;
}

.banners .swiper-slide {
	box-sizing: border-box;
	height: auto;
}

.banners__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	min-height: 300px;
}

.banners__cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: 50% 50% no-repeat;
	background-size: cover;
}

.banners__cover_desktop {
	display: none;
}

.banners__content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.banners__title {
	display: none;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
}

.banners__description {
	display: none;
	margin-bottom: 30px;
	font-size: 16px;
}

.banners__btn .button {
	/* width: 100%; */
	margin-top: 15px;
	border-radius: 7px;
}

.banners__btn .button:first-child {
	margin-top: 0;
}

.banners__btn .button_secondary {
	display: none;
}

.banners__nav {
	display: none;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	z-index: 1;
}

.banners__pages {
	padding-right: 50px;
	font-size: 0;
	white-space: nowrap;
}

.banners__pages .swiper-button-next,
.banners__pages .swiper-button-prev {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	position: static;
	margin: 0 0 0 15px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #ffffff;
	background-color: transparent;
	border-radius: 50%;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
	overflow: hidden;
	touch-action: manipulation;
}

.banners__pages .swiper-button-next:hover,
.banners__pages .swiper-button-prev:hover {
	color: #FFE121;
	background-color: #ffffff;
}

.banners__pages .swiper-button-next:after,
.banners__pages .swiper-button-prev:after {
	display: none;
}

.banners__pages .swiper-button-next {
	padding-left: 3px;
}

.banners__pages .swiper-button-next:before {
	font-family: 'Ionicons';
	content: "\";
}

.banners__pages .swiper-button-prev {
	padding-right: 3px;
}

.banners__pages .swiper-button-prev:before {
	font-family: 'Ionicons';
	content: "\";
}

.banners__dots {
	font-size: 0;
	white-space: nowrap;
}

.banners__dots .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin-right: 15px;
	background-color: #ffffff;
	opacity: 1;
}

.banners__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #FFE121;
}

@media (min-width: 480px) {

	.banners__btn .button {
		width: auto;
		min-width: 190px;
		margin-top: 0;
		margin-right: 15px;
	}

}

@media (min-width: 768px) {

	.banners__inner {
		justify-content: center;
	}

	.banners__cover_mobile {
		display: none;
	}

	.banners__cover_desktop {
		display: block;
	}

	.banners__title {
		display: block;
		margin-bottom: 3vw;
		font-size: 44px;
	}

	.banners__description {
		display: block;
		margin-bottom: 4vw;
		font-size: 18px;
	}

	.banners__btn .button_secondary {
		display: inline-block;
	}

}

@media (min-width: 1024px) {

	.banners__title {
		font-size: 64px;
	}

	.banners__description {
		font-size: 28px;
	}

	.banners__btn .button {
		min-width: 230px;
		margin-right: 35px;
	}

	.banners__nav {
		display: block;
	}

}
.banners__btn .button_dark {
	background-color: rgba(105, 96, 107, 0.5) !important;
	border-color: rgba(105, 96, 107, 0.5) !important;
}
.banners__btn .button_dark:hover {
	background-color: rgba(105, 96, 107, 1) !important;
	border-color: rgba(105, 96, 107, 1) !important;
}
.banners__btn .button_secondary:hover {
	background-color: rgba(105, 96, 107, 1) !important;
	border-color: rgba(105, 96, 107, 1) !important;
	color: #fff !important;
}

.banners__link-full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	.banners__btn .button  {
		height: 50px;
		line-height: 48px;
		min-width: 220px;
		border-radius:15px;
	}
	.button__order + .button_mobile {
		margin-top: 10px;
	}
	.banners__btn {
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 1400px) {
	.banners__title br {
		display: none;
	}
}
@media (min-width: 768px) {
	.banners__inner {
		aspect-ratio: 1623 / 700;
	}
	.banners__inner[data-full="1"] .button.button__order {
		display: none;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/services-slider/style.css?16879809691058*/
.sl-services-slider {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.sl-service-item {
    height: 100%;
    display: block;
    background-color: #fff;
    box-shadow: 0 3px 7px #00000029;
    line-height: 1.3;
    transition: color .3s ease-in-out,background-color .3s ease-in-out;
    margin-bottom: 1rem;
}
.sl-service-item:hover {
    color: #fff;
    background-color: #64a36f;
}
.sl-service-item__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sl-service-item__cover {
    padding-top: 50%;
}

.cover {
    display: block;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
}

.sl-service-item__title {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #f5f5f5;
}

.sl-service-item__description {
    padding: 10px 15px 20px;
}

.sl-services-slider .swiper-slide {
    height: auto;
}

.sl-services-slider .swiper-wrapper {
    align-items: stretch;
    padding: 1rem 1rem;
}
/* End */
/* /local/templates/main/components/bitrix/news.list/banners2/style.css?16983270484318 */
/* /local/templates/main/components/bitrix/catalog.section.list/services-slider/style.css?16879809691058 */
