<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catalog-sidebar {
  flex: 0 0 288px;
  overflow-x: hidden;
}
body._lock {
  overflow: hidden;
}
body._lock::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: inline-block;
}

.catalog {
  background: #fff;
}
.catalog .wrapper {
  max-width: 1480px;
}
.products-catalog-content__item {
  font-family: "Rubik";
}
section.catalog .catalog__sides .catalog__rht {
  width: auto;
  flex: 1 1 auto;
  padding-right: 80px;
}
.rht_category {
  gap: 20px 20px;
  padding-top: 20px;
  margin: 0px 0px;
}
.category__item {
  flex: 0 0 calc((100% - 40px) / 3);
  max-width: 340px;
}
section.catalog .catalog__sides .catalog__rht.catalog-content {
  margin-left: 28px;
}
.section-catalog-sidebar {
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 30px;
}
.section-catalog-sidebar__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.section-catalog-sidebar__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 16px;
  color: #191919;
}
.section-catalog-sidebar__body {
  margin-top: 20px;
}
.section-catalog-sidebar__list {
  padding-left: 33px;
}
.section-catalog-sidebar__item:not(:last-child) {
  margin-bottom: 20px;
}
.section-catalog-sidebar__link {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #64696C;
}
.section-catalog-sidebar__link._active {
  color: #009640;
}
.filter-catalog-sidebar__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 16px;
  color: #191919;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.filter-catalog-sidebar__title::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: url(../img/new/filter-icon.svg) center/auto no-repeat;
}
.filter-catalog-sidebar__body {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.filter-catalog-sidebar__row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.filter-catalog-sidebar__list {
  max-height: 160px;
  padding-right: 20px;
  overflow-y: auto;
}
.filter-catalog-sidebar__item:not(:last-child) {
  margin-bottom: 15px;
}
.filter-catalog-sidebar__top {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter-catalog-sidebar__top._active .filter-catalog-sidebar__arrow {
  transform: rotate(0deg);
}
.filter-catalog-sidebar__top + .filter-catalog-sidebar__content {
  margin-top: 20px;
}
.filter-catalog-sidebar__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #191919;
  flex: 1 1 auto;
}
.filter-catalog-sidebar__arrow {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.filter-catalog-sidebar__input {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 20px;
  color: #191919;
  background: #FFFFFF;
  border: 1px solid #D1D2D3;
  border-radius: 6px;
  font-family: "Rubik";
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.filter-catalog-sidebar__input::-moz-placeholder {
  color: #64696C;
}
.filter-catalog-sidebar__input:-ms-input-placeholder {
  color: #64696C;
}
.filter-catalog-sidebar__input::placeholder {
  color: #64696C;
}
.filter-catalog-sidebar__more {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #009640;
  display: inline-block;
  font-family: "Rubik";
  margin-top: 15px;
}
.filter-catalog-sidebar__close {
  display: none;
}
.filter-catalog-sidebar__submit {
  display: none;
}
.mob-head-filter-catalog-sidebar__main {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.mob-head-filter-catalog-sidebar__back {
  margin-right: 15px;
}
.mob-head-filter-catalog-sidebar__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #191919;
}
.mob-head-filter-catalog-sidebar__clear {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #64696C;
  background: transparent;
  border: none;
  font-family: "Rubik";
}

.checkbox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__content::before {
  background: url(../img/new/filter-chek.svg) center/auto no-repeat, #009640;
  border-color: #009640;
}
.checkbox__content {
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.checkbox__content::before {
  content: "";
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  border: 2px solid #D1D2D3;
  border-radius: 3px;
  margin-right: 15px;
  box-sizing: border-box;
}
.checkbox__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #191919;
  flex: 1 1 auto;
}
.checkbox__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #64696C;
}
.mob-head-filter-catalog-sidebar {
  padding: 20px 15px 10px;
  align-items: center;
  display: none;
  border-bottom: 1px solid #E8E8E8;
  margin: 0px -15px 20px;
}
.products-catalog-content__item {
  /*flex: 0 0 212px;*/
  padding: 15px;
  display: flex;
  flex-direction: column;
  border: 1px solid #EEEEEE;
  background: #fff;
  position: relative;
}

section.button-block.inputs .products-catalog-content__item {
  flex: 0 0 212px;
}

.catalog__rht.promotions .products-catalog-content__item {
  flex: 0 0 212px;
}
.catalog-content__products.products-catalog-content .products-catalog-content__item {
  flex: 0 0 210px;
}
.products-catalog-content__item._liked .head-products-catalog-content__like svg path {
  fill: #ED1C24;
}
.products-catalog-content__item._sold-out &gt; *:not(.cart-products-catalog-content__soldout) {
  opacity: 0.5;
}
.products-catalog-content__item._sold-out._marked::after {
  opacity: 0.5;
}
.products-catalog-content__item._sold-out .soldout-cart-products-catalog-content {
  display: block;
  opacity: 1;
}
.products-catalog-content__item._sold-out .products-catalog-content__cart {
  display: none;
}
.section-catalog-sidebar__icon img {
  max-width: 25px;
}

section.catalog .catalog__sides .catalog__lft_filter ul {
  width: 100%;
}
section.catalog .catalog__sides .catalog__lft_filter ul li {
  padding-bottom: 0;
  border-top: none;
}
section.catalog .catalog__sides .catalog__lft_filter ul li span {
  width: auto;
  display: inline-block;
  height: auto;
  padding-top: 0;
  font-weight: normal;
}
section.catalog .catalog__sides .catalog__lft_filter {
  display: block;
}
.top-catalog-content__actions {
  display: none;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
li.filter-catalog-sidebar__item.empty_filter .checkbox__text {
  color: #d3d3d3;
  cursor: default;
}
li.filter-catalog-sidebar__item.empty_filter span.checkbox__content {
  cursor: default;
}
section#subscribe_products.popup .popup__content form label .input-item.email_error{
  border: 1px solid red;
}

.wrapper.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.contact-first, .contact-tho {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}


.contact-item-name {
  color: #64696c;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 15px;
  min-width: 280px;
}

.contact-item-work , a.contact-item-email{
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 280px;
  text-align: center;
}
.contact-item-work {
  display: flex
;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  min-width: 280px;
  text-align: center;
  flex-direction: column;
}

@media (max-width: 1600px) {
  section.catalog .catalog__sides .catalog__rht {
    padding-right: 0;
  }
}
@media (max-width: 1280px) {
  section.catalog .catalog__sides .catalog__rht.catalog-content {
    margin-left: 0;
  }
  section.catalog .catalog__sides .catalog__lft_filter {
    flex: 0 0 0px;
  }

}
@media (max-width: 920px) {
  .rht_category {
    display: none;
  }
}
@media (max-width: 767px) {
  section.catalog .catalog__sides .catalog__rht {
    overflow: visible;
  }
}
@media (max-width: 600px) {
  section.catalog .catalog__sides .catalog__rht {
    overflow: hidden;
  }
}
@media (any-hover: hover) {
  .section-catalog-sidebar__link:hover {
    color: #009640;
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-width: 320px;
    background: #fff;
    z-index: 100000;
    transform: translateX(-100%);
    transition: all 0.3s ease 0s;
    padding-bottom: 65px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .filter-catalog-sidebar._active {
    transform: translateX(0px);
  }
  .filter-catalog-sidebar._filled .filter-catalog-sidebar__close {
    display: none;
  }
  .filter-catalog-sidebar._filled .filter-catalog-sidebar__submit {
    display: flex;
  }
}
@media (max-width: 600px) {
  .filter-catalog-sidebar {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar__head {
    flex: 0 0 auto;
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar__title {
    padding: 20px 15px 10px;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #E8E8E8;
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar__body {
    row-gap: 0px;
    margin-top: 0;
    flex: 1 1 auto;
    overflow-y: auto;
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar__row {
    padding: 20px 15px;
    border-bottom: 1px solid #E8E8E8;
  }
  .filter-catalog-sidebar__row._active .filter-catalog-sidebar__content {
    display: block;
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar__list {
    max-height: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar__top + .filter-catalog-sidebar__content {
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    max-height: 100%;
    margin-top: 0;
    padding: 0px 15px 65px;
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar__arrow {
    transform: rotate(-90deg);
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar__more {
    display: none;
  }
}
@media (any-hover: hover) {
  .filter-catalog-sidebar__more:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar__close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 0.75px solid #E2E3E5;
    border-radius: 7.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #191919;
    height: 43px;
    max-width: calc(100% - 30px);
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    font-family: "Rubik";
    z-index: 2;
  }
}
@media (max-width: 1280px) {
  .filter-catalog-sidebar__submit {
    display: none;
    align-items: center;
    justify-content: center;
    background: #009640;
    border-radius: 7.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    height: 43px;
    max-width: calc(100% - 30px);
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    font-family: "Rubik";
    z-index: 2;
    border: none;
  }
}
@media (max-width: 1280px) {
  .mob-head-filter-catalog-sidebar {
    display: flex;
  }
}

.top-catalog-content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-catalog-content {
    flex-direction: column-reverse;
    align-items: stretch;
    row-gap: 20px;
  }
  .contact-first, .contact-tho {
    display: flex
  ;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .contact-item-name {
    color: #64696c;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 15px;
    min-width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .contact-item-work, a.contact-item-email {
    margin-bottom: 16px;
    justify-content: center;
  }
}
.top-catalog-content__info {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex: 1 1 auto;
}
@media (max-width: 600px) {
  .top-catalog-content__info {
    padding: 0px 15px;
    flex: 0 0 auto;
    width: 100%;
  }
}
.top-catalog-content__name {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #191919;
}
@media (max-width: 991px) {
  .top-catalog-content__name {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 478px) {
  .top-catalog-content__name {
    font-size: 22px;
    line-height: 26px;
  }
  section.catalog .catalog__sides .catalog__rht.filter_options .rht__top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: inherit;
    order: inherit;
  }
  section.catalog .catalog__sides .catalog__rht.filter_options .sort__block {
    display: none;
  }
  section.catalog .catalog__sides .catalog__rht.filter_options .top-catalog-content__info {
    display: none;
  }
  section.catalog .catalog__sides .catalog__rht.filter_options .sort__block.top-catalog-content__sort {
    display: flex;
    margin-top: 0;
    padding-right: 0;
    padding-left: 5px;
  }
  .top-catalog-content__actions {
    display: flex;
  }
  section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort {
    width: 100%;
    background: none;
    margin: 0;
  }
  section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort .sort__head {
    height: 34px;
    width: 100%!important;
  }
  section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort .sort__body ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort .sort__body ul {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  section.catalog .catalog__sides .catalog__rht .rht__top .filter__block ul li {
    color: #000;
  }
}
.top-catalog-content__count {
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: #64696C;
}
@media (max-width: 991px) {
  .top-catalog-content__count {
    font-size: 15px;
    line-height: 28px;
  }
}
@media (max-width: 478px) {
  .top-catalog-content__count {
    font-size: 15px;
    line-height: 24px;
  }
}

.top-catalog-content__actions .sort__block {
  display: flex;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  color: #64696c;
  align-items: center;
}
@media (max-width: 767px) {
  .top-catalog-content__actions .sort__block {
    font-size: 0px;
  }
}
.top-catalog-content__actions .sort__block .select-sort {
  background: #f1f1f1;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  cursor: pointer;
  border-radius: 10px;
  height: 36px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 12px;
  width: 200px;
}
@media (max-width: 767px) {
  .top-catalog-content__actions .sort__block .select-sort {
    margin-left: 0;
    width: 100%;
    background: transparent;
  }
}
.top-catalog-content__actions .sort__block .select-sort .sort__head:after {
  content: "";
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  width: 5px;
  margin-left: auto;
  height: 5px;
  margin-top: -3px;
}
.top-catalog-content__actions .sort__block .select-sort .sort__head {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  color: #000;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .top-catalog-content__actions .sort__block .select-sort .sort__head {
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    color: #191919;
  }
}
.top-catalog-content__actions .sort__block .select-sort .sort__body {
  display: none;
  position: absolute;
  border-radius: 10px;
  top: 110%;
  z-index: 10;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 10px 0 #ccc;
}
.top-catalog-content__actions .sort__block .select-sort .sort__body ul {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.top-catalog-content__actions .sort__block .select-sort .sort__body ul li {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .top-catalog-content__actions {
    border: 1px solid #EEEEEE;
    -moz-column-gap: 0;
         column-gap: 0;
    margin: 0px -20px;
  }
  .top-catalog-content__actions &gt; * {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 10px 15px;
  }
  .top-catalog-content__actions &gt; *:not(:last-child) {
    border-right: 1px solid #EEEEEE;
  }
}
@media (max-width: 600px) {
  .top-catalog-content__actions {
    margin: 0px 0px;
  }
}
.top-catalog-content__filter {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #191919;
  display: none;
  align-items: center;
  padding: 10px 15px;
}
.top-catalog-content__filter span {
  color: #64696C;
  margin-left: 3px;
}
.top-catalog-content__filter::before {
  content: "";
  margin-right: 10px;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
  background: url(../img/new/filter-icon.svg) center/cover no-repeat;
}
.top-catalog-content__filter::after {
  content: "";
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
  background: url(../img/new/spoller-arrow.svg) center/100% auto no-repeat;
  margin-left: auto;
}
section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort .sort__head:after{
  content: "";
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
  background: url(../img/new/spoller-arrow.svg) center/100% auto no-repeat;
  margin-left: auto;
  border-bottom: 0px solid #000;
  border-right: 0px solid #000;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(45deg);
  transform: rotate(1deg);
}
.top-catalog-content__filter span {
  flex: 1 1 auto;
  min-width: 70px;
}
@media (max-width: 600px) {
  .top-catalog-content__filter span {
    min-width: 0px;
  }
}
@media (max-width: 1280px) {
  .top-catalog-content__filter {
    display: flex;
  }
}
.products-catalog-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  font-family: "Rubik";
  margin-bottom: 30px;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .products-catalog-content {
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .products-catalog-content {
    margin-top: 20px;
  }
}


@media (min-width: 600px) {
  .products-catalog-content__item._marked::after {
    content: "";
    width: 70px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/new/marked.png) center/100% auto no-repeat;
  }
  .products-catalog-content__item._exclusiv .products-catalog-content__exclusiv {
    display: flex;
  }
}
@media (any-hover: hover) {
  .products-catalog-content__item:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-color: #009640;
  }
}
@media (max-width: 1024px) {
  .products-catalog-content__item {
    flex: 0 0 25%;
  }
}
@media (max-width: 991px) {
  .products-catalog-content__item {
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 600px) {
  .catalog-content__products.products-catalog-content .products-catalog-content__item {
    flex: 0 0 50%;
    padding: 6px 15px 10px;
  }
  .slider__tovar .products-catalog-content__item {
    flex: auto;
    padding: 6px 15px 10px;
    width: 50%;
  }
}
.products-catalog-content__exclusiv {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  width: 100%;
  height: 29px;
  display: none;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  background: url(../img/new/exclusiv-bg.svg) center/100% auto no-repeat;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 1.75895px 1.75895px rgba(0, 0, 0, 0.25);
}
.products-catalog-content__exclusiv::after {
  content: "";
  width: 16px;
  flex: 0 0 16px;
  height: 16px;
  background: url(../img/new/cursor.svg) center/cover no-repeat;
}
.products-catalog-content__head {
  width: 100%;
}
.products-catalog-content__body {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 478px) {
  .products-catalog-content__body {
    margin-top: 0;
  }
}
.products-catalog-content__name {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #64696C;
  flex: 0 0 72px;
  max-width: 185px;
}
@media (any-hover: hover) {
  .products-catalog-content__name:hover {
    text-decoration: underline;
  }
}
@media (max-width: 478px) {
  .products-catalog-content__name {
    font-size: 12px;
    line-height: 14px;
    flex: 0 0 56px;
  }
}
.products-catalog-content__price {
  margin-top: 6px;
  margin-bottom: 6px;
  height: 50px;
  flex: 0 0 50px;
}
@media (max-width: 478px) {
  .products-catalog-content__price {
    height: 39px;
    flex: 0 0 39px;
    margin-top: 4px;
    margin-bottom: 10px;
  }
}
.head-products-catalog-content {
  position: relative;
}
.head-products-catalog-content__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
}
.head-products-catalog-content__image img {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.head-products-catalog-content__like {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  border-radius: 50%;
  cursor: pointer;
}

.price-products-catalog-content {
  display: flex;
}
.price-products-catalog-content__main {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
.price-products-catalog-content__old {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #584D4D;
  position: relative;
}
@media (max-width: 478px) {
  .price-products-catalog-content__old {
    font-size: 10px;
    line-height: 12px;
  }
}
.price-products-catalog-content__old::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-7deg);
  background: #ED1C24;
  display: inline-block;
}
.price-products-catalog-content__new {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ED1C24;
}
@media (max-width: 478px) {
  .price-products-catalog-content__new {
    font-size: 16px;
    line-height: 19px;
  }
}
.price-products-catalog-content__new span {
  font-size: 16px;
}
.price-products-catalog-content__static {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #584D4D;
}
@media (max-width: 478px) {
  .price-products-catalog-content__static {
    font-size: 16px;
    line-height: 19px;
  }
}
.price-products-catalog-content__static span {
  font-size: 16px;
}
.price-products-catalog-content__discount {
  padding: 2px 3px;
  background: #ED1C24;
  border-radius: 12px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  align-self: flex-start;
}
@media (max-width: 478px) {
  .price-products-catalog-content__discount {
    font-size: 10px;
    line-height: 17px;
  }
}

.cart-products-catalog-content._active .cart-products-catalog-content__btn {
  display: none;
}
.cart-products-catalog-content._active .cart-products-catalog-content__quantity {
  display: flex;
}
.cart-products-catalog-content__btn {
  background: #E2E3E5;
  border-radius: 7.5px;
  width: 100%;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (any-hover: hover) {
  .cart-products-catalog-content__btn:hover {
    background: #009640;
  }
  .cart-products-catalog-content__btn:hover svg path {
    fill: #fff;
  }
}
@media (max-width: 600px) {
  .cart-products-catalog-content__btn {
    height: 34px;
  }
}
.cart-products-catalog-content__quantity {
  display: none;
  width: 100%;
  height: 43px;
}
@media (max-width: 600px) {
  .cart-products-catalog-content__quantity {
    height: 34px;
  }
}
.soldout-cart-products-catalog-content {
  display: none;
}
.soldout-cart-products-catalog-content__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #64696C;
}
.soldout-cart-products-catalog-content__content {
  margin-top: 5px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media (any-hover: hover) {
  .soldout-cart-products-catalog-content__content:hover .soldout-cart-products-catalog-content__texted {
    text-decoration: underline;
  }
}
.soldout-cart-products-catalog-content__icon {
  flex: 0 0 16px;
}
.soldout-cart-products-catalog-content__icon img {
  max-width: 100%;
  width: 100%;
}
.soldout-cart-products-catalog-content__texted {
  flex: 1 1 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ED1C24;
}

.quantity {
  background: #F1F1F1;
  border-radius: 7.5px;
}
.quantity__button {
  flex: 0 0 50px;
  height: 100%;
  cursor: pointer;
  position: relative;
}

#order_histori td.tb-ord-all.td-angle-down{
  cursor: pointer;
}

section.button-block.tovars .products-catalog-content__item {
  flex: 0 0 212px;
}

@media (max-width: 600px) {
  .quantity__button {
    flex: 0 0 35px;
  }
}
.quantity__button::after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #64696C;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .quantity__button::after {
    width: 12px;
  }
}
.quantity__button.quantity__button_plus::before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #64696C;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 600px) {
  .quantity__button.quantity__button_plus::before {
    width: 12px;
  }
}
.quantity__input {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #584D4D;
}
@media (max-width: 478px) {
  .quantity__input {
    font-size: 14px;
    line-height: 17px;
  }
}
.quantity__input input {
  max-width: 100%;
  width: 50px;
  flex: 0 0 50px;
  min-width: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #584D4D;
  border: none;
  background: transparent;
}
@media (max-width: 478px) {
  .quantity__input input {
    font-size: 14px;
    line-height: 17px;
  }
}
.catalog-more {
  width: 100%;
  margin-bottom: 30px;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .catalog-more {
    display: none;
  }
  section.button-block.inputs .products-catalog-content__item {
    flex: 0 0 50%;
  }
  .catalog__rht.promotions .products-catalog-content__item {
    flex: 0 0 50%;
  }
  .top__buttons_group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .shoplist_groups {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  a.btn-gn.copy_link {
    margin-left: 0px;
  }
  a.btn-gy.group_delete {
    margin-left: 0px;
  }
  .istoric .basket__table {
    max-width: 100%;
    overflow-x: auto;
  }
  .istoric td.tb-ord-all.td-angle-down {
    position: relative;
  }

  section.inputs .sides form label.mail_user svg {
    right: 0;
    top: 30px!important;
    left: 12px;
  }
  span.angle-down {
    right: 0;
  }
}
@media (max-width: 992px) {
  .catalog-more {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.catalog-more__more {
  width: 100%;
  max-width: 925px;
  height: 56px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #64696C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  background: #F3F4F6;
  font-family: "Rubik";
  border-radius: 10px;
}

@media (max-width: 1440px) and (min-width: 992px) {
  section.catalog {
    padding-top: 50px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  section.catalog {
    padding-top: 30px;
  }
}
</pre></body></html>