body{
    font-family: 'Montserrat', sans-serif;

    background-color: #F5F7FA;
}

.about-me-profession{
    font-size: 14px;
    font-weight: 700;
    color: #000;
}


.main-conteiner{
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background: #ffffff;
    margin: 40px auto;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}
/* main content section */
.main-container-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-bottom: 40px;
}
.about-me-profession{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin:0  0  20px 0;
}
.about-me-name{
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    margin:0  0  25px 0;
}
.about-me-description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    width: 400px;
}
/* my project section */
.my-projects-section{
    margin-bottom: 50px;
}
.my-projects-list{
    padding: 0 0 0 18px;
}
.my-projects-item{
    color: #000;
    font-weight: bold;
}
.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-bracket{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
/* my work experiend section */
.my-work-experiend-company{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
}
.my-work-experiend-possition{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0 0 10px 0;
}
.my-work-experiend-time{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 10px 0;
}
.my-work-experiend-divider{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.my-work-experiend-duties{
    padding: 0 0 0 18px;
}
.my-work-experiend-duty{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.my-work-experiend-company-name{
    margin: 0 0 15px 0;
}
/* education section */
.education-possition{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
}
.educationn-direction{
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
color: #000000;
}
.education-time{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 10px 0;
}
.education-time-divider{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
/* side bar section */
.sidebar-section{
    background: #1E2939;
    width: 370px; 
    padding: 40px 0;
}
.contacts-section,
.techskill-section,
.softskill-section{
margin: 50px 0 0 40px;
}
 .contacts-section-title,
 .techskill-section-title,
 .softskill-section-title{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 10px;
 }
 /* contacts section */
 .contacts-section-type{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-right: 5px;
 }
 .contacts-section-link{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #565E6A;
    margin-right: 5px;

 }
 /* Techskill,softskill section */
 .techskill-section-list,
 .softskill-section-list{
     padding: 0 0 0 17px;
 }
.techskill-section-item,
.softskill-section-item{
    color: #FB6D3A;
}
.techskill-section-item-text,
.softskill-section-item-text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}