body {
    background: #F6F6FA;
    padding: 40px 40px 40px 40px;
    font-family: 'Montserrat', sans-serif;
}
ol,
ul {
margin-top: 0;    
margin-bottom: 0;
}

.wrapper{
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: 0 auto;
}


/* Sidebar */
.sidebar{
    background: #E0EBFE;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    width: 370px;
}
.sidebar_content{
    padding: 40px 40px 40px;
    box-sizing: border-box;
}
/* Contacts */
.contacts_container {
    margin-bottom: 40px;
}
.contacts_title{
    color: #161D2A;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 8px;
}

.contacts_type{
    color: #161D2A;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 8px;
}
.contacts_link{
    color: #2979FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}
.contacts_item {
    margin-top: 0;
    margin-bottom: 4px;
}
/* Skills */
.skills_container{
    margin-bottom: 40px;
}
.skills_title{
    color: #161D2A;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 8px;
}
.skills_list{
    padding-left: 16px;
}
.skills_list_item{
    color: #161D2A;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/* Main content */
.main_content {
    padding: 88px 80px 40px;
    box-sizing: border-box;
}

/* My info */
.my_info_div{
   margin-bottom: 40px; 
}
.my_profession{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 8px;
}
.my_name{
    color: #000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 12px;
}
.my_info_about{
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/* My projects */

.my_projects_div{
    margin-bottom: 40px;
}
.my_projects_title{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 8px;
}
.my_projects_ol{
padding-left: 16px;
}
.my_projects_li{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.my_projects_li_link{
    color: #005FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}
.my_projects_li_techs{
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/* Work experience */

.work_experience_div{
    margin-bottom: 40px;
}
.work_experience_title{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 8px;    
}
.work_experience_company_div{
margin-bottom: 12px;
}
.work_experience_company_title{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 12px;
}
.work_experience_company_name{
    color: #6D9BF5;
}
.work_experience_company_duration,.education_duration{
    color: #A8A8A8;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 8px;
}
.work_experience_company_duration_separator,.education_separator{
    color: #000;
}
.work_experience_ul{
    padding-left: 16px;
}
.work_experience_li{
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/* Education */

.education_div{
    margin-bottom: 40px;
}
.education_title{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 8px;
}
.education_place_title{
    color: #6D9BF5;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 8px;
}
.education_speciality_title{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 8px;
}
