.rs-content {
  padding-top: 40px;
  margin-top: 0px;
  overflow: unset;
}
@media (max-width: 1439.98px) {
  .rs-content {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .rs-content {
    padding-top: 0px;
  }
}
.rs-content__wrapper {
  padding-top: 60px;
}
@media (max-width: 1439.98px) {
  .rs-content__wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .rs-content__wrapper {
    padding-top: 15px;
  }
}
@media (min-width: 991.98px) {
  .rs-content__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1439.98px) {
  .rs-catalog .rs-content__wrapper {
    padding-top: 80px;
  }
}
@media (min-width: 1439.98px) {
  .rs-rules .rs-content__wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 991.98px) {
  .rs-content__sidebar {
    grid-column: 1/2;
  }
}
@media (min-width: 991.98px) {
  .rs-content__block {
    grid-column: span 3;
  }
}
.rs-content__list {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 1439.98px) {
  .rs-auction .rs-content__list {
    grid-row-gap: 80px;
  }
}
@media (max-width: 1439.98px) {
  .rs-content__list {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .rs-content__list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.rs-content__column {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 60px;
}
@media (max-width: 1439.98px) {
  .rs-content__column {
    row-gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .rs-content__column {
    row-gap: 30px;
  }
}
.rs-content__desc ol {
  list-style: none;
  counter-reset: li;
}
.rs-content__desc > ol > li, .rs-content__desc > p > b {
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
@media (max-width: 1439.98px) {
  .rs-content__desc > ol > li, .rs-content__desc > p > b {
    font-size: 18px;
  }
}
@media (max-width: 1169.98px) {
  .rs-content__desc > ol > li, .rs-content__desc > p > b {
    font-size: 16px;
  }
}
.rs-content__desc > ol > li::before {
  content: counters(li, ".", upper-roman) ". ";
  counter-increment: li;
}
.rs-content__desc > ol > li:not(:last-child), .rs-content__desc > p > b:not(:last-child)  {
  margin-bottom: 60px;
}
@media (max-width: 1439.98px) {
  .rs-content__desc > ol > li:not(:last-child), .rs-content__desc > p > b:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media (max-width: 1169.98px) {
  .rs-content__desc > ol > li:not(:last-child), .rs-content__desc > p > b:not(:last-child) {
    margin-bottom: 30px;
  }
}
.rs-content__desc > ol > li > ol {
  margin-top: 30px;
}
@media (max-width: 1439.98px) {
  .rs-content__desc > ol > li > ol {
    margin-top: 20px;
  }
}
@media (max-width: 1169.98px) {
  .rs-content__desc > ol > li > ol {
    margin-top: 15px;
  }
}
.rs-content__desc > ol > li > ol > li, .rs-content__desc > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #858585;
}
@media (max-width: 1439.98px) {
  .rs-content__desc > ol > li > ol > li, .rs-content__desc > p {
    font-size: 16px;
  }
}
@media (max-width: 1169.98px) {
  .rs-content__desc > ol > li > ol > li,  .rs-content__desc > p {
    font-size: 14px;
  }
}
.rs-content__desc > ol > li > ol > li::before {
  content: counters(li, ".") ". ";
  counter-increment: li;
}
.rs-content__desc > ol > li > ol > li:not(:last-child), .rs-content__desc > p:not(:last-child){
  margin-bottom: 10px;
}
.rs-content__desc .table {
  overflow-x: scroll;
  overflow-y: hidden;
  margin: -16px;
  padding: 16px;
}
.rs-content__desc .table::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.rs-content__desc table {
  width: 100%;
  margin-top: 10px;
  table-layout: fixed;
  border-spacing: unset;
  border-collapse: unset;
  min-width: 500px;
}
.rs-content__desc table th,
.rs-content__desc table td {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  padding: 10px 11px;
}
@media (max-width: 1439.98px) {
  .rs-content__desc table th,
  .rs-content__desc table td {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .rs-content__desc table th,
  .rs-content__desc table td {
    font-size: 13px;
  }
}
.rs-content__desc table thead tr th {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.rs-content__desc table thead tr th:first-child {
  border-left: 1px solid #ddd;
}
.rs-content__desc table tbody tr td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rs-content__desc table tbody tr td:first-child {
  border-left: 1px solid #ddd;
  color: #858585;
}

.rs-rules {
  padding-top: 0px;
  margin-top: 0px;
}

@media (min-width: 1439.98px) {
  .rs-catalog__filters {
    margin-top: -50px;
    position: sticky;
    top: 50px;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .rs-catalog__filters {
    display: none;
  }
}
.rs-catalog__filters_head {
  padding: 16px 0px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1439.98px) {
  .rs-catalog__filters_head {
    padding: 15px 0px;
  }
}
.rs-catalog__filters_head h6 {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 1439.98px) {
  .rs-catalog__filters_head h6 {
    font-size: 14px;
  }
}
.rs-catalog__filters_spollers {
  padding: 16px 0px 0px 0px;
}
.rs-catalog__filters_spollers_item:not(:last-child) {
  margin-bottom: 12px;
}
.rs-catalog__filters_spollers_item a {
  width: 100%;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4e4e4e;
}
@media (max-width: 1439.98px) {
  .rs-catalog__filters_spollers_item a {
    font-size: 13px;
  }
}
.rs-catalog__filters_spollers_item a span {
  color: #4e4e4e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs-catalog__filters_spollers_item a span::before, .rs-catalog__filters_spollers_item a span::after {
  display: inline-block;
  position: relative;
}
.rs-catalog__filters_spollers_item a span::before {
  content: "(";
}
.rs-catalog__filters_spollers_item a span::after {
  content: ")";
}
.rs-catalog__filters_spollers_item a.rs-catalog__filters_spollers_title {
    padding-right: 25px;
}

.rs-catalog__filters_spollers_item a.rs-catalog__filters_spollers_title span {
  color: #858585;
}
.rs-catalog__filters_spollers_item a.rs-catalog__filters_spollers_title._spoller-active {
  color: #000;
}
.rs-catalog__filters_spollers_item a.rs-catalog__filters_spollers_title._spoller-active .rs-catalog__filters_spollers_icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.rs-catalog__filters_spollers_item a.rs-catalog__filters_spollers_title .rs-catalog__filters_spollers_icon  {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url("../img/icons/chevron-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
@media (max-width: 1439.98px) {
  .rs-catalog__filters_spollers_item a.rs-catalog__filters_spollers_title .rs-catalog__filters_spollers_icon {
    width: 16px;
    height: 16px;
  }
}
.rs-catalog__filters_spollers_body {
  margin-top: 12px;
}
.rs-catalog__filters_spollers_body ul {
  padding-left: 32px;
}
@media (max-width: 1439.98px) {
  .rs-catalog__filters_spollers_body ul {
    padding-left: 20px;
  }
}
@media (max-width: 1169.98px) {
  .rs-catalog__filters_spollers_body ul {
    padding-left: 15px;
  }
}
.rs-catalog__filters_spollers_body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs-catalog__filters_spollers_body ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 1439.98px) {
  .rs-catalog__filters_spollers_body ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.rs-catalog__filters_spollers_body ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  min-width: 5px;
  min-height: 5px;
  max-width: 5px;
  max-height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 8px;
}

@media (min-width: 991.98px) {
  .rs-auction__timer {
    position: sticky;
    top: 150px;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .rs-auction__timer {
    margin-bottom: 20px;
  }
}
.rs-auction__timer_body {
  border: 1px solid #e8e8e8;
  border-top-width: 3px;
  border-top-color: #000;
  padding: 40px;
  text-align: center;
}
@media (max-width: 1439.98px) {
  .rs-auction__timer_body {
    padding: 20px 0px;
  }
}
.rs-auction__timer_body h4 {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1439.98px) {
  .rs-auction__timer_body h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.rs-auction__timer_body .timer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rs-auction__timer_body .timer__item {
  position: relative;
  padding-bottom: 21px;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  color: #000;
}
@media (max-width: 1439.98px) {
  .rs-auction__timer_body .timer__item {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.rs-auction__timer_body .timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #858585;
}
@media (max-width: 1439.98px) {
  .rs-auction__timer_body .timer__item::before {
    font-size: 15px;
  }
}
.rs-auction__timer_body .timer__item:not(:last-child) {
  margin-right: 46px;
}
@media (max-width: 1439.98px) {
  .rs-auction__timer_body .timer__item:not(:last-child) {
    margin-right: 43px;
  }
}
.rs-auction__timer_body .timer__item:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -30px;
  top: 0;
  -webkit-animation: opacityTimer 2s linear infinite;
          animation: opacityTimer 2s linear infinite;
}
@-webkit-keyframes opacityTimer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityTimer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rs-auction__timer_foot {
  padding: 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 1439.98px) {
  .rs-auction__timer_foot {
    font-size: 13px;
  }
}
.rs-auction__timer_foot svg {
  margin-right: 8px;
}