* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
body {
  background: #f5f7fa;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat;
}
.wrapper {
  background: #fff;
  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;
}
.myPhoto {
  width: 370px;
}
.me-container {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.Contacts-container {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
}
.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: #69707b;
}
.Contacts-link-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 10px;
  color: #69707b;
}
.Tech-Skills-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 10px;
  color: #69707b;
  margin-bottom: 10px;
  color: #ffffff;
}
.Tech-Skills-title1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 10px;
  color: #69707b;
  margin-top: 10px;
  /* margin-bottom: 1px; */
  color: #ffffff;
}
.Tech-Skills-container {
  margin-top: 45px;
  margin-left: 40px;
  margin-right: 40px;
}
.Tech-Skills-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ff6b08;
  margin-left: 15px;
}
.Tech-Skills-txt {
  color: #c3c6ca;
}
.Tech-Skills-txt1 {
  color: #c3c6ca;
  margin-left: 30px;
  font-size: 13px; 
}
.profession {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  /* margin-bottom: 23px; */
}
.name {
  font-size: 45px;
  font-weight: 700;
  line-height: 89px;
}
.description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}
.info-container {
  margin-bottom: 50px;
}
.about-me-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.projects-link {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.tech-name {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.dots {
  color: #a8a8a8;
  font-weight: 100;
}
.projects-item {
  font-weight: 700;
  margin-left: 17px;
}
.projects-container {
  margin-top: 40px;
  margin-bottom: 55px;
}
.profession-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.profession-company {
  color: #ff7518;
}
.profession-time {
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.profession-divider {
  color: #000000;
}
.profession-duties {
  margin-top: 14px;
  margin-bottom: 30px;
}
.profession-duties-item {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.profession-duties-item1 {
  color: #595959;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.education {
  color: #ff6b08;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.education-specialty {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
