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

body {
  background: #f5f7fa;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Montserrat', sans-serif;
}

.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;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 370px;
}

.my-photo {
  width: 280px;
  padding: 0 10px;
}

.about-me-container {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 110px;
  padding-bottom: 110px;
}

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

.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: #ffffff;
  text-decoration: none;
}

.contacts-link:hover,
.contacts-link:focus {
  color: #ff6b08;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

.location{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  padding-top: 15px;
  text-decoration: underline;
}
.tech-skills-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  color: #ffffff;
}

.tech-skills-container {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 45px;
}

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

.tech-skills-text {
  color: #ffffff;
}

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

.soft-skills-container {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 45px;
}
.soft-skills-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 15px;
  margin-bottom: 5px;
  color: #ff6b08;
}

.soft-skills-text {
  color: #ffffff;
}

.language-container{
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 45px;
}

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

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

.lang-text{
  color: #ffffff;
}
.profession {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 23px;
  color: #ff6b08;
  text-transform: uppercase;
}

.name {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.8;
}

.description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}

.info-container {
  margin-bottom: 65px;
}

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

.projects-link {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  padding-bottom: 5px;
}

.projects-link:hover,
.projects-link:focus {
  color: #ff6b08;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.projects-description{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

.projects-container {
  margin-bottom: 55px;
}

.about-me-title{
margin-bottom: 20px;
font-weight: 700;
font-size: 22px;
line-height: 1.09;
}

.profession-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.profession-company {
  color: #ff7011;
}

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

.profession-divider {
  color: black;
}

.profession-duties {
  margin-top: 14px;
  margin-bottom: 30px;
}
.profession-duties-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #595959;
}

.education-place {
  color: #ff7011;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
}

.education-faculty {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 25px;
}

.education-time {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #a8a8a8;
  margin-top: 20px;
}

.education-divider {
  color: black;
}

.wrapper-cov-letter {
   background: #1e2939;
   color: #ffffff;
}
.description-cov-letter {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 24px;
}

.coverLetter{
  list-style: none;
}
.coverLetter-link{
  text-decoration: none;
}


