body {
    font-family: 'Montserrat', sans-serif;

    background: #F5F7FA;
}
.about_me_profeson {
    font-size: 14px;
    font-weight: 700px;
    color: #000;
}
.main-conteiner {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background: #ffff;
    margin: 40px auto;
    box-shadow: 6px 6px 20px rgb(0, 0, 0.1);
}
/* Main content section */

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

/* About me section */
.about-me-section {
    margin-bottom: 40px;
}
.about_me_profeson{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 20px;
}
.about_me_name{
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000;
    margin-bottom: 25px;
}
.about_me_description{
    width: 600px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}
/* My projects secton */

.my-projects-section {
    margin-bottom: 50px;
}
.my-projects-list{
    padding: 0 0 0 17px;
}
.my_projects_item{
    font-weight: bold;
    color: #000;
}
.my_projects_link{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.my_projects_text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 5px;
    
}
.my_projects_bracket{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
/* my work experience */
.my-work-experience-company{
    color: #FB6D3A;
}
.my-work-expirience-position{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
}

.my-work-experience-divider{
    color: #000;
}
.my-work-expirience-duties{
    padding-left: 0px;
}
.my-work-expirience-duty{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}
.my-work-expirience-company-block{
    margin: 0 15px 0 0;
}

/* Education section */
.education-content-title{
    color: #FB6D3A ;
}
.education-period{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #a8a8a8;
}
.education-divider{
    color: #000;
}



/* Sidebar section */
.side-bar-section {
    background-color: #1e2939;
    width: 370px;
    padding: 40px 0px 450px 0px;
}
.contacs,
.languages,
.tech_scills{
    margin: 50px 0px 0px 40px;
}
.sidebar_title{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 10px;
}
/* contscs section */
.contacs_type{
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 7px;
}
.contacs_link{
    color: #565e6a;
    font-style: normal;
    font-weight:normal;
    font-size:   14px;
    line-height: 24px;
}
/* tech scills section */
.tech_scills_list{
    padding: 0 0 0 17px;
}
.tech_scills_item{
    color: #FB6D3A;
}
.tech_scills_item_text{
    font-style: normal;
    font-weight:normal;
    font-size:   14px;
    line-height: 24px;
    color: white;
}
/* soft skils section */
.languages_list{
    padding: 0 0 0 17px;
}
.languages_item{
    color: #FB6D3A;
}
.languages_item_text{
    font-style: normal;
    font-weight:normal;
    font-size:   14px;
    line-height: 24px;
    color: white;
}