@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  width: 1563px;
}

.brand-description img {
  max-width: 100%;
}

.brand-description ul {
  margin-bottom: 10px;
}

.brand-description ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.sagt1-head {
  border-bottom: 2px solid #E5E5E5;
  width: 100%;
}

.sagt1-h {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
  padding: 24px 0;
  background: url("../img/sagt1-bg.svg");
}

.sagt1-head-main {
  display: flex;
  justify-content: space-between;
  padding: 0 0 24px;
}

.sagt1-items {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  padding-right: 40px;
  width: 100%;
}

.sagt1-item {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 9px 6px 9px 16px;
  border: 2px solid transparent;
  border-radius: 16px;
  margin-right: 6px;
  transition: .1s border;
}

.sagt1-item_del {
  margin-left: 5px;
  transition: .1s opacity;
}

.sagt1-item_active {
  border: 2px solid #CCCCCC;
}

.sagt1-item_active>.sagt1-item_del {
  opacity: 1;
}

.sagt1-item:hover {
  cursor: pointer;
  text-decoration: underline;
}

.sagt1-sort {
  text-align: right;
}

.sagt1-sort_p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 0 0 16px 0;
  margin: 0;
}

.sagt1-sort_a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #4D4D4D;
  padding-left: 19px;
  white-space: nowrap;
}

.sagt1-sort_a:hover {
  text-decoration: underline;
}

.sagt1-main {
  display: flex;
  width: 100%;
  padding-top: 30px;
}

.sagt1-1300px {
  width: 1300px;
  height: 1000px;
  margin-left: 22px;
  background: #ffffc3;
}

.sagt1-side {
  width: 240px;
  position: relative;
}

.sagt1-side_p1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
}

.sagt1-side-items {
  padding: 20px 0;
}

.sagt1-accordion {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.sagt1-accordion_a {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 12px 0;
  text-decoration: none;
}

.sagt1-accordion:hover {
  cursor: pointer;
}

.sagt1-accordion_img {
  transform: rotate(-90deg);
  transition: .3s transform;
}

.sagt1-accordion_img__active {
  transform: rotate(0deg);
}

.sagt1-accordion_inputs {
  display: flex;
  justify-content: space-between;
}

.sagt1-accordion_input {
  width: 80px;
  padding: 5px 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #B3B3B3;
  -moz-appearance: textfield;
}

.sagt1-accordion_input::-webkit-outer-spin-button,
.sagt1-accordion_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sagt1-accordion-content {
  padding-left: 10px;
  margin: 6px 0;
  max-height: 376px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}

.sagt1-accordion-content::-webkit-scrollbar-track {
  background-color: #E5E5E5;
  border-radius: 2px;
}

.sagt1-accordion-content::-webkit-scrollbar {
  width: 4px;
  background: #E5E5E5;
  border-radius: 2px;
}

.sagt1-accordion-content::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 2px;
}

.sagt1-side-params {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000;
  transition: .3s color, .3s background;
  margin-bottom: 20px;
}

.sagt1-side-params:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}

@keyframes accardionAnim {
  from {
    opacity 0 {}
  }

  to {
    opacity 1 {}
  }
}

.sagt1-slider-range {
  margin: 30px 5px 5px 5px;
  height: 6px;
  background: #C4C4C4;
  border-radius: 3px;
  border: none;
}

.sagt1-slider-range>.filter--price-js,
.sagt1-slider-range>.ui-slider-handle {
  width: 16px !important;
  height: 16px !important;
  cursor: pointer !important;
  border: 0 !important;
  border-radius: 50% !important;
  outline: 0;
  background: #FFC000 !important;
  -webkit-box-shadow: 0 0 5px #faaca8 !important;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) !important;
}

.sagt1-slider-range>.filter--price-js,
.sagt1-slider-range>.ui-slider-range {
  background: #FFC000;
  border-radius: 3px;
}

.sagt1-additional {
  display: none;
  transition: .1s opacity;
}

.sagt1-accordion-content {
  display: none;
  opacity: 0;
  transition: .1s opacity;
}

.sagt1-side-fixed {
  padding-top: 17px;
  border-top: 1px solid #000;
  background: #fff;
  text-align: center;
  bottom: 0;
  position: fixed;
  width: inherit;
}

.sagt1-side-fixed_show {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #000;
  padding: 16px;
  display: flex;
  justify-content: center;
  border: 1px solid #000;
  transition: .3s color, .3s background;
}

.sagt1-side-fixed_show:hover {
  cursor: pointer;
  background: #fff;
  color: #000;
}

.sagt1-side-fixed_reset {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding: 4px;
  margin: 20px auto 12px auto;
  text-align: center;
  border-bottom: 1px solid transparent;
  transition: .3s border-bottom;
  background: none;
  border: none;
}

.sagt1-side-fixed_reset:hover {
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.sagt1-side-item {
  width: 100%;
}

.item-active {
  display: block;
  opacity: 1;
}

.sort-block {
  float: right;
}

.categorie-sidebar {
  position: sticky;
  top: 0;
  top: 10px;
  height: calc(100vh - 101px);
  overflow: auto;
  scrollbar-width: none;
}

.categorie-sidebar::-webkit-scrollbar {
  display: none;
}

.bx-filter-parameters-box-container {
  margin-top: 10px;
  background: white;
  z-index: 9999;
  position: sticky;
  bottom: 0;
}

.selection-list > li .pe-7s-cart{position: relative;}
