@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@0;1&display=swap');
html{
	box-sizing: border-box;
}
*, *:after, *:before{
	box-sizing: border-box;
}
body{
	font-family: 'Roboto', sans-serif;
}
.wrap{
	display: flex;
	max-width: 960px;
	background: #eaeaea;
	margin: 20px auto;
	justify-content: space-between;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
}
.avatar{
	height: 230px;
	background-image: url(../img/avatar.jpg);
	background-size:cover ;
	background-position: center;
	background-repeat: no-repeat;
}
.profile{
	flex-basis: 35%;
	background: #39383a;
	color: #ababab;
}
.profile-info{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 70px; 
}
.heading{
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding-bottom: 1rem;
}
.heading-light{
	color:#fff;
	border-bottom:2px dashed #5a5a5a; 
	
}
.text{
	font-size: 13px;
	line-height: 24px;
}
.contacts-head{
	display: flex;
	align-items: center;
	flex-direction: row;
}
.icon{
	margin-right: 1rem;
	height: 16px;
}
.contacts-title{
	margin-bottom: 13px;
	color: #fff;
	font-size: 16px ;
}
.contacts-text{
	color:#ababab;
	text-decoration: none;
	margin-left: 2rem;
	line-height: 20px;

}
.contacts-item{
	padding-bottom: 24px;
	border-bottom:2px dashed #5a5a5a; 
}
.contacts{
	margin-bottom: 70px;
}
address{
	font-style: normal;
}
.language{
	height: 100px;
	width: 100px;
	border: 6px solid #5c5c5c;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 30px;
	margin-right: 30px;
}
.language:nth-child(3){
	margin-bottom: 0;
}
.languages-text{
	text-transform: uppercase;
	font-size: 11px;

}
.language-per{
	font-size: 15px;
	font-weight: 600;
} 
.languages-items{
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;

}	
.lines{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.line{
	display: block;
	width: 90px;
	height: 2px;
	background: #5c5c5c;
	margin-top: 10px;
	margin-bottom: 10px;
}
.line:nth-child(2){
	width: 100px;
	margin-left: 20px;
}
.resume{
	padding: 25px 30px;
	flex-basis: 62%;
	background: #fff;
}
.resume-wrap{
	border: 1px solid rgba(168, 168, 168, 0.44);
	padding: 36px 56px;
	min-height: 100%;
}
.logo{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.logo-img{
	height: 90px;
	width: 90px;
	border-radius: 50%;
	border: 1px solid #39383a;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-lines{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-left: 17px;
	margin-right: 17px;

}
.logo-line{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 43px;
	height: 2px;
	background: #39383a;
}
.logo-lines_left .logo-line:nth-child(2){
	margin-right: 20px;
	width: 55px;
}
.logo-lines_right .logo-line:nth-child(2){
	margin-left: 20px;
	width: 55px;
}
.about{
	text-align: center;
	border-bottom: 1px solid rgba(168, 168, 168, 0.44);
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.name{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin-bottom: 10px;
}
.position{
	display: inline-block;
	font-size: 9px;
	text-transform: uppercase;
	color:#808080;
	margin-bottom: 30px;
}
.about-address{
	font-size: 17px;
	margin-bottom: 15px;
	font-family: Roboto;
}
.about-contacts{
	font-size: 10px;
}
.about-contacts-link{
	text-decoration: none;
	color:#777777;
	padding: 1px 15px;
}
.about-email{
		border-right: 2px solid rgba(168, 168, 168, 0.44);
		border-left: 2px solid rgba(168, 168, 168, 0.44);
}
.heading-dark{
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid rgba(168, 168, 168, 0.44);
	margin-bottom: 37px;
}
.list{
	list-style: none;
	padding-left: 0;
}
.list-item{
	padding-left: 40px;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px dashed #ececec;
}
.list-item:before{
	content: '';
	position: absolute;
	left: 0;
	top:5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #000;
}
.list-title{
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.list-date{
	font-size: 10px;
	text-transform: uppercase;
}
.list-text{
	font-size: 10px;
	color: #777777;
}
.heading-skills{
	margin-bottom: 48px;
}
.list-skills{
	list-style: none;
	padding-left: 0;
}
.list-skills-item{
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 11px;
	display: flex;
	justify-content: space-between;
}
.level{
	width: 70%;
	height: 8px;
	border: 1px solid #39383a;
	position: relative;
}
.level:before{
	content: '';
	height: 100%;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #898989;

}
.level-70:before{
	width: 70%;
}
.level-85:before{
	content: '';
	width: 85%;
}
.level-67:before{
	content: '';
	width: 67%;
}
.level-90:before{
	content: '';
	width: 90%;
}
.level-75:before{
	content: '';
	width: 75%;
}
.level-60:before{
	content: '';
	width: 60%;
}
.level-65:before{
	content: '';
	width: 65%;
}

@media(max-width: 1024px){
	.wrap{
		width: 90%;
	}
}
@media(max-width: 992px){
	.wrap{
		flex-direction: column;
	}
	.avatar{
	 	height: 400px;
	 	background-position: top;
	}
	.lines{
		display: none;
	}

}
@media(max-width: 768px){
	.wrap{
		width: 80%;
	}
	.resume-wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media(max-width: 567px){
	.logo-img{
		width: 70px;
		height: 70px;
	}
	.logo-lines{
		margin-left: 8px;
		margin-right: 8px;
	}
}
@media(max-width: 480px){
	.wrap{
		min-width: 320px;
	}
	.logo{
		display: none;
	}
	.name{
		letter-spacing: normal;
	}
	.level{
		width: 50%;
	}
}
/*

@media(max-width: 480px){}
*/