:root {
  --primary: #1a2f4e;
  --background: #ffffff;
  --secondary: #e5e5e5;
  --additional: #fb6d3a;
}

body {
  font-family: "Montserrat", sans-serif;
  background: var(--secondary);
  color: var(--primary);
}

.wrapper {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  justify-content: center;
  margin: 0 auto;
  background: var(--background);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

.left-side {
  width: 400px;
  background: var(--primary)
}

.right-side {
  width: 760px;
  height: 2150px;
}

.cv-clause {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: justify;
  text-align-last: justify;
  padding-top: 100px;
}

.space {
  height: 50px;
}

.space2 {
  height: 850px;
}

.cv-photo {
  margin-top: 40px;
  margin-left: 45px;
}

.header-secondary {
  color: var(--secondary);
}

.contact-links {
  color: var(--secondary);
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  margin-left: 5px;
}

.bold {
  font-weight: 700;
}

.list-secondary {
  color: var(--additional);
  font-size: 14px;
  line-height: 24px;
  margin-left: 0px;
  padding-left: 5px;
  list-style-position: inside;
}

.list-secondary-item {
  color: var(--secondary);
}

.contact-block {
  margin-top: 51px;
  margin-left: 40px;
}

.tech-skills-block {
  margin-top: 47px;
  margin-left: 40px;
}

.soft-skills-block {
  margin-top: 44px;
  margin-left: 40px;
}

main {
  padding: 20px 88px 40px 88px;
}

.main-description {
  width: 660px;
}

.job-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54.86px;
}

.description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: justify;
  text-align-last: justify;
}

.projects {
  width: 600px;
  margin-bottom: 51px;
}

.list-primary {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  padding-left: 0;
  list-style-position: inside;
}

.list-primary-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.header {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}

.job-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.highlight {
  color: var(--additional);
}

.job-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px;
}

.job-date-break {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.job-list {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
}

.job-list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.education {
  width: 485px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.field-of-study {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
}
