body{
    font-family: 'Montserrat', sans-serif;
    background-color: #E5E5E5;
}

/* main styles  */
.main {
    display: flex;
    flex-direction: row-reverse;
   
    width: 1200px;
    margin: 0 auto;
}

.main-content{
    background-color: #FFFFFF;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    padding: 105PX 90px;
}

/* about styles */
.about {
 margin-bottom: 40px;   
}

.about-position{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 20px;
}

.about-name{
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 25px;

}

.about-description{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    width: 400px;
}

/* project styles */
.projects {
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.title{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
     color: #000000;
     margin-bottom: 10px;
}

.projects-list{
  padding: 0;
  margin-left: 15px;  
}

.project-item{
    font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 24px;
color: #000000;
}

.project,
.project-link {
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #595959;
}

.project-link{
    margin-left: 10px;
}

.project-bracket{
    font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 24px;
color: #000000;
}



/* work  */
.work {

}

.organization{
    font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: orangered;
margin-bottom: 10px;
}

.education-course{
    margin-top: 12px;
    margin-bottom: 12px;
    font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #FB6D3A;

}

.data-job{
    margin-top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    
}

.list-job{
    padding: 0;
    margin-left: 15px;
}
.lishka{
    font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 24px;
color: #595959;

}

.lorem{
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #595959;
}

/* education  */
.education{
    margin-top: 45px;
    
}



/* sidebar styles */

.sidebar{
background-color: #1E2939;
padding-top: 40px;
width: 370px;

}

.photo{
    width: 370px;
    margin-bottom: 51px;
    
}

.contacts,
.tech-skills,
.soft-skills{
    margin-left: 40px;
}

.contacts{
    margin-bottom: 50px;
}


.contact-type{
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 24px;
color: #ffffff;
margin-right: 5px;
}

.contact-link{
    color: #e0e0e0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
     
}
 


.sidebar-title{
    color: #FFFFFF;
    width: 104px;
    height: 27px;
    left: 80px;
    top: 485px;
    margin-bottom: 10px;
}

.tech-skills-list{
    padding: 0;
    margin-left: 17px;
}

.tech-skills-text{
   color: #FFFFFF;
   font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
}

.tech-skills-item{
    color: #FB6D3A;
}


.tech-skills{
    margin-bottom: 10px;
margin-top: 44px;
}

.soft-skills-list{
    padding: 0;
    margin-left: 17px;
}

.soft-skills{
    margin-top: 44px;
    margin-bottom: 10px;
}

.soft-skills-item{
    color: #FB6D3A
}

.soft-skills-text{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
}