body {
  background: linear-gradient(135deg, #f6f6fa 0%, #e8f2ff 100%);
  padding: 40px;
  font-family: "Montserrat", sans-serif;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin: 0;
}

.wrapper {
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}

/* Main content */
.main-content {
  padding: 80px 40px 80px 88px;
  box-sizing: border-box;
}

.my-profession {
  font-weight: 700;
  font-size: 14px;
  line-height: 121%;
  background: linear-gradient(135deg, #6d9bf5 0%, #2979ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 8px;
}
.my-name {
  font-weight: 700;
  font-size: 45px;
  line-height: 122%;
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
}
.my-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #595959;
  margin-top: 0;
  margin-bottom: 4px;
}
.my-info {
  margin-bottom: 40px;
}

.my-projects-title,
.work-experience-title,
.education-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 123%;
  background: linear-gradient(135deg, #6d9bf5 0%, #2979ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 8px;
}

.my-projects-title i,
.work-experience-title i,
.education-title i {
  margin-right: 8px;
  color: #6d9bf5;
}

.my-projects-list {
  padding-left: 16px;
}
.my-projects-item {
  font-weight: 700;
  font-size: 14px;
  line-height: 171%;
  color: #000;
  /* display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #000; */
}
.my-projects-item-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #005fff;
}

.my-projects-item-tech {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #595959;
}
.my-projects-container {
  margin-bottom: 40px;
}
/* Work experience */
.work-experience-company {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
}
.company-name {
  color: #6d9bf5;
}
.work-experience-period {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #a8a8a8;
  margin-bottom: 8px;
}
.work-experience-period-separator {
  color: #000;
}
.work-experience-duties-list {
  padding-left: 16px;
}
.work-experience-duties-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #595959;
}
.work-experience-container {
  margin-bottom: 12px;
  padding: 20px;
  background: rgba(109, 155, 245, 0.05);
  border-radius: 10px;
  border-left: 4px solid #6d9bf5;
  transition: all 0.3s ease;
}

.work-experience-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(109, 155, 245, 0.2);
}
.work-experience-wrapper {
  margin-bottom: 40px;
}

/* Education */
.education-university {
  font-weight: 700;
  font-size: 16px;
  color: #6d9bf5;
}
.education-program {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
.education-period {
  font-weight: 400;
  font-size: 12px;
  color: #a8a8a8;
}
.education-period-separator {
  color: #000;
}

/* Sidebar */
.sidebar {
  background: linear-gradient(180deg, #e0ebfe 0%, #d1e7ff 100%);
  padding: 40px 0;
  box-sizing: border-box;
  width: 370px;
}
.sidebar-content {
  padding: 40px 40px 0;
  box-sizing: border-box;
}

/* contacts container */
.contacts-title {
  font-weight: 700;
  font-size: 22px;
  color: #161d2a;
  margin-top: 0;
  margin-bottom: 8px;
}

.contacts-title i {
  margin-right: 8px;
  color: #6d9bf5;
}
.contacts-type {
  font-weight: 700;
  font-size: 14px;
  line-height: 171%;
  color: #161d2a;
  margin-right: 8px;
}

.contacts-type i {
  margin-right: 6px;
  color: #6d9bf5;
  width: 16px;
}
.contacts-link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #2979ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 171%;
  transition: all 0.3s ease;
}

.contacts-link:hover {
  color: #6d9bf5;
  transform: translateX(3px);
}
.contacts-item {
  margin-top: 0;
  margin-bottom: 4px;
}
.contacts-container {
  margin-bottom: 40px;
}

/* skills container */
.skills-container {
  margin-bottom: 40px;
}
.skills-title {
  font-weight: 700;
  font-size: 22px;
  color: #161d2a;
  margin-top: 0;
  margin-bottom: 8px;
}

.skills-title i {
  margin-right: 8px;
  color: #6d9bf5;
}
.skills-list {
  padding-left: 16px;
}
.skills-list-item {
  font-weight: 400;
  font-size: 14px;
  /* line-height: 24px; */
  line-height: 171%;
  color: #161d2a;
}
