.section {
	padding-top: 55px;
	padding-bottom: 65px;
}

.section__text {
	margin-bottom: 43px;
}

.section .section__title {
	margin-top: 0;
	margin-bottom: 54px;
	font-size: 24px;
	line-height: 1;
}

.wrapper.new-catalog {
	padding: 0;
}

html .blog {
	padding-bottom: 0;
}

#main_title {
	margin-bottom: 24px;
}

.section .about {
	display: flex;
	align-items: flex-start;
	padding: 0;
}

.about__text {
	margin-right: 40px;
	max-width: 619px;
	color: #fff;
	font-size: 16px;
	line-height: 100%;
	text-align: justify;
}

.about__numbers {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 8px;
}

.gallery {
	position: relative;
	padding: 0 65px;
}

.gallery img {
	cursor: pointer;
	height: auto;
	object-fit: cover;
}

.gallery .swiper-button-prev {
	left: 11px;
}

.gallery .swiper-button-next {
	right: 11px;
}

.partners {
	color: #fff;
}

.partners .section__title {
	margin-bottom: 23px;
}

.partners-list__item.swiper-slide {
	height: auto;
	border: 1px solid #D1D1D1;
	box-shadow: 1px 1px 4px 1px #00000026;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: #fff;
	border-radius: 10px;
	width: 200px;
}

.partners-list__item:not(:last-child) {
	margin-right: 32px;
}

.partners-list__item > img {
	max-width: 100%;
}

.section .spec-table {
	max-width: 100%;
}

.section .spec-table__item {
	justify-content: flex-start;
}

.spec-table__item-name {
	width: 100%;
	max-width: 295px;
}

.owl-nav {
	margin-top: 26px;
	display: flex;
	justify-content: center;
	gap: 32px;
}

.owl-nav button::after {
	background-image: url(/local/templates/main/img/owl_navs.webp);
	content: '';
	width: 15px;
	height: 23px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.owl-prev::after {
	background-position: left bottom;
	left: 22px;
}

.owl-next::after {
	background-position: right bottom;
	right: 22px;
}

.owl-nav button {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: rgba(47, 66, 131, 0.1) !important;
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

@media (max-width: 960px) {
	.section .about {
		display: block;
	}

	.about__text {
		margin-bottom: 24px;
		max-width: 100%;
		margin-right: 0;
	}

	.about__numbers {
		width: auto;
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.spec-table__item-name {
		max-width: 110px;
	}

	.gallery {
		padding: 0 32px;
	}

	.gallery .swiper-button-prev {
		left: 0;
	}

	.gallery .swiper-button-next {
		right: 0;
	}
}

@media (max-width: 576px) {
	.about__numbers {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: fit-content;
	}

	.about__numbers > img {
		max-width: 100%;
	}
}
