body{
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F7FA;
    
}

.main{
    display: flex;
    flex-direction: row-reverse;
    
    width: 1200px;
    margin: 0 auto;
}
.main-content{
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 105px 90px;
}
.about{
margin-bottom: 40px;
}
.tittle{
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 27px;
color: #000000;
margin-bottom: 10px;
}
.about-position{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 15px;
}
.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;
}
.position{
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #000000;
margin-bottom: 10px;
}
.org{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #3ac4fb;  
}
.period{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #A8A8A8;
margin-bottom: 10px;
}
.line{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #000000;

}
.work-list{
    padding: 0;
    margin-left: 15px;
}
.work-list-item{
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #595959;
}
.sidebar{
    width: 370px;
    padding-top: 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    
}
.photo{

    margin-bottom: 50px;
    width: 280px;
    margin: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sidebar-tittle{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
}
.project-tittle{
padding-top: 40px;
width: 370px;

}
.project, 
.project-link{
 font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #595959;

}
.projects{
    margin-bottom: 50px;
}
.project-link{
    margin-left: 10px;
}
.project-item, 
.bracket {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.project-list{
padding: 0;
margin-left: 15px;
}
.contacts, 
.tech-skills, 
.soft-skills{
  margin-left: 40px;
  margin-bottom: 40px;
}
.contacts{
    margin-bottom: 50px;
}
.contact-type{
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 24px;
margin-right: 5px;
}
.contact-link{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #161616;

}
.contact-link:hover {
    color: rgb(82, 82, 82);
}
.tech-skills-list{
    padding: 0;
    margin-left: 17px;
}
.tech-skills-item{
    color: rgb(20, 20, 165);
}
.tech-skills-text{
color: black;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
}

