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

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f4f6f9;
  padding: 40px 20px;
  letter-spacing: 0.03em;
}

a {
  text-decoration: none;
}

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

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

.box-foto {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 100%;
}
.foto {
  display: inline-block;
  height: auto;
  border-radius: 20%;
}

.about-me-container {
  padding: 90px 110px;
}

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

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

.contacts-item {
  margin-bottom: 10px;
  list-style: none;
}

.contacts-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #aeb2b8;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    text-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.contacts-link:hover,
.contacts-link:focus {
  color: #ff6b08;
  text-shadow: 4px 2px 6px rgba(255, 255, 255, 0.6);
}

.contacts-icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(64deg, rgba(255, 184, 0, 0.06) 0%, #ccff00 80%);
  fill: currentColor;
}

.contacts-link:hover .contacts-icon,
.contacts-link:focus .contacts-icon {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px #ffffff;
}

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

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

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

.skills-text {
  color: #aeb2b8;
}

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

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

.profession {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 23px;
}

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

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

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

.project-item {
  font-weight: 700;
  margin-left: 17px;
  margin-bottom: 10px;
}

.project-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.project-link {
  margin-right: 5px;
  color: #595959;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.project-link:focus,
.project-link:hover {
  color: #ff6b08;
}

.tech-box {
  display: flex;
  align-items: center;
}

.tech-name {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.project-info {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.info-point {
  margin-right: 5px;
  font-weight: 500;
}
.project-git {
  color: #595959;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.project-git:hover,
.project-git:focus {
  color: #ff6b08;
}

.project-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

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

.profession {
  margin-bottom: 20px;
}

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

.profession-company {
  color: #ff6b08;
}

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

.profession-devider {
  color: #000;
}

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

.profession-duties-item {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 17px;
}
.education-list {
  list-style: none;
}

.education-item {
  margin-bottom: 10px;
}
.education-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ff6b08;
}

.education-prof {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
