body {
	font-family: "Roboto", serif;
	font-optical-sizing: auto;
	font-weight: 420;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
}
.text-about {
	/* text-decoration: underline; */
}
.main-logo-images {
	width: 120px;

	color: white;
}
.f1_content {
	margin-top: 10px;
	background-color: #f0eded;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 115px;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.f2_content {
	margin-top: 10px;
	background-color: #f0eded;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 115px;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
#hero {
	width: 100%;
	height: 100vh;
	background: url(../images/main_png.png);
	background-size: cover;
	position: relative;
}

#hero::before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	bottom: 0;
}
.main__name {
	color: white;
	text-shadow: 1px 1px;
	font-weight: 700;
}
.work {
	color: white;
}

.icon_logo {
	color: white;
}
.suppport-main {
	margin-top: 55px;
}
.support__text {
	font-weight: 700;
}
.header__work {
	margin-top: 50px;
	padding-top: 30px;
}
.box__support {
	min-width: 90px;
	min-height: 160px;

	margin-right: 2px;
}
.about__as {
	font-size: 20px;
	text-align: center;
}
.mont__img {
	background: url(../images/office.jpg) no-repeat;
	width: 200px;
	height: 200px;
}
.office__img {
	background: url(../images/mont.jpg) no-repeat;
	width: 200px;
	height: 200px;
}
.image1 {
	background: url(../images/images_partners/1.png) no-repeat;
	min-width: 300px;
	min-height: 200px;
	align-self: center;
}
.__partners {
	margin: 0 auto;
}
.image2 {
	background: url(../images/images_partners/2.png) no-repeat;
	min-width: 300px;
	min-height: 200px;
	align-self: center;
}
.image3 {
	background: url(../images/images_partners/3.png) no-repeat;
	min-width: 300px;
	min-height: 200px;
	align-self: center;
}
.image4 {
	background: url(../images/images_partners/4.png) no-repeat;
	min-width: 300px;
	min-height: 200px;
}
.image5 {
	background: url(../images/images_partners/5.png) no-repeat;
	min-width: 300px;
	min-height: 200px;
}
.image6 {
	background: url(../images/images_partners/6.png) no-repeat;
	min-width: 300px;
	min-height: 200px;
}
.image7 {
	background: url(../images/images_partners/7.png) no-repeat;
	min-width: 300px;
	min-height: 200px;
}
.image8 {
	background: url(../images/images_partners/8.png) no-repeat;
	min-width: 250px;
	min-height: 200px;
}
.image9 {
	background: url(../images/images_partners/9.png) no-repeat;
	min-width: 300px;
	min-height: 200px;
}

.about_as1 {
	background: url(../images/about_as/about_as1.png) no-repeat;
	min-width: 100px;
	min-height: 200px;

	margin-bottom: 5px;
}
.about_as2 {
	background: url(../images/about_as/about_as2.png) no-repeat;
	min-width: 100px;
	min-height: 200px;

	margin-bottom: 5px;
}
.about_as3 {
	background: url(../images/about_as/about_as3.png) no-repeat;
	min-width: 100px;
	min-height: 200px;

	margin-bottom: 5px;
}
.about_as4 {
	background: url(../images/about_as/about_as7.png) no-repeat;
	min-width: 100px;
	min-height: 200px;

	margin-bottom: 5px;
}

.presentation1 {
	background: url(../images/presentations/presentation1.png) no-repeat;
	min-width: 300px;
	min-height: 700px;
}

.presentation2 {
	background: url(../images/presentations/presentation2.png) no-repeat;
	min-width: 300px;
	min-height: 700px;
}

.presentation3 {
	background: url(../images/presentations/presentation3.png) no-repeat;
	min-width: 300px;
	min-height: 700px;
}
.presentation4 {
	background: url(../images/presentations/presentation4.png) no-repeat;
	min-width: 300px;
	min-height: 700px;
}
.presentation5 {
	background: url(../images/presentations/presentation5.png) no-repeat;
	width: 500px;
	height: 700px;
}
.presentation6 {
	background: url(../images/presentations/presentation6.png) no-repeat;
	min-width: 300px;
	min-height: 700px;
}
.presentation7 {
	background: url(../images/presentations/presentation7.png) no-repeat;
	min-width: 300px;
	min-height: 700px;
}
.developer {
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 2px;
	background-color: black;
}
.contact__info {
	display: flex;
	justify-content: center;
	justify-items: center;
	gap: 220px;
	margin-left: 15%;
}
.info__text {
	margin-left: 700px;
}
@media (min-width: 375px) {
	.container {
	}
	.navbar {
	}

	.main__name {
		font-size: 30px;
	}
	.work {
		font-size: 16px;
	}
	.contact__info {
		flex-direction: column !important;
	}
	.email__text {
	}
	.phone___text {
	}

	.f1_content,
	.f2_content,
	.row-p1,
	.row-p2,
	.row-p3 {
		padding-left: 34px;
	}

	.p4_1-image,
	.p5_1-image,
	.p6_1-image,
	.p7_1-image,
	.p8_1-image,
	.p9_1-image,
	.p10_1-image,
	.p11_1-image,
	.p12_1-image,
	.p13_1-image {
		width: 300px;
		height: 300px;
		margin: 0 auto;
	}
	.p10_1-image {
		margin-top: -285px;
	}
	.p9_1-image {
		margin-top: -115px;
	}
	.p11_1-image {
		margin-top: -115px;
	}
	.p4_1-full-text,
	.p5_1-full-text,
	.p6_1-full-text,
	.p7_1-full-text,
	.p8_1-full-text,
	.p9_1-full-text,
	.p10_1-full-text,
	.p11_1-full-text,
	.p12_1-full-text,
	.p13_1-full-text {
		padding-top: 0px !important;
		text-align: center;
	}
	.p13_1-sub-text {
	}
	.p10_1-sub-text {
		margin-top: -15px;
		text-align: center;
	}
	.p11_1-sub-text {
		margin-top: -14px;
		text-align: center;
	}
	.row-p10_1 {
		padding-bottom: 10px;
		padding-left: 4px;
	}
	.text-white {
		font-size: 12px;
	}
}
