.rs-catalog {
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .rs-catalog {
    padding-top: 30px;
  }
}
.rs-catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 991.98px) {
  .rs-catalog__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rs-catalog__block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 991.98px) {
  .rs-catalog__block {
    width: 100%;
  }
}
.rs-catalog__filters {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .rs-catalog__filters {
    margin-bottom: 48px;
  }
}
.rs-catalog__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .rs-catalog__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.rs-catalog__filter:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .rs-catalog__filter:not(:last-child) {
    margin-bottom: 20px;
  }
}
.rs-catalog__filter h6 {
  color: var(--gray-font-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
@media (max-width: 991.98px) {
  .rs-catalog__filter h6 {
    margin-bottom: 9px;
  }
}
.rs-catalog__filter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -7.5px 7.5px -7.5px 7.5px;
}
@media (max-width: 991.98px) {
  .rs-catalog__filter_list {
    margin: -2.5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rs-catalog__filter_list li {
  margin: 7.5px;
}
@media (max-width: 991.98px) {
  .rs-catalog__filter_list li {
    margin: 2.5px;
  }
}
.rs-catalog__filter_list li a {
  padding: 7px 15px;
  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;
  text-align: center;
  color: var(--second-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  border-radius: 24px;
  background-color: var(--light-blue, #e6eaf4);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .rs-catalog__filter_list li a {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    line-height: 21.4px;
  }
}
.rs-catalog__filter_list li a._active {
  color: #fff;
  background-color: var(--primary-color);
}
@media (any-hover: hover) {
  .rs-catalog__filter_list li a:hover {
    color: #fff;
    background-color: var(--primary-color);
  }
}
@media (max-width: 991.98px) {
  .rs-catalog__product {
    margin-top: 23px;
  }
}
.rs-catalog__sidebar {
  width: 100%;
  min-width: 290px;
  max-width: 290px;
  margin-left: 55px;
}
@media (min-width: 991.98px) {
  .rs-catalog__sidebar {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}
@media (max-width: 1439.98px) {
  .rs-catalog__sidebar {
    margin-left: 20px;
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 991.98px) {
  .rs-catalog__sidebar {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0px;
    position: relative;
    z-index: 100;
    height: 65px;
    margin-bottom: 23px;
  }
}
@media (min-width: 991.98px) {
  .rs-catalog__sidebar_body {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}
.rs-catalog__sidebar_consult {
  margin-top: 19px;
  background-color: var(--primary-color);
  position: relative;
}
@media (max-width: 991.98px) {
  .rs-catalog__sidebar_consult {
    display: none;
  }
}
.rs-catalog__sidebar_consult_body {
  position: relative;
}
.rs-catalog__sidebar_consult_img {
  width: 100%;
  height: 100%;
}
.rs-catalog__sidebar_consult_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rs-catalog__sidebar_consult_description {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35.3px 38.5px;
}
@media (max-width: 1439.98px) {
  .rs-catalog__sidebar_consult_description {
    padding: 20px 20px;
  }
}
.rs-catalog__sidebar_consult_description h4 {
  margin-bottom: 10px;
}
.rs-catalog__sidebar_consult_description p {
  line-height: 18.2px;
}
.rs-catalog__sidebar_consult_description .rs-btn {
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
.rs-catalog__spollers {
  border: 1px solid #e0e0e0;
}
.rs-catalog__spollers_item {
  background: #fff;
}
.rs-catalog__spollers_title {
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-top: 5px solid var(--primary-color);
  border-bottom: 1px solid #e0e0e0;
  color: var(--second-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  padding: 17px 15px 22px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1439.98px) {
  .rs-catalog__spollers_title {
    font-size: 13px;
    line-height: 18.2px;
  }
}
@media (max-width: 991.98px) {
  .rs-catalog__spollers_title._fixed {
    padding: 25.5px 15px 25.5px 20px;
  }
}
.rs-catalog__spollers_title::after {
  content: "\e904";
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--font-color);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.rs-catalog__spollers_title._spoller-active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rs-catalog__list li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.rs-catalog__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--gray-font-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  padding: 22px 15px 22px 20px;
}
@media (max-width: 1439.98px) {
  .rs-catalog__list li a {
    font-size: 13px;
    line-height: 18.2px;
  }
}
.rs-catalog__list li a::after {
  content: "\e904";
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--primary-color);
}

.goods-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: left;
  width: 100%;
}
@media (min-width: 1169.98px) {
  .goods-table {
    table-layout: fixed;
  }
}
.goods-table__thead th {
  color: #235cf2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .goods-table__thead th {
    font-size: 13px;
    line-height: 18.2px;
  }
}
@media (min-width: 991.98px) {
  .goods-table__thead th {
    padding: 15px 0px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
}
.goods-table__row:not([style*="display: none"]) td {
  padding-top: 35px;
}
.goods-table__row:not([style*="display: none"]) ~ .goods-table__row:not([style*="display: none"]) td {
  padding-top: 8px;
}
.goods-table__row td:first-child {
  width: 150px;
}
.goods-table__row td:last-child {
  text-align: right;
  width: 117px;
}
.goods-table__row td {
  padding: 8px 0px;
  vertical-align: top;
}
@media (max-width: 1169.98px) {
  .goods-table__row:not([style*="display: none"]) td {
    padding-top: 10px;
  }
  .goods-table__row:not([style*="display: none"]) ~ .goods-table__row:not([style*="display: none"]) td {
    padding-top: 5px;
  }
}
.goods-table__row td._open-detail {
  padding-bottom: 0px;
  border-bottom: none;
}
.goods-table__cell {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
@media (max-width: 991.98px) {
  .goods-table__cell {
    font-size: 13px;
    line-height: 20.8px;
  }
  .goods-table__cell:nth-child(2), .goods-table__cell:nth-child(3), .goods-table__cell:nth-child(4), .goods-table__cell:nth-child(5) {
    display: none;
  }
}
.goods-table__name {
  width: 100%;
  max-width: 110px;
  padding: 9px 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 991.98px) {
  .goods-table__name {
    padding: 7px 15px;
  }
}
.goods-table__name::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
}
.goods-table__name._open-detail {
  padding-bottom: 20px;
  border-bottom: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.goods-table__name._open-detail::before {
  opacity: 1;
}
.goods-table__unit {
  color: #c3c3c3;
}
.goods-table__order {
  text-align: center;
  min-width: 117px;
  white-space: nowrap;
}

.goods-detailed__info {
  padding: 36px 47px 47px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 1169.98px) {
  .goods-detailed__info {
    padding: 20px;
  }
}
.goods-detailed__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goods-detailed__head h3 {
  font-size: 22px;
  line-height: 30.8px;
}
.goods-detailed__head h3 span {
  color: var(--primary-color);
}
.goods-detailed__close {
  margin-top: 10px;
  margin-left: 10px;
}
.goods-detailed__close::before {
  font-size: 15px;
  color: #e0e0e0;
}
.goods-detailed__block {
  margin-top: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1169.98px) {
  .goods-detailed__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.goods-detailed__list {
  width: 100%;
}
.goods-detailed__about-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -13px -15px -3px;
}
@media (max-width: 767.98px) {
  .goods-detailed__about-sublist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -2.5px 0px 7.5px;
  }
}
.goods-detailed__about-sublist li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
  margin: 15px;
}
@media (max-width: 767.98px) {
  .goods-detailed__about-sublist li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    margin: 2.5px 0px;
  }
}
.goods-detailed__about-sublist li .goods-detailed__about_nomination {
  font-size: 14px;
  line-height: 22.4px;
}
@media (max-width: 991.98px) {
  .goods-detailed__about-sublist li .goods-detailed__about_nomination {
    font-size: 13px;
    line-height: 20.8px;
  }
}
.goods-detailed__about_item:not(:last-child) {
  margin-bottom: 11px;
}
@media (max-width: 1169.98px) {
  .goods-detailed__about_item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.goods-detailed__about_item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goods-detailed__about_nomination {
  color: var(--font-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1169.98px) {
  .goods-detailed__about_nomination {
    font-size: 13px;
    line-height: 20.8px;
  }
}
.goods-detailed__about_nomination::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dashed #e0e0e0;
  margin: 0px 10px 6px 10px;
}
.goods-detailed__about_value {
  color: vaR(--primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  position: relative;
  margin: 0px 0px 0px auto;
  text-align: right;
}
@media (max-width: 1169.98px) {
  .goods-detailed__about_value {
    font-size: 13px;
    line-height: 20.8px;
  }
}
.goods-detailed__about_item-head {
  color: #bababa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}
.goods-detailed__unit {
  color: #c3c3c3;
  margin-left: 5px;
}
.goods-detailed__photos {
  width: 100%;
  max-width: 346px;
  margin-left: 43px;
  position: relative;
}
@media (max-width: 1169.98px) {
  .goods-detailed__photos {
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .goods-detailed__photos {
    max-width: 230px;
  }
}
.goods-detailed__thumbs {
  position: absolute;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  width: 100%;
}
.goods-detailed__slider {
  width: 100%;
}
.goods-detailed__thumbs_slider {
  width: 100%;
}
.goods-detailed__thumbs_swiper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.goods-detailed__thumbs_item img {
  border: 1px solid #fff;
}
@media (min-width: 767.98px) {
  .goods-detailed__thumbs_item img {
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
  }
}
.goods-detailed__item {
  width: 100%;
  height: 100%;
}
.goods-detailed__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 309px;
}
@media (max-width: 767.98px) {
  .goods-detailed__item img {
    max-height: 205px;
  }
}
.goods-detailed__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--gray-color);
  padding: 14px 20px 11px 20px;
}
@media (max-width: 767.98px) {
  .goods-detailed__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.goods-detailed__footer .rs-btn {
  font-weight: 600;
  font-size: 12px;
  padding: 14px 32px;
  line-height: 14px;
}
@media (max-width: 767.98px) {
  .goods-detailed__footer .rs-btn {
    width: 100%;
  }
}
.goods-detailed__priced {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}
@media (max-width: 767.98px) {
  .goods-detailed__priced {
    margin-bottom: 15px;
  }
}
.goods-detailed__price {
  color: var(--second-color);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}
@media (max-width: 1169.98px) {
  .goods-detailed__price {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.goods-table__row__empty .goods-table__cell {
	width: 100% !important;
	text-align: left !important;
}
/**/
.rs-catalog__filters .widget {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rs-catalog__filters .widget .widget-title {
	padding: 7px 0;
	color: var(--gray-font-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
	pointer-events: none;
}
.rs-catalog__filters .widget ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px 7px -7px 7px;
	overflow: hidden;
}
.rs-catalog__filters .widget ul li {
    margin: 7px;
}
.rs-catalog__filters .widget ul li a {
    padding: 10px 15px;
    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;
    text-align: center;
    color: var(--second-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px;
    border-radius: 24px;
    background-color: var(--light-blue, #e6eaf4);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	text-align: left;
}
.rs-catalog__filters .widget ul li.current-cat a {
    color: #fff;
    background-color: var(--primary-color);
}
@media(max-width:767px){
	.rs-catalog__filters .widget {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.rs-catalog__filters .widget ul {
		margin: -7px;
	}
}
.rs-catalog__filters .show-more{
	padding: 10px 15px;
    margin: 14px auto 0;
    display: table;
    font-weight: 500;
    color: #235cf2;
    text-decoration: underline;
}
.rs-catalog__filters .show-more:hover{
	cursor: pointer;
    text-decoration: none;
}
.rs-catalog__filters>.show-more {
	display: none;
}


.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
@media (max-width: 1439.98px) {
  .pagging {
    margin-top: 15px;
  }
}
.pagging__arrow {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 12px;
  color: #757575;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 1439.98px) {
  .pagging__arrow {
    font-size: 13px;
  }
}
.pagging__arrow::before {
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .pagging__arrow:hover {
    color: var(--primary-color);
  }
}
.pagging__arrow.pagging__arrow_left {
  /* margin-right: 4px; */
  margin-left: 0px;
}
.pagging__arrow.pagging__arrow_left::before {
  margin-left: 0px;
  /* margin-right: 3px; */
}
.pagging__arrow.pagging__arrow_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* margin-left: 4px; */
  margin-right: 0px;
}
.pagging__arrow.pagging__arrow_right::before {
  /* margin-left: 3px; */
  margin-right: 0px;
}
.pagging__arrow:disabled {
  display: none;
}
.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagging__item:not(:last-child) {
  margin-right: 4px;
}
.pagging__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
  color: #000;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  border-radius: 100%;
  min-width: 48px;
  min-height: 48px;
}
@media (max-width: 1169.98px) {
  .pagging__link {
    font-size: 13px;
    min-width: 40px;
    min-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .pagging__link {
    min-width: 29px;
    min-height: 29px;
    font-size: 10px;
  }
  .pagging__arrow {
    padding: 7px;
  }
}
.pagging__link._active {
  color: #fff;
  background-color: var(--primary-color);
}
@media (any-hover: hover) {
  .pagging__link:hover {
    color: #fff;
    background-color: var(--primary-color);
  }
}
._rs-icon-caret-regular-right:before {
    content: "\e908";
    font-family: "icons" !important;
}
._rs-icon-caret-regular-left:before {
    content: "\e909";
    font-family: "icons" !important;
}
#post-navigation .screen-reader-text {
    height: 0;
    width: 0;
    white-space: nowrap;
    pointer-events: none;
    overflow: hidden;
    display: block;
}