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

.main-section{
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background: #fff;
    margin: 40px auto;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

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

/* about me section */
.about-me-section{
    margin: 0 0 40px 0;
}
.main-content-title{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin-bottom: 10px;
}
.about-me-profession{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    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: #000;
    margin-bottom: 25px;
}
.about-me-description{
    width: 400px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    text-align: justify;
}
/* my projects 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;
    text-decoration: none;
}
.my-projects-brecket{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

/* my work experience section */
.my-work-experience-company{
    color: #FB6D3A;
}
.my-work-experience-position{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    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-devider{
    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;
    text-align: justify;
}
.my-work-experience-company-block{
    margin: 0 0 15px 0;
}

/* my education section */
.my-education-place{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
    margin: 0 0 10px 0;
}
.my-education-faculty{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0 0 10px 0;
}
.my-education-period{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
}
.my-education-devider{
    color: #000;
}

/* sidebar section */
.sidebar-section{
    background: #1e2939;
    width: 370px;
    padding: 40px 0;
}
.contacts-section{
    margin: 70px 0 0 40px;
}
.tech-skills-section{
    margin: 50px 0 0 40px;
}
.soft-skills-section{
    margin: 50px 0 0 40px;
}
.sidebar-title{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 10px;
}

/* contacts section */
.contacts-section-type{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 10px;
}
.contacts-section-link{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
}

/* tech skills section */
.tech-skills-list{
    padding: 0 0 0 17px;
}
.tech-skills-item{
    color: #FB6D3A;
}
.tech-skills-item-text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

/* soft skills section */
.soft-skills-list{
    padding: 0 0 0 17px;
}
.soft-skills-item{
    color: #FB6D3A;
}
.soft-skills-item-text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.fig-radius {
    width: 94%;
    height: auto;
    border-radius: 200px;
    box-shadow: inset 0px 0px 1px 170px #FB6D3A;;
    padding: 8.5px;
}