body {
    background-color: #f6f6fa;
    padding: 40px;
    font-family: "Montserrat", serif;
    display: block;
    margin: 8px;
    background-color: #f6f6fa;
}

li {
    text-decoration: none;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.wrapper {
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
}

.main-content {
    padding: 80px 40px 80px 88px;
    box-sizing: border-box;

}

.sidebar {
    background: -webkit-linear-gradient(116deg, #85a6ca, #faf5f0);
    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-container {
    margin-bottom: 40px;
}

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

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

.contacts-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    text-decoration: underline;
    color: #2979ff;
}

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

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

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

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

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

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

.soft-skills-title {
    font-weight: 700;
    font-size: 22px;
    color: #161d2a;
    margin-top: 0;
    margin-bottom: 8px;
}

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

.soft-skills-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #161d2a;
}

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

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

.my-name {
    font-weight: 700;
    font-size: 45px;
    line-height: 122%;
    color: #000;
    margin-bottom: 12px;
    margin-top: 0;
}

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

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

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

.my-projects-item-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line:underline;
    color: #005fff;
}

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

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

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

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

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

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

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

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

.education-title {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 8px;
}

.education-place {
    font-weight: 700;
    font-size: 16px;
    color: #6d9bf5;
    margin-top: 0;
    margin-bottom: 8px;
}

.education-speciality {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-top: 0;
    margin-bottom: 8px;
}

.education-period {
    font-weight: 400;
    font-size: 12px;
    color: #a8a8a8;
    margin-top: 0;
}

.education-place {
    font-weight: 700;
    font-size: 16px;
    color: #6d9bf5;
    margin-top: 0;
    margin-bottom: 8px;
}

.education-period-separator {
    color: #000;
}

@media screen and (max-width: 960px) {
    body {
        padding: 20px;
    }
    .main-content {
        padding: 40px;
    }
}

@media screen and (max-width: 800px) {
    .sidebar {
        width: 250px;
    }
    .my-photo {
        width: 250px;
    }
    .sidebar-content {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    body {
        padding: 0;
    }
    .sidebar {
        width: 200px;
    }
    
    .my-photo {
        width: 200px;
    }
    main-content {
        padding: 20px;
    }
    .my-name {
        font-size: 20px;
    }
}

@media screen and (max-width: 510px) {
    .wrapper {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
    }
    .my-photo {
        width: 100%;
    }
}