/* body */

body{
    background: #F6F6FA;
    padding: 40px 40px 40px 40px;
    font-family: 'Montserrat', sans-serif;
}

ul, ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* wrapper */

.Wrapper{
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: 0 auto;
}

/* main content */

.main-content{
     padding-left: 87px;
     padding-top: 80px;
     padding-right: 40px;
     padding-bottom: 88px;
     box-sizing: border-box;
}

/* side bar */

.sidebar{
    background: #E0EBFE;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    width: 370px;
}

/* sidebar-content */

.sidebar-content{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    box-sizing: border-bo
}

/* Contacts */

.contacts-title{
    color: #161D2A;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 8px;
}

/* contacs-type */

.contacts-type{
    color: #161D2A;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 8px;
}

/* contacts-link */

.contacts-link{
    color: #161D2A;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
}

/* contacts-item */

.contacts-item{
    margin-top: 0px;
    margin-bottom: 8px;
}

/* contacts-container */

.contacts-container{
    margin-bottom: 40px;
}

/* skills-container */

.skills-container{
    margin-bottom: 40px;
}

/* skills-title */

.skills-title{
    color: #161D2A;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 8px;
}

/* skills-list */

.skills-list{
    padding-left: 16px;
}

/* kills-list-item */

.skills-list-item{
    color: #161D2A;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/* main content */

.my-profession{
    color: black;
     font-size: 14px;
     font-weight: 700;
     line-height: 17px;
     margin-top: 0px;
     margin-bottom: 8px;
}

/* name */

.my-name{
    color: black;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.my-descr{
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.my-info{
    margin-bottom: 40px;
}

/* Projects */

.my-projects-title{
    color: black;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 8px;
}

.my-projects-list{
    padding-left: 16px;
}

.my-projects-item{
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.my-projects-item-link{
    color: black;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline; 
}

.my-projects-item-tech{
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.my-projects-container{
    margin-bottom: 40px;
}

/* Work experience */

.work-experience-title{
    color: black;
    font-size: 22px;
    font-weight: 700;
     line-height: 27px;
     margin-top: 0px;
     margin-bottom: 8px;
}

.work-experience-company{
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.company-name{
    color: #6D9BF5;
}

.work-experience-period{
    color: #A8A8A8;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 8px;
}

.work-experience-period-separator{
    color: black;
}

.work-experience-duties-list{
    padding-left: 16px;
}

.work-experience-duties-item{
    color: #595959;
    font-size: 14px;
    font-weight: 400;
     line-height: 24px;
}

.work-experience-container{
    margin-bottom: 12px;
}

/* Education */

.education-title{
    color: black;
    font-size: 22px;    
    font-weight: 700;
    margin-bottom: 8px;
}

.education-university{
    color: #6D9BF5;
    font-size: 16px;
    font-weight: 700; 
    margin-bottom: 8px;
}

.education-faculty{
    color: black;
    font-size: 14px;
    font-weight: 700; 
    margin-bottom: 8px;
}

.education-period{
    color: #A8A8A8;
    font-size: 12px;
    font-weight: 400;
}

.education-period-separator{
    color: black; 
}

.work-experience{
    margin-bottom: 40px;
}