.about-width {
	width: 80%
}

p, ul {
	font-size: 19px;
	line-height: 190%;
	font-weight: 600;
}

.block {
	margin: 100px 0 !important;
}

.block.gray {
	background: #F4F5F7;
	padding: 80px 0;
}

.left-photo-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 140px 0 80px;
}

.left-photo-box h2 {
	color: #fff;
}

.left-photo-box .location-tag {
	color: #fff;
}

.left-photo-box .location-tag::before {
	filter: brightness(0) invert(1);
}


.photo {
	box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.20);
	overflow: hidden;
	border-radius: 10px;
}

.left-photo-box .photo {
	width: 715px;
	height: 475px;
	position: relative;
	z-index: 100;
}

.left-photo-box .photo img {
	width: 100%;
	height: auto;
}


.text {
	background: #828FA4;
	padding-left: 430px;
	margin-left: -370px;
	position: relative;
	z-index: 10;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 85px;
	display: grid;
	align-items: center;
	height: calc(100% + 80px);
	margin-top: -40px;

	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 180%;
}

.two-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
}
.two-column .photo {
	width: 100%;
	height: fit-content;
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

.photo.height img {
	width: auto;
	height: 100%;
}

.two-column .photo img {
	width: 100%;
	height: auto;
}

.location-tag {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
}

.location-tag::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 17px;
	background: url('img/location.svg');
	background-size: contain !important;
	margin-right: 15px;
	vertical-align: -3px;
}

.welcome {
	text-align: center;
	width: 50%;
	margin: 0 auto;
	margin-top: 110px;
	display: table;
}

.blue .text {
	background: #156fb3;
}


.main-info-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: space-between;
	margin-bottom: 80px;
}
.main-info-list .MI-item {

}
.main-info-list .MI-item .gerb {
	background: url('img/gerb.svg') no-repeat;
	width: 78px;
	height: 100px;
	background-size: contain !important;
}
.main-info-list .MI-item .numb {
	font-size: 72px;
    font-weight: bold;
    color: #000;
    line-height: 100%;
}
.main-info-list .MI-item .numb-tag {
	font-size: 48px;
    font-weight: bold;
    color: #96A9C5;
    line-height: 100%;
    text-align: right;
    margin-top: -13px;
}
.main-info-list .MI-item-name {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-top: 12px;
	line-height: 130%;
}


@media (max-width: 796px) {
	p, ul {
		font-size: 17px;
	}

	.text {
		margin: initial;
		height: initial;
		padding: 40px;
	}

	.two-column {
		grid-template-columns: 1fr;
		gap: 0px;
	}

	.left-photo-box {
		margin: 0;
		grid-template-columns: 1fr;
	}

	.block.gray {
		padding: 50px 0;
	}

	.block {
		margin: 50px 0 !important;
	}

	.two-column .photo {
		order: 1;
	}

	.left-photo-box .photo {
		width: 100%;
		height: initial;
		max-height: 300px;
	}

	.about-width {
		width: 100%;
	}
}