body {
    font-family: "Montserrat", sans-serif;
    background-color: #f5f7fa;
}

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

/* main content section */

.main-content-section {
    padding: 80px 60px;
}

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

/* about me section */

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

.about-me-profession {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: calc(24 / 19);
    color: #000;
    margin: 0 0 20px 0;
}

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

.about-me-description {
    width: 680px;
    font-style: normal;
    font-size: 16px;
    line-height: calc(24 / 16);
    /* color: #595959; */
}

.about-me-description:hover,
.about-me-description:focus {
    color: #000000;
}

/* my projects section */

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

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

.my-projects-item {
    color: #000000;
    font-weight: bold;
}

.my-projects-link {
    font-weight: bold;
    color: #595959;
    transition: color 300ms linear;
}

.my-projects-link:hover,
.my-projects-link:focus {
    color: #fb6d3a;
}

.my-projects-text {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: calc(24 / 15);
    /* color: #595959; */

    color: #000000;
    margin-left: 5px;
    padding-bottom: 16px;
}

.my-projects-bracket {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: calc(24 / 14);
    color: #000000;
}

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

.my-work-experience-position {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: calc(20 / 16);
    margin: 0 0 10px 0;
}

.my-work-experience-period {
    font-style: normal;
    font-size: 15px;
    line-height: calc(18 / 15);
    /* color: #a8a8a8; */
    color: #000000;
    margin: 0 0 10px 0;
}

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

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

.my-work-experience-duty {
    font-style: normal;
    font-size: 15px;
    line-height: calc(24 / 15);
    color: #595959;
    /* color:#000000; */
}

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

/*My education section*/

.my-education-header {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: calc(27 / 22);
    color: #000000;
}

.my-experience-university {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #fb6d3a;
}

.my-experience-faculty {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: calc(17 / 14);
    color: #000000;
}

.my-education-section {
    margin: 45px 0 0 0;
    padding: 0 0 10px 0;
}

/*Sidebar section*/

.sidebar-sections {
    background-color: #1e2939;
    width: 370px;
    padding: 40px 0;
}

.contacts-section,
.tech-skills-section,
.soft-skills-section,
.lang-skills-section {
    margin: 35px 0 0 40px;
}

.sidebar-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: calc(27 / 22);
    color: #ffffff;
    margin-bottom: 10px;
}

/* contacts-section */

.contacts-section-type {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: calc(24 / 14);
    color: #ffffff;
    margin-right: 8px;
}

.contacts-section-link {
    color: #ffffff;
    /* opacity: 0.5; */
    font-style: normal;
    font-size: 14px;
    line-height: calc(24 / 14);
    text-decoration: none;
    transition: color 300ms linear;
}

.contacts-section-link:hover,
.contacts-section-link:focus {
    color: #fb6d3a;
    font-weight: bold;
}

/* 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: 400;
    font-size: 14px;
    line-height: calc(24 / 14);
    color: #ffffff;
}

/* soft-skills-section */

.soft-skills-list {
    padding: 0 0 0 17px;
}

.soft-skills-item {
    color: #fb6d3a;
}

.soft-skills-item-text {
    font-style: normal;
    font-size: 14px;
    line-height: calc(24 / 14);
    color: #ffffff;
}