body {
  font-family: "Montserrat", sans-serif;
  background-color: #f5f7fa;
}

.main_container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  background-color: white;
  margin: 40px 0;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

.main_information {
  padding: 100px 90px;
}

/*заголовок (основная колонка)*/
.main_container_header {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: black;
  margin: 50px 0 0 0;
}

.about_me_professional {
  font-size: 14px;
  color: black;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 20px;
}

.my_name {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 25px;
  color: black;
}

.about_me_me {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  width: 400px;
  color: #595959;
  margin-bottom: 45px;
}

.projects_list_main {
  padding-left: 17px;
}

/*п/ж (цифры и скобки) в Проектах*/

.projects_list {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: black;
  margin-right: 2px;
  margin-left: 2px;
}

/*основной текст в Проектах*/

.projects_text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin-left: 5px;
}

/*точки в Проектах*/
.dots {
  font-size: 8px;
}

/*ссылки в Проектах, не смогла убрать фиолетовое подчеркивание*/

.projects_link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

/*подзаголовок (основная колонка) */

.main_container_header_small {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: black;
  margin: 15px 0 0 0;
}

.work_company {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fb6d3a;
}

.work_period {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #a8a8a8;
  margin: 8px 0 5px 0;
}

.work_period_black {
  color: black;
  font-weight: normal;
}

.work_duties {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin: 0 0 0 0;
  padding-left: 16px;
}

.education_speciality {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: black;
  margin: 11px 0 0 3px;
}

/* Sidebar */
.sidebar {
  background-color: #1e2939;
  width: 370px;
  padding-top: 40px;
}

.contacts,
.skills {
  margin: 50px 0 0 40px;
}

.sidebar-header {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: white;
  margin-bottom: 10px;
}

.contacts-type {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: white;
  margin-right: 7px;
}

.contacts-data {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #b7bbc0;
}

.skills-list {
  padding-left: 20px;
}

.sidebar-bullet {
  color: #fb6d3a;
}

.sidebar-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: white;
}

.air-bottom {
  padding-bottom: 360px;
}
