body { 
   background: #f6f6fa;
   padding: 40px 40px 40px 40px;
   font-family: "Montserrat", sans-serif;
}

ul, ol{
    margin-top: 0;
    margin-bottom: 0;
}
.Wrapper {
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: 0 auto;
}
/* main content */
.main-content {
    padding-left: 80px;
    padding-top: 80px;
    padding-right: 40px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
/* sidebar*/
.Sidebar {
    background: #e0ebfe;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    width: 370px;
}
.Sidebar-content{
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
    
}
/* Contacts */
.contact-title {
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    color: #161d2a;
    margin-top: 0;
    margin-bottom: 8px ;
}
.contact-type {font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24%;
    color: #161d2a;
margin-right: 8px;
}
.contact-link {
font-weight: 400;
font-size: 14px;
line-height: 24px;
text-decoration-line: underline;
color: #2979ff;
}
.contacts-item {
    margin-top: 0;
    margin-bottom: 4px;
}
.contacts-container {
    margin-bottom: 40px;
}
/* Skills-container */
.skills-container {
    margin-bottom: 40px;
}
.skills-title {
font-weight: 700;
font-size: 22px;
color: #161d2a;
line-height: normal;
margin-top: 0;
margin-bottom: 8px;
}
.skills-list {
    padding-left: 16px;
}
.skills-list-item{
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #161d2a;
}
/* Soft skills-container */
.soft-skills-container {
    margin-bottom: 40px;
}
.soft-skills-title {
    font-weight: 700;
font-size: 22px;
color: #161d2a;
line-height: normal;
margin-top: 0;
margin-bottom: 8px
}
.soft-skills-list{
    padding-left: 16px;
}
.soft-skills-list-item{
    font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #161d2a;
}
/* Main content */
.my-profession{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-top: 0;
    margin-bottom: 8px;
}
.my-name {
font-weight: 700;
font-size: 45px;
line-height: 55px;
color: #000;
margin-top: 0;
margin-bottom: 12px;
}
.my-descr{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.my-info {
    margin-bottom: 40px;
}
/* My projects */
.my-projects-title { 
font-weight: 700;
font-size: 22px;
line-height: 27px;
color: #000;
margin-top: 0;
margin-bottom: 8px;
}
.my-project-item {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.my-projects-list {
    padding-left: 16px;
}

.my-project-item-link {
font-weight: 400;
font-size: 14px;
line-height: 24px;
text-decoration: underline;
color: #005fff;
}
.my-project-item-tech{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.my-project-item-container {
    margin-bottom: 40px;
}
/* Work experience */
.work-experience-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin-top: 0;
    margin-bottom: 8px;
}
.work-experience-compamy {
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #000;
margin-top: 0;
margin-bottom: 12px;
}
.compamy-name {
    color: #6d9bf5;
}
.work-experience-period {
    font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #a8a8a8;
margin-bottom: 8px;
}
.work-experience-period-separator{
    color: #000;
}
.work-experience-duties-list {
    padding-left: 16px;
}
.work-experience-duties-item {
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #595959;
} 
.work-experience-container{
    margin-bottom: 12px;
}
.Work-experience{
margin-bottom: 40px;
}
/* Education */
.education-title {
font-weight: 700;
font-size: 22px;
line-height: 27px;
color: #000;
margin-top: 0;
margin-bottom: 8px;
}
.education-name {
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    color: #6d9bf5;
    margin-top: 0;
    margin-bottom: 8px; 
 }
.education-item {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000;      
  }
    .education-list {
       padding-left: 8px;  
         }
.education-specialty {
font-weight: 700;
font-size: 14px;
color: #000;
margin-top: 0;
margin-bottom: 8px;}
.education-period {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #a8a8a8;
    margin-top: 0;
    margin-bottom: 8px;}
.education-period-separator {
    color: #000;   }