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

body {
  background: #f5f7fa;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-right: 40px;
  font-family: Montserrat;
}

.wrapper {
  background: rgba(253, 247, 54, 0.2);

  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
}

.inner {
  margin-bottom: 50px;
}

.sidebar {
  width: 370px;
  background-color: #1e2939;
  padding-top: 40px;
  padding-bottom: 40px;
}
.my-photo {
  width: 250px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.about-me-container {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 110px;
  padding-bottom: 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-list {
  list-style: none;
}

.contacts-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #6a717c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.icon {
  fill: white;
  margin-right: 15px;
}

.contacts-flag {
  position: relative;
}

.contacts-flag::after {
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  background-image: url('../img/Flag_of_Poland.svg.webp');
  background-repeat: no-repeat;
  background-size: cover;

  position: absolute;
  left: 140px;
  top: 0;
}

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

.line {
  position: relative;
}

.line::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;

  width: 100%;
  height: 1px;
  /* background-color: #ff6b08; */
  background: radial-gradient(circle at 100%, #1e2939, #ff6b08 100%);
}

.about-me-container .line::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1e2939;
  background: radial-gradient(
    circle at 100%,
    rgba(253, 247, 54, 0.2),
    #1e2939 100%
  );
}

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

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

.skills-text {
  color: #d9dadd;
}

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

.vocation {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.42px;
  color: #000000;
}

.about-me-name {
  font-size: 45px;
  font-weight: 700;
  line-height: 89px;
  color: #000000;
}

.about-me-description {
  display: inline-block;
  padding-bottom: 10px;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.42px;
}

.flag {
  display: inline-block;
}

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

.projects-list-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 17px;
  margin-bottom: 20px;
}

.dotes {
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.projects-link {
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.42px;
}

.tech-name {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.projects-desc {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.profession-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.profession-company {
  color: #ff6b08;
}
.profession-period {
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.profession-divider {
  color: #000000;
}
.profession-duties {
  margin-top: 14px;
  margin-bottom: 30px;
  margin-left: 17px;
}
.profession-duties-item {
  color: #595959;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.university {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 11px;
  margin-bottom: 15px;
  color: #ff6b08;
}

.education-faculty {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.42px;
  margin-bottom: 14px;
}

.abbr {
  text-decoration: unset;
}
