body{
	background-color: #EAE5E5;
	margin: 0;
}

.container{
	overflow:hidden;
}

.headerBody{
	width:80%;
	margin-left: 10%;
	margin-right: 10%
}

.logo {
	width: 1000px;
}

.box{white-space:nowrap}
.boxF{white-space:nowrap}

.box div{display:inline-block;}
.boxM div{display:inline-block;}
.boxS div{display:inline-block;}
.boxF div{display:inline-block;}

.center{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
   }

.header{
	margin-top: 35px;
}

.name{
	font-family: 'Ubuntu', sans-serif;
}

.name p{
	margin: 0;
}

.name a{
	text-decoration: none;
}

.bigName{
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: rgb(77, 77, 77);
}

.smallName{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(77, 77, 77);
}

.menu{
	margin-left: 30px;
	
}

.menu a{
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #8B8B8B;
	margin-left: 5px;
	margin-right: 5px;
}

.menu a:hover{
    color: #61D0D4;
}

.main{
	margin-top: 70px;
	width: 900px;
}

.photo{
	width: 400px;
	height: 400px;
	margin-top: 50px;
}

.circle{
	width: 100%;
	height: 100%;
	display: block;
    border-radius: 50%;
    border: 0px solid rgba(234, 229, 229, 1);
    background-color: rgba(234, 229, 229, 1);
    overflow: hidden;
}

.hello{
	position: absolute;
	margin-left: 460px;
}

.hello h1{
	font-family: 'Roboto', sans-serif;
	font-size: 80px;
	font-weight: bold;
	margin: 0;
	color: rgb(77, 77, 77);
}

.hello h2{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: lighter;
	margin: 0;
	color: rgb(77, 77, 77);
}

.about{
	margin-top: 50px;
}

.aboutCircle{
	width: 130px;
	height: 130px;
	margin-right: 20px;
}

.aboutCircle a{
	width: 130px;
	height: 130px;
	position: absolute;
    
    border-radius: 50%;
	text-align: center;
	align-items: center;
	
	transition: color 0.4s ease 0s;
    color: #FFFFFF;
	
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	text-decoration: none;
}

.aboutCircle p{
	margin-left: 0;
	margin-top: 55px;
}

.firstC a{
	background-color: rgba(232, 53, 86, 1);
}

.firstC a:hover{
	background-color: rgba(155, 36, 57, 1);
}

.secondC a{
	background-color: rgba(97, 208, 212, 1);
}

.secondC a:hover{
	background-color: rgba(65, 139, 141, 1);;
}

.thirdC a{
	background-color: rgba(209, 201, 38, 1);
}

.thirdC a:hover{
	background-color: rgba(139, 134, 25, 1);
}

.aboutText{
	margin-top: 70px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}

.footer{
	background-color: rgba(232, 53, 86, 1);
	margin-top: 100px;
	width: 100%;
	height: 140px;
}

.footerContacts{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.footerBox{
	margin-left: 200px;
}

.footerBoxL{
	margin-left: 200px;
}

.footerText{
	margin-left: 60px;
}

.footerText h1{
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.footerText h2{
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 14px;
	font-weight: lighter;
	margin: 0;
}

.text{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	word-wrap: inherit;
	margin-top: 5px;
	width: 900px;
}

.list{
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    word-wrap: inherit;
    margin-top: 5px;
}

.subtext {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	word-wrap: inherit;
	margin-top: 5px;
	width: 900px;
	margin-bottom: 5px;
}

.h2Cont{
	font-family: 'Open Sans', sans-serif;
	margin: 5px;
	font-weight: lighter;
}

.h2Cont a{
	text-decoration: none;
	color: black;
}

.secondary{
	margin-top: 50px;
	width: 900px;
}

.title h1{
	font-family: 'Roboto', sans-serif;
	font-size: 80px;
	font-weight: bold;
	margin: 0;
	color: rgb(77, 77, 77);
}

.title h2{
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: lighter;
	margin: 0;
	color: rgb(77, 77, 77);
}

.b{
	width: 45px; position: absolute; height: 45px;
}

.i8yhiy1r_i8yhiy1r svg {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	fill:#61D0D4;
	fill-opacity:1;
	stroke:rgba(0, 0, 0, 1);
	stroke-width:0px;
	}
	
	.i8yhiy1r_i8yhiy1r svg * {
		vector-effect:non-scaling-stroke;
}

h3{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: lighter;
	margin: 0;
	color: rgb(77, 77, 77);
	margin: 0;
}

@media (max-width: 1150px)
{
	 html { overflow-x:  hidden; }
	.main{
		width: 100%;
		margin-top: 30px;
	}
	
	.secondary{
		width: 100%;
	}
	
	.hello{
		position: relative;
		width: 100%;
		margin-left: 0;
	}
	
	.boxS{
		width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.menu{
		margin-left: -5px;
		width: 435px;
		margin: auto;
	}
	
	.smallName{
		margin-bottom: 30px !important;
	}
	
	.menu a{
		font-size: 20px;
	}
	
	.footer{
		height: 220px;
	}
	
	.footerContacts{
		margin-top: -20px;
		padding: 0;
	}
	
	.boxF div{
		display: block;
		width: 100%;
	}
	
	.boxF{
		margin-top: 20px;
	}
	
	.fA{
		display: block;
		width: 200px !important;
		height: 60px;
		margin-left: 35% !important;
	}
	
	.fB{
		display: block;
		width: 200px !important;
		height: 60px;
		margin-left: 35% !important;
	}
	
	.fB svg{
		left: -95% !important;
	}
	
	.fC{
		display: block;
		width: 200px !important;
		height: 60px;
		margin-left: 35% !important;
	}
}





