* {
  font-family: "Montserrat", sans-serif;
  line-height: 122%;
  font-weight: 700;
  margin: 0;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body {
  background-color: #f6f6fa;
  /* background-image: url(../img/background.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-size: cover; */
  padding: 40px;
}
ul {
  list-style-type: none;
}
ul li {
  position: relative;
}
ul li::before {
  position: absolute;
  left: -10px;
  content: "•";
  font-size: 19px;
  margin-right: 5px;
}
a {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #005fff;
}
.wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  margin: 0 auto;
  z-index: 5;
}
.main_container {
  position: relative;
  padding: 80px 80px 40px 80px;
  box-sizing: border-box;
  height: 100%;
}

.main_container p#data span {
  color: #000;
}
.main_container li {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #595959;
}

.main_container .education h4 {
  color: #6d9bf5;
}
aside > img {
  padding: 40px 0 0 0;
}
aside * {
  margin: 0;
}
aside {
  /* background: #90daf5; */
  background: #e0ebfe;
}
.sidebar-content {
  padding: 40px 40px 0 40px;
  box-sizing: border-box;
}
.sidebar-content > div {
  margin-bottom: 40px;
}

.sidebar-content .contacts p a {
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
}
.sidebar-content .contacts .contacts-title {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 22px;
  color: #161d2a;
}
.sidebar-content .contacts .telefon a {
  color: #161d2a;
  text-decoration: none;
}
.skills-title {
  font-weight: 700;
  font-size: 22px;
  color: #161d2a;
}
.skills-list {
  padding: 8px 0 0 8px;
}
.sidebar-content li {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #161d2a;
}
.my-profession {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 121%;
  color: #000;
}
.my-name {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 45px;
  line-height: 122%;
  color: #000;
}
.my-descr {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #595959;
}
.my-project-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 22px;
  line-height: 123%;
  color: #000;
}
.my-project-list {
  padding: 0 0 40px 16px;
  font-size: 14px;
  line-height: 171%;
  color: #000;
}
.my-project-item {
  padding: 0;
}
.my-project-item::marker {
  font-weight: 700;
  font-size: 14px;
  line-height: 171%;
  color: #000;
}
.my-project-item-tech {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #595959;
}
.work-experience {
  margin-bottom: 40px;
}
.work-experience-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 22px;
  line-height: 123%;
  color: #000;
}
.work-experience-company {
  margin-bottom: 12px;
}
.work-experience-company span {
  color: #6d9bf5;
}
.work-experience-proffesion span {
  color: #6d9bf5;
}
.work-experience-period {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #a8a8a8;
}
.work-experience-period span {
  font-weight: 400;
  color: #000;
}
.work-experience-duties-list {
  padding: 0 0 12px 8px;
}
.education {
  position: absolute;
  bottom: -250px;
}
.education * {
  margin-bottom: 8px;
}
