body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f7fa;
}
/* main styles */
.main{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap-reverse;
    max-width: 1200px;
    margin: 0 auto;
}
/* main content styles */
.main_content{
    background-color: #fff;
    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;
    margin-bottom: 20px;
}
.about_name {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 25px;
}
.about_description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 400px;
}
/* projects styles */
.Projects{
    margin-bottom: 50px;
}
.Projects ol{
    padding: 0;
    margin-left: 20px;
}
.title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
}
.project_item, .project_breket{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.project, .project > a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;    
}
.project > a {
    margin-left: 10px;
}
/* work styles */
.work {
   margin-bottom: 45px;
}
.work > div > ul {
    padding: 0;
    margin-left: 20px;
}
.work > div > ul > li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    
}
.position{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.organization{
    font-weight: bold;
    font-style: 16px;
    line-height: 20px;
    color: #FB6D3A;
}
.date{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin-bottom: 10px;
}
.line{
    font-style: normal;
    font-weight: b;
    font-style: 12px;
    line-height: 15px;
    color: #000000;
}
/* education styles */
.education {
    margin-bottom: 10px;
}
.almamater{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
    margin-bottom: 10px;
}
h5{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 20px;   
}

/* sidebar styles */
.sidebar{
    background-color: #1E2939;
    padding-top: 40px;
}

.photo {
    width: 370px;
    margin-bottom: 50px;
    
}
.contacts, .tech_skils, .soft_skils{
    margin-left: 40px;
}
.contacts{
    margin-bottom: 50px;
}
.tech_skils{
    margin-bottom: 45px;
}
.soft_skils {
    margin-bottom: 365px;
}
.sidebar_title{
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    
}
.contact_type {
    color: #fff;
    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: #565e6a;
    text-decoration: none;
}
.tech_skills_list, .soft_skills_list{
    color: #fff;
    padding: 0px;
    margin-left: 20px;
}
.tech_skills_item, .soft_skills_item{
    color: #FB6D3A;
}
.tech_skills_text, .soft_skills_text{
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}