@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
#aboutHat {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 955px;
	z-index: -1;
	background-position: center center;
	background-size: cover;
}
#about .main-promo-box {
	position: relative !important;
	margin-bottom: 270px;
	top: 0px !important;
	max-width: 750px;
}
#about .main-promo-box h1 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
	text-transform: none !important;
	font-family: Geometria;
}
#about .main-promo-box p.aboutTxt {
	font-style: normal;
	font-size: 30px;
	line-height: 60px;
	text-transform: capitalize;
	font-family: Geometria;
	font-weight: normal;
}
#aboutHeel {
	position: relative;
}
#aboutDetailText {
	background: #222222;
	color: #FFF;
	padding: 67px 0px 67px 100px;
	margin-left: 460px;
	font-family: Geometria;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;
	position: relative;
	margin-bottom: 182px;
}
#aboutDetailText:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #222222;
	z-index: -1;
	width: 500%;

}
#dvigloBox {
	position: absolute;
	width: 639px;
	height: 306px;
	left: -125px;
	top: 263px;
	background: #FFC100;
}
#dviglo {
	position: absolute;
	left: 175px;
	top: -230px;
}
@media (max-width: 1000px) {
	#about .main-promo-box {
		margin-top: 110px;
		max-width: 100%;
		padding: 40px;
		font-size: 35px;
		line-height: 40px;
		display: inline-block;
		margin-bottom: 100px;
		height: 240px;
	}
	#about .main-promo-box h1 {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 38px;
		line-height: 40px;
		text-transform: none !important;
		font-family: Geometria;
	}
	#aboutHat {
		height: 600px;
	}
	#aboutDetailText {
		position: relative;
		width: 100%;
		clear: both;
		margin-left: -20px;
		margin-bottom: auto;
	}
	#dvigloBox {
		position: relative;
		clear: both;
		left: auto;
		top: -30px;
		height: auto;
		float: left;
		width: auto;
		padding: 0px 20px;
		margin-bottom: 70px;
	}
	#dviglo {
		position: relative;
		left: auto;
		top: auto;
		text-align: center;
	}
}
@media (max-width: 600px) {
	#about .main-promo-box {
		margin-right: -20px;
	}
}

@media (max-width: 600px) {
#about .main-promo-box h1 {
		margin-bottom: 10px;
		font-weight: 600px;
		font-size: 28px;
		line-height: 30px;
		text-transform: none !important;
		font-family: Geometria;
	}

#about .main-promo-box p.aboutTxt {
    font-style: normal;
    font-size: 23px;
    line-height: 60px;
    text-transform: capitalize;
    font-family: Geometria;
    font-weight: normal;
}

}