/* Body */
body {
    background: #F6F6FA;
    padding: 40px 40px 40px 40px;
    font-family: "Montserrat", sans-serif;
}

/* ul ol */

ul, ol {
margin-top: 0;
margin-bottom: 0;

}

/* Wrapper */

.wrapper {
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: 0 auto;
}

/* Main-content */

.main-content {
    padding-left: 88px;
    padding-top: 80px;
    padding-right: 40px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

/* Sidebar */

.sidebar {
background: #e0ebfe;
padding-top: 40px;
padding-bottom: 40px;
box-sizing: border-box;
width: 370px;
}

/* Sidebar-content */

.sidebar-content {
padding-left: 40px;
padding-top: 40px;
padding-right: 40px;
box-sizing: border-box;
}

/* Contacts-title */

.contacts-title {
color: #161d2a;
font-size: 22px;
font-weight: 700;
line-height: normal;
margin-top: 0;
margin-bottom: 8px;
}

/* Contacts */

.contacts-type {
color: #161d2a;
font-size: 14px;
font-weight: 700;
line-height: 24px;
margin-right: 8px;
}

/* Contacts-link */

.contacts-link {
color: #2979ff;
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-decoration-line: underline;
}

/* Contacts-item */

.contacts-item {
margin-top: 0;
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: 0;
margin-bottom: 8px;
}

/* Skills-list */

.skills-list {
padding-left: 16px;
}

/* Skills-list-item */

.skills-list-item {
color: #161d2a;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}

/* My-profession */

.my-profession {
color: #000;
font-size: 14px;
font-weight: 700;
line-height: 17px;
margin-top: 0;
margin-bottom: 8px;
}

/* My-name */

.my-name {
color: #000;
font-size: 45px;
font-weight: 700;
line-height: 55px;
}

/* my-description */

.my-description {
color: #595959;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}

/* My-info */

.my-info {
margin-bottom: 40px;
}

/* Projects */

.my-projects-title {
color: #000;
font-size: 22px;
font-weight: 700;
line-height: 27px;
margin-top: 0;
margin-bottom: 8px;
}

/* My-project-item */

.my-project-item {
color: #000;
font-size: 14px;
font-weight: 700;
line-height: 24px;
}

/* My-projects-list */

.my-projects-list {
padding-left: 16px;
}

/* My-project-item-link */

.my-project-item-link {
color: #005fff;
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-decoration-line: underline;
}

/* My-project-item-tech */

.my-project-item-tech {
color: #595959;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}

/* My-projects-container */

.my-projects-container {
margin-bottom: 40px;
}

/* Work experience */

.work-experience-title {
color: #000;
font-size: 22px;
font-weight: 700;
line-height: 27px;
margin-top: 0;
margin-bottom: 8px;
}

/* Work-experience-company */

.work-experience-company {
color: #000;
font-size: 16px;
font-weight: 700;
line-height: 20px;
margin-top: 0;
margin-bottom: 12px;
}

/* Company-name */

.company-name {
color: #6d9bf5;
}

/* Work-experience-period */

.work-experience-period {
color: #a8a8a8;
font-size: 12px;
font-weight: 400;
line-height: 15px;
margin-bottom: 8px;
}

/* Work-experience-period-separator */

.work-experience-period-separator {
color: #000;
}

/* Work-experience-duties-list */

.work-experience-duties-list {
padding-left: 16px;
}

/* Work-experience-duties-item */

.work-experience-duties-item {
color: #595959;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}

/* Work-experience-container */

.work-experience-container {
margin-bottom: 12px;
}

/* Work-experience-section */

.work-experience-section {
margin-bottom: 40px;
}

/* Education */

.education-title {
color: #000;
font-size: 22px;
font-weight: 700;
line-height: normal;
margin-top: 0;
margin-bottom: 8px;
}

/* Education-university */

.education-university {
color: #6d9bf5;
font-size: 16px;
font-weight: 700;
line-height: normal;
margin-bottom: 8px;
}

/* Education-faculty */

.education-faculty {
color: #000;
font-size: 14px;
font-weight: 700;
line-height: normal;
margin-bottom: 8px;
}

/* Education-period */

.education-period {
color: #a8a8a8;
font-size: 12px;
font-weight: 400;
line-height: 15px;
}

/* Education-period-separator */

.education-period-separator {
color: #000;
}