* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: Montserrat;
}
li {
  color: #104b37;
}
h3 {
  color: rgb(0, 0, 0);
}
.wrapper {
  background-color: #fff;
  display: flex;
}
.sidebar {
  width: 600px;
  background-color: #104b37;
  padding-top: 40px;
  padding-bottom: 40px;
}
.photo {
  width: 100%;
}
.contacts-container {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 60px;
}
.sidebar-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.contacts-list li {
  list-style: none;
  align-items: center;
  display: flex;
  margin-bottom: 8px;
}
.contacts-country {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.contacts-icon {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  fill: #fff;
}
.contacts-link {
  color: #104b37;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.skills-container {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 36px;
}

.skills-container li {
  color: #fff;
}

.skills {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-left: 16px;
}

.about-me {
  padding: 20px;
}
.about-me-main-info {
  margin-bottom: 20px;
}
.name {
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 16px;
}
.profession {
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
.information {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.information-section {
  margin-bottom: 36px;
}
.information-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.number-information {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 16px;
  margin-bottom: 8px;
}
.number-information:last-child {
  margin-bottom: 0px;
}
.projects-item-container {
  display: flex;
}
.projects-item-container > h3 {
  margin-right: 10px;
}
.project-name {
  color: #104b37;
  font-weight: 700;
}
.projects {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #595959;
}
.projects-text {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.company {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profession-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
  color: #104b37;
}
.profession-time {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
}
.education {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #104b37;
}

.sidebar a {
  color: #fff;
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
