.page_title {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #000000;
  margin-top: 50px;
}

.item_list {
  display: flex;
  gap: 20px 19px;
  max-width: 1470px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.nav_panel_container {
  position: relative;
  cursor: pointer;
}
.nav_panel_btn {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 10px 14px;
  border-radius: 50px;
  color: #000000;
  background-color: #FFF;
  margin: 20px 0 0px;
  position: relative;
}
.nav_panel_btn :focus {
  background-color: #FFF;
}
.nav_panel_btn :active {
  background-color: #E9E9E9;
}
.nav_panel_btn :hover {
  background-color: #E9E9E9;
}

.btn_active {
  background-color: #E9E9E9;
}

.items_page_filters {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.section_title {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin: 50px 0 20px;
}

@media (max-width: 1200px) {
  .page {
    padding: 0 18px;
  }
  .page_title {
    font-size: 22px;
    line-height: 26px;
    margin-top: 30px;
    font-weight: 700;
  }
  .section_title {
    margin: 30px 0 20px;
  }
}
@media (max-width: 767px) {
  .page {
    padding: 0;
  }
  .page_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 30px;
  }
  .section_title {
    font-size: 18px;
    line-height: 22px;
    margin: 30px 0 16px;
  }
}/*# sourceMappingURL=page.css.map */