.product-card {
  background: #ffffff;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.product-card__remove {
  position: absolute;
  top: 13px;
  right: 13px;
}
.product-card__remove-text {
  display: none;
}
.product-card__remove-btn {
  display: flex;
  border: 1px solid #D8D8D8;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #212121;
  -webkit-transition: 0.3s color ease, 0.3s background-color ease;
  transition: 0.3s color ease, 0.3s background-color ease;
  background-color: #FFF;
}
.product-card__remove-btn:hover {
  background: rgba(216, 216, 216, 0.5);
}
.product-card__remove-icon {
  width: 8px;
  height: 8px;
  display: block;
/*  margin: 11px 0 0 11px;*/
  margin: auto;
}

.product-card__add {
  display: inline-block;
  border: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #212121;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px dotted #212121;
}
@media (min-width: 568px) {
  .product-card__add {
    display: none;
  }
}

@media (max-width: 580px) {
  .product-card__remove {
    position: static;
    top: auto;
    right: auto;
    text-align: right;
    margin-top: 12px;
  }
  .product-card__remove-btn {
    display: inline-block;
    margin-left: 10px;
    border: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #212121;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px dotted #212121;
  }
  .product-card__remove-btn:hover {
    background: transparent;
  }
  .product-card__remove-text {
    display: block;
  }
  .product-card__remove-icon {
    display: none;
  }
}
.product-card__mobile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10%;
  right: 3%;
  left: 3%;
  z-index: 15;
}

.product-card__mobile-buttons-button.active .product-card__icon {
  color: #ff0064;
}

.product-card__comparsion {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  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;
}

.product-card__favourite {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  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;
}

.product-card__icon {
  width: 20px;
  height: 20px;
  color: #b1b1b1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .product-card__icon:hover {
    color: #ff0064;
  }
}

.product-card__action-button {
  position: relative;
}

.product-card__btn-hint {
  position: absolute;
  display: block;
  font-size: 10px;
  background: #fbfbfb;
  border-radius: 5px;
  width: 0px;
  padding: 2px 0px;
  transition-duration: 0.05s;
  overflow: hidden;
  border: 1px #f7f7f7 solid;
  opacity: 0;
  white-space: nowrap;
  text-transform: lowercase;
}

@media (min-width: 426px) {
  .product-card__btn-hint {
    font-size: 12px;
  }
}

.product-card__mobile-buttons-button:hover .product-card__btn-hint,
.product-card__action-button:hover .product-card__btn-hint {
  width: unset;
  padding: 2px 4px;
  opacity: 1;
}

.product-card__hint-right {
  top: 10px;
  right: 28px;
  left: auto;
}

.product-card__hint-left {
  top: 10px;
  left: 28px;
  right: auto;
}

.product-card__hint-right-dp {
  top: 25px;
  right: 30px;
  left: unset;
}

@media (min-width: 962px) {
  .product-card__hint-right-dp {
    right: 30px;
    left: unset;
    top: 23px;
  }
}

.product-card__addition {
  position: relative;
  background-color: #fff;
  width: 100%;
  align-self: flex-end;
}

@media (max-width: 1099px) {
  .product-card__addition {
    margin-top: auto;
  }
}

.product-card__addition-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6%;
}

@media (min-width: 1100px) {
  .product-card__addition-content {
    padding: 0 0 20px;
    background-color: #fff;
  }
}

.product-card__more,
.product-card__oneclick{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin-top: 0;
  padding: 0.7em 0.7em;
}

@media (min-width: 1100px) {
  .product-card__oneclick {
    width: calc(50% - 5px);
  }

  .product-card__more {
    width: calc(50% - 5px);
  }
}

@media (max-width: 568px) {
  .product-card__more {
    font-size: 14px;
  }

  .product-card__oneclick {
    font-size: 14px;
  }
}

.product-card:hover .product-card__mobile-buttons {
  opacity: 1;
}

.product-card:hover .product-card__title {
  text-decoration: underline;
}

.product-card__image {
  min-height: 241px;
  overflow: hidden;
  margin: 0 14px;
  padding-bottom: 18px;
  position: relative;
  display: block;
}
.product-card__image .splide__gallery .splide__pagination__page{
  cursor: pointer;
}
.product-card__image .splide__gallery .splide__slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__image .splide__gallery .splide__slide {
  max-height: 206px;
  aspect-ratio: 16/9;
}

.product-card__image-single {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card__image-box {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  bottom: 38px;
  gap: 5px;
  position: absolute;
  top: 20px
}

.product-card__image-box.--image-box-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.product-card__image-box.--image-box-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}

.product-card__image-sale {
  position: relative;
  z-index: 5;
}

.product-card__image-sale img {
  width: 44px;
  height: 24px;
}

.product-card__image-saleInfo {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: -30px;
  left: 25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FF0064;
  padding: 5px 10px;
  border-radius: 0.3em;
  display: none;
}

.product-card__price-sale {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  background-color: #FF0064;
  padding: 5px 10px;
  border-radius: 0.3em;
  margin-left: 10px;
}

.product-card__image-lable {
  padding: 5px 20px;
  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;
  background: #fec308;
  border-radius: 0.3em;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  z-index: 10;
}

.product-card__container {
  padding: 0 14px 21px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-card.empty .product-card__addition {
  margin-top: 50px;
}

.product-card.empty .product-card__credit {
  margin-bottom: 0;
}

.product-card__title {
  width:100%;
  min-height: 60px;
  margin-bottom: 15px;
  color: #262626;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  padding-top: 26px;
}

.product-card__price {
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-card__price--actual-wrp {
  margin: 0 5px 0 0;
}
.product-card__price--actual {
  font-size: 16px;
  font-weight: 500;
  color: #00B9BF;
  text-transform: uppercase;
}

.product-card__price--old {
  text-transform: uppercase;
  text-decoration: line-through;
}

.product-card__credit {
  font-size: 12px;
  line-height: 1.1;
  color: #7e7e7e;
  margin-bottom: 15px;
  width:100%;
}

.product-card__credit--price {
  color: #212121;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
}

.product-card__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-right: 25px;
  line-height: 1;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  width: 100%;
}

.product-card__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card__data-item-box {
  max-width: 200px;
}

.product-card__data-icon {
  min-width: 20px;
  min-height: 20px;
  margin-right: 14px;
  width: 20px;
  height: 20px;
  color: #231F20;
}

.product-card__data-itemTitle {
  font-weight: 500;
  font-size: 12px;
  color: #212121;
  margin-bottom: 3px;
}

.product-card__data-itemInfo {
  font-size: 14px;
  color: #878787;
}

@media (max-width: 1440px) {
  .product-card__price--actual-wrp {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .product-card__image {
    min-height: 190px;
  }

  .product-slider-splide .splide__pagination {
    bottom: 0;
  }

  .product-card__data-icon {
    margin-right: 8px;
  }

  .product-card__image-box {
    padding: 0 5px 10px 0;
  }

  .product-card__data {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .product-card__data-icon {
    height: 16px;
    width: 16px;
  }

  .product-card__data {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
@media (max-width: 1023px) {
  .product-card__image {
    min-height: 170px;
  }
}
@media (max-width: 768px) {
  .product-card__title {
    padding-top: 0;
    min-height: 40px;
  }

  .catalog .product-card__credit {
    display: none;
  }

  .catalog .product-card__image {
    min-height: calc((100vw - 32px - 16px - 32px) / (2 * 1.7777));
  }

  .catalog .product-card__image-box {
    bottom: 0;
  }

  .product-card__image {
    border: none;
    margin: 0 6px;
  }

  .product-card__image-box {
    padding-left: 8px;
  }
  .product-card__container {
    padding: 0 6px 18px;
  }
  .product-card__mobile-buttons{
    top: 12%;
  }
}
@media (max-width: 580px) {
  .catalog .product-card__data-icon {
    display: none;
  }

  .product-slider .splide__gallery .splide__track {
    padding-bottom: 0;
  }

  .product-card__image-lable {
    padding: 5px;
    min-width: 75px;
    font-size: 10px;
  }

  .product-card__image-saleInfo {
    font-size: 10px;
    display: block;
  }

  .product-card__price-sale {
    display: none;
  }

  .product-card.empty .product-card__addition {
    margin-top: 45px;
  }

  .product-card__image {
    padding: 0;
  }

  .product-card__title {
    padding-top: 0;
    font-size: 14px;
    min-height: 32px;
  }

  .product-card__credit {
    display: none;
  }

  .product-card__price {
    font-size: 12px;
  }

  .product-card__price--actual {
    font-size: 14px;
  }

  .product-card__data-icon {
    margin-right: 10px;
  }

  .product-card__data-itemTitle {
    font-size: 10px;
  }

  .product-card__data-itemInfo {
    font-size: 12px;
  }

  .catalog__card-2 .product-card__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog__card-2 .product-card__data-item + .product-card__data-item {
    margin-top: 4px;
  }

  .product-card__container {
    padding-bottom: 10px;
  }

  .product-slider-splide .splide__pagination {
    bottom: 30px;
  }

  .product-card__image-box {
    max-height: calc(100% - 60px);
  }
}
@media (max-width: 520px) {
  .catalog .product-card__price {
    margin-bottom: 10px;
  }

  .catalog .product-card__price .product-card__price--actual-wrp {
    margin-right: 5px;
    font-size: 10px;
  }

  .catalog .product-card__container {
    padding: 0;
  }

  .card-popup__content {
    gap: 18px 20px;
  }

  .product-card__colors-box {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 425px) {
  .product-card__image-box {
    bottom: 14px;
  }

  .product-card__title {
    padding-top: 0;
    margin-bottom: 8px;
    min-height: 32px;
  }

  .product-card__image {
    min-height: 150px;
    margin: 0;
  }

  .product-card__data {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  div.product-slider .splide__gallery .splide__track {
    padding: 0;
  }
  .product-card__container {
    padding: 0 0 18px;
  }
}

.card-v1 .product-card__comparsion,
.card-v1 .product-card__favourite
{
  width: 25px;
  height: 25px;
  border: 1px solid #d8d8d8;
}

.card-v1 .product-card__icon {
  width: 15px;
  height: 15px;
}

@media (max-width: 768px) {
  .card-v1 .product-card__favourite,
  .card-v1 .product-card__comparsion {
    width: 20px;
    height: 20px;
  }

  .card-v1 .product-card__icon {
    width: 10px;
    height: 10px;
  }

  .card-v1 .product-card__mobile-buttons {
    top: 6%;
  }
}

.pr-b {
  background-color: #fec308;
}

.b-online {
  background-color: #EB1D82;
}
.b-bf {

}
.b-httb {
  background-color: #9f4ac8;
}
.b-14feb {

}
.b-new {
  background-color: #8bc34a;
}
.b-sale {
  background-color: #ff9800;
}
.b-hero {
  background-color: #ffd54f;
}

.b-gift {
  background-color: #ff0064;
}
.b-zhuma-hit {
  margin-top: auto;
  order: 2;
  background-color: rgb(240, 70, 52);
  max-width: 55px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 425px) {
  .b-zhuma-hit {
      max-width: inherit;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .product-card__data {
    padding-right: 0;
  }

  .product-card__image {
    min-height: 192px;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .product-card__image {
    min-height: 205px;
  }
}

.product-card .splide__gallery.splide__preload .splide__slide {
  opacity: 1;
  max-width: 100%;
  width: 100%;
}
.product-card .splide__gallery.splide__preload .splide__slide img {
  padding: 0px 5px;
}
@media (max-width: 919px) {
  .product-card .splide__gallery.splide__preload .splide__slide {
  }
}

.badge-container__in-slider {
  position: relative;
  bottom: 26px;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: -15px;
}

.card__badge-no-photo {
  text-align: center;
  background-color: #efeded;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagination-extended {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}

.pagination-extended__item {
  background: #ccc;
  border-radius: 0;
  height: 2px;
  margin: 0 .25rem 0 0 !important;
  transition: .2s;
  width: 4px;
}

.pagination-extended__item.active {
  background: #00b9bf;
  width: 16px;
}

.sku_params {
  width: 100%;
}
.filter .filter__content {
  width: 100%;
}

.filter__wrapper {
  padding: 0 32px;
}

.filter__main {
  max-height: calc(100vh - 172px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

.filter__block {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 1.6em 0;
}

.filter__block .checkbox__item {
  width: calc(50% - 10px);
  display: inline-block;
  margin-top: 0;
}

.filter__block.active .arrow-down__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter__block.active .filter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.filter__block.filter__group-minimize .checkbox__item:nth-child(n+7) {
  display: none;
}

.filter__inner {
  display: none;
  margin-top: 1.6em;
}

.filter__btn {
  width: 100%;
  height: 100%;
  padding: 0;
  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;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter__footer {
  margin-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 20px;
}

.filter__footer .btn {
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.filter__item {
  position: relative;
  z-index: 50;
}

.filter__content {
  width: 260px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: #fff;
  padding: 1em 0.6em 1em 0.75em;
  border-radius: 0.2em;
  -webkit-box-shadow: 0px 2px 10px rgba(50, 108, 121, 0.14);
  box-shadow: 0px 2px 10px rgba(50, 108, 121, 0.14);
}

.filter__content.show {
  opacity: 1;
  visibility: visible;
}

.filter__menu {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 15px;
}

.filter__menu::-webkit-scrollbar {
  width: 2px;
}

.filter__menu::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

.filter__menu::-webkit-scrollbar-thumb {
  background-color: #00B9BF;
  border: 0;
}

.filter__menu.has-scroll::after {
  /*content: "";  Затемнение фильтра */
  display: block;
  position: sticky;
  z-index: 1;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 -6px 22px 20px rgba(255, 255, 255, 0.9);
  box-shadow: 0 -6px 22px 20px rgba(255, 255, 255, 0.9);
}

.filter__menu--price {
  padding: 16px 5px;
}

.filter__menu--price::after {
  display: none;
}

.filter__title {
  font-size: 14px;
  color: #262626;
  line-height: 1.1;
  font-weight: 500;
}

.filter-price {
  max-width: 100%;
  width: 100%;
  padding: 0 6px;
}

.filter-price__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-price__field {
  border-radius: 0;
}

.filter-price__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
}

.filter-price__text {
  color: #878787;
  white-space: nowrap;
}

.filter-price__field {
  border: none;
  border-bottom: 1px solid #262626;
  color: #212121;
  width: 85px;
  text-align: center;
  padding-bottom: 3px;
  outline: 0;
  /* Disable input[number] apperance  */
  -moz-appearance: textfield;
}

.filter-price__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.filter-price__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.filter__content .filter-price__field {
  width: 75px;
}

.filter-price__slider {
  margin-top: 20px;
}

.filter__clear {
  margin-left: 0.8em;
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__clear svg {
  margin-left: 0.6em;
  width: 11px;
  height: 11px;
  color: #d8d8d8;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.filter__clear:hover {
  color: #ff0064;
}

.filter__clear:hover svg {
  color: #ff0064;
}

.filter__show--more {
  cursor: pointer;
  width: 100%;
}

.filter__show--more:after {
  content: url("/local/templates/Askona2023/images/icons/angle-down.svg");
  margin-left: 10px;
  display: inline-block;
  width: 10px;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.filter__show--more.filter__prop--close:after {
  vertical-align: sub;
  transform: rotate(180deg);
}

@media (max-width: 1440px) {
  .filter__clear {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .filter__clear {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    margin-left: -5px;
  }
}
@media (max-width: 959px) {
  .filter__clear {
    display: none;
  }

  .catalog-filters .filter__item {
    display: none;
  }
}
@media (max-width: 768px) {
  .filter__wrapper {
    padding: 0 10px 0 20px;
  }

  .filter__main {
    padding-right: 10px;
  }

  .filter__wrapper {
    height: calc(100vh - (100vh - 100%) - 100px);
  }

  .filter__main {
    max-height: calc(100vh - (100vh - 100%) - 30px);
  }

  .filter__footer .btn {
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 425px) {
  .filter__main {
    max-height: calc(100vh - (100vh - 100%) - 70px);
  }

  .filter__footer > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.filter__clear.is-empty{
  display: none;
}
.catalog__filter-wrapper .filter__wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 88%;
  height: 100%;
}
@media (min-width: 959px) and (max-width: 1100px) {
  .btn.checkbox__btn {
    font-size: 12px;
  }
}

.catalog-filters__available-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.catalog-filters__text-btn {
  color: #00B9BF;
  font-size: 14px;
  line-height: 16px;
}

.catalog-filters__available-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.catalog-filters__available-label {
  padding: 3px 4px;
  width: 54px;
  height: 30px;
  border-radius: 50px;
  background-color: #EBEBEB;
  position: relative;
  display: block;
  cursor: pointer;
  transition-duration: 0.5s;
}

.catalog-filters__available-label:before {
  content: ' ';
  width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #00B9BF;
  background-color: #FFF;
  position: absolute;
  display: block;
  transition-duration: 0.5s;
}

.catalog-filters__available-label:after {
  content: ' ';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  display: block;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  transition-duration: 0.5s;
}

.catalog-filters__available-wrapper input:checked ~ .catalog-filters__available-label:before {
  margin-left: calc(100% - 31px);
}

.catalog-filters__available-wrapper input:checked ~ .catalog-filters__available-label:after {
  margin-left: calc(100% - 31px);
  background-color: #00B9BF;
}

.catalog-filters__available-wrapper input:checked ~ .catalog-filters__available-label {
  background-color: #00B9BF;
  transition-duration: 0.5s;
}

.smart_filter__tutorial_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 99999;
}

.smart_filter__overlay_text {
  position: absolute;
  display: none;
  margin-left: 100px;
  margin-bottom: 20px;
  font-size: 40px;
  color: #FFF;
  z-index: 999991;
}

.smart_filter__overlay_img {
  position: absolute;
  display: none;
  margin: 130px 0 0 15px;
  z-index: 999991;
}

@media (max-width: 960px) {
  .smart_filter__overlay_text {
    font-size: 30px;
  }
  .smart_filter__overlay_img {
    width: 150px;
    margin-top: 100px;
  }
}

@media (max-width: 700px) {
  .smart_filter__overlay_text {
    width: 300px;
    margin-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .smart_filter__overlay_img {
    width: 150px;
    margin-top: 100px;
  }
}

@media (max-width: 650px) {
  .smart_filter__overlay_text {
    font-size: 26px;
  }
}

@media (max-width: 420px) {
  .smart_filter__overlay_text {
    width: 200px;
    margin-left: 100px;
    font-size: 20px;
  }
  .catalog-filters__available-wrapper input:checked ~ .catalog-filters__available-label:after {
    margin-left: calc(100% - 30px);
  }
}

@media (max-width: 320px) {
  .catalog-filters__available-wrapper input:checked ~ .catalog-filters__available-label:after {
    margin-left: calc(100% - 29px);
  }
}
.catalog-select .ts-dropdown {
  min-width: 175px;
  left: auto;
  right: 0;
}

.catalog-select .ts-control:focus-visible {
  border: 1px solid #00B9BF;
  outline: none;
}

.catalog-select .ts-dropdown-content {
  max-height: none;
}

.catalog-select .item {
  border: none;
  font-size: 14px;
  color: #262626;
  font-weight: 500;
  background-color: #fff;
  line-height: 1.1;
  padding: 10px 12px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .catalog-select .item:hover {
    background-color: #eee;
  }
}
.catalog-select .option {
  padding: 0.7em 0.85em;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  color: #262626;
  background-color: #fff;
}

.catalog-select .option.selected {
  color: #00B9BF;
}

.catalog-select .option:hover {
  background-color: #eee;
}

.catalog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog__title {
  margin-bottom: 0.6em;
  margin-top: 0.7em;
}

.catalog-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.catalog__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  gap: 32px;
  margin-top: 1.8em;
}
@media (min-width: 920px) {
  .catalog__wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .catalog__wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.catalog-filters {
  margin-top: 30px;
  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;
}

.catalog-filters-item {
  margin-bottom: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.catalog-filters-item:hover {
  color: #ff0064;
}
.catalog-filters-item:hover .catalog-filters__close svg {
  color: #ff0064;
}

.catalog-filters--current {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-left: 84px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-filters--current .catalog-filters-title {
  position: absolute;
  left: 0;
  top: -1px;
}

.catalog-filters__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  max-width: 770px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 12px;
}

@media (min-width: 1100px) {
  .catalog-filters__left {
    max-width: 100%;
  }
}

.catalog-filters__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.catalog__counter {
  font-size: 14px;
  line-height: 1.2;
  color: #878787;
}

.catalog-filters__btn.btn {
  padding: 0.6em 0.9em;
  position: relative;
}

.catalog-filters__btn svg {
  width: 20px;
  height: 20px;
  fill: #00B9BF;
  stroke: #fff;
}

.catalog-filters__btn span {
  display: none;
}

.catalog-filters-title {
  font-size: 14px;
  line-height: 1.1;
  color: #7e7e7e;
  margin-right: 1.7em;
}

.catalog-filters-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.1;
  color: #d8d8d8;
  margin-right: 1.4em;
}

.catalog-filters-item span {
  margin-right: 0.4em;
}

.catalog-filters__close svg {
  width: 8px;
  height: 8px;
  color: #d8d8d8;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.catalog__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;
  margin: 2.3em 0;
}

.catalog__footer .splide__arrows {
  display: none;
}

.catalog__more {
  width: 240px;
  border-color: #221c1c;
  margin-left: -5%;
}

.catalog-benefits__item {
  margin-bottom: 35px;
}

.catalog__text {
  margin-top: 1.4em;
  font-size: 14px;
  line-height: 1.7;
  color: #878787;
}

.catalog__text a {
  color: #00B9BF;
  text-decoration: underline;
}

.catalog__text b,
.catalog__text strong {
  font-weight: 700;
}

.catalog__text u {
  text-decoration: underline;
}

.catalog-benefits__more {
  display: none;
  margin-top: 1.4em;
  font-size: 14px;
  color: #00B9BF;
  text-decoration: underline;
}
.catalog-benefits__more-close {
  display: none;
}
.catalog-benefits__more.is-active .catalog-benefits__more-active {
  display: none;
}
.catalog-benefits__more.is-active .catalog-benefits__more-close {
  display: inline;
}

.catalog--inner-page {
  margin-bottom: 60px;
  padding-top: 0;
}
.catalog--inner-page .title-2 {
  margin-top: 0;
  text-align: center;
  font-size: 28px;
}

.category-slider .category-slider__count {
  display: none;
  color: #1a1a18;
  font-size: 9px;
  line-height: 1.7;
  font-weight: 600;
}
@media (max-width: 768px) {
  .catalog--inner-page .title-2 {
    font-size: 20px;
  }
}
.catalog--inner-page .catalog-filters {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .catalog__counter--filters {
    display: none;
  }

  .catalog-select .ts-dropdown {
    left: auto;
    right: 0;
  }
  .catalog-select .item {
    padding: 10px 20px 10px 5px;
  }
}
@media (max-width: 1023px) {
  .catalog__counter {
    font-size: 12px;
  }

  .catalog-filters__btn span {
    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;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: -2px;
    left: 10px;
    font-size: 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: #00B9BF;
    border-radius: 50%;
  }

  .btn.catalog-filters__btn {
    background-color: transparent;
    color: #1a1a18;
    font-size: 14px;
    border: none;
    padding: 0;
  }

  .catalog-filters__btn svg {
    fill: #fff;
    stroke: #00B9BF;
  }

  .catalog-filters__btn:hover {
    background-color: transparent;
    color: #1a1a18;
    border: none;
  }

  .card__caption {
    margin-bottom: 24px;
  }
}
@media (max-width: 959px) {
  .catalog-filters {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .category-slider.category-slider--catalog {
    margin-bottom: 0;
  }

  .catalog__counter {
    display: none;
  }

  .catalog-benefits__item:nth-child(2) {
    display: none;
  }

  .catalog-benefits__item:nth-child(3) {
    display: none;
  }

  .catalog__footer .catalog__more {
    display: none;
  }

  .catalog__wrapper {
    gap: 16px;
  }

  .catalog__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    height: 32px;
  }

  .catalog__footer .splide__arrows {
    display: block;
  }

  .catalog__footer .splide__arrow {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .catalog__footer .splide__arrow--prev {
    left: 0;
    padding-right: 3px;
  }

  .catalog__footer .splide__arrow--next {
    right: 0;
    padding-left: 3px;
  }

  .catalog__more {
    margin-left: 0;
  }

  .catalog-benefits__item {
    margin-bottom: 20px;
  }

  .catalog-benefits__inner {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 118px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .catalog-benefits__inner.is-active {
    display: block;
    -webkit-line-clamp: inherit;
    text-overflow: inherit;
  }

  .catalog-benefits__more {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .category-slider--catalog.splide {
    visibility: visible;
    margin-bottom: 60px;
  }

  .category-slider--catalog .splide__track {
    overflow: auto;
  }
  
  .category-slider--catalog.category-slider--without_scroll .splide__track {
    overflow: hidden;
  }

  .category-slider--catalog .splide__track::-webkit-scrollbar {
    height: 10px;
  }

  .category-slider--catalog .splide__track::-webkit-scrollbar-thumb {
    background: #00B9BF;
  }

  .category-slider.category-slider--catalog .category-slider__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    margin: 0;
    white-space: nowrap;
    width: 100%;
  }

  .category-slider.category-slider--catalog .category-slider__link:hover .category-slider__title {
    color: #1a1a18;
  }

  .catalog__header img.category-slider__image {
    height: 60px;
  }

  .category-slider .category-slider__count {
    /*font-size: 9px;*/
    display: none;
  }

  .category-slider--catalog .category-slider__link .category-slider__title {
    font-size: 16px;
    font-weight: 500;
  }

  .category-slider .category-slider__title {
    margin-top: 0;
  }

  .category-slider--catalog .splide__slide .category-slider__title {
    padding-bottom: 16px;
    font-weight: 600;
    color: #1a1a18;
  }

  .ts-wrapper .item {
    padding: 0;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 568px) {
  .catalog .product-card__image-box {
    display: none;
  }
}
.catalog-benefits img,
.catalog-benefits iframe,
.catalog-benefits br{
  display: none;
}

.catalog-benefits h2{
  font-size: 24px;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.catalog-benefits p{
  font-size: 14px;
  line-height: 1.7;
  color: #878787;
  margin-bottom: 1.4em;
}

.catalog-benefits a{
  color: #00B9BF;
  text-decoration: underline;
}
.catalog-benefits ul{
  padding-bottom: 10px;
}

.card-options__item .ts-dropdown-content[aria-labelledby="dpH_FABRIC-ts-label"] {
  display: none;
}

#catalog-slider.splide__preload {
  visibility: visible;
}
@media (max-width: 767px) {
  #catalog-slider.splide__preload .splide__slide {
    margin-right: 32px;
  }
}
@media (min-width: 768px) {
  #catalog-slider.splide__preload .splide__slide {
    margin-right: 32px;
  }
  #catalog-slider.splide__preload .splide__list {
    justify-content: space-evenly;
  }
}
@media (min-width: 1025px) {
  #catalog-slider.splide__preload .splide__arrows {
    display: none;
  }
  
  #catalog-slider.splide__preload .splide__slide {
    margin-right: 0px;
  }
  #catalog-slider.splide__preload .splide__list {
    justify-content: center;
  }
}
#sort-list.ts__preload {
  opacity: 0;
  padding: 10px 20px 10px 5px;
  width: 20px;
  overflow: hidden;
}
/*стили для баннеров в разделе каталога*/
.banner-card {
  height: 100%;
}

.banner-card__wide {
  max-height: 450px;
  grid-column: span 4;
}

.banner-card__image {
  height: calc(100% - 54px);
  margin-top: 14px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 170px;
  background-position: center;
}

.banner-card__wide .banner-card__image,
.banner-card__wide .banner-card__image > a {
  width: 100%;
}

.banner-card__image > a {
  height: 100%;
}

.banner-card__image > a > img {
  height: 100%;
  object-fit: contain;
}

.banner-card__wide .banner-card__image > a > img {
  width: 100%;
}

@media (max-width: 1820px) and (min-width: 1440px) {
  .banner-card__image > a > img {
    height: auto;
  }
  
  .banner-card__wide .banner-card__image > a > img {
    height: 100%;
  }
}

@media (max-width: 1100px) and (min-width: 921px) {
  .banner-card__image > a > img {
    height: auto;
  }
  
  .banner-card__wide .banner-card__image > a > img {
    height: 100%;
  }
}

@media (min-width: 1440px) {
  .product-card__order:nth-child(-n+2) {
    order: 1;
  }
  .catalog__wrapper .banner-card.product-card__order {
    order: 2
  }
  .product-card__order:nth-child(n+3) {
    order: 3;
  }
  .banner-card-wide__order {
    order: 4;
  }
  .product-card__order:nth-child(n+10) {
    order: 5;
  }
}

@media (max-width: 1440px) and (min-width: 921px) {
  .banner-card.banner-card__wide {
    grid-column: span 3;
  }
  
  .product-card__order:nth-child(-n+6) {
    order: 1;
  }
  /* .catalog__wrapper .banner-card.product-card__order {
    order: 2
  }
  .product-card__order:nth-child(n+3) {
    order: 3;
  } */
  .banner-card-wide__order {
    order: 4;
  }
  .product-card__order:nth-child(n+7) {
    order: 5;
  }
}

@media (max-width: 921px) {
  .banner-card {
    grid-column: span 2;
  }
  
  .product-card__order:nth-child(-n+4) {
    order: 1;
  }
  .banner-card-wide__order  {
    order: 2;
  }
  .product-card__order:nth-child(n+5) {
    order: 3;
  }
}

.banner-top__image_desk {
  margin-top: 10px;
}
.banner-top__image_mob {
  display: none;
}
@media (max-width: 768px) {
  .banner-top__image_mob {
    margin-top: 5px;
    display: block;
  }
  .banner-top__image_desk {
    display: none;
  }
}

/*NEW STYLE*/
.catalog__wrapper {
  margin-bottom: 30px;
}

.catalog-filters {
  align-items: center;
}

@media (max-width: 1200px) {
  .catalog-select .item {
    padding: 5px 20px 5px 5px;
  }
  
  /* ???????????????? */
  .catalog__counter--filters {
    padding-left: 5px;
    display: block;
  }
}

@media all and (max-width: 445px) {
  .catalog-filters__right {
    flex-direction: column;
    height: 80px;
    align-items: stretch;
  }

  .catalog__counter--filters {
    flex-grow: 1;
    padding-top: 3px;
  }
}

@media all and (max-width: 1100px) and (min-width: 920px) {
  .banner-card__image {
    height: calc(100% - 35px);
  }
}

@media all and (max-width: 920px) {
  .banner-card__image {
    margin-top: 0;
  }
}
.card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-top: 32px;
  min-width: 0;
}

.card__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  min-width: 0;
  order: 1;
}

.card-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 60px;
  max-height: 610px;
}
.card-preview img {
  object-fit: cover;
}
@media (max-width: 1919px) {
  .card-preview img {
    object-fit: contain;
  }
}
.card-preview .splide__slide {
  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;
  cursor: zoom-in;
}

.card-preview__slider {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #eee;
  position: relative;
}

.card-preview__slider .splide__track {
  height: 100%;
}

.card-preview__actions {
  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;
  position: absolute;
  bottom: 2.5%;
  left: 1.5%;
  right: 1.5%;
}

.card-preview__btn {
  width: 40px;
  height: 40px;
}
.card-preview__btn:hover svg {
  color: #00B9BF;
}

.card-preview__btn svg {
  width: 100%;
  height: 100%;
  color: #212121;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.card-preview__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
  row-gap: 7px;
  position: absolute;
  top: 32px;
  left: 32px;
}

.card-preview__badge {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
}

@media (max-width: 568px) {
  .card-preview__badge {
    padding: 4px 10px;
  }
}

.card-preview__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
}


/* START Плашка с особенностью и жесткостью в карточке товара (УТП) */

.unique-offer-marker__wrapper {
  background-color: #6BC7EE;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  max-width: 144px;
  padding: 1rem;
  position: absolute;
  right: 24px;
  top: 0;
  width: fit-content;
  z-index: 11;
}

.unique-offer-marker__wrapper.yellow-bgr {
  background-color: #FFF7B0;
  color: #212121;
}

.unique-offer-marker__title {
  font-family: Gilroy-Bold, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.unique-offer-marker__line {
  margin: .5rem 0 10px;
  opacity: 20%;
  border-color: #FFFFFF;
}

.unique-offer-marker__wrapper.yellow-bgr .unique-offer-marker__line {
  border-color: #212121;
}

.unique-offer-marker__text {
  align-items: flex-end;
  display: flex;
  margin-bottom: .25rem;
}

.unique-offer-marker__number {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  font-family: Gilroy-Bold, sans-serif;
  font-size: 37px;
  line-height: 24px;
  margin-right: .05rem;
}

.unique-offer-marker__number.hidden {
  display: none;
}

.unique-offer-marker__hardness-text {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 1px;
}

.unique-offer-marker__hardness-text span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.unique-offer-marker__bold-text {
  font-size: 14px;
  letter-spacing: .3px;
  display: inline-block;
  font-family: Gilroy-Bold, sans-serif;
}

.unique-offer-marker__circles {
  display: flex;
}

.unique-offer-marker__circle {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: block;
  height: 9px;
  margin-right: 1px;
  width: 9px;
  background-color: #FFFFFF;
}

.unique-offer-marker__circle.empty {
  background-color:transparent
}

@media (max-width: 961px) {
  .unique-offer-marker__wrapper {
    max-width: 104px;
    padding: .75rem;
    right: 16px;
  }

  .unique-offer-marker__title {
    border-bottom: none !important;
    font-size: 10px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-transform: uppercase;
  }

  .unique-offer-marker__line {
    display: none;
  }

  .unique-offer-marker__text {
    display: none;
  }

  .unique-offer-marker__circles {
    display: none;
  }
}

/* END Плашка с особенностью и жесткостью в карточке товара (УТП) */

.card-slider__thumbs {
  margin-right: 16px;
  padding: 36px 0;
}

.card-slider__thumbs .splide__slide {
  border-radius: 3px;
  border: 1px solid #eee;
}

.card-slider__thumbs.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .card-slider__thumbs.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 1px solid #00B9BF;
}

.card-slider__thumbs .splide__arrow {
  width: 100%;
  height: 24px;
  border-radius: 3px;
}

.card-slider__thumbs.splide--ttb > .splide__arrows .splide__arrow--prev svg, .card-slider__thumbs.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .card-slider__thumbs.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.card-slider__thumbs .splide__arrow:disabled svg {
  color: #7e7e7e;
}

.card-slider__thumbs.splide--ttb > .splide__arrows .splide__arrow--prev, .card-slider__thumbs.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .card-slider__thumbs.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 0;
}

.card-slider__thumbs.splide--ttb > .splide__arrows .splide__arrow--next, .card-slider__thumbs.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .card-slider__thumbs.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 0;
}

.card__item {
  margin-bottom: 60px;
}

.card-features {
  width: 100%;
  padding: 24px 32px;
}
@media (min-width: 961px) {
  .card-features {
    background: #FAFAFA;
  }
}

.card-features--popup {
  padding: 0;
}

.card-features--popup .card-features__item {
  padding: 18px 0;
}

.card-features--popup .card-features__text {
  font-size: 14px;
  color: #212121;
  max-width: 200px;
}

.card-features--popup .card-features__text:last-child {
  text-align: right;
}

.card__caption {
  margin-bottom: 32px;
}

.card-features__item {
  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;
  padding: 22px 0;
}
@media (min-width: 1024px) {
  .card-features__item {
    position: relative;
    z-index: 1;
  }
  .card-features__item::after {
    content: "";
    height: 100%;
    position: absolute;
    left: -32px;
    top: 0;
    width: calc(100% + 64px);
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #F2F2F2;
    z-index: -1;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .card-features__item::after {
    width: calc(100% + 32px);
    left: -16px;
  }
}
@media (min-width: 1024px) {
  .card-features__item:hover::after {
    opacity: 1;
  }
}

.card-features__item:not(:last-child) {
  border-bottom: 1px solid rgba(216, 216, 216, 0.6);
}

.card-features__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(33, 33, 33, 0.6);
}

.card-features__text:last-child {
  font-size: 16px;
  font-weight: 400;
}

.card-desc {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.card-desc__text {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
}

.card-desc__text a {
  text-decoration: underline;
  color: #00B9BF;
}

.card-desc__text:not(:last-child) {
  margin-bottom: 32px;
}

.card-reviews__header {
  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;
  margin-bottom: 20px;
  padding-bottom: 0;
  border: none;
  position: relative;
}

.card-reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.card__rating {
  width: 18px;
  height: 18px;
  color: #d8d8d8;
}

.card__rating--filled {
  color: #ffd54f;
}

.card__rating--sm {
  width: 16px;
  height: 16px;
}

.card-reviews__score {
  margin-left: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}

.card-reviews__post {
  width: 260px;
}

.card-reviews__post--popup {
  width: auto;
  margin: 0 32px 30px;
}

.card-reviews__slider {
  margin-bottom: 25px;
}

.card-reviews__slider .splide__track,
.card-attachment__slider .splide__track {
  padding-top: 10px;
  padding-bottom: 30px;
}

.card-reviews__slider .splide__pagination,
.card-attachment__slider .splide__pagination {
  bottom: 0;
}

.card-reviews__img {
  border-radius: 3px;
  cursor: pointer;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.card-reviews__item {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.card-reviews__item--popup .card-reviews__author {
  margin-bottom: 0;
}

.card-reviews__item--popup .card-reviews__rating {
  margin-bottom: 14px;
}

.card-reviews__item--popup .card-reviews__info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-reviews__author {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 0.75em;
}

.card-reviews__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 14px;
}

.card-reviews__date {
  font-size: 12px;
  color: #7e7e7e;
}

.card-reviews__title {
  position: relative;
}

.card-reviews__text {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.card-reviews__text-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.card-reviews__text-value p {
  margin-bottom: 0;
}
.card-reviews__text-title p {
  font-weight: bold;
}
.card-reviews__text-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.advantage-icon {
  color: #00B9BF;
}

.disadvantage-icon {
  color: #FF0066;
}



.card-reviews__attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin: 24px 0;
}

.card-reviews__attachment img {
  border-radius: 3px;
  cursor: pointer;
}

.card-reviews__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 1.4;
}

.card-reviews__like {
  margin-left: 30px;
}

.card-reviews__like svg {
  width: 20px;
  height: 16px;
  color: #00B9BF;
}

.card-reviews__likes {
  color: #212121;
  margin-left: 0.4em;
}

.card-reviews__count {
  position: absolute;
  top: 0;
  right: 35%;
  font-size: 14px;
  color: #7e7e7e;
}

.popup__header .card-reviews__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.card-reviews__reply {
  color: #00B9BF;
  text-decoration: underline;
  margin-left: 2.5em;
}
.card-reviews__reply .card-reviews__reply-close {
  display: none;
}
.card-reviews__reply.is-active .card-reviews__reply-active {
  display: none;
}
.card-reviews__reply.is-active .card-reviews__reply-close {
  display: inline;
}

.card-reviews {
  min-height: 200px;
}

.card-reviews .card-reviews__more {
  display: inline-block;
  width: 260px;
  height: 46px;
  border: 1px solid #212121;
}

.card__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  order: 2;
  display: flex;
  flex-direction: column;
}

.card__header {
  margin-bottom: 20px;
  position: relative;
  order: 1;
}

.card__header .card__title {
  max-width: calc(100% - 70px);
}

.card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  position: absolute;
  top: 8px;
  right: 0;
}

.card__code {
  font-size: 14px;
  line-height: 1.2;
  color: #7e7e7e;
  margin-bottom: 0.7em;
  order: 2;
}

.card__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  order: 4;
}

.card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card__price span {
  margin-right: 6px;
  white-space: nowrap;
}

.card__price--actual.title-3 {
  color: #00B9BF;
  margin-right: 28px;
}

.card__price--old {
  text-decoration: line-through;
  color: #7e7e7e;
}

.card__price-sale {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  width: 3.7em;
  height: 2em;
  position: relative;
  margin-left: 4%;
}

.card__price-sale span {
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
  background-color: #ff0064;
  padding: 5px 10px;
  border-radius: 0.3em;
}

@media (max-width: 768px) {
  .card__price-sale span {
    padding: 2px 8px;
  }
}

.card__price-sale svg {
  color: #ff0064;
  width: 3.7em;
  height: 2em;
}

.card__credit {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #7e7e7e;
  order: 6;
}

.card__credit--price {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #212121;
}

.card-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}

.card-bonus__icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  color: #00B9BF;
}

.card-bonus__text {
  font-size: 16px;
  line-height: 1.5;
  color: #7e7e7e;
}

.card-bonus__text b {
  font-weight: 600;
  color: #262626;
}

.card-options {
  padding-top: 16px;
  border-top: 1px solid #eee;
  order: 6;
}

.card-options__item {
  margin-bottom: 12px;
}

.card-select {
  width: 100%;
}

select.card-select:not(.tomselected) {
  opacity: 0;
  height: 52px;
}

.card-select .ts-control:focus-visible {
  outline: 0;
}

.card-select .ts-control:focus-visible .item {
  border-color: #00B9BF;
}

.card-select .item,
.card-select .option {
  width: 100%;
  padding: 0.7em 1.1em;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.card-select .option {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.card-select .option:hover {
  background: #F2F2F2;
}

.card-select .item {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
}

.card-select .option.active {
  color: #00B9BF;
}

.card-select .ts-dropdown {
  margin-top: 10px;
}

.card-select .ts-dropdown-content {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}

/* .card-select--color .item {
  padding-left: 40px;
} */

/* .card-select--color .item::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 9px;
  border-radius: 50%;
  background-color: #7e7e7e;
} */

.card-options__label {
  display: inline-block;
  margin-bottom: 12px;
  color: #262626;
  font-size: 16px;
  font-weight: 500;
}

.card-options__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0.4em 0.42em;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
}

.card-options__btn .arrow-right__icon {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-options__img {
  width: 30px;
  height: 30px;
  margin-right: 16px;
  border-radius: 3px;
  object-fit: cover;
}

.card-options__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #212121;
}

.card-options__constructor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.65em 1em;
  width: 100%;
  -webkit-column-gap: 0.6em;
  -moz-column-gap: 0.6em;
  column-gap: 0.6em;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  background-color: #f2f2f2;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  order: 6;
}

.card-options__constructor + div.card__upsale {
  margin-top: 12px;
}

.card-options__constructor svg {
  width: 20px;
  height: 20px;
  color: #00B9BF;
}

.card-options__constructor:hover {
  background-color: #e7e7e7;
}

.card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
  gap: 12px 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: max-content;
  order: 7;
}
.card__buttons .btn--accent {
  background-color: #00B9BF;
}

.card__buttons .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.card__right > .btn.oneclick {
  order: 7;
  margin: 12px 0;
  display: none;
}

.card-menu {
  margin: 48px 0 30px;
  order: 10;
}

.card-menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.3em 0;
  border-bottom: 1px solid #eee;
}
/*сокрытие кнопки-якоря рекомендаций*/
.card-menu__btn[data-href="recommendations"] {
  display: none;
}

.card-menu__btn .arrow-right__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-menu__btn:hover .card-menu__title {
  color: #00B9BF;
}

.card-menu__icon {
  margin-right: 1em;
  width: 20px;
  height: 20px;
  color: #00B9BF;
}

.card-menu__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #212121;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.card-popup__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
  padding-bottom: 30px;
}

.card-constructor__item {
  position: relative;
  cursor: pointer;
}
.card-constructor__item:nth-child(3n) .card-constructor__hover {
  left: auto !important;
  right: 0 !important;
}
.card-constructor__item:nth-child(3n) .card-constructor__input:checked + .card-constructor__preview {
  left: auto !important;
  right: -1px !important;
}

.card-constructor__input:checked + .card-constructor__preview {
  padding: 6px;
  border: 1px solid #1a1a18;
  border-radius: 3px;
}
.card-constructor__input:checked + .card-constructor__preview .card-constructor__hover {
  left: -1px;
  top: calc(100% + 9px);
}

.card-constructor__preview {
  position: relative;
  margin-bottom: 8px;
  display: block;
  max-width: 135px;
  width: 100%;
  height: 135px;
}

@media (max-width: 540px) {
  .card-constructor__preview {
    height: calc( (100vw / 3) - 35px);
  }
}

.card-constructor__img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.card-constructor__input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}

.card-constructor-info {
  margin-bottom: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.card-constructor-info__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #00B9BF;
  margin-right: 28px;
}
.card-constructor-info__btns .btn {
  font-size: 14px;
  padding: 9px 10px;
  min-width: 126px;
}
.card-constructor-info__btns .bnt + .btn {
  margin-right: 8px;
}

.card-constructor__info {
  font-size: 16px;
  font-weight: 500;
}

.card-constructor__name {
  margin-bottom: 3px;
  color: #262626;
}

.card-constructor__name--hover {
  display: none;
}

.card-constructor__desc {
  margin-bottom: 8px;
  font-size: 12px;
  color: #7e7e7e;
}

.card-constructor__price {
  font-size: 12px;
  color: #7e7e7e;
}

.card-constructor__price span {
  margin-left: 5px;
  font-size: 16px;
  color: #00B9BF;
}

.card-constructor__hover {
  width: 202px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 55;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(50, 108, 121, 0.7);
  box-shadow: 0 2px 10px rgba(50, 108, 121, 0.7);
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card-constructor__hover > .card-constructor__name {
  display: inline-block;
  padding: 14px 0 14px 16px;
  margin: 0;
}

.card-constructor__hover > .card-constructor__img {
  max-height: 140px;
}

.card-constructor__wrapper {
  padding: 20px 32px 0;
}

.card-base-list {
  padding-bottom: 30px;
}

.card-constructor__inner {
  padding-right: 40px;
  max-height: calc(100vh - 150px);
}

.card-constructor__photo {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
  overflow: hidden;
}

.card-constructor__photo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 210px;
}

.card-constructor__zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
}

.card-constructor__zoom svg {
  width: 100%;
  height: 100%;
  color: #212121;
  background-color: #fff;
  border-radius: 50%;
}

.card-constructor__category {
  margin: 30px 0 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;
  font-size: 16px;
  color: #7e7e7e;
  line-height: 1.2;
}

.card-popup__delivery-block {
  padding: 24px 0;
}

.card-popup__delivery-block:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.card-popup__delivery-item {
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.card-popup__delivery-item-by {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.card-popup__delivery-item span {
  max-width: 260px;
}

.card-popup__delivery-item:not(:last-child) {
  margin-bottom: 20px;
}

.card-popup__delivery-item-by:not(:last-child) {
  margin-bottom: 50px;
}
.card-popup__delivery-text {
  color: #1a1a18;
  font-size: 16px;
}

.card-popup__delivery-text:last-child {
  text-align: right;
}

.card-popup__title {
  font-size: 22px;
  color: #1a1a18;
  margin-bottom: 24px;
  font-weight: 500;
}

.card-popup__subtitle {
  margin: 24px 0 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.1;
}

.card-popup__text {
  color: #1a1a18;
  font-size: 16px;
}

.card-popup__text li {
  margin-bottom: 14px;
}

.card-popup__text li::marker {
  color: #1a1a18;
  font-size: 14px;
}

.card-popup__text a {
  color: #00B9BF;
  text-decoration: underline;
}

.card-popup__text--sm {
  font-size: 14px;
}

.card-popup__payment-img{
  height: 40px;
}

.card-popup__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.card-popup__slider {
  padding-left: 32px;
}

.product-card__action-button.active .product-card__icon {
  color: #ff0064;
}

.card-reviews__reviews-filter {
  width: 200px;
  position: absolute;
  left: 103%;
}
.card-popup .card-reviews__reviews-filter {
  position: unset;
  margin: 0 35px 40px;
}

.reviews-filter__title {
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
}

.reviews-filter__item {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.reviews-filter__item.disabled .card__rating--filled {
  color: #b4b4b4;
}

.reviews-filter__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.reviews-filter__input-label {
  width: 24px;
  height: 24px;
  border: 1px solid #878787;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
}

.reviews-filter__input-label:before {
  content: '';
  display: none;
  height: 20px;
  background: url("/local/templates/Askona2023/images/icons/checkbox.svg") no-repeat center;
}

.reviews-filter__input:checked ~ .reviews-filter__input-label:before {
  display: block;
}

.reviews-filter__input:checked ~ .reviews-filter__input-label {
  border-color: #00B9BF;
}

.reviews-filter__counter {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #7E7E7E;
}

.card-reviews__answer {
  background: #F2F9F9;
  border-radius: 3px;
  padding: 25px 20px;
  margin: 20px 0;
}

.card-reviews__answer-title {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 0.75em;
}

.card-reviews__answer-text {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
}

@media (min-width: 426px) {
  .card-additionaly__item .splide__track {
    padding-bottom: 80px;
    margin-bottom: -20px;
  }
}
@media (max-width: 1650px) {
  .card__header .card__title {
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  .card__left {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }

  .card__right {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }

  .card-constructor__wrapper {
    padding-right: 0;
    padding-left: 20px;
  }

  .card-constructor__inner {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .card-features {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-reviews__post--popup {
    margin: 0 20px 30px;
  }

  .card-popup__slider {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .card__wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .card-slider__thumbs {
    margin-right: 10px;
  }

  .card-features__text {
    font-size: 14px;
  }

  .card-features__text:last-child {
    font-size: 14px;
  }

  .card__header {
    margin-bottom: 10px;
  }

  .card__wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 961px) {
  .card__wrapper {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-popup__wrapper {
    padding-left: 20px;
  }

  .card-features {
    padding: 0;
  }

  .card-features:not(.card-features--popup) {
    display: none;
  }

  .card-desc {
    display: none;
  }

  .card-reviews:not(.card-reviews--popup) {
    display: none;
  }

  .card-reviews--popup {
    max-height: calc(100vh - 80px);
  }

  .popup__header .card-reviews__title {
    margin-right: 10px;
  }
  .popup__header .card-reviews__count {
    right: auto;
    left: 100%;
  }

  .card-reviews .btn--white {
    border: 1px solid #212121;
  }

  .card-menu {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
  }

  .card-menu button:nth-child(1) {
    order: 5;
  }
  .card-menu button:nth-child(2) {
    order: 3;
  }
  .card-menu button:nth-child(3) {
    order: 1;
  }
  .card-menu button:nth-child(4) {
    order: 2;
  }
  .card-menu button:nth-child(5) {
    order: 4;
  }
  .card-menu button:nth-child(6) {
    order: 6;
  }

  .card-menu .card-menu__btn:first-child {
    border-top: 1px solid #eee;
  }

  .card-popup .card-reviews__reviews-filter {
    width: 200px;
    margin: 0 20px 40px;
  }
}
.card-base-item {
  margin-bottom: 25px;
}

.base-item {
  position: relative;
  display: block;
  cursor: pointer;
}
.base-item__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.base-item__box {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 12px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.base-item__img {
  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;
}
.base-item__img img {
  max-width: 100%;
}
.base-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.base-item__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 105px);
          flex: 0 0 calc(100% - 105px);
}
.base-item__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #00B9BF;
}
.base-item__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #7E7E7E;
  margin-right: 3px;
}

.base-item__input:checked + .base-item__box {
  border: 1px solid #1A1A18;
}

.card-constructor-info__btns {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .card-preview__badges {
    top: 8px;
    right: 8px;
  }

  .card-reviews--popup {
    max-height: calc(100vh - 170px);
  }

  .card-slider__thumbs {
    display: none;
  }

  .card-reviews__count {
    right: 0;
  }

  .card__price--actual {
    margin-right: 10px;
  }

  .card-popup__wrapper {
    padding: 0 20px 60px;
  }

  .card-constructor__hover {
    display: none;
  }

  .card-popup__content {
    padding-bottom: 30px;
  }

  .card-constructor__inner {
    max-height: calc(100vh - 205px);
  }
  .card-constructor__inner-sm {
    max-height: calc(100vh - 130px);
  }
  .card-reviews__img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
  }

  .card__wrapper {
    margin-top: 16px;
  }

  .card-popup__text ul {
    padding-left: 21px;
  }

  .popup__header .popup__title {
    font-size: 26px;
  }

  .card-constructor-info__btns {
    position: absolute;
    bottom: 0px;
    background: #FFFFFF;
    height: 81px;
    max-width: 520px;
    width: 100%;
    right: 0;
    padding: 20px;
    -webkit-box-shadow: 0 -2px 8px rgba(65, 111, 121, 0.14);
            box-shadow: 0 -2px 8px rgba(65, 111, 121, 0.14);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    z-index: 60;
  }
  .card-constructor-info__btns .btn {
    padding: 13px 10px;
  }

  .card-reviews__slider .splide__pagination .splide__pagination__page, .card-attachment__slider .splide__pagination .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
  .card-reviews__slider .splide__pagination .splide__pagination__page.is-active, .card-attachment__slider .splide__pagination .splide__pagination__page.is-active {
    width: 8px;
    height: 8px;
  }

  .card-reviews__post .btn {
    font-size: 18px;
    padding: 11px 5px;
  }

  .card-preview__slider {
    border: 0;
  }
}
@media (max-width: 580px) {
  .card-preview__badge {
    font-size: 10px;
  }

  .card-reviews__like {
    margin-left: 14px;
  }

  .card-reviews__reply {
    margin-left: 24px;
  }
}
@media (max-width: 425px) {
  .card-preview__btn {
    width: 30px;
    height: 30px;
  }

  .card-reviews__text {
    font-size: 14px;
  }

  .card__code {
    font-size: 12px;
  }

  .card__price--actual {
    font-size: 24px;
  }

  .card__price--old {
    font-size: 16px;
  }

  .card__price-sale {
    font-size: 10px;
  }

  .card__credit {
    font-size: 14px;
  }

  .card-bonus__text {
    font-size: 14px;
  }

  .card-options__label {
    font-size: 14px;
  }

  .card-constructor__info {
    font-size: 14px;
  }

  .card-constructor__desc {
    font-size: 10px;
  }

  .card-constructor__price {
    font-size: 10px;
  }

  .card-constructor__price span {
    font-size: 14px;
  }

  .card-popup__delivery-text {
    font-size: 14px;
  }

  .card-popup__text {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .card__actions {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .card__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-popup__content {
    gap: 10px;
  }
}
@media (max-width: 374px) {
  .popup__header .popup__title {
    font-size: 21px;
  }

  .card-features .card-features__text {
    font-size: 12px;
  }

  .card-features .card-features__text:last-child {
    font-size: 12px;
  }

  .card-constructor__price span {
    margin-left: 2px;
    font-size: 12px;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  .card__code {
    font-size: 12px;
  }

  .card__price--actual {
    font-size: 20px;
    margin-right: 10px;
  }

  .card__price--old {
    font-size: 14px;
  }

  .card__price-sale {
    font-size: 10px;
  }

  .card__credit {
    font-size: 14px;
  }

  .card-bonus__text {
    font-size: 14px;
  }

  .card-options__label {
    font-size: 14px;
  }

  .card-options__constructor {
    font-size: 14px;
  }

  .card__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (any-hover: hover) {
  .card-constructor__preview:hover .card-constructor__hover {
    opacity: 1;
    visibility: visible;
  }
}
.review-drop {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.review-drop__inner {
  padding-top: 16px;
}
@media (min-width: 961px) {
  .review-drop__inner {
    padding-left: 20px;
  }
}
@media (min-width: 1500px) {
  .review-drop__inner {
    gap: 32px;
    padding-left: 146px;
  }
}

.review-drop-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  margin-bottom: 14px;
}
@media (min-width: 961px) {
  .review-drop-title {
    margin-bottom: 28px;
    font-size: 20px;
  }
}

.review-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 962px) {
  .review-row {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1700px) {
  .review-row {
    gap: 32px;
    padding-right: 78px;
  }
}

.after-review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 962px) {
  .after-review {
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1300px) {
  .after-review {
    -ms-grid-columns: 407px 1fr;
    grid-template-columns: 407px 1fr;
  }
}
@media (min-width: 1700px) {
  .after-review {
    gap: 32px;
    padding-right: 78px;
  }
}

.btn-review-drop {
  width: 100%;
}
@media (min-width: 961px) {
  .btn-review-drop {
    width: 260px;
  }
}

#detail_zoom_slider .modal__inner,
#reviews_slider .modal__inner {
  max-width: 1492px;
  max-height: 100%;
}
@media (min-width: 568px) {
  #detail_zoom_slider .modal__inner,
  #reviews_slider .modal__inner  {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#detail_zoom_slider .modal__close,
#reviews_slider .modal__close  {
  top: 10px;
  right: 10px;
}
@media (max-width: 568px) {
  #detail_zoom_slider .modal__close,
  #reviews_slider .modal__close {
    top: -7px;
    right: -6px;
  }
}
/* Стили модального окна в карточке товара для мобильного телефона */
#detail_zoom_slider.modal__full_screen,
#reviews_slider.modal__full_screen {
  padding: 0;
}
#detail_zoom_slider.modal__full_screen .modal__close,
#reviews_slider.modal__full_screen .modal__close {
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
#detail_zoom_slider.modal__full_screen .modal__body,
#reviews_slider.modal__full_screen .modal__body {
  padding: 0px 5px;
}
#detail_zoom_slider .popup_images_mobile,
#reviews_slider .popup_images_mobile {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style-type: none;
}
@media (max-width: 568px) {
  #detail_zoom_slider.modal__full_screen .modal__header,
  #reviews_slider.modal__full_screen .modal__header {
    position: sticky;
    top: 0;
    background: #fff;
  }
}

.zoom-slider {
  position: relative;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .zoom-slider {
    padding: 0 74px;

    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 70vh;
  }
}
@media (min-width: 800px) and (max-width: 920px) and (min-height: 400px) and (max-height:560px) {
  .zoom-slider {
    max-height: 70vh;
    padding: 0 54px;
    margin-bottom: 10px;
  }
  .zoom-thumbnail-slider {
    margin: 0 54px !important;
  }
  .zoom-thumbnail-slider.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .zoom-thumbnail-slider.splide--nav > .splide__track > .splide__list > .splide__slide {
    aspect-ratio: 114 / 55 !important;
  }
  #detail_zoom_slider .modal__body {
    padding: 15px 32px;
  }
}
@media (min-width: 920px) and (max-width: 1100px) and (min-height: 500px) and (max-height:768px) {
  .zoom-slider {
    max-height: 70vh;
  }
}

@media (max-width: 970px) and (max-height:600px) and (orientation: landscape) {
  #detail_zoom_slider.modal .zoom-slider {
    padding: 0 10px;
    max-height: calc(100vh - 70px);
  }
  #detail_zoom_slider.modal .zoom-thumbnail-slider {
    display: none;
  }
  #detail_zoom_slider.modal .zoom-slider .splide__arrow--prev {
    left: -10px;
  }
  #detail_zoom_slider.modal .splide__arrow--next {
    right: -10px;
  }
  #detail_zoom_slider.modal {
    padding: 0px;
  }
  #detail_zoom_slider.modal .modal__body {
    padding: 0px 35px;
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
  }
  #detail_zoom_slider.modal .splide__track--draggable {
    max-height: calc(100vh - 40px);
  }
  #detail_zoom_slider.modal .splide__pagination {
    bottom: -30px;
  }
  .zoom-slider .splide__slide img {
    object-fit: contain;
  }
}

.zoom-slider .splide__arrow--prev {
  left: 0;
}
.zoom-slider .splide__arrow--next {
  right: 0;
}
.zoom-slider .splide__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .zoom-slider .splide__arrow {
    display: none;
  }
}
.zoom-slider .splide__slide {
  aspect-ratio: 64/35;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
}
.zoom-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .zoom-thumbnail-slider {
    margin: 0 74px;
  }
}
.zoom-thumbnail-slider.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .zoom-thumbnail-slider.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 1px solid #00B9BF;
}
.zoom-thumbnail-slider.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .zoom-thumbnail-slider.splide--nav > .splide__track > .splide__list > .splide__slide {
  aspect-ratio: 113/75;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
}
.zoom-thumbnail-slider.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide img, .zoom-thumbnail-slider.splide--nav > .splide__track > .splide__list > .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1650px) {
  .card__header .title-2 {
    font-size: 30px;
  }
}

.popup-content-wrapper .card-constructor__wrapper,
.popup-content-wrapper .card-constructor__inner {
  height: 100%;
}

/**Видео слайдер**/

.splide__slide-video:before {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
}

.splide__slide-video:after {
  content: "";
  width: 100%;
  height: 28%;
  position: absolute;
  top: 60%;
  bottom: 25%;
}

.card-instructions__link {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 10px 0;
}

.card-instructions__icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  color: #00B9BF;
}

.card-instructions__text {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
  max-width: 350px;
}

/** Баннер в попапе выбора цвета */
.card-colors {
  margin-bottom: 70px;
}

.card-colors__title {
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.card-colors__text {
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}

.card-colors__previwe {
  position: relative;
}

.card-colors__previwe::before {
  position: absolute;
  border-radius: 0px 0px 3px 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), color-stop(7%, #FFF), color-stop(71.43%, rgba(255, 255, 255, 0.62)));
  background: -o-linear-gradient(bottom, #FFF 0%, #FFF 7%, rgba(255, 255, 255, 0.62) 71.43%);
  background: linear-gradient(0deg, #FFF 0%, #FFF 7%, rgba(255, 255, 255, 0.62) 71.43%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  pointer-events: none;
  content: '';
}

.card-colors__previwe-bg img {
  width: 100%;
  display: block;
  pointer-events: none;
}

.card-colors__btn {
  border-radius: 3px;
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
  -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 182, 201, 0.16);
  box-shadow: 0px 4px 19px 0px rgba(0, 182, 201, 0.16);
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  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;
  gap: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 43px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 3;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.card-colors__btn:hover {
  background-color: #e7e7e7;
}
.card-colors-icon {
  width: 15px;
  height: 16px;
}

#thumbnail-main.splide__preload .splide__slide {
  max-width: 100%;
}
#thumbnails.splide__preload {
  overflow: hidden;
}
#thumbnails.splide__preload .splide__slide {
  max-width: 114px;
  margin-bottom: 20px;
}
#thumbnails.splide__preload .splide__list {
  display: flex;
  flex-direction: column;
}
#thumbnails.splide__preload .splide__arrows {
  display: none;
}
@media (min-width: 962px) {
  #thumbnails.splide__preload .splide__list {
    display: flex;
    flex-direction: column;
    width: 114px;
    min-height: 610px;
  }
}
@media (max-width: 961px) {
  #thumbnail-main.splide__preload, #thumbnail-main.splide__preload  .splide__slide, #thumbnail-main.splide__preload  .splide__slide img {
    min-height: calc((100vw - 32px) / 1.7788);
  }
}

/*верстка надписи про отсутствие фото*/
.card-without-img__info {
  position: absolute;
  text-align: center;
  font-size: 12px;
  bottom: 20px;
  width: 100%;
}
.card-without-img__text {
  display: block;
  background-color: rgba(255,255,255,0.8);
  color: black;
  padding: 0px 1px 0px 1px;
}
.card-constructor__input:checked + .card-constructor__preview div.card-without-img__info {
  width: 95%!important;
}
@media (max-width:434px) and (min-width: 384px) {
  .card-without-img__info {
    font-size: 10px;
  }
}
@media (max-width:384px) {
  .card-without-img__info {
    font-size: 9px;
  }
}

.card-without-img__info-hover {
  position: absolute;
  text-align: center;
  font-size: 12px;
  bottom: 70px;
  width: 100%;
}
.card-without-img__text-hover {
  display: block;
  background-color: rgba(255,255,255,0.8);
  color: black;
  padding: 0px 1px 0px 1px;
}
.card-constructor__input:checked + .card-constructor__preview div.card-without-img__info-hover {
  width: 100%!important;
}
@media (max-width:434px) and (min-width: 384px) {
  .card-without-img__info-hover {
    font-size: 10px;
  }
}
@media (max-width:384px) {
  .card-without-img__info {
    font-size: 9px;
  }
}

.card-preview__badges_without__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  row-gap: 7px;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

@media (max-width: 768px) {
  .card-preview__badges_without__photo {
    bottom: 8px;
    left: 8px;
  }
}

.card-preview__badge_without__photo {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
}

@media (max-width: 568px) {
  .card-preview__badge_without__photo {
    padding: 4px 10px;
    font-size: 10px;
  }
}

.pr-b2 {
  background-color: #efeded;
  color: black;
}


.card-empty_review_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  border: 1px solid #EEEEEE;
}

.card-empty_review_wrapper img {
  margin-bottom: 40px;
}

.card-empty_review_wrapper .empty_review_title {
  font-size: 36px;
  font-weight: 600;
  line-height: 42.95px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 24px;
  color: #262626;
}

.card-empty_review_wrapper p {
  font-size: 24px;
  font-weight: 400;
  line-height: 27.84px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 32px;
  color: #000000;
}

.card-empty_review_wrapper .card-reviews__post--popup {
  margin: 0;
}

@media (max-width: 768px) {
  .card-empty_review_wrapper {
    border: none;
    height: 100%;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
  }
  .card-empty_review_wrapper img {
    width: 55%;
    margin-bottom: 40px;
  }
  .card-empty_review_wrapper .empty_review_title{
    font-size: 22px;
    line-height: 26.25px;
    margin-bottom: 40px;
  }
  .card-empty_review_wrapper p {
    font-size: 14px;
    line-height: 16.24px;
    margin-bottom: 40px;
  }
  .card-empty_review_wrapper .card-reviews {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .card-empty_review_wrapper {
    border: none;
    height: 100%;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
  }
  .card-empty_review_wrapper img {
    width: 55%;
    margin-bottom: 40px;
  }
  .card-empty_review_wrapper .empty_review_title{
    font-size: 22px;
    line-height: 26.25px;
    margin-bottom: 40px;
  }
  .card-empty_review_wrapper p {
    font-size: 14px;
    line-height: 16.24px;
    margin-bottom: 40px;
  }
  .card-empty_review_wrapper .card-reviews {
    width: 100%;
  }
}

/* timer */
.card__timer {
  margin-bottom: 0.7em;
  order: 3;
  height: fit-content !important;
}

.card__timer-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 0.7em;
  color: #212121;
  font-weight: 500;
  transition-duration: 0.4s;
  gap: 10px;
}

.card__timer-label {
  font-weight: bold;
  font-size: 16px;
  color: #636363;
  margin-bottom: 0.4em;
  text-align: center;
}

.card__timer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.card__timer-day-value,
.card__timer-hour-value,
.card__timer-minute-value,
.card__timer-second-value {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  width: 30px;
  text-align: center;
}

.card__timer-lang{
  font-weight: 200;
  color: #636363;
  text-align: center;
}

.card__timer-separator {
  align-self: start;
  margin: 0.3em;
  font-weight: bold;
}

.card__timer-units {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 0.3em;
  align-items: center;
}

.card__timer-limited {
  font-weight: 500;
  color: #ff0064;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0.7em;
  text-align: start;
}

.card__purchase-control-wrp,
.card__purchase-control-wrp .card__purchase-control {
  display: contents;
}

.card__purchase-control-wrp .card-bonus {
  display: none;
}

.btn-gifts-container {
  order: 9;
}

.card__installments-btn {
  order: 8;
}

@media (max-width: 768px) {

  .card__timer-units {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
  }

  .card__timer-units span {
    font-weight: 500;
  }

  .card__timer-units .card__timer-day-value {
    width: 15px;
  }

  .card__timer-hour-value,
  .card__timer-minute-value,
  .card__timer-second-value {
    width: 20px;
  }

  .card__timer-separator {
    margin: 0;
    align-self: center;
    font-size: 10px;
  }

  .card__right.fixed-block .card__purchase-control-wrp {
      position: fixed;
      bottom: 48px;
      left: 0px;
      /* right: 10px; */
      z-index: 20;
      display: block;
      width: 100%;
      padding: 12px;
      background: #fff;
  }
  
  .card__right.fixed-block .card__purchase-control-wrp .card__purchase-control {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #F8F8F8;
    border-radius: 4px;
    /* justify-content: space-between; */
    align-items: start;
  }

  .card__right.fixed-block > .btn.oneclick {
    display: unset;
  }
  
  .card__purchase-control-wrp .card-bonus {
    display: flex;
    order: 2;
    margin: 10px 12px 4px 0px;
    margin-left: auto;
  }
  
  .card__purchase-control-wrp .card-bonus .card-bonus__plus,
  .card__purchase-control-wrp .card-bonus .card-bonus__point,
  .card__purchase-control-wrp .card-bonus .card-bonus__title {
    color: #7e7e7e;
    font-weight: normal;
    font-size: 12px;
  }
  .card__purchase-control-wrp .card-bonus .card-bonus__point {
    padding-left: 2px;
  }
  
  .card__purchase-control-wrp .card-bonus .card-bonus__icon,
  .card__purchase-control-wrp .card-bonus .bonus-info__icon,
  .card__purchase-control-wrp .card-bonus .bonus-info__text {
    display: none;
  }
  
  .card__purchase-control-wrp .card-bonus .card-bonus__title {
    padding: 0;
  }

  .card__right.fixed-block .card__purchase-control-wrp .btn.oneclick {
    display: none;
  }

  .card__right.fixed-block .card__purchase-control-wrp .card__buttons {
    margin: 0;
  }

  .card__right.fixed-block .card__purchase-control-wrp .card__buttons {
    width: 100%;
    margin: 0;
    order: 3;
  }

  .card__right.fixed-block .card__purchase-control-wrp .card__prices,
  .card__right.fixed-block .card__purchase-control-wrp .card__timer {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: auto !important;
    margin: 20px 10px;
    position: relative;
  }
  
  .card__right.fixed-block .card__purchase-control-wrp .card__prices {
    margin: 8px 0 4px 12px;
  }
  .card__right.fixed-block .card__purchase-control-wrp .card__timer {
    margin: 10px 0 4px 0px;
  }
  
  .card__right.fixed-block .card__purchase-control-wrp .card__prices .card__price--actual {
    font-size: 16px;
    margin-right: 8px;
    line-height: 24px;
  }
  
  .card__right.fixed-block .card__purchase-control-wrp .card__prices .card__price--old {
    font-size: 12px;
    line-height: 20px;
  }

  .card__right .card__purchase-control-wrp .card__timer {
    margin-bottom: 0.7em;
  }

  .card__right.fixed-block .card__purchase-control-wrp .card__prices {
    order: 1;
  }

  .card__right.fixed-block .card__purchase-control-wrp .card__timer {
    order: 2;
    font-size: 12px;
  }

  .card__timer-block {
    display: flex;
    border: none;
    background-color: #ff0064;
    border-radius: 4px;
    padding: 2px 8px;
    color: #fff;
    align-items: flex-start;
    width: fit-content;
    margin: 0;
  }

  .card__timer-discount-value {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: 3.7em;
  }

  .card__timer-block span {
    color: #fff;
    font-size: 12px;
  }

  .card__timer-label {
    display: none;
  }

  .card__timer-wrapper {
    gap: 0;
  }

  .card__timer-wrapper span {
    font-size: 12px;
  }

  .card__timer-discount-separator {
    margin: 0 5px;
  }

  .card__timer-limited {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 8px;
  }

  .card__right.fixed-block .card__purchase-control-wrp .card__price-sale.timer-active,
  .card__right .card__purchase-control-wrp .card__price-sale.timer-active {
    /* display: none; */
  }

  .card__right.fixed-block .card__purchase-control-wrp .card__price-sale {
    display: flex;
    position: absolute;
    top: 0;
    left: 100%;
    height: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  
  .card__right.fixed-block .card__purchase-control-wrp .card__buttons .btn {
    height: 48px;
  }

}

@media (max-width: 425px) {
  .card__timer-block span {
    font-size: 12px;
  }

  .card__price--actual {
    font-size: 20px;
  }

  .card__price--old {
    font-size: 18px;
  }

  .card__timer-lang {
    margin-right: 10px;
  }

  .card__timer-units span {
    width: 16px;
  }

  .card__timer-units .card__timer-day-value {
    width: 10px;
  }

}
@media (max-width: 400px) {
  .card__right.fixed-block .card__purchase-control-wrp .card__prices .card__price--actual {
    font-size: 14px;
  }
  .card__purchase-control-wrp .card-bonus .card-bonus__plus,
  .card__purchase-control-wrp .card-bonus .card-bonus__point,
  .card__purchase-control-wrp .card-bonus .card-bonus__title,
  .card__timer-block span,
  .card__timer-limited span {
    font-size: 10px;
  }
  .card__right.fixed-block .card__purchase-control-wrp .card__timer {
    width: min-content;
  }
  .card__timer-limited span {
    word-wrap: break-word;  
  }
}

@media (max-width: 330px) {
  .card__right.fixed-block .card__purchase-control-wrp .card__prices .card__price--actual {
    font-size: 12px;
  }
  .card__right.fixed-block .card__purchase-control-wrp .card__prices .card__price--old {
    font-size: 10px;
  }
}

/*рекомендации апсейл*/
.card__upsale {
  order: 6;
}

#card-recommendation .cart__wrapper {
  padding-top: 15px;
}
@media (max-width: 400px) {
  #card-recommendation .garantie-link {
    margin-left: 10px;
  }
}

.upsale__recomendation-title {
  font-weight: bold;
  background: #eff7f8;
  border-radius: .5rem;
  padding: .5rem 1.5rem .5rem 0.2rem;
  margin-bottom: 17px;
  display: flex;
}

.icon-container {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
}

.title-container {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 13px;
  color: #262626;
}

.icon-container svg {
  height: 24px;
  width: 24px;
  fill: #17c4c9;
  color: #17c4c9;
}

.pagination-extended {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}

.pagination-extended__item {
  background: #ccc;
  border-radius: 0;
  height: 2px;
  margin: 0 .25rem 0 0 !important;
  transition: .2s;
  width: 4px;
}

.pagination-extended__item.active {
  background: #00b9bf;
  width: 16px;
}
/* форма неавторизованного пользовательского выбора в детальной карточке товара*/
.card-popup__choice-item:first-child {
  margin-bottom: 32px;
}

#card-user-reg-choice .card-popup__text {
  color: #212121;
}

#card-user-reg-choice .btn--accent {
  margin-bottom: 23px;
}

@media (max-width: 550px) {
  #card-user-reg-choice .popup__title {
    font-size: 20px;
  }

  .card-popup__choice-item:first-child {
    margin-bottom: 20px;
  }

  #card-user-reg-choice .btn {
    font-size: 15px;
    padding: 9px;
  }

  #card-user-reg-choice .btn--accent {
    margin-bottom: 12px;
  }
}
.sku_params {
  width: 100%;
}
@media (max-width: 767px) {
  #card-user-reg-choice {
    padding: 0px 0px;
  }

  #card-user-reg-choice .modal__inner {
    height: 100%;
    max-width: none;
  }

  #card-user-reg-choice .modal__header {
    height: 40%;
    border-bottom: 0;
    padding: 10px 32px;
  }

  #card-user-reg-choice .modal__body {
    height: 60%;
  }

  #card-user-reg-choice .modal__title {
    justify-content: center;
    display: flex;
    top: 90%;
    position: relative;
  }

  #card-user-reg-choice .card-popup__choice-block {
    height: 100%;
  }

  #card-user-reg-choice .card-popup__choice-item:first-child {
    height: 50%;
  }

  #card-user-reg-choice .card-popup__choice-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/** стили для бонусов*/
.card-bonus{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #7e7e7e;
  order: 5;
  position: relative;
}

.card-bonus .card-bonus__icon{
  margin: 0;
}

.card-bonus__plus{
  padding-left: 10px;
}

.card-bonus__plus, .card-bonus__point{
  font-weight: 600;
  color:#212121;
}

.card-bonus__point{
 padding: 0 5px;
}
.card-bonus__title {
  padding-right: 32px;
}
.bonus-info__icon{
  width:25px;
  height:25px;
  color: #00b9bf;
  cursor: pointer;
  position: absolute;
  right: 100px;
}

.bonus-info__text{
  position: absolute;
  width: 100%;
  padding: 24px 24px 9px 24px;
  background: #FAE07B;
  font-weight: 500;
  color:#000000;
  font-size: 16px;
  line-height: 100%;
  top: 45px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.bonus-info__text.visible{
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.bonus-info__text::before{
  content: "▲";
  position: absolute;
  right: 100px;
  color: #FAE07B;
  top: -10px;
  font-size: 24px;

}

.bonus-info__text a{
  text-decoration: underline;
  color:#000000;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .card-bonus {
    font-size: 14px;
  }
  .bonus-info__text{
    max-width: 278px;
    font-size: 12px;
    padding: 12px 12px 4px 12px;
    right: 20px;
  }
  .bonus-info__text::before{
    left: 123px;
  }
  .bonus-info__text p{
    margin-bottom: 8px;
  }
  .bonus-info__icon {
    right: 150px;
  }
}

@media (max-width: 1100px) {
  .bonus-info__text {
    top: 55px;
  }
}

.product-card__desc-wrap {
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: space-between;
    margin-top: 15px;
}
.product-card__desc-wrap .product-card__btn {
    pointer-events: none;
}
.product-card__btn {
    width: 51px;
    height: 51px;
    flex: 0 0 auto;
    padding: initial;
}
.product-card__btn-text {
    display: none;
    font-weight: 500;
    font-size: 15px;
}
.product-card__btn {
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
    border: 2px solid #00B9BF;
}

.product-card__btn:hover {
    background: #00B9BF;
}

.product-card__btn svg {
    fill: #00B9BF;
    color: #00B9BF;
} 
.product-card__btn:hover svg {
    fill: #fff;
    color: #fff;
}

.product-card__btn.active {
    background: #EFEFEF;
    border-color: #EFEFEF;
}

.product-card__btn:hover > .product-card__btn-tooltip {
    bottom: 135%;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.product-card__btn-tooltip {
    padding: 10px 15px;
    border-radius: 15px;
    background: #00B9BF;
    position: absolute;
    right: 0;
    bottom: 120%;
    z-index: 5;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.product-card__btn-tooltip:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: -20px;
    border: 9px solid transparent;
    border-top: 14px solid #00B9BF;
}

.product-add {
    background-color: white;
    opacity: 1;
    display: flex;
}
/*.product-add:before {
    width: calc(100% - 10px - 10px);
    height: 1px;
    display: block;
    background-color: #eeeeee;
    content: ' ';
    position: absolute;
    top: 18px;
    left: 10px;
}*/
/*.product-add__wrap {
    margin: 0 14px 0 14px;
    padding: 10px 5px 20px 5px;
    display: flex;
    align-items: center;
    border-top: 1px solid #eeeeee;
    justify-content: space-between;
}*/

.product-add__field {
    flex: 1 1 auto;
    padding: 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    padding-right: 15px;
    margin-right: 15px;
    border-radius: 5px;
}
.product-add__field-text {
    font-weight: 400;
    font-size: 16px;
    color: #7e7e7e;
}
.product-add__field-btn {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    fill: #00B9BF;
    color: #00B9BF;
}
.product-add__field-count {
    border: 0.5px solid #d0d0d0;
    padding: 3px 11px;
    width: 41px;
    max-width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background: #f4f4f4;
    overflow-x: hidden;
}
.product-add__field-confirm {
    padding: 0;
    border-radius: 5px;
    width: 51px;
    height: 51px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
}

.product-card:hover .product-add {
    opacity: 1;
    visibility: visible;
}
.product-card:hover .product-card__desc-wrap .product-card__btn {
    opacity: 0;
    visibility: hidden;
}

@media all and (max-width: 1100px) {
    .product-add__field {
        gap: 5px;
        padding-right: 8px;
        margin-right: 8px;
    }
}
@media all and (max-width: 768px) {
    .product-card__header {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 10px;
    }
    .product-card__colors {
        flex: 0 1 auto;
    }
    .product-card__title {
        padding-top: 0;
        min-height: unset;
    }
    .card-additionaly__wrapper .product-card__title {
        margin-bottom: 15px;
        min-height: 40px;
    }
}
@media (max-width: 580px) {
    .card-additionaly__wrapper .product-card__credit {
        display: block;
    }
    .card-additionaly__wrapper .product-card__container {
        padding-bottom: 0;
    }
    .product-card__desc-wrap .add2basket {
        display: none;
        gap: 0;
        flex-direction: column;
        align-items: stretch;
    }

    .product-add {
        top: unset;
        bottom: 0;
        border: none;
        opacity: 1;
        visibility: visible;
        /*overflow: hidden;*/
        display: flex;
        background-color: #efefef;
        border-radius: 5px;
        border-top: none;
        margin: 0;
        padding: 0;
        justify-content: center;
        position: relative;
    }
    .product-add:hover {
        background: #efefef;
    }

    /*.product-add .product-card__btn {*/
    /*    width: 100%;*/
    /*    height: 34px;*/
    /*    background: #00B9BF;*/
    /*    color: #fff;*/
    /*}*/
    /*.product-add .product-card__btn {*/
    /*    background: #CECECE;*/
    /*    color: #00B9BF;*/
    /*}*/

    /*.product-add .product-card__btn svg {*/
    /*    visibility: hidden;*/
    /*    opacity: 0;*/
    /*    width: 0;*/
    /*    transition-duration: 0.2s;*/
    /*    fill: #fff;*/
    /*    color: #fff;*/
    /*}*/
    
    .product-card__btn{
        background: #00B9BF;
    }
    .product-add .product-card__btn svg {
        opacity: 1;
        visibility: visible;
        width: 100%;
        fill: #fff;
        color: #fff;
    }
    .product-add .product-add__field {
        justify-content: center;
        margin: 0;
        padding: 3.5px 0;
        visibility: hidden;
        opacity: 0;
        width: 0;
        background: #efefef;
    }
    .product-card__btn-text {
        color: #fff;
        display: block;
    }

    /*.product-card__btn.active .product-card__btn-text {*/
    /*    color: #00B9BF;*/
    /*}*/

    .product-card__btn-tooltip {
        display: none;
    }
    /*.product-add .product-card__btn {*/
    /*    width: 35px;*/
    /*}*/
    .product-add .product-card__btn .product-card__btn-text {
        /*opacity: 1;
        visibility: visible;
        width: 100%;*/
        opacity: 0;
        visibility: hidden;
        width: 0;
    }

    .product-add .product-add__field {
        visibility: visible;
        opacity: 1;
        width: calc(100% - 35px);
    }

    /*.product-add:hover .product-add__field .product-card__btn-text {
        opacity: 0;
        visibility: hidden;
        width: 0;
    }
    .product-add .product-card__btn.active {
        border-color: #00B9BF;
    }*/
    .product-add__field-text {
        display: none;
    }
    .product-add__field-confirm {
        display: none;
    }
    .product-add__field-count {
        width: 27px;
        height: 27px;
    }
    .product-add__field-btn {
        width: 27px;
        height: 27px;
    }
}

@media (min-width: 1023px) {
    .product-card__addition-content {
        padding: 0 0 20px;
        gap: 10px;
        display: flex;
        z-index: 20;
        background-color: #fff;
    }
}
.product-card.active:hover{
    -webkit-box-shadow:  0 0 0 transparent;
    box-shadow:  0 0 0 transparent;
}

.product-card:hover .product-add__field-confirm {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.product-card__more {
    width: 100%;
    margin-top: 10px;
}


.product-card__colors {
    display: flex;
    flex: 1 1 40%;
}

.product-card__title {
    flex: 1 1 40%;
    margin-bottom: 0;
}
.product-card:hover .product-card__title {
    text-decoration: none;
}
.product-card__header {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-card__price {
    margin-top: 14px;
}
@media (max-width: 1023px) {
    .product-card__image {
        min-height: 100px;
    }
}
@media (max-width: 768px) {
    .card-additionaly__wrapper .product-card__title {
        margin-bottom: 0;
    }
}

.pagination-extended {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.pagination-extended__item {
    background: #ccc;
    border-radius: 0;
    height: 2px;
    margin: 0 .25rem 0 0 !important;
    transition: .2s;
    width: 4px;
}

.pagination-extended__item.active {
    background: #00b9bf;
    width: 16px;
}
.sku_params {
    width: 100%;
}
.card-additionaly__wrapper .product-card__header {
    margin-bottom: 0;
}
.card-additionaly__wrapper .product-card__price {
    margin-top: 0;
}

/*.card__prices {
    align-items: center;
}*/
.card-options {
    border-top: none;
}
.card-options .btn {
    font-size: 15px;
}
.card__buttons .btn--accent {
    background-color: #00B9BF;
}

.card-options__item {
    margin-bottom: 20px;
}

.card-options__item .product-card__colors {
    display: flex;
}

.card-options .product-card__colors-box {
    width: 35px;
    height: 35px;
}

.card-options .product-card__colors-input:checked + .product-card__colors-box {
    border: 2px solid #00B9BF;
}

.card-desc {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    order:7;
}

.card-desc__title {
    display: inline-block;
    margin-bottom: 12px;
    color: #262626;
    font-size: 16px;
    font-weight: 500;
}

.card-desc__text:not(:last-child) {
    margin-bottom: 20px;
}
.card-desc__text {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    max-height: 100px;
}
.card-desc__text.active {
    max-height: unset;
}

.card-desc__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 13px;
    color: #00B9BF;
    transition-duration: 0.5s;
}

.card-desc__btn svg {
    width: 5px;
    height: 9px;
}
.card-desc__btn.active svg {
    transform: rotate(-90deg);
}

.card-additionaly {
    margin-bottom: 60px;
}
.card-additionaly__btn {
    width: 100%;
}

.card-additionaly__wrapper {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.card-line {
    display: none;
}
.card-preview img {
    aspect-ratio: 16/9;
}

.card__installments-btn-ballast {
    display: none;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
}

@media (min-width: 920px) {
    .card-additionaly__wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
}
@media (min-width: 1440px) {
    .card-additionaly__wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media all and (max-width: 1100px) {
    .card-preview {
        margin-bottom: 40px;
    }
    .card__wrapper {
        margin-bottom: 60px;
        flex-direction: column;
    }

    .card__right {
        padding: 14px 0;
        display: grid;
        grid-template-columns: 1fr 1px 1fr;
        column-gap: 24px;
    }
    .card-line {
        margin: -14px 0;
        display: block;
        grid-column: 2/3;
        grid-row: 1/6;
        background-color: #ababab;
    }
    .card__header {
        margin-bottom: 12px;
    }
    .card__code {
        grid-column: 1/2;
        grid-row: 2/3;
        margin-bottom: 40px;
    }
    .card__prices {
        margin-bottom: 13px;
    }
    .card__credit {
        margin-bottom: 40px;
    }
    .card-desc {
        grid-column: 1/2;
        grid-row: 3/5;
    }
    .card-options__item {
        margin-bottom: 0;
    }
    .card-options {
        grid-column: 3/4;
    }
    .card__installments-btn-ballast {
        display: block;
        order: 8;
    }

}
@media (min-width: 903px) and (max-width: 1024px) {
    .card__buttons {
        flex-direction: row;
    }
}

.card-additionaly__wrapper {
    @media (max-width: 980px) {
        gap: 12px;
    }
    @media (max-width: 930px) {
        gap: 7px;
    }
    @media (max-width: 920px) {
        gap: 16px;
    }
}

@media (max-width: 961px) {
    .card-desc {
        display: block;
    }
}

@media (max-width: 768px) {
    .card__left {
        margin-bottom: 20px;
    }
    .card__wrapper {
        margin-bottom: 20px;
    }
    .card__right {
        padding: 0;
        display: block;
    }
    .card-options__item {
        margin-bottom: 20px;
    }
    .card__code {
        margin-bottom: 20px;
    }
    .card__credit {
        margin-bottom: 20px;
    }
    .card-options {
        padding-top: 0;
    }
    .card-desc {
        margin: 15px 0 30px 0;
    }
    .card-line {
        display: none;
    }
    .card-preview {
        flex-direction: column;
        margin-bottom: 0px;
    }
    .card-slider__thumbs {
        display: flex;
        padding-top: 15px;
        order: 2;
    }
    .card-slider__thumbs .splide__arrows {
        display: none;
    }
    .card-slider__thumbs .splide__track--ttb>.splide__list {
        display: flex;
    }
    .card-slider__thumbs .splide__list .splide__slide img {
        object-fit: cover;
    }
    .card-slider__thumbs {
        margin-right: 0px;
        padding: 15px 0px 0px 0px;
    }
    .card__installments-btn-ballast {
        display: none;
    }
}



.card-colors__btn {
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 182, 201, 0.16);
    box-shadow: 0px 4px 19px 0px rgba(0, 182, 201, 0.16);
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    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;
    gap: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 43px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.card-colors__btn:hover {
    background-color: #e7e7e7;
}

.card-colors__btn:hover svg path {
    fill: #fff;
    color: #fff;
}

.catalog__wrapper .product-card .product-card__data-itemInfo {
    margin-top: 5px;
}
@media (min-width: 769px) {
    .catalog__wrapper .product-card .product-card__data-itemInfo {
        margin-top: 10px;
    }
    .catalog__wrapper .product-card .product-card__colors {
        padding-top: 0px;
    }
}
@media (max-width: 440px) {
    .catalog__wrapper .product-card .product-card__colors {
        padding-top: 10px;
    }
}
@media (max-width: 568px) {
    .product-card__image {
        padding-bottom: 10px;
    }
}

.sku_params {
    margin-top: 15px;
    width: 100%;
}

/*body {*/
/*    display: */
/*}*/
