@import '/css/btn.css';


body {
  font-family: "Montserrat", sans-serif;
  background-color: #f5f7fa;
}
li{
  list-style: none;
}
/*main content section*/
.section-main__content {
  padding: 100px 90px;
}
.main__section {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  background-color: #fff;
  margin: 40px auto;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}
/*About-me-section*/
.section-main__about {
  margin-bottom: 40px;
}
.content__title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 10px;
}
.content__text{
  font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;

}
.content__text::after{
  content: "";
  display: block;
  width: 650px;
  position: absolute;
  border-bottom: 2px solid #fb6d3a;
  top:115%;
  left: 0
}

.section-main__proffesion {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 17px;
  color: #000;
  margin-bottom: 20px;
}
.section-main__name {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #000;
  margin-bottom: 25px;
}
.section-main__discription {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  width: 400px;
  color: #595959;
}
/*My-projects-section*/
.about-me__section {
  position: relative;
  margin-bottom: 50px;
}

/*My-work-experience-section*/
.work-experience__block{
  position: relative;
}
.work-experience__section {
  margin-bottom: 45px;
}
.work-experience__items:not(:last-child){
  margin-bottom: 25px;
}
.work-experience__position {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.work-experience__content{
  padding-left: 0;
}
.work-experience__content::after{
  content: "";
    display: block;
    width: 650px;
    position: absolute;
    border-bottom: 2px solid #fb6d3a;
    top: 105%;
    left: 0

}
.work-experience__link{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fb6d3a;
}
.work-experience__link:hover{
  color: #f8c3b0;
}
.work-experience__technologies, .work-experience__description {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #595959;
margin: 5px 0;
}
.work-experience__technologies,
.work-experience__description:last-child{
  margin-bottom: 0;
}

/*.About-me-section {
  margin-bottom: 50px;
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
  margin: 50px 50px 100px 100px;*/

/*padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 20px 20px 20px 20px;*/

/*My-Education-section*/
.my-education-header {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 12px;
}
.my-education-university {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fb6d3a;
  margin-bottom: 11px;
}
.my-education-faculti {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 12px;
}
.my-education-time, .my-education-divider{
  font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;

}
.my-education__content{
  padding-left: 0;
}
.my-education-section{
  margin-bottom: 100px;

}


/*side bar section*/

.side-bar-section {
  background-color: #1e2939;
  width: 370px;
  padding: 40px 0px;
}
.contacts-section,
.tech-skills-bar-section,
.soft-skills-bar-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*/
.contact-section-icon {
  width: 18px;
  height: 18px;
  fill: #fb6d3a;
  margin-right: 7px;
  
}
.contact-section-link:hover{
  color: #f8c3b0;
}
.sidebar-contacts__item:not(:last-child){
  margin-bottom: 5px;
}

.contact-section-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #fb6d3a;
}
.sidebar-contacts__content{
  padding-left: 0;
}
/*Tech skills*/
.soft-skills-list,
.tech-skills-list {
padding-left: 17px;
}
.tech-skills-item,
.soft-skills-item {
  color: #fb6d3a;
  list-style: square;
}
.tech-skills-item-text,
.soft-skills-item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

