.about__emp-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-history-slide {
	width: 50%;
}

.about-history-slide__image {
	height: 200px;
	background-color: #D5D5D5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-history-text__title {

	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #424242;
	margin-bottom: 24px;
}

.about-history-text p {

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: #424242;
}

.about-numbers-flex__numbersBlock{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.numbersBlock-element__number{

	font-style: normal;
	font-weight: 500;
	font-size: 55px;
	line-height: 64px;
	letter-spacing: -0.01em;
	color: #004394;
	position: relative;
}
.numbersBlock-element__number sup {
	position: absolute;
	top: -13px;
}
.numbersBlock-element:last-of-type .numbersBlock-element__number {
	padding-right: 30px;
}

.numbersBlock-element__text{

	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #424242;
}

.about-numbers-flex__text{
	width: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: #424242;
	margin-top: 20px;
}

.about-numbers-title{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: #424242;
	margin-top: 50px;
	margin-bottom: 30px;
}

.about-video{
	width: 100%;
	background: #D5D5D5;
	margin-top: 50px;
}

.about-video .video-js{
	width: 100%!important;
}

.about-docs-flex__contacts{
	margin-top: 14px;
}

.contacts__address{
	font-size: 15px;
	line-height: 17px;
	letter-spacing: -0.01em;
	color: #424242;
	margin-bottom: 16px;
}

.contacts__phone, .contacts__phone a, .contacts__phones{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #424242;
	text-decoration: none;
}

.contacts__phones{
	margin-bottom: 16px;
}

.contacts__email{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.contacts__email a{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #424242;
	text-decoration: none;
}

.contacts__email .icon-copy{
	cursor: pointer;
	background: url('/img/copy.png');
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 10px;
}

.contacts__label{

	font-style: normal;
	font-weight: 450;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -0.01em;
	color: #424242;
	margin-bottom: 20px;
}

.about-docs-flex__files-flex{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.about-docs-flex__file{
	width: 30%;
	height: 300px;
	background: #D5D5D5;
}

.about-docs{
	margin-top: 50px;
}

.about-docs-flex__files-title{

	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: #424242;
	margin-bottom: 30px;
}

.about-docs-flex__file__image{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-partners {
	margin-top: 50px;
}

.about-partners-title{

	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: #424242;
	margin-bottom: 25px;
	margin-top: 0;
}

.contacts__button {
	height: 50px;
}

.about-history-callback{
	margin-bottom: 30px;
}

.about-history-slider {
	display: flex;
	gap: 20px;
}

.about-history-slider .slick-arrow{
	width: 72px;
	height: 72px;
	background: rgba(0, 0, 0, 0.81);
	border-radius: 50%;
	z-index: 2;
}

.about-history-slider .slick-prev:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 72px;
	background: url("about-arrow-left.png") no-repeat center;
}

.about-history-slider .slick-next:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 72px;
	background: url("about-arrow-right.png") no-repeat center;
}

.about-history-slider .slick-prev{
	left: -32px;
}

.about-history-slider .slick-next{
	right: 0;
}

#about-docs-callback{
	width: 416px;
	height: 72px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 55px;

	font-style: normal;
	font-weight: 450;
	font-size: 20px;
	line-height: 70px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #1A1A1A;
	margin-top: 60px;
	cursor: pointer;
}

#about-docs-callback:hover{
	border-color: #2c508f;
	background: #2c508f;
	color: #fff;
}

.about-cats__name{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
	letter-spacing: -0.01em;
	color: #424242;
	margin-top: 8px;
}

.about-cats__desc{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	letter-spacing: -0.01em;
	color: #424242;
	margin-top: 7px;
}

.about-cats__image{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-cats-flex {
	position: relative;
	display: flex;
}
.about-cats-flex .carousel__button {
	align-items: center;
	aspect-ratio: 1;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(66,66,66,.15);
	display: flex;
	flex-shrink: 0;
	height: unset;
	justify-content: center;
	opacity: 1;
	position: static;
	transform: unset;
	transition: .3s;
	width: 46px;
}
.about-cats-flex .carousel__button:disabled, .about-cats-flex .carousel__button[disabled] {
	background: #e5e5e5;
}
.about-cats-flex .carousel__button::after {
	background: #424242;
	content: "";
	display: inline-block;
	height: 10px;
	-webkit-mask-image: url(/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg);
	mask-image: url(/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	opacity: .3;
	transition: .3s;
	width: 14px;
}
.about-cats-flex .carousel__button.is-prev::after {
	transform: rotate(180deg);
}
.about-cats-flex .carousel__button:disabled::after, .about-cats-flex .carousel__button[disabled]::after {
	opacity: .3;
}
.about-cats-flex .carousel__button svg {
	display: none;
}

.about-cats-flex .carousel__track {
	margin: 0 -10px;
}

.about-cats-flex .carousel__nav {
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	right: -20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.about .about-cats-element{
	/*width: calc(25% - 25px);*/
	margin: 0 10px;
	width: 33%;
	height: auto;
	overflow: hidden;
	padding: 7px 16px 28px;
	border-radius: 3px;
	border: 1px solid #E5E5E5;
	background: #FFF;
}

.about-cats-element a{
	text-decoration: none;
}

.about-cats{
	margin-top: 50px;
}

.about-cats-title{
	margin-bottom: 40px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: #424242;
}

.about-cats-text{
	margin-top: 40px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #424242;
}

.about-map-title{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: #424242;
	margin-top: 50px;
	margin-bottom: 32px;
}

.about-map-wrapper{
	width: 100%;
	height: auto;
}

.about .partners-slider-1 .partner-item--pic {
	aspect-ratio: 1.9;
	height: auto;
}
.about .vjs-big-play-centered .vjs-big-play-button {
	background: transparent;
	border: 0;
}
.about .vjs-big-play-centered .vjs-big-play-button:before {
	font-size: 50px;
}

@media (max-width:  991px) {
	.about-history-text__title{
		font-weight: 450;
		font-size: 20px;
		line-height: 23px;
	}
	.about-history-text p{
		font-size: 16px;
		line-height: 190.3%;
	}
	.about-history-flex{
		display: block;
	}
	.about-history-callback{
		display: none;
	}
	.about-history-text{
		width: 100%;
		margin-bottom: 40px;
	}
	.about-history-slide__image{
		width: 100%;
	}
	.about-docs-flex{
		flex-wrap: wrap;
	}
	.about-docs-flex__contacts,
	#about-docs-callback{
		width: 100%;
	}
	#about-docs-callback{
		margin-top: 28px;
	}
	.about-docs-flex__contacts{
		margin-top: 40px;
	}
	.about-docs-flex__files{
		width: 100%;
	}
	.about-docs-flex__files-flex{
		gap: 17px;
	}
	.about-numbers-title{
		font-size: 20px;
		line-height: 23px;
		margin-top: 30px;
	}
	.about-numbers-flex{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.about-numbers-flex__numbersBlock{
		width: 100%;
		flex-wrap: wrap;
	}
	.about-numbers-flex__text{
		width: 100%;
	}
	.numbersBlock-element__number{
		font-weight: 500;
		font-size: 40px;
		line-height: 46px;
	}
	.numbersBlock-element__text{
		font-size: 16px;
		line-height: 190.3%;
	}
	.numbersBlock-element{
		margin-bottom: 28px;
	}
	.about-video{
		width: 100%;
		height: 50vw;
		margin-top: 37px;
	}
	.about-video .video-js{
		height: 100%;
	}
	.about-cats-title{
		font-weight: 450;
		font-size: 20px;
		line-height: 23px;
	}
	.about-partners-title,
	.about-docs-flex__files-title {
		font-weight: 450;
		font-size: 20px;
		line-height: 23px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.about-map-title{
		font-weight: 450;
		font-size: 20px;
		line-height: 23px;
		margin-top: 30px;
	}
	.about-map-wrapper{
		width: 100%;
	}
	.about-cats-text{
		width: 100%;
	}
	.about-cats__image{
		height: 230px;
		overflow: hidden;
	}
	.about-cats__name{
		font-style: normal;
		font-weight: 450;
		font-size: 20px;
		line-height: 23px;
		margin-top: 10px;
	}
	.about-cats__desc{
		font-size: 15px;
		line-height: 17px;
	}
	.about__tab{
		flex-shrink: 1;
		flex-grow: 1;
		margin-right: 10px;
	}
	#about__tab3, #about__tab4{
		flex-shrink: 0;
		flex-grow: 2;
	}
	.about-cats{
		margin-top: 30px;
	}
	.about-cats-element {
		width: 50%;
	}
}
@media (max-width: 575.98px) {
	.about-history-slider {
		flex-wrap: wrap;
	}
	.about-history-slide {
		width: 100%;
	}
	.about-cats-element {
		width: 100%;
	}
	.about-docs-flex__file {
		width: calc(50% - 9px);
		height: 200px;
	}
}
@media (min-width: 575.98px) {
	.about-cats-flex:after,
	.about-cats-flex:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 122px;
		transition: .3s;
		opacity: 0;
		visibility: hidden;
	}
	.about-cats-flex:after {
		right: 0;
		opacity: 1;
		visibility: visible;
		background: linear-gradient(270deg, #FFF 25.82%, rgba(255, 255, 255, 0.00) 100%);
	}
	.about-cats-flex.finish:after {
		opacity: 0;
		visibility: hidden;
	}
	.about-cats-flex:before {
		left: 0;
		background: linear-gradient(90deg, #FFF 25.82%, rgba(255, 255, 255, 0.00) 100%);
		z-index: 1;
	}
	.about-cats-flex.finish:before {
		opacity: 1;
		visibility: visible;
	}
}