body {
  font-family: "Montserrat", sans-serif;
  background: #f5f7fa;
}

.wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

aside {
  width: 370px;
  background: #1e2939;
}

.cv-photo {
  margin-top: 40px;
}

.header-secondary {
  color: #ffffff;
}

.contact-links {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.bold {
  font-weight: 700;
}

.list-secondary {
  color: #fb6d3a;
  font-size: 14px;
  line-height: 24px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-position: inside;
}

.list-secondary-item {
  color: #ffffff;
}

.contact-block {
  margin-top: 51px;
  margin-left: 40px;
}
.tech-skills-block {
  margin-top: 47px;
  margin-left: 40px;
}
.soft-skills-block {
  margin-top: 47px;
  margin-left: 40px;
}
.main-content {
  margin-top: 85px;
  margin-left: 88px;
  width: 400px;
  height: 247px;
  left: 498px;
  top: 125px;
}

.main-content-projects {
  margin-top: 40px;
  margin-left: 88px;
  margin-bottom: 51px;
}
.main-content-experience {
  margin-top: 51px;
  margin-left: 88px;
}
.main-content-glory-new {
  margin-top: 16px;
  margin-left: 88px;
}
.main-content-glory-llc {
  margin-top: 20px;
  margin-left: 88px;
}
.main-content-education {
  margin-top: 43px;
  margin-left: 88px;
  margin-bottom: 107px;
}
.year-experience {
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-top: 11px;
  margin-bottom: 8px;
}
.university-color {
  color: #fb6d3a;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.management-font {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
  margin-top: 11px;
}
.list-primary {
  color: #595959;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-position: inside;
  width: 509px;
}
.list-primary-item {
  color: #595959;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.header-primary {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 12px;
}

.job-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.orange-company {
  color: #fb6d3a;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.main-name {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
}
.job-title-main {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
  margin-left: 0px;
  padding-left: 0px;
  list-style-position: inside;
}

ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2.7em;
  list-style-type: none;
  counter-increment: item;
  list-style-position: inside;
}

ol > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.bold-brackets-main {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.dots-lines-main {
  color: #a8a8a8;
}
