body {
	font-family: 'Montserrat', sans-serif;
	background-color:#F5F7FA; 
}

.pwe-section{
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	color: black;
	margin-bottom: 10px; 

}

.about-me-profession{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: 000000;
	margin: 0 0 20px 0;
}

.my-name {
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 55px;
	color: #000;
	margin: 0 0 25px 0;
}

.about-me-description{
	width: 400px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}
.main-container{
	display:flex;
	flex-direction: row-reverse;
	width: 1200px;
	background-color: white;
	margin: 40px auto;
	box-shadow: 6px 6px 20px  rgba(0, 0 ,0 ,0,1);
}
/* main contant section*/
.main-contant{
	padding: 100px 90px;
}
/* about-me-section*/
.about-me-section{
	margin: 0 0 40px 0;

}

.my-projects-list{
	padding: 0 0 0 29px;

}
.my-projects-item{
	color: black;
	font-weight: bold;
}
.my-projects-text{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
	margin-left: 5px;
}

.my-projects-link{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}
.my-project-bracket{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: black;

}
/* work experience section*/
.my-work-company{
	color: #FB6D3A;
}
.my-work-position{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0; 
}
.my-work-time{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #A8A8A8;
	margin: 0 0 10px 0; 
}
.work-devider{
	color: black;
}

.duties-list{
	padding-left: 22px;
}

.duty-item{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}

.my-work-experience{
	margin: 0 15px 0 0;
}
/* education section*/
.my-education-position{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin:0 0 10px 0;
}
.my-education{
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 45px;
}	


/* sidebar section*/
.sidebar-section{
	background-color: #1E2939;
	width: 370px;
	padding-top: 40px;		
}

.contacts-section{
	margin: 50px 0 0 40px;
}
.tech-skills-section{
	margin: 50px 0 0 40px;
}
.soft-skills-section{
	margin: 50px 0 0 40px;
}
.sidebar-title{
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	color: white;
	margin-bottom: 10px;

}
/* contacts section*/
.type-contacts{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: white;
	margin-right: 5px;

}
.type-link{
	color: #565E6A;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}
/*skills list section*/	
.skills-list{
	padding: 0;
	padding-left: 17px;

}
.skills-item{
	color: #FB6D3A;
}
.skills-item-text{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: white;

}
