body {
    font-family: "Montserrat", sans-serif;
    margin: 40px;
} 


/* Main Styles */
.main {
    display: flex;
    flex-direction: row-reverse;
    width: 1280px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 12px 12px 20px 12px rgba(0, 0, 0, 0.1);

}


.main-content {

width: 1280px;
}

/* About */

.about {
    width: 400px;
    margin-bottom: 40px;
    margin-left: 90px;
    margin-top: 10px;
}


.front-end {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px; 
    color: #000000;
}


.name {
    font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 55px;
color: #000000;
}


.info {
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #595959;
}

/* Projects */

.projects {
  margin-bottom: 50px;
  margin-left: 90px; 
  width: 485px; 
}


.project-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}


.project-list {
padding: 0;
margin-left: 17px;
}


.project-item {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}


.project-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    
}


/* Work */


.work {
    margin-left: 90px;
    width: 525px;
}


.work-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}


.position {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
     
}


.work-type {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
}


.work-dates {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}


.work-line {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;

}


.work-info {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;  
    color: #595959;
    
}


.work-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;

}


.work-list {
    padding: 0%;
    margin-left: 17px;
}


/* Education */
.education {
    margin-bottom: 100px;
    margin-left: 90px; 
    width: 325px;
      
}


.education-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}


.education-place {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
}


.specialization {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
     
}


/* Sidebar Styles */
.sidebar {
    background: linear-gradient(180deg, #1E2939, rgba(221,221,221,.1)) ;
    width: 370px; 
    margin-left: 40px;   
}


/* Photo */
.photo {
    width: 370px;
    margin-bottom: 50px;
    margin-top: 40px;
}


/* Contacts Styles*/
.contacts, .tech-skills, .soft-skills{
    margin-left: 40px;
}

.contacts {
    margin-bottom: 50px;
}

.sidebar-title {
color: #ffffff;
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 27px;
margin-bottom: 10px;
}
.contact-type {
    font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
margin-right: 10px;
}



.contact-link, .mail-type {
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;

color: #dadbdb;
}


/* Tech Skills Styles */
.tech-skills {
    margin-bottom: 45px;
}
.tech-skill-list {
    color: #ffffff;
    padding: 0;
    margin-left: 17px;
}
.tech-skills-item {
color: #FB6D3A;
}
.tech-skills-text {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

}


/* Soft Skills Styles */
.soft-skills-list {
    color: #ffffff;
    padding: 0;
    margin-left: 17px;  
}
.soft-skills-item {
    color: #FB6D3A;
}
.soft-skills-text {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
} 