* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #f5f7fa;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
}

.wrapper {
    background-color: #ffffff;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
}

.sidebar {
    background-color: #1e2939;
    width: 370px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-container {
    background-color: #1e2939;
    box-sizing: border-box;
    margin-top: 55px;
    margin-left: 40px;
    margin-right: 40px;
}

.tech-skills-container {
    background-color: #1e2939;
    margin-left: 40px;
    margin-right: 40px;
    box-sizing: border-box;
    margin-top: 55px;
}

.soft-skills-container {
    background-color: #1e2939;
    margin-left: 40px;
    margin-right: 40px;
    box-sizing: border-box;
    margin-top: 55px;
}

.contact-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.tech-skills-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.soft-skills-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.tech-skills-item {
    color: #ff944c;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
}

.soft-skills-item{
    color: #ff944c;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
}

.my-photo {
    width: 370px;
}

.about-me-container{
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 110px;
    padding-bottom: 110px;
}

.contacts-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #707781;
}

.contacts-link-type{
    font-family: "Montserrat - Bold";
    font-weight: 700;
    letter-spacing: 0.42px;
    color: #ffffff;
    margin-right: 10px;
}

.tech-skills-text{
    color: #787f89;
}

.soft-skills-text{
    color: #787f89;
}

.profession{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 23px;
    color: #000000;
}

.name{
    font-size: 45px;
    font-weight: 700;
    line-height: 89px;
    color: #000000;
}

.discription{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
    color: #6f6f6f;
}

.info-container{
    margin-bottom: 65px;
}

.projects-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.projects-link{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #595959;
}

.tech-name{
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.work-experience-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.dots{
    color: #595959;
    font-weight: 100;
}

.project-item{
    font-weight: 700;
    margin-left: 17px;
}

.projects-container{
margin-bottom: 55px;
}

.education-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    margin-top: 55px;
}

.profession-title{
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 14px;
}

.profession-company{
    color: #ff7f29;
}

.education-company{
    color: #ff7f29;
}

.university-title{
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.profession-time{
    color: #a8a8a8;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.profession-devider{
    color: #000000;
}

.profession-duties{
    margin-top: 14px;
}

.profession-duties-item{
    color: #868686;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.managment-title{
    margin-bottom: 14px;
}