.pageTitle h1 {
	font-weight: 600;
	font-size: 46px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #1C1B21;
	margin-left: 0;
	margin-bottom: 30px;
	text-align: center;
}
section.pageTitle {
	padding-bottom: 0;
}
.main .comfort .top .title-h2,
.main .consult .in,
.main .primer .title-h2,
.main .interes .title-h2,
.main .otzyv .title-h2 {
	margin-left: 0px;
}
.main .primer .swiper-container,
.main .interes .swiper-container,
.main .otzyv .swiper-container {
	padding-left: 0px;
	padding-right: 0px;
}
.main .primer .swiper-button-prev,
.main .interes .swiper-button-prev,
.main .otzyv .swiper-button-prev {
	left: -40px;
}
.main .primer .swiper-button-next,
.main .interes .swiper-button-next,
.main .otzyv .swiper-button-next {
	right: -40px;
}
@media (min-width: 1201px) {
	.main .say {
		padding-top: 40px;
	}
	.main .banner {
		padding-bottom: 75px;
	}
	.main .banner + .text {
		padding-top: 60rem;
	}
}
@media (min-width: 768px) {
	.main .banner .left p:last-of-type {
		margin-bottom: 0px;
	}
}
.banner.video-banner .swiper-slide, .banner.video-banner .swiper-slide .flex,
.video-banner.banner .swiper-slide .right{align-items: normal;}
.video-banner.banner .swiper-slide .right{height: auto}
.video-banner iframe {width: 100%;height: auto;}
@media (max-width: 770px) {
	.video-banner.banner .swiper-slide .right {width: 100%;flex-basis: 100%;max-width: none;}
	.video-banner iframe {min-height: 300px;}
    .pageTitle h1 {
        font-size: 26px;
    }
}
.main .text .video img{
	width: 100%;
	max-width: 530px;
	border-radius: 10px;
}
.main .number-marker-list{
	list-style-type: none;
	padding-left: 0;
}
.main .number-marker-list li {
	padding-left: 0;
	display: flex;
	align-items: start;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 190%;
	color: #4e4e4e;
	font-weight: 400;
}
.main .number-marker-list li img{
	flex-shrink: 0;
}
.main .number-marker-list li::after {
	content: none;
}
.main .number-marker-list li:last-child{
	margin-bottom: 0;
}
.main .text .in .left, .main .text .in .right{
	width: 50%;
}
.main .text h2{
	font-size: 34px;
	line-height: 140%;
	color: #15141a;
}
.main .text .video{
	padding-bottom: 0;
}
.banner-img_bg img {
	border-radius: 10px;
}
.abs-text {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.abs-text li {
	max-width: 450px;
}
.abs-text_bottom {
	max-width: 750px;
}
.text .abs-text .left{
	text-align: left;
}
.white-color *{
	color: #FFF!important;
}
.banner-img {
	position: relative;
}
.white-color ul li::after {
	background: #FFF!important;
}
.abs-text a{
	text-decoration: underline;
}
.text-center{
	text-align: center;
}
.fw-bold{
	font-weight: bold;
}
.text .abs-text h2{
	max-width: 1000px;
	margin: 0 auto 40px auto;
}
.main .text .banner h2{
	text-align: left;
}
@media (max-width: 1100px) {
	.main .text .in .left, .main .text .in .right{
		width: 100%;
	}
	.main .text h2{
		font-size: 24px;
	}
	.main .number-marker-list li{
		font-size: 13px;
	}
}
@media (max-width: 1000px) {
	.banner-img.white-color {
		display: flex;
		flex-direction: column-reverse;
	}
	.banner-img .abs-text {
		position: inherit;
		background-image: -moz-linear-gradient(90deg, rgb(65, 24, 204) 0%, rgb(121, 65, 224) 100%);
		background-image: -webkit-linear-gradient(90deg, rgb(65, 24, 204) 0%, rgb(121, 65, 224) 100%);
		background-image: -ms-linear-gradient(90deg, rgb(65, 24, 204) 0%, rgb(121, 65, 224) 100%);
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		padding: 20px;
	}
	.banner-img_bg {
		margin-top: -20px;
	}
}