* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
li {
	list-style: ;
}

body {
	font-family: 'Open Sans', sans-serif;
}
header {
	width: 100%;
	background-color: #000;
	display: flex;
	position: fixed;
}
.header_logo {
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 24px;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 12%;
}
nav {
	margin-top: 20px;
	margin-left: 29%;
}
.topnav a {
	color: #fff;
	text-align: center;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: bold;
}
.topnav a:hover {
	border-bottom: 3px solid #fcac45;
}
.topnav .icon {
	display: none;
}
main {
	display: flex;
	flex-direction: column;
	width: 100%;
}
main .main_welcome {
	background: url(../img/10.jpg) no-repeat  center/100% 100%;
	text-align: center;
	padding: 20% 0 15% 0;
}
main .main_welcome p {
	color: #000;
	font-size: 27px;
}
main .main_welcome h1 {
	color: #000;
	font-size: 65px;
}
main .tel {
	color: #000;
	font-size: 44px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #fcac45, 0 0 1em yellow;
}
.mycompany {
	color: #fcac45;
}
.wrapper {
	width: 76%;
	margin: 0 auto;
}
.main_about {
	display: flex;
	padding: 100px 0 100px 0;
}
.about_left img {
	border-radius: 10%;
}
.about_left img:hover {
opacity: 0.6;
}
.about_right {
	margin-left: 175px;
}
.about_right h2 {
	display: inline-block;
	border-bottom: 3px solid #fcac45;
	padding-bottom: 10px;
	font-size: 30px;
}
.about_right h2:after {
	display: none;
}
.about_right p {
	font-size: 16px;
	margin: 30px 0 40px 0;
	color: #6c6c6c;
	
}
.about_right li  {
 padding-left: 25px;
 margin-left: 25px;
 margin-top: 10px;
  }
.mw-100 {
	max-width: 100%;
}
.main_team {
	background: #DAD8DB;
	text-align: center;
	padding: 80px 0 150px 0;
	color: #000;
}
.main_team h2 {
	font-size: 44px;
	padding-bottom: 80px;
}
h2:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 100px;
	padding-top: 30px;
	border-bottom: 3px solid #fcac45;
}
/*.line {
	width: 100px;
	height: 3px;
	background: #fcac45;
	position: relative;
	left: 45.5%;
	margin-bottom: 85px;
}*/
.photo {
	background: url(../img/roz.png);
	width: 125px;
	height: 125px;
	border-radius: 10%;
	margin: 20px auto;
}
.photo2 {
	background: url(../img/perf.png);
	width: 125px;
	height: 125px;
	border-radius: 10%;
	margin: 20px auto;
}
.photo3 {
	background: url(../img/diag.png);
	width: 125px;
	height: 125px;
	border-radius: 10%;
	margin: 20px auto;
}
.photo4 {
	background: url(../img/rem.png);
	width: 125px;
	height: 125px;
	border-radius: 10%;
	margin: 20px auto;
}

.main_testimonials {
padding: 20px 0 60px 0;	
text-align: center;	
}
.main_testimonials	h2 {
	margin-top: 60px;
	margin-bottom: 10px;
	font-size: 44px;
	padding-bottom: 50px;
	color: #6c6c6c;
	}
.main_testimonials p {
	font-size: 18px;
	margin-bottom: 30px;
	color: #6C6C6C;
}	
.team_cards {
	display: flex;
}
.card {
	margin: 0 40px;
}
.name {
	font-size: 22px;
	margin-bottom: 7px;
}
.position {
	font-size: 16px;
	margin-bottom: 25px;
}
.about_position {
	font-size: 16px;
}
.services_cards {
	text-align: center;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 20px;
}
.main_services h2 {
	text-align: center;
	font-size: 44px;
	padding: 60px 0 60px 0;
	color: #6c6c6c;
	padding-bottom: 50px;
}
.main_services p {
	color: #6c6c6c;
	font-size: 20px;
	text-align: center;
	margin-bottom: 80px;
}
.services_card h4 {
	margin-top: 20px;
	margin-bottom: 50px;

}
.main_callme {
	background: #ececec;
	text-align: center;
}
.main_callme p {
	color: #000;
	font-size: 44px;
}
.main_callme img {
	padding: 10px 0 0 0;
}
.main_callme a {
	font-size: 35px;
	color: #fcac45;
	font-weight: bold;	
}
.main_work {
	text-align: center;
	padding: 60px 0 50px 0;
}
.main_work h2 {
	font-size: 44px;
	margin-bottom: 20px;
	color: #6c6c6c;
	margin-bottom: 60px;
}
.main_work p {
	margin-bottom: 100px;
	color: #6c6c6c;
}
.line1 img {
	border: 2px solid #fcac45;
	padding: 15px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.line2 img {
	border: 2px solid #fcac45;
	padding: 15px;
	margin-right: 40px;
	margin-bottom: 20px;
	}
	.line3 img {
	border: 2px solid #fcac45;
	padding: 15px;
	margin-right: 40px;
	margin-bottom: 20px;
	}
.main_map {
	text-align: center;
	padding: 10px 0 0 0;
	color: #6c6c6c;
}
.main_map h2 {
	font-size: 44px;
	padding-bottom: 10px;
}
footer {
	width: 100%;
	height: auto;
	background: #222222;
	padding: 10px 0 10px 0;
}
.social {
	display: flex;
	justify-content: center;	
}
.social img:hover {
	opacity: 0.9;
}




@media screen and (max-width: 1010px) {
	/*.topnav a {
		display: none;
	}
	.topnav a.icon {
		float: right;
		margin-top: -17px;
		display: block;
		color: #fff;
		font-size: 24px;
	}	
	nav {
		width: 100%;
		margin-top: 30px;
	}
	.topnav.responsive {
		position: relative;
		top: 50px;
		left: -200px;
	}
	header .topnav.responsive {
		height: 340px;
		padding: 100px 0 200px 0;
	}
	.topnav.responsive a.icon {
		position: absolute;
		top: -50px;
		right: -200px;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}*/


main .main_welcome {	
	padding: 70px 0 70px 0;
}
main .main_welcome h1 {
	font-size: 90px;
}
main .main_welcome p {
	font-size: 34px;
	padding-bottom: 10px;
}
.about_right h2 {
	font-size: 50px;
}
.about_right p {
font-size: 30px;
}
.about_right li {
	font-size: 25px;
}
.main_team h2 {
	font-size: 60px;
}
.name {
	font-size: 30px;
	}
.about_position {
	font-size: 25px;
}
.mw-100 {
	min-width: 100%;
}
.main_about {
	flex-direction: column;
}
.about_right {
text-align: justify;
margin-left: 0;
}
.team_cards {
	flex-direction: column;
}
.main_testimonials h2 {
	font-size: 39px;
}
.main_testimonials p {
	font-size: 20px;
}
.services_cards {
	grid-template-columns: auto;
}
.main_services h2 {
	font-size: 55px;
}
.main_services p {
	font-size: 25px;
}
.main_work h2 {
	font-size: 55px;
}
.main_work p {
	font-size: 25px;
}

.line1 img:not(:first-child) {
	display: none;
}
.line2 img:not(:first-child) {
	display: none;
}
.line3 img:not(:first-child) {
	display: none;
}
}



