.clear {
    clear: both;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f7fa;
}

.wrapper {
width: 940px;
margin: 50px auto;
}

/* main style */
.main {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: 0 auto;
    height: 1319px;
}

/* main-content */
.main-content {
    background-color: #fff;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1); 
    padding: 60px;
    padding-top: 20px;
}

/* about position */
.about-position {
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
color: #000000;
margin-bottom: 0px;
}

/* about name */
.about-name {
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 0px;
}

/* about description */
.about-description{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    width: 500px;
    margin-bottom: 20px;
}

/* prjects */
.projects {
   margin-bottom: 20px;
   width: 600px;
}

.projects-list {
    padding-left: 0;
    margin-left: 17px;
}


.title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
}

.project-item, .project-bracket {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.project, .project-link {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #595959;
}

.project-link {
    margin-left: 10px;
}

.work {
    width: 600px;
    margin-bottom: 10px;
    }

.work-position {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.organization {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color:rgba(251, 109, 58, 1);
    }

.period{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin-bottom: 5px;
}

.line {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.work-list {
    padding: 0;
    padding-left: 15px;
    width: 600px;
}

.work-item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

/* sitebar style */
.sitebar {
    background-color:rgb(30, 41, 57);
    padding-top: 20px;
    width: 370px;
}

/* photo */
.photo {
    margin-bottom: 50px;
}

.contacts, .tech-skills, .soft-skills {
    margin-left: 30px;
    }

.contacts {
    margin-bottom: 30px;
}

.tech-skills {
    margin-bottom: 30px;
}

.tech-skills-list {
    color: #FFFFFF;
    padding: 0;
    margin-left: 17px;
}

.tech-skills-item {
    color: #FB6D3A;
}
.tech-skills-text {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.sitebar-title {
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    }

.contact-type {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 10px;
}

.contact-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: rgba(142, 148, 156, 1)
}

.soft-skills-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.soft-skills-list {
    color: #FFFFFF;
    padding: 0;
    margin-left: 17px;
}

.education {
    width: 600px;
}

.name-of-university, .specialisation {
    margin-bottom: -5px;
}

.name-of-university {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: rgba(251, 109, 58, 1); }