.video__block .bgvideo{
	object-fit: cover;
	object-position: center center;
}

body {
	margin: 0;
	padding: 0;
}

.burger__text {
	padding-right: 46px;
}

.block-info {
	background-color: #0C2D3F;
	margin-top: 100vh;
	padding: 161px 0 200px;
}

.block-info__heading,
.block-info__item {
	padding: 0 20%;
	display: flex;
	align-items: center;
}

.block-info__heading {
	margin: 0 0 71px;
}

.block-info__item {
	align-items: flex-start;
	margin-top: 100px;
}

.block-info__heading__text,
.block-info__heading__dash,
.block-info__item__text {
	font-size: 36px;
	line-height: 41px;
	color: white;
	font-family: "Arial Narrow";
}

.block-info__heading__dash {
	margin: 0 32px;
}

.block-info__heading img {
	width: 207px;
}

.block-info__item__icon {
	margin-right: 57px;
}

.block-shades {
	display: flex;
}

.block-shades__item {
	padding: 72px 60px 80px;
	background-color: #556974;
	display: flex;
	align-items: flex-start;
	flex: 1;
	flex-direction: column;
}

.block-shades__item:nth-child(2) {
	background-color: #435B67;
}
.block-shades__item:nth-child(3) {
	background-color: #314B59;
}
.block-shades__item:nth-child(4) {
	background-color: #1F3D4D;
}

.block-shades__item__factoid-descr {
	margin-bottom: 12px;
}

.block-shades__item__icon {
	margin-bottom: 14px;
}

.block-shades__item__factoid {
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 100px;
	line-height: 117px;
	color: white;
}

.block-shades__item__factoid-descr {
	font-family: "Arial Narrow";
	font-size: 36px;
	line-height: 41px;
	color: white;
}

.block-shades__item__text {
	font-size: 18px;
	line-height: 21px;
	font-family: "Arial Narrow";
	color: white;
}

.block-companies {
	padding: 60px 60px;
}

.block-companies__header {
	font-size: 36px;
	line-height: 41px;
	font-family: "Arial Narrow";
	text-transform: uppercase;
	margin-bottom: 60px;
	display: block;
}

.block-contact-us {
	background-color: #0C2D3F;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255, 255, 255, 0.2);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.2);
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.2);
}

.block-contact-us__input {
	background-color: transparent;
	font-size: 24px;
	padding: 15px 22px;
	transition: background-color .2s ease-out;
	line-height: 28px;
	margin-bottom: 24px;
	font-family: "Arial Narrow";
	color: white;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.block-contact-us__input:focus {
	background-color: rgba(255, 255, 255, 0.2);
}

.block-contact-us__heading {
	font-family: "Arial Narrow";
	font-size: 36px;
	line-height: 41px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 33px;
}

.block-contact-us__submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-family: "Arial Narrow";
	font-size: 24px;
	color: white;
	width: 196px;
	padding: 14px 40px;
	border-radius: 100px;
	background-color: #CD4417;
}

.block-contact-us {
	padding: 245px 60px;
	display: flex;
}

.block-contact-us__side {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.block-contact-us__side:first-child {
	margin-right: 101px;
}

.block-companies__logos img {
	max-width: 150px;
	height: auto;
}

.block-companies__logos {
	grid-column-gap: 20px;
	display: grid;
	grid-gap: 35px;
	grid-template-columns: repeat(auto-fit, 200px);
	align-items: center;
}

.block-companies.__underline {
	border-top: #0C2D3F 1px solid;
}

.block-project__category-link {
	font-family: "Arial Narrow";
	position: absolute;
	z-index: 6;
	text-decoration: none;
	bottom: 51px;
	background-color: #0C2D3F;
	font-size: 18px;
	padding: 15px 36px 14px 15px;
	text-transform: uppercase;
	line-height: 21px;
	color: white;
	right: 60px;
}

.block-project__category-link::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 7px 4px;
	border-color: transparent transparent white;
	transform: rotate(90deg);
	position: absolute;
	right: 13px;
	top: 21px;
}

.block-projects__item {
	overflow: hidden;
	position: relative;
	padding: 0 60px;
	display: flex;
	align-items: center;
	height: 90vh;
	min-height: 800px;
	justify-content: space-between;
}

.block-projects__heading {
	font-family: "Arial Narrow";
	font-size: 36px;
	line-height: 41px;
	color: white;
}

.block-projects__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 1;
	object-fit: cover;
	height: 100%;
}

.block-projects__text {
	font-size: 18px;
	font-family: "Arial Narrow";
	line-height: 21px;
	color: white;
}

.block-project__project-link {
	position: relative;
	padding: 15px 20px;
	z-index: 6;
	color: white;
	background-color: #CD4417;
	font-family: "Arial Narrow";
	font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
	display: block;
	line-height: 28px;
	width: fit-content;
	width: -moz-fit-content;
}

.block-projects__content {
	z-index: 6;
	position: relative;
	width: 50vw;
	max-width: 630px;
}

.block-projects__shadow {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #0C2D3F 0%, rgba(12, 45, 63, 0) 70%);
}

.block-project__more {
	font-size: 18px;
	line-height: 21px;
	color: white;
	font-family: "Arial Narrow";
	text-decoration: none;
	background-color: #CD4417;
	padding: 10px 32px 11px 13px;
	display: inline-block;
	margin-top: 6px;
	position: relative;
}

.block-project__more::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 7px 4px;
	border-color: transparent transparent white;
	transform: rotate(90deg);
	position: absolute;
	right: 13px;
	top: 18px;
}

@media screen and (max-width: 870px) {
	.block-info {
		margin-top: 32%;
	}
	.block-info__heading__text,
	.block-info__heading__dash,
	.block-info__item__text {
		font-size: 24px;
		line-height: 28px;
	}

	.block-info__heading,
	.block-info__item {
		padding: 0 50px;
		flex-direction: column;
	}


	.block-info__item__icon {
		margin-right: 0px;
		margin-bottom: 50px;
	}

	.block-shades {
		flex-direction: column;
	}

	.block-project__project-link {
		display: none;
	}

	.block-project__category-link {
		position: relative;
		bottom: 0px;
		right: 0;
		margin-top: 66px;
		display: block;
		text-align: center;
	}

	.block-project__category-link:after {
		display: none;
	}

	.block-projects__item {
		height: auto;
		padding: 60px;
		min-height: unset;
		display: block;
	}

	.block-contact-us {
		flex-direction: column-reverse;
		padding: 60px;
	}
}
