* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #e3e5e7;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat;
}

.wrapper {
  background: #ffffff;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
}

.sidebar {
  background: #1e2939;
  width: 370px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.photo {
  width: 370px;
}

.about-me {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 80px;
  padding-bottom: 90px;
}

.contacts {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 60px;
}

.contacts-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}

.contacts-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #8e949c;
}

.contacts-link:hover {
  color: rgb(255, 107, 8, 0.7);
}

.contacts-letters {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  margin-right: 10px;
}

.tech-skills-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.tech-skills {
  margin-top: 55px;
  margin-left: 40px;
}

.tech-skills-list {
  font-size: 14px;
}

.tech-skills-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ff6b08;
  margin-left: 15px;
}

.tech-skills-words {
  color: #fff;
}

.soft-skills {
  margin-top: 55px;
  margin-left: 40px;
}

.soft-skills-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.soft-skills-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ff6b08;
  margin-left: 15px;
}

.soft-skills-words {
  color: #fff;
}

.profession {
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.name {
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 89px;
}

.description {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.info-conteiner {
  margin-bottom: 55px;
}

.about-me-title {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 10px;
}

.projects-link {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.projects-link:hover {
  color: #ff6b08;
}

.tech-name {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.dots {
  color: #d6d6d6;
  font-weight: 100;
}

.projects-item {
  font-weight: 700;
  margin-left: 18px;
}

.projects-container {
  margin-bottom: 46px;
  /* padding: 0px 0px 0px 14px; */
}

.projects-container ol {
  padding: 0px 0px 0px 20px;
}

/* Опыт работы */
.profession-title {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.prof-company {
  color: #ff6b08;
}

.profession-time {
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 14px;
}

.profession-divider {
  color: #a8a8a8;
}

.profession-duties {
  margin-top: 14px;
  margin-bottom: 30px;
  padding: 0px 0px 0px 18px;
}

.profession-duties-item {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.education-container {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0px 0px 46px 0px;
}

.university {
  color: #ff6b08;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.study-profession {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

@media (max-width: 1180px) {
  body {
    padding: 20px;
  }

  .projects-item {
    margin: 0px 0px 10px 0px;
  }

  .sidebar {
    width: 300px;
    box-sizing: border-box;
  }

  .photo {
    width: 300px;
  }

  .about-me {
    padding: 50px 70px;
  }

  .info-conteiner {
    margin-bottom: 35px;
  }
}

@media (max-width: 1090px) {
  body {
    padding: 20px;
  }

  .dots {
    display: none;
  }
  .projects-link {
    display: block;
  }

  .about-me {
    padding: 50px;
  }

  .name {
    font-size: 35px;
    line-height: 70px;
  }
}

@media (max-width: 768px) {
  .contacts-title,
  .tech-skills-title,
  .soft-skills-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 14px;
  }

  .contacts-letters {
    display: none;
  }

  .contacts-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #8e949c;
  }

  .name,
  .about-me-title {
    font-size: 20px;
    line-height: 35px;
    margin: 0px 0px 10px 0px;
  }

  .profession-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .profession-time {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .about-me {
    padding: 10px 20px 20px 20px;
  }

  .sidebar {
    width: 220px;
    padding: 0;
  }

  .photo {
    width: 220px;
  }

  .contacts {
    margin: 16px;
  }

  .soft-skills,
  .tech-skills {
    margin: 20px;
  }

  .projects-container,
  .profession-duties {
    margin-bottom: 30px;
    padding: 0px 0px 0px 14px;
  }

  .projects-link {
    font-size: 12px;
    line-height: 18px;
  }

  .projects-item b {
    display: none;
  }

  .tech-name {
    font-size: 8px;
    line-height: 14px;
  }

  .description,
  .profession-duties-item {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
  }
}

@media (max-width: 427px) {
  .about-me {
    padding: 20px 20px 20px 20px;
  }
  .wrapper {
    display: block;
  }

  .sidebar {
    width: 100%;
    text-align: center;
    padding: 0px 0px 20px 0px;
  }

  .photo {
    width: 100%;
  }

  .tech-skills-list,
  .soft-skills ul {
    width: 170px;
    margin: 0 auto;
    text-align: left;
  }

  .projects-container {
    padding: 0;
    padding: 0px 0px 0px 16%;
  }

  .description,
  .profession-duties-item {
    text-align: justify;
  }

  .profession,
  .name {
    text-align: center;
  }

  .profession-time,
  .study-profession {
    line-height: 10px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }

  .university {
    font-size: 12px;
  }

  .tech-skills-title,
  .soft-skills-title {
    /* text-align: left; */
    padding: 0px 0px 0px 0px;
  }

  /* .education-container {
    text-align: center;
  } */
}
