* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #f5f7fa;
    padding: 40px 20px;
    font-family: Montserrat;
}
.wrapper {
    background: #ffffff;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
}
.sidebar {
    background: #1e2939;
    width: 370px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.my-photo {
    width: 370px;
}
.aboout-me-container {
    padding: 110px 90px;
}
.contacts-container {
    margin: 60px 40px 0;
}
.contacts-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}
.contacts-link {
    color: #434c5a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.contancts-link-type {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}
.tech-skills-title, .soft-skills-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}
.tech-skills-container, .soft-skills-container {
    margin: 55px 40px 0;
}
.tech-skills-item, .soft-skills-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ff6b08;
    margin-left: 15px;
}
.tech-skills-text, .soft-skills-text {
    color: #d8dadd;
}
.profession {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 23px;
}
.name {
    font-size: 45px;
    font-weight: 700;
    line-height: 89px;
}
.description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}
.info-container {
    margin-bottom: 65px;
}
.aboout-me-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.projects-link,.tech-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #595959;;
}
.dots {
    color: #bebebe;
    font-weight: 100;
}
.project-item {
    font-weight: 700;
    margin-left: 17px;
}
.projcts-container {
    margin-bottom: 55px;
}
.profession-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
} 
.profession-company {
    color: #ff6b08;
}
.profession-time, .education-time {
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.divider {
    color: #000;
}
.profession-duties {
    margin-top: 14px;
    margin-bottom: 30px;
    margin-left: 17px;
}
.profession-duties-item {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.education-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #ff6b08;
    margin-top: 10px;
    margin-bottom: 15px;
}
.education-profession {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}