* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #f5f7fa;
    padding: 20px;
    font-family: Montserrat;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.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: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.my-photo{
    width: 370px;
}
.about-me-container{
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contacts-container{
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 40px;

}

.contacts-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    /* color: #ffffff; */
    margin-bottom: 20px;

}
.contacts-link{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #656d78;
}

.contacts-link-type{
    font-size: 14px;
    font-weight: 700;
    /* color: #ffffff; */
    line-height: 24px;
    margin-right: 10px;
}

.skills-title{
    /* color: #ffffff; */
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.skills-container{
    /* margin-left: 40px; */
    margin-right: 40px;
    margin-top: 40px;
}

.skills-type{
    /* margin-left: 40px; */
    margin-right: 40px;
    margin-top: 15px;
}
.list{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ff6b08;
    margin-left: 15px;
}

.skill-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;
    /* text-align: center; */
}

.description{
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    /* margin-top: 12px; */
    margin-bottom: 12px;
    /* width: 415px; */
}

.info-container{
    margin-bottom: 40px;
    text-align: center;
}

.english-container{
    margin-bottom: 15px;
}

.english-level{
    color: #ff6b08;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    /*margin-bottom: 35px;*/
}

.work-container{
    margin-bottom: 35px;
}

.about-me-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

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

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

.dots{
    color: #bebebe;
    font-weight: 100;
}

.project-item{
    /* font-size: 14px;
    line-height: 24px; */
    font-weight: 700;
    margin-left: 17px;
}

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

.profession-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    /* margin-bottom: 5px; */
}

.profession-company{
    color: #ff6b08;
    font-size: 14px;
}

.profession-time{
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.divider{
    color: #000000
}

.profession-duties{
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 17px;
}

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

.university-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #ff6b08;
    margin-top: 10px;
    /* margin-bottom: 5px; */
}

.specialty{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.university-time{
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    /* margin-top: 2px; */
}

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