.about-page__title-block {
	position: relative;
	z-index: 1;
	margin-bottom: 20px
}

@media (min-width:576px) {
	.about-page__title-block {
		margin-bottom: 50px
	}
}

@media (min-width:992px) {
	.about-page__title-block {
		margin-bottom: 80px
	}
}

.about-page__title-img {
	margin-bottom: 20px
}

@media (min-width:768px) {
	.about-page__title-img {
		margin-bottom: 0;
		max-width: 66%
	}
}

@media (min-width:992px) {
	.about-page__title-img {
		max-width: 80%
	}
}

@media (min-width:1200px) {
	.about-page__title-img {
		max-width: 100%
	}
}

.about-page__text {
	font-size: 16px;
	line-height: 110%;
	margin-bottom: 40px
}

@media (min-width:576px) {
	.about-page__text {
		text-align: center;
		margin-bottom: 70px;
		font-size: 22px
	}
}

@media (min-width:992px) {
	.about-page__text {
		font-size: 25px
	}
}

.about-page__title-text {
	font-size: 16px;
	line-height: 120%;
	max-width: 420px
}

@media (min-width:576px) {
	.about-page__title-text {
		font-size: 22px
	}
}

@media (min-width:768px) {
	.about-page__title-text {
		z-index: 1;
		top: 0;
		position: absolute;
		right: 0
	}
}

@media (min-width:992px) {
	.about-page__title-text {
		font-size: 25px;
		max-width: 490px
	}
}

@media (min-width:1200px) {
	.about-page__title-text {
		font-size: 35px
	}
}

@media (min-width:1440px) {
	.about-page__title-text {
		max-width: 760px
	}
}

.about-page__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px
}

@media (min-width:576px) {
	.about-page__items {
		gap: 12px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.about-page__item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0;
}

.about-page__item_center {
	text-align: center
}

.about-page__item_center .about-page__item-text {
	margin-left: auto;
	margin-right: auto
}

.about-page__item-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	color: #666;
	margin-bottom: 15px
}

@media (min-width:576px) {
	.about-page__item-title {
		margin-bottom: 25px
	}
}

.about-page__item-title span {
	font-size: 40px
}

@media (min-width:768px) {
	.about-page__item-title {
		font-size: 40px
	}

	.about-page__item-title span {
		font-size: 70px
	}
}

@media (min-width:992px) {
	.about-page__item-title {
		font-size: 60px
	}

	.about-page__item-title span {
		font-size: 90px
	}
}

.about-page__item-title_red {
	color: #e30513
}

.about-page__item-text {
	max-width: 240px
}

.title-row_facts .title-row__text {
	max-width: 709px;
}

.title-row_facts {
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

@media (min-width:992px) {
	.title-row_facts {
		align-items: flex-end;
		flex-direction: row;
		justify-content: flex-start;
		gap: 35px;
	}
}



.facts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 12px
}

.facts__col {
	/* -webkit-box-flex: 0;
	-ms-flex: 0 1 470px;
	flex: 0 1 470px */
}

@media (min-width:576px) {
	.facts__col {
		/* -webkit-box-flex: 0;
		-ms-flex: 0 1 470px;
		flex: 0 1 470px */
	}
}

.facts__number {
	font-weight: 700;
	font-size: 50px;
	line-height: 100%;
	color: #666;
	margin-bottom: 10px
}

@media (min-width:576px) {
	.facts__number {
		font-size: 70px
	}
}

@media (min-width:768px) {
	.facts__number {
		font-size: 90px
	}
}

.facts__number span {
	color: #e30513
}

.facts__title {
	font-weight: 700;
}

.facts__item {
	display: flex;
	gap: 24px;
}

.facts__item-left {
	flex: 0 0 102px;
}

@media (min-width:576px) {
	.facts__item-left {
		flex: 0 0 182px;
	}
}

.facts__item-right {}

.facts__img {
	border-radius: 15px;
}

.work__info_355 {
	max-width: 355px;
}

.we-item {
	background-color: #F2F3FB;
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 24px;
}

.we-item-block {
	margin-top: 60px;
}

.partners-slider {
	border: 1px solid #d9d9d9;
	border-radius: 12px
}

.partners-slider__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 32px 12px;
	height: 129px;
	border-right: 1px solid #d9d9d9
}

.section_gray {
	background-color: #F2F3FB;
}

.slider-btn__item_white {
	background-color: #fff;
}

.comment-review {
	padding: 30px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	border-radius: 15px;
}

.comment-review__img {}

.comment-review__text {
	margin-bottom: 35px
}

.comment-review__link {
	font-weight: 700;
	line-height: 120%;
	font-size: 14px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	-webkit-transition: color .35s ease-out;
	transition: color .35s ease-out
}

.comment-review__link:hover {
	text-decoration: none;
	color: #e30513
}

@media (min-width:576px) {
	.comment-review__link {
		font-size: 17px
	}
}

.comment-review__link-svg {
	width: 25px;
	height: 24px
}

.comment-review__qoutes {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 30px;
}

.comment-review__row {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 24px;
}

.comment-review__row-left {}

.comment-review__img {
	width: 69px;
	height: 69px;
	object-fit: cover;
	border-radius: 50%;
}

.comment-review__row-right {}

.comment-review__name {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 120%;
	color: #000;
}

.comment-review__pos {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #666;
}

.breadcrumb-block_pt {
	padding-top: 30px;
}

.logo__img {
	max-width: 90px;
}

.content_mb0 {
	margin-bottom: 0;
}

.news-item__img {
	aspect-ratio: 4/3;
	object-fit: cover;
}

.consult-form__row {
	margin-bottom: 30px;
}

.consult-form__file-block {
	margin-bottom: 50px;
	border-color: #fff;
}

.contacts-item__text_white {
	color: #fff;
	display: block;
}

.footer__contacts-row {
	display: flex;
	gap: 5px;
}

.vacansi__title {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

/* 
@media (min-width:1200px) {
.header__center-right {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
}
}
.header__center-right .contacts-item {
	gap: 8px;
}
.header__center-right .contacts-item__text {
	font-size: 16px;
	
}
.header__center-right .contacts-item__text_phone {
	font-size: 18px;
	
}
.header__center-right .contacts-item__svg{
	height: 24px;
	width: 24px;
} */

.menu__list {
	gap: 0;
}

.header__site {
	color: #000;
}

.header__site:hover {
	color:  #e30513;
	text-decoration: none;
}