* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; /*чтобы контект не растягивал контейнер*/
}
body {
  background-color: #f5f7fa;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat;
}
.wrapper {
  background-color: #fff;
  /* display: flex; */
  /* width: 320px; чтобы контент сжимался в зависимости от устройства */
  margin: 0 auto; /*центрирование*/
  box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
}
.sidebar {
  background: #1e2939;
  padding-top: 40px;
  padding-bottom: 10px;
}
.my-foto {
  width: 100%;
}
.about-me-container {
  padding-top: 20px;
  padding-bottom: 110px;
}
.contacts-container {
  margin-top: 60px;
  margin-left: 40px;
}
.contacts-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.contacts-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #69707b;
}
.contacts-link-type {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-right: 10px;
}
.tech-skills-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.tech-skills-container {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 55px;
}
.tech-skills-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ff6b08;
  margin-left: 15px;
}
.tech-skills-text {
  color: #a4a8af;
}
.soft-skills-container {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 55px;
}
.soft-skills-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.soft-skills-item {
  color: #ff6b08;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 15px;
}
.soft-skills-text {
  color: #999ea5;
}

.profession {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.name {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.project-container {
  padding: 20px;
}
.about-me {
  padding: 20px;
}
.about-me-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  /* padding: 20px; */
}
.project-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #595959;
}
.tech-name {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.dots {
  color: #bebebe;
  font-weight: 100px;
}
.project-item {
  font-weight: 700;
  margin-left: 20px;
}
.profession-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.profession-company {
  color: #ff7c25;
}
.pfofession-time {
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
}
.profession-devider {
  color: #000;
}
.profession-duties {
  margin-top: 14px;
  margin-bottom: 30px;
}
.profetion-duties-item {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.profetion-title-education {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
/* @media (min-width: 768px) and (max-width:992px) {
  body {
    float: none;
    width: 100%;
  }
}
 @media screen and (max-width: 768px){
    body {
     width: 80%;
     background-color: #ff6b08;
   } 
  } */
