body {
    background: #F6F6FA; 
    padding: 40px 40px 40px 40px;
    font-family: "Montserrat", sans-serif;
}

ul, 
ol {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration-line: none;
}

.wrapper {
    background-color: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: o auto;
}

/* Main content */
.main-content {
    padding-top: 88px;
    padding-left: 80px;
    padding-right: 40px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

/* Sidebar */
.sidebar {
    background-color: #E0EBFE;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    width: 370px;
}

.sidebar-content {
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

/* Contacts */
.contacts-title {
    color: #161D2A;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
    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;
    margin-right: 8px;
}

.contacts-item {
    margin-top: 0;
    margin-bottom: 4px;
}

.contacts-container {
    margin-bottom: 40px;
}

/* skills-container */
.skills-container {
    margin-bottom: 40px;
}

.skills-title {
    color: #161D2A;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 8px;
}

.skills-list {
    padding-left: 24px;
}

.skills-list-item {
    color: #161D2A;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/* Main content */
.my-profession {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 8px;
}

.my-name {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

.my-descr {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;  
}

/* My projects */
.my-projects-title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 8px;
}

.my-projects-item {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.my-projects-list {
    padding-left: 16px;   
}

.my-projects-item-link {
    color: #005FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.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-container {
    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 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 12px;
    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: #000;
}

.work-experience-duties-list {
    padding-left: 16px;
    padding-bottom: 12px;
}

.work-experience-duties-item { 
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}


/* Education */
.education-title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

.education {
    color: #000;
    margin-bottom: 8px;
    margin-top: 0;
    
}

.education-type {
    color: #6D9BF5;
}

.education-spec {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 8px;
}

.education-period {
    color: #A8A8A8;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
}

.education-period-separator {
    color: #000;
}

.education-duties-list {
    padding-left: 16px;
    margin-bottom: 12px
}

.education-duties-item { 
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
