* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #f5f7fa;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Montserrat;
}

.wrapper {
    background: #fff;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
}

.sidebar {
    background: #262547;
    width: 370px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.feedback {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.feedback-opinion {
    display: flex;
    justify-content: center;
    align-items: center;
}

#feedback-like {
    width: 55px;
    height: 40px;
}

#feedback-count {
    color: #fff;
    font-weight: 600;
}

.my-pages {
    color: #fff;
    text-align: center;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    font-weight: 700;
}

.my-pages img {
    width: 65px;
    height: 60px;
}

.page-links {
    margin-top: 40px;
}

.my-photo {
    width: 370px;
}

.about-me-container {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 100px;
    padding-bottom: 110px;
}

.contacts-container {
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 40px;
}

.contacts-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.contacts-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #9babc5;
}

.contacts-link-type {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin-right: 10px;
}

.tech-skills-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.tech-skills-container {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 55px;
}

.tech-skills-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
    color: #fff;
}

.tech-skills-text {
    color: #d8dadd;
}

.language-skills-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.language-skills-container {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 55px;
    margin-bottom: 375px;
}

.language-skills-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
    color: #fff;
}

.language-skills-text {
    color: #d8dadd;
}

.name {
    font-size: 30px;
    font-weight: 700;
    line-height: 89px;
    color: #4b59c4;
}

.about-me {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.info-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #1e2939;
    margin-right: 10px;
}

.info-name-description {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 24px;
}

.info-container {
    margin-bottom: 35px;
}

.my-skills-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000;
}

.my-skills-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-left: 15px;
    color: #1e2939;
}

.about-me-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 35px;
}

.education-degree {
    color: #000;
}

.univercity {
    color: #4b59c4;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 20px;
}

.tranings {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 20px;
    color: #4b59c4;
}

.profession-time {
    color: #1e2939;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
}

.profession-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #4b59c4;
}

.spech-kurs {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.exit-reason {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.professional-duties {
    margin-top: 14px;
    margin-bottom: 30px;
}

.profession-duties-item {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 16px;
}

.profession-description {
    font-size: 14px;
    font-weight: 700;
    width: 500px;
}