.page-container {
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 50px;
  padding: 80px 70px;
  margin: 50px 0;
}

/* ============= Header ============= */
.header__inner {
  display: flex;
  justify-content: space-between;
}

/* ---------- Фото ----------*/
.header__image img {
  max-width: 380px;
  min-width: 380px;
  max-height: 430px;
  min-height: 430px;
  display: block;
  object-fit: cover;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}

.header__top-image {
  display: none;
}

/* ---------- Имя ----------*/
.header__name {
  margin: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 140%;
}

.header__name span {
  font-weight: 400;
}

.header__subtitle {
  margin: 0 0 50px 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

/* ---------- Контакты ----------*/
.header__content {
  padding: 20px;
  margin-left: 80px;
  width: 100%;
}

.contacts__links {
  display: flex;
  flex-wrap: wrap;
}

.contacts__link {
  display: flex;
  color: var(--color-black);
  text-decoration: none;
  padding: 10px;
}

.contacts__icon {
  width: 20px;
  margin-right: 10px;
}

.contacts__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  white-space: nowrap;
}

/* ============= Main ============= */
.main {
  margin-top: 50px;
  display: flex;
}

.main__left {
  max-width: 380px;
  min-width: 380px;
  display: flex;
  flex-direction: column;
}

.main__right {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}

/* ---------- Опыт ----------*/
.experience {
  background: var(--color-1);
  flex: 1;
}

.experience__item:not(:last-child) {
  margin-bottom: 40px;
}

/* ---------- Навыки ----------*/
.skills {
  background: var(--color-2);
}

.skills__list {
  padding-left: 20px;
}

.skills__list:not(:last-child) {
  margin: 0 0 30px 0;
}

.skills__item {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.skills__item:not(:last-child) {
  margin-bottom: 6px;
}

/* ---------- Опыт ---------- */
.education {
  background: var(--color-3);
}

.education__item:not(:last-child) {
  margin-bottom: 40px;
}

/* ---------- Обо мне ---------- */
.about {
  background: var(--color-4);
}
