body{
    font-family: 'Montserrat', sans-serif;
    background: #F5F7FA;
}

.main-container{
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background: #fff;
    margin: 40px auto;
}

/* Main content section */

.main-content-section{
    padding: 100px 90px;
}

.main-content-title{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin-bottom: 10px;
}

/* About me section */

.about-me-section{
    margin: 0 0 40px 0;
}

.about-me-profession{
    color: #000;
    font-size: 14px;
    font-weight: 700px;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 20px 0;
}

.about-me-name{
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000;
    margin: 0 0 25px 0;
}

.about-me-description{
    width: 400px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}


/* My project section */


.my-projects-section{
    margin-bottom: 50px;
}

.my-projects-list{
    padding: 0 0 0 17px;
}

.my-projects-item{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.my-projects-text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 5px;
}

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

.my-projects-braket{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}


/* My work experience section */

.my-work-experience-section{
    margin-bottom: 50px;
}

.my-work-experience-company{
    color: #ff6536;
}

.my-work-experience-position{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px 0;
}

.my-work-experience-period{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 10px 0;
}

.my-work-experience-divider{
    color: #000;
}

.my-work-experience-duties{
    padding: 0 0 0 18px;
}

.my-work-experience-duty{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.my-work-experience-company-block{
    margin: 0 0 15px 0;

}


/* My work education section */

.my-work-education-management{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 0 0 10px 0;
}


/* Sidebar section */

.sidebar-section{
    background: #1E2939;
    Width:370px;
    padding: 40px 0;
}

.foto{
    Width:370px;
}

/* margin sidebar sections */
.contacts-section,.tech-skills-section,.soft-skills-section{
    margin: 50px 0 0 40px;
}

/* tag <h3> sidebar section */
.sidebar-section-title{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 10px;
}

/* Contacts section */

/* C,E span */
.contacts-section-type{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 7px;
}

/* C,E link */
.contacts-section-link{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #81878e;
}


/* Tech,Soft Skills sections  */

/* tag <ul> */
.tech-skills-list,.soft-skills-list{
    padding: 0 0 0 17px;
}

/* tag <ul><li> */
.tech-skills-item,.soft-skills-item{
    color: #FB6D3A;
}

/* tag <ul><span> */
.tech-skills-item-text,.soft-skills-item-text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
