*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    background: #f5f7fa;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    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;
    height: 1900px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.my-photo{
    width: 370px;
}

.about-me-container{
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 110px;
    padding-top: 110px;
}

.contacts{
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 40px;
}

.contacts-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: white;
    margin-bottom: 10px;
}

.contacts-link{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #646c77;
}

.contacts-link-type{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: white;
    margin-right: 10px;
}

.tech-skills-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color:white;
    margin-bottom: 10px;
}

.tech-skills-container{
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
}

.tech-skills-item{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color:#ff6b08;
    margin-left: 16px;
}
.tech-skills-text{
    color:#c2c5c9;
}

.soft-skills-container{
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
}

.soft-skills-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: white;
    margin-bottom: 10px;
}

.soft-skills-item{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ff6b08;
    margin-left: 16px;

}

.soft-skills-text{
    color: #c2c5c9;
}


.my-name{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 24px;
}

.description{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}

.info-me{
    margin-bottom: 60px;
}

.about-me-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

.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;
}

.dots{
    color: #bebebe; 
    font-weight: 100px;
}

.projects-item{
    font-weight: 700;
    margin-left: 16px;
}

.projects-container{
    margin-bottom: 55px;
}

.profession-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 8px;
}

.company-name{
    color: #ff7f29;
}

.profession-date{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #a8a8a8;
}

.profession-duties{
    margin-top: 14px;
    margin-left: 15px;
}

.profession-duties-item{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.education-container{
    margin-top: 55px;
}

.education-name{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #ff7f29;
    margin-bottom: 10px;
}

.education-item{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.educ-time{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #a8a8a8;
}
