a:hover !.footer{
	color: #24C8C3;
}

.status-block {
    position: absolute;
    top: 8px;
    width: 100%;
    z-index: 6;
    text-align: center;
    font-size: 32px;
    padding: 32px;
}

.info-block {
    padding-top: 8px;
}

.bold {
    font-weight: 420;
}

.subblock {
    margin-top: 160px;
}

.people .intro, .objects .intro {
    height: auto;
}


@media all and (max-width: 900px) {
.subblock {
    height: 100%;
}
}



.subblock-button {
    padding-top: 8px;
}

.banner .intro {
    padding-bottom: 160px;
}



.grid {
	position: absolute;
	z-index: 0;
	top: -30px;
	left: -30px;
	width: 105%;
	height: 105%;
	pointer-events: none;
	background: url("../media/grid.svg");
}

.decor {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	z-index: 5;
	bottom: -50px;
	left: 20px;
}

.decor__rect {
	margin-right: 92px;
	width: 3px;
	height: 4px;
	background-color: #929292;
}

@media all and (max-width: 1400px) {
	.grid {
		background-size: 22%;
	}
}

.inner-page-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 40px;
}

.inner-page-buttons__btn-container {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 30px;
	max-width: 258px;
}





.description {
	padding-top: 16px;
    padding-left: 14px;
	transition: 0.5s ease;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.16;
	color: #fefefe;
}

.description__large {
	padding-top: 16px;
    padding-left: 14px;
	transition: 0.5s ease;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.16;
	color: #fefefe;
}


.description_icon {
    height: 128px;
}

.description_row {
	display: -ms-flexbox;
	display: flex;
	padding: 0px 32px;
}
    

.description_1 {
	padding-top: 16px;
    padding-left: 14px;
	transition: 0.5s ease;
	font-size: 20px;
    font-weight: 400;
	line-height: 1.16;
	color: #000000;
}


.inner-banner {
	position: relative;
	padding-top: 160px;
	padding-bottom: 20px;
 	overflow: hidden;
	background-color: #161a20;
/*     min-height: 100vh; */
}


.inner-banner__content {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0px 20px 120px 80px;
	max-width: 1525px;
}

.inner-banner h1 {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 40px 20px 80px 80px;
	max-width: 1525px;
}

.inner-banner__img-container {
	margin-top: 15px;
	position: relative;
	width: 38%;
}


/*.inner-banner__img-container:before {
	content: '';
	position: absolute;
	top: 18%;
	left: -270px;
	height: 220px;
	width: 560px;
 	background: linear-gradient(90deg, rgba(23,38,43,0) 0%, rgba(17,78,80,0.332) 25.24%, rgba(6,159,156,0.376) 65.55%, rgba(6,159,156,0.4) 97.74%);
}*/

.inner-banner__img {
	position: relative;
	z-index: 2;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.inner-banner .text-block {
	width: 52%;
	padding-right: 11px;
}

.inner-banner .text-block h2 {
	margin-bottom: 20px;
	color: #fff;
}


.inner-banner .text-block p:last-child {
	margin-bottom: 0;
}







.inner-banner .marks {
	top: -8%;
	left: auto;
	right: -6%;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 112%;
	height: 116%;
}


.marks__plus::before {
  font-size: 20px;
  color: #929292;
}



@media all and (max-width: 1400px) {
	.inner-banner {
		padding-bottom: 0px;
	}

 	.inner-banner .marks {
		top: -8%;
		right: -6%;
		width: 112%;
		height: 116%;
	}

	.inner-banner__content {
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0px 20px 120px 40px;
	}

	.inner-banner h1 {
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 20px 20px 80px 65px;
	}

	.inner-banner__img-container:before {
		top: 18%;
		height: 160px;
	}

	.inner-page-buttons {
		padding-top: 0;
	}
}



@media all and (max-width: 1000px) {
	.inner-banner {
		padding-bottom: 0px;
	}

	.inner-banner .text-block {
		padding-top:20px;
		padding-right: 0;
		width: 100%;
	}

	.inner-banner__content {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 40px 0 100px 0px;
		max-width: 540px;
	}

	.inner-banner h1 {
		width: 100%;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0px 0px 100px 0px;
		text-align: center;
		align-items: center;
		margin: 0 auto;
	}

	.inner-banner h2 {
		padding: 10px 20px 0px 0px;
		text-align: center;
		align-items: center;
	}

	.inner-banner__img-container {
		margin: 0 auto;
		width: 75%;
	}
}


@media all and (max-width: 700px) {

	.inner-banner {
		padding-bottom: 0px;
	}

	.inner-banner .text-block {
		padding-top:40px;
		padding-right: 0;
		width: 100%;
	}

	.inner-banner__content {
		flex-direction: column;
		padding: 40px 0 80px 0px;
	}

	.inner-banner h1 {
		width: 100%;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0px 0px 60px 0px;
		text-align: center;
		align-items: center;
		margin: 0 auto;
	}

	.inner-banner h2 {
		padding: 0px 20px 0px 0px;
		text-align: center;
		align-items: center;
	}

}

.text-block ul {
	margin-left: 1lh;
	margin-top: 0px;
	color: white;
	line-height: 1.25;
	list-style-type: '✓ ';
}


.inner-banner__img {
	border-style: solid;
	border-width: 2px;
	border-color: rgba(2,168,163,0.75);
}


.marks {
	position: absolute;
	top: 58%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 600px;
	height: 610px;
}

.marks__plus {
	position: absolute;
	top: 0;
	left: 0;
}

.marks__plus_right-top {
	left: auto;
	right: 0;
}

.marks__plus_left-bottom {
	top: auto;
	bottom: 0;
}

.marks__plus_right-bottom {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

.marks__plus:before {
	font-size: 20px;
	color: #929292;
}



.video-row {
	display: flex;
}
