@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-LightBETA.eot');
    src: local('Inter Light BETA'), local('Inter-LightBETA'),
        url('../fonts/Inter/Inter-LightBETA.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-LightBETA.woff2') format('woff2'),
        url('../fonts/Inter/Inter-LightBETA.woff') format('woff'),
        url('../fonts/Inter/Inter-LightBETA.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
        url('../fonts/Inter/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
        url('../fonts/Inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Inter";
  font-weight: 400;
  color: #222;
  background-color: #FFFFFF;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  width: 100%;
  -webkit-text-size-adjust: none;
}


/*
body.product-product main {
  margin-top: 0;
}
body.common-home main {
  margin-top: 0;
}
*/

.root {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 64px;
  overflow: hidden;
}
.product-compare .root {
  overflow: visible;
}
.product-product .root {
  padding-bottom: 191px;
}
.product-product .root.root--product-2 {
  padding-bottom: 251px;
}
.product-cart .root {
  padding-bottom: 132px;
}
.root .footer-wrap {
  margin-top: auto;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "Inter";
}

input[type=text],
input[type=number],
input[type=submit],
textarea {
  appearance: none;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type=submit] {
  cursor: pointer;
}

.footer-wrap {
  padding-top: 40px;
}

@media screen and (min-width: 375px) {
  .root {
    padding-bottom: 54px;
  }
  .product-product .root {
    padding-bottom: 150px;
  }
  .product-product .root.root--product-2 {
    padding-bottom: 195px;
  }
  .product-cart .root {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 577px) {


  .root {
    padding-bottom: 68px;
  }
  .product-cart .root {
    padding-bottom: 68px;
  }
}
@media screen and (min-width: 834px) {
  .root {
    padding-bottom: 0;
  }
  .product-product .root {
    overflow: visible;
    padding-bottom: 0;
  }
  .product-product .root.root--product-2 {
    padding-bottom: 0;
  }
  .product-cart .root {
    padding-bottom: 0;
  }

  .footer-wrap {
    padding-top: 80px;
  }


}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 577px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.text-style-1 {
  font-size: 12px;
}
.text-style-2 {
  font-size: 14px;
}
.text-style-3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.text-style-5 {
  margin: 0;
  color: var(--color-text-primary);
  font-weight: 500;
}
/* Базовые стили (мобильная версия) */
.text-style-heading {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 20px;
  font-weight: 500;
  margin-top: -4px; /* Сдвигаем элемент вверх на 4 пикселя для мобильной версии */
}



/* Медиа-запросы для разных размеров экрана */
@media screen and (min-width: 577px) {
  .text-style-heading {
    font-size: 24px;
    margin-top: 0; /* Возвращаем нормальное положение для планшетов и десктопов */
  }
}

@media screen and (min-width: 834px) {
  .text-style-heading {
    font-size: 28px;
  }
}

@media screen and (min-width: 1080px) {
  .text-style-heading {
    font-size: 34px;
  }
}
.button {
  background-color: var(--color-primary);
  border-radius: 12px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
  user-select: none;
  font-weight: 500;
}
.button:hover {
  background-color: var(--color-primary-hover);
  color: #FFFFFF;
}
.button:active {
  background-color: var(--color-primary);
}
.button:disabled {
  pointer-events: none;
  background-color: var(--color-primary-disabled);
}
.button--2 {
  background-color: var(--color-primary-light);
  color: #222;
}
.button--2:hover {
  background-color: var(--color-primary-hover);
}
.button--2:active {
  background-color: var(--color-primary-light);
}
.button--2:disabled {
  pointer-events: none;
  background-color: var(--color-primary-light);
  color: #FFA9A9;
}
.button--gray {
  background-color: #F4F5F7;
  color: #000;
}
.button--gray:hover {
  background-color: #e4e4e4;
  color: var(--color-primary);
}
.button--gray:active {
  background-color: #F3F3F3;
}
.button--gray:disabled {
  background-color: #F3F3F3;
}
.button--big {
  height: 52px;
  font-size: 18px;
}
.button--pink {
  background-color: var(--color-primary-light);
  color: var(--color-primary);
}
.button--pink:hover {
  background-color: var(--color-primary-hover);
  color: #FFFFFF;
}
.button--pink:active {
  background-color: var(--color-primary);
  color: #FFFFFF;
}
.button--pink:disabled {
  background-color: #F1F1F1;
  color: #777777;
}
.button--border {
  background-color: transparent;
  color: #000;
  border: 1px solid var(--color-stroke);
}
.button > svg:first-child {margin-right: 10px;}
.button > svg:last-child {margin-left: 10px;}


@media screen and (min-width: 834px) {
  .button--big {
    height: 52px;
  }
}
.choose-city {
  display: flex;
  align-items: center;
}
.choose-city span {
  margin-left: 2px;
  transition: color 0.3s;
  color: var(--color-text-primary);
}
.choose-city svg * {
  transition: fill 0.3s;
}
.choose-city:hover span {
  color: var(--color-primary);
}
.choose-city:hover svg * {
  fill: var(--color-primary);
}
.choose-city:active span {
  color: var(--color-primary);
}
.choose-city:active svg * {
  fill: var(--color-primary);
}

@media screen and (min-width: 577px) {
  .choose-city span {
    margin-left: 4px;
  }
}
@media screen and (min-width: 834px) {
  .choose-city span {
    margin-left: 2px;
  }
}
.search-bar {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 16px;
}
.search-bar__input {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border: 1px solid #C2C2C2;
  height: 50px;
  border-radius: 12px;
  /*overflow: hidden;*/
}
.search-bar__input input {
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: var(--color-text-primary);
  margin-right: 8px;
}
#choose-city-modal .search-bar__input input {padding: 0 16px;}
.search-bar__input input::placeholder {
  color: #585858;
}
.search-bar--header .search-bar__input input::placeholder {
  color: #A9A9A9;
}
.search-bar__input-icon {
  display: flex;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  flex-shrink: 0;
}
.search-bar__input-icon svg {
  width: 100%;
  height: 100%;
}
.search-bar--header .search-bar__input-icon {
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
.search-bar__clear {
  display: flex;
  flex-shrink: 0;
  opacity: 0;
  pointer-events: none;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
}
.search-bar--printed .search-bar__clear {
  opacity: 1;
  pointer-events: auto;
}
.search-bar__clear svg {
  width: 100%;
  height: 100%;
}
.search-bar__cancel {
  display: none;
  align-items: center;
  font-size: 14px;
  color: var(--color-text-primary);
  font-weight: 500;
  width: 50px;
  height: 100%;
  text-align: center;
  background-color: #FFFFFF;
  margin-left: 12px;
}
.search-bar--printed .search-bar__cancel {
  /*display: flex;*/
}

@media screen and (min-width: 577px) {

  .search-bar__input input {
    font-size: 16px;
  }
  .search-bar__input-icon {
    width: 16px;
    height: 16px;
  }
  .search-bar--header .search-bar__input-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 834px) {
  .search-bar--header {
    border: 1px solid #E8E8E8;
    padding: 4px 4px 4px 0;
    height: 48px;
  }
  .search-bar--header.search-bar--focused {
    border-color: var(--color-primary-light);
  }

  .search-bar--header .search-bar__input {
    height: 100%;
    border: none;
    margin-right: 12px;
  }
  .search-bar__input input {
    padding: 0;
    margin-right: 0;
  }
  .search-bar__input input::placeholder {
    color: #D2D2D2;
  }
  .search-bar__clear {
    /*display: none;*/
  }
  .search-bar--header .search-bar__clear {
    display: flex;
  }
  .search-bar__cancel {
    display: none;
  }
  .search-bar--printed .search-bar__cancel {
    display: none;
  }
}
.social {
  background-color: var(--color-primary-light);
  border-radius: 16px;
  padding: 16px;
}
.social__icon {
  display: flex;
  align-items: center;
}
.social__icon img {
  width: 12px;
  margin-right: 4px;
}
.social__icon span {
  font-size: 12px;
  font-weight: 500;
  color: #818181;
}
.social__nick {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-primary);
  margin: 0;
  margin-top: 8px;
  transition: color 0.3s;
}
.social:hover .social__nick {
  color: var(--color-primary);
}
.social--view-2 .social__nick {
  font-size: 18px;
}
.social__count {
  font-size: 14px;
  color: #777777;
  margin: 0;
  margin-top: 16px;
}
.social--view-2 .social__count {
  color: var(--color-primary);
  font-weight: 500;
}

@media screen and (min-width: 834px) {
  .social__icon img {
    width: 14px;
  }
  .social__icon span {
    font-size: 14px;
  }
  .social__nick {
    font-size: 20px;
    margin-top: 16px;
  }
}
/*
.to-fav svg * {
  fill: transparent;
  stroke: var(--color-text-primary);
  stroke-width: 2px;
}
*/
.to-fav.active svg * {
  fill: var(--color-primary);
}
.product__top-actions .to-fav.active svg * {/*fill: none;*/}

.to-comparison svg * {
  stroke: var(--color-text-primary);
}
.to-comparison.active svg * {
  stroke: var(--color-primary);
}

.banner {
  margin-top: 16px;
}
.banner__item {
  width: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
.banner__row--2 .banner__item {
  margin-top: 8px;
}
.banner__row--2 .banner__item:first-child {
  margin-top: 0;
}
.banner__item img {
  width: 100%;
}
.banner__item--source img {
  display: none;
}
.banner__item--source img.mobile {
  display: block;
}

@media screen and (min-width: 577px) {
  .banner {
    margin-top: 64px;
  }
  .banner__row--2 {
    display: flex;
  }
  .banner__row--2 .banner__item {
    width: 50%;
    margin-top: 0;
    margin-right: 12px;
  }
  .banner__row--2 .banner__item:last-child {
    margin-right: 0;
  }
  .banner__item--source img {
    display: block;
  }
  .banner__item--source img.mobile {
    display: none;
  }
}
@media screen and (min-width: 834px) {
  .banner {
    margin-top: 48px;
  }
  .banner__row--2 .banner__item {
    margin-right: 24px;
  }
}
.products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px;
}
.products-grid .product-card {
  width: 25%;
  padding: 15px 10px;
}
.category__cards .product-card {width: calc(100% / 3);}
.products-grid--full, .products-grid--mobile-full {
  margin-right: 0;
  display: block;
}
.products-grid--full .product-card, .products-grid--mobile-full .product-card {
  margin-top: 0;
  margin-right: 0;
}

@media screen and (min-width: 577px) {

  .main-products--view-2 .products-grid .product-card {
    width: calc(16.666% - 22px);
  }
  .products-grid--full, .products-grid--mobile-full {
    margin-right: 0;
  }
  .products-grid--full .product-card, .products-grid--mobile-full .product-card {
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 834px) {
  .products-grid--full {
    margin-right: 0;
  }
  .products-grid--full .product-card {
    margin-top: 0;
    margin-right: 0;
  }

  .main-products--view-2 .products-grid .product-card {
    width: calc(25% - 24px);
  }
  /*
  .products-grid.category__cards .product-card {
    display: flex;
    width: calc(33.33% - 24px);
    margin-right: 24px;
    margin-top: 24px;
  }
  */
  .products-grid--full.category__cards .product-card {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .products-grid.favourites__cards .product-card {
    display: flex;
    width: calc(25% - 24px);
  }
}
@media screen and (min-width: 1200px) {

  .main-products--view-2 .products-grid .product-card {
    width: calc(20% - 24px);
  }
  /*.products-grid.category__cards .product-card {
    width: calc(25% - 24px);
  }*/
  .products-grid--full.category__cards .product-card {
    width: 100%;
  }
  .products-grid.favourites__cards .product-card {
    width: calc(20% - 24px);
  }
}
@media screen and (min-width: 1440px) {

  .main-products--view-2 .products-grid .product-card {
    width: calc(16.666% - 24px);
  }
  /*.products-grid.category__cards .product-card {
    width: calc(25% - 54px);
    margin-right: 54px;
    margin-top: 32px;
  }*/
  .products-grid--full.category__cards .product-card {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .products-grid.favourites__cards .product-card {
    width: calc(16.666% - 24px);
  }
}
.product-color {
  display: flex;
  align-items: center;
}
.product-color__item {
  width: 9px;
  height: 9px;
  background-color: #2CAD39;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  cursor: pointer;
}
.product-color__item:last-child {
  margin-right: 0;
}
.product-color__item.active {
  width: 17px;
  height: 17px;
  background-color: #D2D2D2;
}

.product-count {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}
.product-count__button {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background-color: var(--color-primary-light);
  flex-shrink: 0;
}

.product-count__value {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.product-count__input {
  align-self: stretch;
  /*background-color: #F3F3F3;*/
  border-radius: 8px;
  color: #585858;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 0 4px;
  margin: 0 8px;
  max-width: 60px;
  width: 100%;
}

@media screen and (min-width: 375px) {
  .product-count__button {
    width: 40px;
    height: 40px;
  }

  .product-count__value {
    font-size: 16px;
  }
  .product-count__input {
    font-size: 16px;
  }
}
@media screen and (min-width: 834px) {
  .product-count__button {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
  .product-count__value {
    font-size: 18px;
  }
}
.modal {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}
.modal--visible {
  opacity: 1;
}
.modal--mobile-bottom__close {
  width: 48px;
  height: 6px;
  background-color: #EAEAEA;
  margin: 0 auto;
  margin-bottom: 28px;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
.modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  max-height: 100%;
  z-index: 1;
  padding: 20px;
  max-width: 500px;
  border-radius: 16px;
}
.modal--dekstop-600 .modal__inner {max-width: 600px;}
/*
.modal--mobile-full .modal__inner {
  height: 100%;
  border-radius: 0;
}
*/
.modal--mobile-bottom .modal__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 204px;
  height: auto;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding-top: 12px;
  padding-bottom: 24px;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.modal--visible.modal--mobile-bottom .modal__inner {
  transform: none;
}
.modal__content {
  overflow-y: auto;
  /*padding: 0 16px;*/
}
.modal--mobile-full .modal__content {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 16px;
  height: 100%;
}
.modal__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.modal__top--2 {
  padding: 0;
  justify-content: flex-end;
  margin-bottom: 36px;
}
.modal__top-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.modal__top-title--desktop {
  display: none;
}
/*
.modal__top-close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
*/
.modal__top-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__top-close--20 {
  width: 20px;
  height: 20px;
}
.modal__top--2 .modal__top-close {
  position: static;
  transform: none;
}
.modal__top-close svg {
  width: 12px;
  height: 12px;
}
.modal__body {
  display: flex;
  flex-direction: column;
}
.modal__body--vertical-center {
  margin: auto 0;
}
.modal__body--centered {
  align-items: center;
  text-align: center;
}
.modal__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.modal__logo {width: 100px;}
.modal__form + p {margin-top: 16px;}
.modal__text {
  margin-bottom: 24px;
}
.modal__text--400 {
  font-weight: 400;
}
.modal__text--mw-380 {
  max-width: 390px;
}
.modal__text--gray {
  color: #8D8D8D;
}
.modal__text--gray a {
  color: var(--color-primary);border-bottom:1px solid;
}
.modal__text--gray a:hover {border:0}
.modal__success-icon {
  width: 123px;
  margin: 32px auto 0;
}
.modal__success-icon svg {
  width: 100%;
}

.modal__form--mt-24 {
  margin-top: 24px;
}
.modal__form .input-title {font-weight: 500;margin-top: 24px;}
.modal__form .input-title:first-child {margin-top:0}
.modal__form-input {
  margin-top: 16px;
}
.text-link + .modal__form-input {
  margin-top: 16px;
}
.modal__form-input:first-child {
  margin-top: 0;
}
.modal__two-button {
  display: flex;
  margin-top: 32px;
}
.modal__button {
  width: 100%;
  margin-top: 16px;
  padding: 0 24px;
}
.modal__two-button .modal__button {
  margin-top: 0;
}
.modal__two-button .modal__button:first-child {
  margin-right: 16px;
}
.modal__two-button .modal__button.button--gray {
  color: #777777;
}
.modal__two-button .modal__button.button--gray:hover {
  background-color: #dddddd;
}
.modal__button--mt-24 {
  margin-top: 24px;
}
.modal__button--mt-32 {
  margin-top: 32px;
}
.modal__button--auto {
  width: auto;
}
.modal__tun-id {
  width: 124px;
  margin-bottom: 24px;
}
.modal__tun-id svg {
  width: 100%;
}
.modal__form-agreement {
  margin-top: 16px;
}
.modal__bordered-link {
  margin-top: 24px;
  font-size: 16px;
  border-bottom: 1px solid var(--color-primary);
  transition: border-color 0.3s;
}
.modal__bordered-link:hover {
  border-color: transparent;
}
.modal__bordered-link--center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 577px) {
  .modal--tablet-center {
    display: flex;
  }
  .modal--mobile-bottom__close {
    display: none;
  }
  .modal--tablet-center .modal__inner {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    border-radius: 24px;
    padding: 64px 0;
    transform: none;
    margin: auto;
  }
  .modal--tablet-510 .modal__inner {
    width: 510px;
  }

  .modal__top--2 {
    padding: 0;
  }

  .modal__top-close {
    right: 24px;
  }
  .modal__content {
    /*padding: 0 24px;*/
  }
  .modal--mobile-full .modal__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}
@media screen and (min-width: 834px) {
  .modal {
    display: flex;
  }
  .modal__inner {
    height: auto;
    width: 100%;
    margin: auto;
  }
  /*
  .modal--dekstop-center .modal__inner {
    height: auto;
    padding: 64px;
    border-radius: 24px;
    overflow: hidden;
  }
  .modal--dekstop-486 .modal__inner {
    max-width: 486px;
  }
  .modal--dekstop-578 .modal__inner {
    max-width: 578px;
  }
  */
  .modal--dekstop-center .modal__content {
    padding: 0;
  }

  .modal__top--desktop-hidden {
    display: none;
  }

  .modal__top-title--mobile {
    display: none;
  }
  .modal__top-title--desktop {
    display: block;
  }
  
  .modal__top-close--20 {
    width: 20px;
    height: 20px;
  }
  .modal__top--2 .modal__top-close {
    margin-right: 0;
  }
  .modal--dekstop-center .modal__top-2 {
    display: none;
  }

}

.button-tab {
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid var(--color-stroke);
  font-size: 12px;
  font-weight: 500;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.button-tab.active {
  background-color: var(--color-primary-light);
  border-color: var(--color-primary-light);
  color: var(--color-primary);
}
.button-tab--gray {
  background-color: #F3F3F3;
  border: none;
  line-height: 1;
  font-size: 14px;
}
.button-tab--gray:hover {
  color: var(--color-primary);
}
.button-tab--gray.active {
  background-color: var(--color-primary);
  color: #FFFFFF;
}

@media screen and (min-width: 834px) {
  .button-tab--gray {
    font-size: 16px;
    padding: 12px 16px;
  }
}
.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags__item {
  font-size: 12px;
  font-weight: 500;
  border-radius: 100px;
  background-color: #F3F3F3;
  padding: 8px 12px;
  color: var(--color-text-primary);
}
.tags__item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 577px) {
  .tags__item {
    font-size: 14px;
    padding: 12px 16px;
  }
}
.custom-radio input {
  display: none;
}
.custom-radio input:checked + label::before {
  border-color: var(--color-primary);
  box-shadow: inset 0 0 0 6px var(--color-primary);
}
.custom-radio label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-primary);
  cursor: pointer;
  height: 48px;
  user-select: none;
  word-break: break-word;
  padding-right: 30px;
}
.custom-radio label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
}
.custom-radio--variant input:checked + div {
  border-color: var(--color-primary);
}
.custom-radio--variant div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E0E0E0;
  min-height: 40px;
  padding: 12px 16px;
  margin: 0;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}
.custom-radio--variant div svg {
  flex-shrink: 0;
  margin-right: 8px;
}
.custom-radio--variant div span {
  word-break: break-word;
}
.custom-radio--color div {
  width: 54px;
  height: 54px;
  padding: 0;
}
.custom-radio--color div span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.custom-radio--std input:checked + label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: inset 0 0 0 4px #FFFFFF;
}
.custom-radio--std label {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  min-height: 26px;
  padding-right: 0;
  padding-left: 28px;
}
.custom-radio--std label::before {
  right: auto;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #E8E8E8;
  border: 1px solid transparent;
}
.custom-radio--disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media screen and (min-width: 375px) {

  .custom-radio--color div {
    width: 56px;
    height: 56px;
  }
  .custom-radio--color div span {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 577px) {
  .custom-radio label {
    font-size: 16px;
    height: 52px;
  }
  .custom-radio--std label {
    height: auto;
  }

  .custom-radio--variant div svg {
    margin-right: 10px;
  }
  .custom-radio--color div {
    padding: 0;
  }
}

.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked + label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  background-image: url("../img/icons/checkbox-checked.svg");
  background-position: center;
  background-size: 100%;
}
.custom-checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
  cursor: pointer;
  user-select: none;
  padding-left: 32px;
  min-height: 24px;
  word-break: break-word;
}
.custom-checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #E8E8E8;
  border-radius: 2px;
}
.custom-checkbox--color input:checked + label::before {
  border-color: var(--color-primary);
  background-color: #2CAD39;
  background-image: none;
  border-width: 2px;
}
.custom-checkbox--color label::before {
  background-color: #2CAD39;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}
.custom-checkbox--toggle input:checked + label {
  background-color: var(--color-primary);
}
.custom-checkbox--toggle input:checked + label::before {
  background-color: #FFFFFF;
  left: 24px;
}
.custom-checkbox--toggle label {
  padding-left: 0;
  width: 44px;
  height: 24px;
  min-height: 0;
  border-radius: 150px;
  background-color: #FFFFFF;
  border: 1px solid var(--color-primary);
  transition: background-color 0.3s;
}
.custom-checkbox--toggle label::before {
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background-color: var(--color-primary);
  border: none;
  transition: background-color 0.3s, left 0.3s;
}
.custom-checkbox--agreement label {
  display: block;
  padding-left: 24px;
}
.custom-checkbox--agreement label a {
  color: var(--color-primary);
}
.custom-checkbox--agreement label a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.custom-checkbox--agreement label::before {
  top: 0;
  transform: none;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 577px) {
  .custom-checkbox label {
    font-size: 16px;
    padding-left: 44px;
    min-height: 32px;
  }

  .custom-checkbox--toggle input:checked + label {
    background-color: var(--color-primary);
  }
  .custom-checkbox--toggle input:checked + label::before {
    background-color: #FFFFFF;
    left: 24px;
  }
  .custom-checkbox--toggle label {
    padding-left: 0;
    min-height: 0;
  }
  .custom-checkbox--toggle label::before {
    width: 16px;
    height: 16px;
  }
  .custom-checkbox--agreement label {
    font-size: 14px;
    padding-left: 24px;
  }
  .custom-checkbox--agreement label::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 834px) {
  .custom-checkbox label {
    font-weight: 400;
    min-height: 18px;
    padding-left: 24px;
  }

  .custom-checkbox--color input:checked + label::before {
    border: 2px solid var(--color-primary);
  }
  .custom-checkbox--color label::before {
    border-radius: 50%;
    background-color: #2CAD39;
    border: 1px solid #DDDDDD;
  }
  .custom-checkbox--toggle label::before {
    background-color: var(--color-primary);
    border-radius: 50%;
  }
}
.category-filter {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  padding: 0 16px 50px;
}
.category-filter.active {
  opacity: 1;
}
.category-filter__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.category-filter__top-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 20px;
  font-weight: 500;
}
.category-filter__top-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
}
.category-filter__body {
  margin-bottom: 16px;
}
.category-filter__bottom {
  margin-top: auto;
}
.category-filter__bottom .button {
  width: 100%;
  height: 52px;
  font-size: 18px;
}
.category-filter__sub {
  padding-left: 8px;
}
.category-filter__elem {
  border-bottom: 1px solid #EAEAEA;
}
.category-filter__elem--all {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  height: 48px;
  border-bottom: none;
  padding-right: 0;
  word-break: break-word;
}
.category-filter__elem--all::before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -16px;
  right: -16px;
  background-color: #EAEAEA;
  height: 1px;
  bottom: 0;
}

@media screen and (min-width: 577px) {
  .category-filter {
    padding: 0 24px 50px;
  }
  .category-filter__top {
    padding: 24px;
  }
  .category-filter__top-title {
    font-size: 24px;
  }
  .category-filter__top-close {
    right: 0;
    font-size: 16px;
  }
  .category-filter__body {
    margin-bottom: 24px;
  }
  .category-filter__elem--all {
    font-size: 16px;
    height: 52px;
  }
  .category-filter__elem--all::before {
    left: -24px;
    right: -24px;
  }
}
@media screen and (min-width: 834px) {
  .category-filter {
    display: none;
    position: static;
    width: 240px;
    flex-shrink: 0;
    border-right: 1px solid #E8E8E8;
    padding: 0;
    margin-right: 24px;
    padding-right: 24px;
    overflow: visible;
    z-index: 15;
  }
  .category-filter__body {
    padding: 0;
  }
  .category-filter__top, .category-filter__bottom {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .category-filter {
    width: 340px;
  }
}
.long-banner {
  position: relative;
}
/* Мобильные стили (по умолчанию) */
.long-banner__wrap {
  display: flex;
  height: 120px;
  border-radius: 16px;
  overflow: hidden;
  
}

.long-banner__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.long-banner__image {
  display: none;
}

.long-banner__image--mob {
  display: block;
}

/* Стили для десктопной версии */
@media screen and (min-width: 834px) {
  .long-banner__wrap {
    height: 240px; /* Фиксированная высота для десктопной версии */
    border-radius: 16px;
    overflow: hidden;
  }
  
  .long-banner__image {
    display: block;
    object-fit: cover; /* Растягиваем изображение с сохранением пропорций */
    width: 100%;
    height: 100%;
  }
  
  .long-banner__image--mob {
    display: none;
  }
}
.long-banner__image {
  display: none;
}
.long-banner__image--mob {
  display: block;
}
.long-banner__text {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.long-banner__title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 20px;
}
.long-banner__subtitle {
  margin: 0;
  margin-top: 8px;
  color: #8D8D8D;
  font-size: 12px;
}

@media screen and (min-width: 577px) {
  .long-banner__image--mob {
    display: none;
  }
  .long-banner__image--tab {
    display: block;
  }
  .long-banner__subtitle {
    margin-top: 4px;
  }
}
@media screen and (min-width: 834px) {
  .long-banner__image {
    display: block;
  }
  .long-banner__image--mob, .long-banner__image--tab {
    display: none;
  }
}
.product-chars__block {
  display: none;
  margin-top: 16px;
}
.product-chars__block:nth-child(1), .product-chars__block:nth-child(2), .product-chars__block:nth-child(3) {
  display: block;
}
.product-chars--open .product-chars__block {
  display: block;
}
.product-chars__block:first-child {
  margin-top: 0;
}
.product-chars__block-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
}


.product-chars__item {
  position: relative;
  display: flex;
  
  font-weight: 500;
  
}
.product__info .product-chars__items {margin: 10px 0;font-size: 14px;}
.product__info .product-chars__items .product-chars__item {margin-top: 10px;}
.product-description__chars .product-chars__block-items {display: flex;flex-wrap: wrap;gap: 15px 6%;}
.product-description__chars .product-chars__item {width: 47%;}

.product-chars__item:first-child {
  margin-top: 0;
}
.product-chars__item-title-wrap {
  position: relative;
  z-index: 1;
  padding-right: 4px;
}
.product-chars__item-title {
  display: inline;
  margin: 0;
  color: var(--color-gray);
  
  flex-shrink: 0;
  background-color: #FFFFFF;
  padding-right: 4px;
}
.product-chars__item-delimeter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 2px dotted #B3B3B3;
  height: 15px;
}
.product-chars__item-desc-wrap {
  position: relative;
  z-index: 1;
  margin-left: auto;
  text-align: right;
  padding-left: 4px;
}
.product-chars__item-desc {
  display: inline;
  background-color: #FFFFFF;
  margin: 0;
  color: var(--color-text-primary);
  word-break: break-word;
  padding-left: 4px;
}



@media screen and (min-width: 834px) {
  .product-chars__block {
    margin-top: 32px;
  }
  .product-chars__block-title {
    font-size: 22px;
  }


}

.watched-card {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 16px;
  transition: background-color 0.3s;
  height: 94px;
}
.watched-card:hover {
  background-color: var(--color-primary-light);
}
.watched-card__img {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 55px;
  max-height: 55px;
  flex-shrink: 0;
  margin-right: 12px;
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
}
.watched-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.watched-card__title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 12px;
  transition: color 0.3s;
}
.watched__item:hover .watched-card__title {
  color: var(--color-primary);
}
.watched-card__price {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
  display: none;
}
.watched-card__info {max-height: 62px;overflow: hidden;}

@media screen and (min-width: 375px) {
  .watched-card__img {
    max-width: 55px;
    max-height: 55px;
  }
  .watched-card__price {
    font-size: 18px;
  }
}
@media screen and (min-width: 577px) {
  .watched-card__img {
    max-width: 55px;
    max-height: 55px;
  }
  .watched-card__price {
    font-size: 18px;
  }
}
@media screen and (min-width: 834px) {
  .watched-card__img {
    max-width: 80px;
    max-height: 80px;
    border: 1px solid #F3F3F3;
  }
  .watched-card__title {
    font-size: 14px;
  }
  .watched-card__price {
    font-size: 16px;
  }
}
.text-editor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-editor * {
  color: var(--color-text-primary);
  margin: 16px 0;
  line-height: 1.5;
}
.text-editor > *:first-child {
  margin-top: 0;
}
.text-editor > *:last-child {
  margin-bottom: 0;
}
.text-editor img,
.text-editor video,
.text-editor iframe {
  width: 100%;
  border-radius: 12px;
}
.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
  font-weight: 500;
}
.text-editor h1 + p,
.text-editor h1 + ul,
.text-editor h1 + ol,
.text-editor h2 + p,
.text-editor h2 + ul,
.text-editor h2 + ol,
.text-editor h3 + p,
.text-editor h3 + ul,
.text-editor h3 + ol,
.text-editor h4 + p,
.text-editor h4 + ul,
.text-editor h4 + ol,
.text-editor h5 + p,
.text-editor h5 + ul,
.text-editor h5 + ol,
.text-editor h6 + p,
.text-editor h6 + ul,
.text-editor h6 + ol {
  margin-top: 0;
}
.text-editor h2,
.text-editor h3 {
  font-size: 24px;
}
.text-editor h4 {
  font-size: 22px;
}
.text-editor h5 {
  font-size: 18px;
}
.text-editor h6 {
  font-size: 16px;
}
.text-editor p {
  font-size: 16px;
}
.text-editor p + ul,
.text-editor p + ol {
  margin-top: 0;
}
.text-editor ul,
.text-editor ol {
  font-size: 16px;
  padding-left: 34px;
}
.text-editor ul li::marker {
  color: var(--color-primary);
}
.text-editor li {
  margin: 0;
}

@media screen and (min-width: 375px) {
  .text-editor h2,
.text-editor h3 {
    font-size: 28px;
  }
  .text-editor h4 {
    font-size: 24px;
  }
  .text-editor h5 {
    font-size: 20px;
  }
  .text-editor h6 {
    font-size: 18px;
  }
  .text-editor p {
    font-size: 18px;
  }
  .text-editor ul,
.text-editor li {
    font-size: 18px;
  }
}
.text-link {
  color: var(--color-primary);
}
.text-link--bordered {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: var(--color-primary);
  transition: text-decoration-color 0.3s;
}
.text-link--bordered:hover {
  text-decoration-color: transparent;
}
.text-link--disabled {
  pointer-events: none;
}



.empty-page {
  min-height: calc(100vh - 189px);
  display: flex;
  align-items: center;
}
.empty-page__heading {
  display: none;
}
.empty-page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}
.empty-page__img {
  width: 122px;
}
.empty-page__img img,
.empty-page__img svg {
  width: 100%;
}
.empty-page__title {
  margin: 16px 0 24px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.empty-page__text {
  color: var(--color-dark);
  text-align: center;
  max-width: 370px;
}
.empty-page__text span {
  position: relative;
  padding-right: 20px;
}
.empty-page__text span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/heart-blue.svg");
  background-size: cover;
}
.empty-page__text--no-before span {
  padding: 0;
}
.empty-page__text--no-before span::after {
  content: none;
}
.empty-page__button {
  display: flex;
  width: 190px;
  margin-top: 24px;
  font-size: 18px;
}

@media screen and (min-width: 577px) {
  .empty-page {
    min-height: calc(100vh - 189px);
  }


}
@media screen and (min-width: 834px) {
  .empty-page {
    min-height: 0;
  }
  .empty-page__heading {
    display: block;
  }
  .empty-page__content {
    padding: 80px 0;
  }


  .empty-page__text span {
    padding-right: 28px;
  }
  .empty-page__text span::after {
    width: 24px;
    height: 24px;
  }
  .empty-page__text--no-before span {
    padding: 0;
  }
  
}
.checkout__address {font-weight: 500;}
.contact-address__city {
  display: flex;margin-bottom: 16px;
}
.contact-address__city .line1 {margin-bottom: 7px;}
.contact-address__city .line2 a {color: var(--color-primary);}
.contact-address__city svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 5px;
}
.checkout__address .icon_telephone {margin-bottom: 16px;}
.contact-address__block {
  margin-top: 12px;
}
.contact-address__block:first-child {
  margin-top: 0;
}
.contact-address__title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
}
.contact-address__text {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 8px;
}
.contact-address__link {
  padding-bottom: 2px;
  /*border-bottom: 1px solid #9B9B9B;*/
}
.contact-address__buttons {
  margin-top: 8px;
  display: flex;
    flex-wrap: wrap;
}
.contact-address__button {
  padding: 0 24px;margin-top: 12px;
  margin-right: 24px;
}
.contact-address__button:disabled {
  background-color: #EAEAEA;
  color: #9B9B9B;
  transition: none;
  cursor: default;
}
/*.contact-address__yandex {
  display: none;
}*/
.contact-address__yandex {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid #F3F3F3;
  color: var(--color-primary);
  transition: border-color 0.3s;
}
.contact-address__yandex:hover {
  background-color: transparent;
  border-color: var(--color-primary);
}
.contact-address__yandex span {
  border-bottom: 1px solid var(--color-primary);
  margin-left: 8px;
}

@media screen and (min-width: 577px) {

  .contact-address__block {
    margin-top: 12px;
  }
  .contact-address__block:first-child {
    margin-top: 0;
  }
  .contact-address__title {
    margin: 0;
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 500;
  }
  .contact-address__text {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #9B9B9B;
    margin-top: 8px;
  }
  .contact-address__link {
    padding-bottom: 2px;
    border-bottom: 1px solid #9B9B9B;
  }
  .contact-address__buttons {
    margin-top: 8px;
  }
  .contact-address__button {
    padding: 0 27px;
  }
  /*.contact-address__yandex {
    display: none;
  }*/
}
@media screen and (min-width: 834px) {

  .contact-address__block {
    margin-top: 16px;
  }
  .contact-address__title {
    color: #9B9B9B;
  }
  .contact-address__text {
    font-size: 18px;
    color: var(--color-text-primary);
  }
  .contact-address__link {
    padding-bottom: 0;
    border-bottom: none;
  }
  .contact-address__buttons {
    
    margin-top: 12px;
    margin-right: -24px;
  }
  .contact-address__button {
    font-size: 14px;
    
  }

}
.input-text__field {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  border-radius: 12px;
  height: 50px;
  padding: 0 16px;
  transition: border-color 0.2s;
}
.input-text--focus .input-text__field {
  border-color: var(--color-primary);
}
.input-text--error .input-text__field {
  border-color: var(--color-red);
}
.input-text--disabled .input-text__field {
  background-color: #F8F8F8;
  pointer-events: none;
}
.input-text__field input {
  width: 100%;
  height: 100%;
  color: var(--color-text-primary);
}
.input-text__field input::placeholder {
  color: #ADADAD;
}
.input-text__placeholder {
  margin: 0;
  position: absolute;
  top: 0;
  left: 19px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #777777;
  pointer-events: none;
  padding: 0 5px;
  background-color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.2s, color 0.2s;
}
.input-text--focus .input-text__placeholder, .input-text--filled .input-text__placeholder, .input-text--error .input-text__placeholder {
  opacity: 1;
}
.input-text--error .input-text__placeholder {
  color: var(--color-primary);
}
.input-text__errors {
  display: none;
  margin-top: 5px;
  padding: 0 5px;

  color: var(--color-red);
  font-size: 12px;
  line-height: 1.2;
}
.input-text--error .input-text__errors {
  display: block;
}
.input-text__error {
  margin: 0;
  
}
.input-text__back {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.input-text__back svg {
  width: 100%;
  height: 100%;
}
.input-text__back svg * {
  transition: fill 0.2s;
}
.input-text--error .input-text__back svg * {
  fill: var(--color-primary);
}

.textarea {
  height: 150px;
  
  
  /*overflow: hidden;*/
  position: relative;
}
.textarea textarea {
  width: 100%;
  height: 100%;
  resize: none;
  color: var(--color-text-primary);
  border: 1px solid #E0E0E0;border-radius: 16px;
  padding: 16px;
  outline: none;
}
.textarea textarea::placeholder {
  color: #ADADAD;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.products-grid--mobile-full .product-card, .products-grid--full .product-card {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
}
.product-card__checkbox-wrap {
  position: relative;
  padding-left: 36px;
  margin-right: 24px;
}
.product-card__checkbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
}
.product-card__checkbox label {
  padding-left: 0;
}
.product-card__checkbox label::before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.product-card__image {
  position: relative;
}

.products-grid--mobile-full .product-card__image, .products-grid--full .product-card__image {
  width: 80px;
  border: none;
  border-radius: 0;
}
.products-grid--mobile-full .product-card__image::before, .products-grid--full .product-card__image::before {
  content: none;
}
.products-grid--full .product-card--view-2 .product-card__image {
  border-radius: 16px;
  border: 1px solid var(--color-stroke);
  overflow: hidden;
}
.products-grid--full .product-card--view-2 .product-card__image::before {
  content: "";
}
.product-card__image .swiper {
  padding-bottom: 14px;
  overflow: hidden;
}
.products-grid--mobile-full .product-card__image .swiper-wrapper, .products-grid--full .product-card__image .swiper-wrapper {
  border-radius: 16px;
}
.products-grid--mobile-full .product-card__image .swiper-slide, .products-grid--full .product-card__image .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}
.products-grid--mobile-full .product-card__image .swiper-slide img, .products-grid--full .product-card__image .swiper-slide img {
  width: 100%;
}
.product-card__image .swiper-pagination {
  top: calc(100% - 20px) !important;
  bottom: auto !important;
}
.product-card__image .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #ececec;
  margin: 0 2px !important;
}
.product-card__image .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.products-grid--mobile-full .product-card__image-wrap, .products-grid--full .product-card__image-wrap {
  display: none;
}
.products-grid--full .product-card--view-2 .product-card__image-wrap {
  display: block;
}

/*
.product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
*/
.product-card__fav {
  width: 48px;
  height: 48px;
  background-color: #F4F5F7;
  border-radius: 12px;
}

.product-card__fav svg {
  width: 30px;
  height: 30px;
}
/*
.products-grid--full .product-card__fav {
  display: none;
}

.products-grid--mobile-full .product-card__info, .products-grid--full .product-card__info {
  margin-top: 0;
}
*/
.product-card__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.product-card__full-left .product-card__price {
  margin-top: -4px;
  padding-right: 36px;
}
/*
.product-card__full-right .product-card__price {
  display: none;
}
*/

.product-card__price-current {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
  margin: 0;
  word-break: break-word;
}
.product-card__full-left .product-card__price-current {
  font-size: 20px;
}
.product-card--view-2 .product-card__price-current, .checkout__card-price-current {
  background-color: #34C759;
  padding: 10px 12px;
  color: #FFFFFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  
  height: 40px;
  text-wrap-mode: nowrap;
  white-space: nowrap;
}
.product-card--view-2 .product-card__price-current.no-price, .checkout__card-price-current.no-price {background-color: #FF98381A;color: #FF9838;}
.product-card__price-old {
  display: none;
}
.product-card__full-left .product-card__price-old {
  margin: 0;
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #A9A9A9;
  margin-right: 8px;
  text-decoration: line-through;
  margin-top: 4px;
  word-break: break-word;
}
.product-card--view-2 .product-card__price-old {
  font-size: 14px;
}
.product-card__discount {
  /*display: none;*/
}

.product-card__price-old, .product-card__discount {
  display: block;
  margin: 0;
  margin-right: 6px;
}
.product-card__price-old {
  font-size: 13px;
  font-weight: 400;
  color: #A1A1A1;
}
.product-card__discount {
  border-radius: 6px;
  background-color: var(--color-primary);/*#FB6262*/;
  padding: 4px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  /*display: none;*/
}

.product-card__color {
  display: none;
  pointer-events: none;
}
.products-grid--mobile-full .product-card__color, .products-grid--full .product-card__color {
  display: none;
}
/* Стили для карточки товара */
.product-card__desc {
  margin: 0;
  margin-top: 4px;
  font-size: 14px;
  color: var(--color-text-primary);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  min-height: 35px;
  margin-bottom: 15px;
}

/* Стили для мобильных устройств */
@media screen and (max-width: 833px) {
  .product-card__desc {
      font-size: 14px;
      -webkit-line-clamp: 2;
      min-height: 35px;
      max-height: none;
      overflow: hidden;
  }
}



/* Стили для десктопа */
@media screen and (min-width: 834px) {
  .product-card__desc {
      font-size: 14px;
      -webkit-line-clamp: 2;
      min-height: 30px;
  }
}

/* Перезапись стилей light версии */
.product-card--light .product-card__desc {
  margin-bottom: 20px !important; /* Принудительный отступ */
}
.product-card--light .product-card__desc {
  margin-bottom: 0;
}
.product-card__full-left .product-card__desc {
  display: none;
}
.product-card__full-right .product-card__to-cart {
  width: 150px;
  margin-top: 12px;
}

.product-card.in-cart .product-card__to-cart-button {
  display: none;
}
.product-card__count {
  display: none;
}
.product-card.in-cart .product-card__count {
  display: flex;flex: 1;
}
.product-card--view-2 .product-card__count {
  display: flex;
  justify-content: flex-start;
  width: auto;
  border: 1px solid var(--color-stroke);
  border-radius: 12px;
  padding: 5px;
  height: 40px;
}
.product-card--view-2 .product-card__count .product-count__button {
  width: 30px;
  height: 30px;
  border-radius: 8px;
      display: flex;
    align-items: center;
    justify-content: center;
}
.product-card__short {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
/*
.products-grid--mobile-full .product-card__short, .products-grid--full .product-card__short {
  display: none;
}
*/
.product-card__full {
  display: none;
  margin-left: 8px;
}
.products-grid--mobile-full .product-card__full, .products-grid--full .product-card__full {
  display: block;
}
.product-card--view-2 .product-card__full {
  margin-left: 12px;
}
.product-card__name {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text-primary);
  word-break: break-word;
}
.product-card__full-left .product-card__name {
  padding-right: 36px;
}

.product-card__name-2 {
  display: none;
}
.product-card__chars {
  margin-top: 4px;display: block;
}
.product-card__chars-row {
  margin-top: 4px;
  line-height: 1;
}
.product-card__chars-row:first-child {
  margin-top: 0;
}
.product-card__chars-row-key {
  margin: 0;
  display: inline;
  color: #A9A9A9;
  font-size: 12px;
  font-weight: 500;
  word-break: break-word;
}
.product-card__chars-row-value {
  margin: 0;
  display: inline;
  color: var(--color-text-primary);
  font-size: 12px;
  font-weight: 500;
  word-break: break-word;
}
.product-card__count-input {
  margin-top: 16px;
}
.product-card__count-input input {
  width: 80px;
  height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #F3F3F3;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.product-card__count-input input::placeholder {
  color: #9D9D9D;
}
.product-card__count-text {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
}
.product-card__full-right .product-card__available {
  display: none;
}
.product-card__full-right .product-card__delivery {
  margin-top: 8px;
}
.product-card__full-right .product-card__delivery-top {
  display: none;
}
.product-card__full-right .product-card__delivery-desc {
  display: none;
  margin: 0;
  color: #747474;
  font-size: 13px;
  font-weight: 500;
}
.product-card__full-right .product-card__delivery-desc--mobile {
  display: block;
}
.product-card__action {
  position: absolute;
  right: 0;
  top: 0;
}
.product-card__action-item {
  display: flex;
  align-items: center;
  color: var(--color-gray);
  font-size: 14px;
}
.product-card__action-item.active {color: var(--color-primary);}
.product-card__action-item svg {
  width: 24px;margin-right: 2px;
}
.product-card__specs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  pointer-events: none;
}
.product-card__full-left .product-card__specs {
  margin-top: 4px;
}
.product-card__specs .custom-radio {
  margin-top: 8px;
  margin-right: 8px;
}
.product-card__specs .custom-radio div {
  padding: 6px 8px;
  min-height: 30px;
}

.product-card__full-right {
    margin-left: auto;
    display: flex;flex-direction: column;
    min-width: 290px;
}
.product-card__full-right .product-card__price-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-bottom: 50px;
}

@media screen and (min-width: 375px) {

  .product-card__checkbox {
    width: 24px;
    height: 24px;
  }

  .products-grid--mobile-full .product-card__image, .products-grid--full .product-card__image {
    width: 112px;
  }
  .product-card--view-2 .product-card__image {
    width: 80px;
  }
  .product-card__full-left .product-card__price-current {
    font-size: 18px;

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

  .product-card__full-right .product-card__to-cart {
    /*width: 105px;*/
  }

  .product-card__chars {
    max-width: 324px;
  }
  .product-card__chars-row-key {
    font-size: 14px;
  }
  .product-card__chars-row-value {
    font-size: 14px;
  }

}
@media screen and (min-width: 577px) {

  .product-card__checkbox {
    width: 28px;
    height: 28px;
  }


  .products-grid--mobile-full .product-card__image, .products-grid--full .product-card__image {
    width: 132px;
  }
  .product-card--view-2 .product-card__image {
    width: 100px;
  }
  /*
  .products-grid--mobile-full .product-card__info, .products-grid--full .product-card__info {
    margin-left: 24px;
    padding-right: 48px;
  }
  */
  .product-card__full {
    width: 100%;
    margin-left: 0;
  }
  .products-grid--mobile-full .product-card__full, .products-grid--full .product-card__full {
    display: flex;
  }
  .product-card--view-2 .product-card__full {
    margin-left: 0;
  }
  .product-card__full-left {
    margin-right: 24px;

  }
  .product-card--view-2 .product-card__full-left {
    width: 100%;
  }
  


  .product-card__price-current {
    font-size: 18px;
  
  }
  .main-products--view-2 .product-card__price-current {
    font-size: 14px;
  }
  /*
  .product-card__full-right .product-card__price-current {
    margin: 0;
    font-size: 24px;
    
    color: var(--color-text-primary);
    margin-right: 8px;
    margin-top: 4px;
    
  }
  
  .product-card--view-2 .product-card__price-current {
    color: #FFFFFF;
    font-size: 26px;
    margin-top: 0;
    margin-right: 0;
  }
  */
  .product-card__full-left .product-card__price {
    display: none;
  }
  /*
  .product-card__full-right .product-card__price {
    display: flex;
    margin-right: -8px;
    margin-top: -4px;
  }
  */


  .product-card__full-right .product-card__price-old {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #D2D2D2;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 8px;
    margin-top: 4px;
    word-break: break-word;
  }
  .product-card--view-2 .product-card__price-old {
    font-size: 16px;
    margin-top: 8px;
    margin-right: 0;
  }


  .product-card__desc {
    font-size: 16px;
  }
  .main-products--view-2 .product-card__desc {
    font-size: 12px;
  }
  .product-card--view-2 .product-card__chars {
    margin-top: 8px;
  }
  .product-card__count-input {
    margin-top: 8px;
  }
  .product-card__full-left .product-card__color {
    display: flex;
    margin-top: 12px;
  }
  .product-card__full-right .product-card__to-cart {
    /*width: 100%;*/
    margin-top: 24px;
  }
  .product-card__full-right .product-card__delivery-desc {
    font-size: 12px;
  }
  .product-card__specs .custom-radio div {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .product-card--view-2 .product-card__image {
    width: 132px;
  }

  /*
  .product-card--view-2 .product-card__price-current {
    font-size: 28px;
  }
  */

}
@media screen and (min-width: 834px) {
  .products-grid--mobile-full .product-card {
    flex-direction: column;
  }
  .products-grid--full .product-card {
    align-items: stretch;
    flex-direction: row;
  }
  .products-grid--full .product-card--view-2 {
    align-items: flex-start;
  }

  .product-card__checkbox {
    width: 20px;
    height: 20px;
  }

  .products-grid--mobile-full .product-card__image {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
  }
  .products-grid--mobile-full .product-card__image::before {
    content: "";
  }
  .products-grid--full .product-card__image {
    width: 100px;
    border-radius: 20px;
    /*border: 1px solid #F3F3F3;*/
    align-self: flex-start;
  }
  .products-grid--full .product-card__image::before {
    content: "";
  }
  .product-card--view-2 .product-card__image {
    width: 120px;
  }
  .product-card__image .swiper {
    display: none;
  }
  .products-grid--mobile-full .product-card__image-wrap, .products-grid--full .product-card__image-wrap {
    display: block;
  }
  .product-card__info {
    margin-top: 12px;
  }
  .products-grid--mobile-full .product-card__info {
    padding-right: 0;
    margin-left: 0;
    margin-top: 12px;
  }
  /*
  .products-grid--full .product-card__info {
    margin-left: 12px;
    padding-right: 36px;
    height: auto;
    margin-top: 0;
  }
  */
  .product-card--view-2 .product-card__info {
    margin-left: 24px;
  }
  .products-grid--mobile-full .product-card__short {
    display: flex;
  }
  .products-grid--mobile-full.products-grid--full .product-card__short {
    display: none;
  }
  .product-card__full {
    height: 100%;
  }
  .products-grid--mobile-full .product-card__full {
    display: none;
  }
  .products-grid--mobile-full.products-grid--full .product-card__full {
    display: flex;
  }
  .product-card__full-left {
    max-width: 240px;
  }



  .product-card__color {
    display: flex;
    margin-top: 12px;
  }
  .products-grid--mobile-full .product-card__color {
    display: flex;
  }
  .product-card__desc {
    margin-top: 8px;
  }
  .main-products--view-2 .product-card__desc {
    font-size: 16px;
  }
  .product-card__color + .product-card__desc {
    margin-top: 12px;
  }
  .product-card__full-left .product-card__desc {
    display: block;
    margin: 0;
    font-size: 14px;
    color: var(--color-text-primary);
    margin-top: 12px;
  }



  .main-products--view-2 .product-card__price-current {
    font-size: 24px;
  }
  /*
  .product-card__full-right .product-card__price-current {
    font-size: 22px;
    margin-right: 17px;
  }
  
  .product-card--view-2 .product-card__price-current {
    font-size: 24px;
    padding: 8px 12px;
    margin-right: 0;
  }
  */
  .product-card__price-wrap {
    position: relative;
    margin-top: 4px;
  }
/* Базовые стили для всех устройств */
.product-card__full-right .product-card__price-discount {
    position: absolute;
    display: block !important; /* !important чтобы переопределить другие стили */
    margin: 0;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 500;
    padding: 2px 4px;
    background-color: var(--color-primary);/*#FB6262*/
    border-radius: 4px;
    top: -4px;
}


  .product-card__full-right .product-card__price-old {
    margin-top: 12px;
  }
  .product-card--view-2 .product-card__price-old {
    font-size: 16px;
    margin-top: 8px;
  }
  .product-card__chars {
    margin-top: 12px;
  }
  .product-card__chars-row {
    margin-top: 2px;
  }
  .product-card__full-right .product-card__available {
    margin-top: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .product-card__full-right .product-card__available svg {
    width: 16px;
    margin-right: 8px;
  }
  .product-card__full-right .product-card__available span {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-primary);
  }
  .product-card__full-right .product-card__to-cart {

    margin-top: 0;
  }
  .product-card__full-right .product-card__to-cart .product-count__button {
    width: 40px;
    height: 40px;
  }
  .product-card__full-right .product-card__to-cart .product-count__value {
    font-size: 16px;
  }


  .product-card__full-right .product-card__delivery {
    margin-top: 12px;
  }
  .product-card__full-right .product-card__delivery-top {
    color: var(--color-text-primary);
    display: flex;
    align-items: center;
  }
  .product-card__full-right .product-card__delivery-top svg {
    width: 16px;
    flex-shrink: 0;
    margin-right: 8px;
  }
  .product-card__full-right .product-card__delivery-top span {
    font-size: 12px;
    font-weight: 500;
  }
  .product-card__full-right .product-card__delivery-desc {
    display: block;
    font-size: 11px;
    color: #D2D2D2;
    margin-top: 4px;
  }
  .product-card__full-right .product-card__delivery-desc--mobile {
    display: none;
  }

}
@media screen and (min-width: 1080px) {

  .products-grid--full .product-card__image {
    width: 140px;
  }
  .product-card--view-2 .product-card__image {
    width: 160px;
  }
  /*
  .products-grid--full .product-card__info {
    margin-left: 24px;
    padding-right: 48px;
  }
  */
  .product-card__full-left {
    max-width: 368px;
  }
  .product-card--view-2 .product-card__full-left {
    max-width: 476px;
  }

  /*
  .product-card__price-current {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
  }

  .product-card__full-right .product-card__price-current {
    font-size: 24px;
  }
  .product-card--view-2 .product-card__price-current {
    font-size: 28px;
  }
  */
  
  .product-card__full-right .product-card__price-old {
    font-size: 16px;
  }
  .product-card--view-2 .product-card__price-old {
    font-size: 18px;
  }
  

  .product-card__count-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .products-grid--full .product-card__image {
    width: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .products-grid--full .product-card__image {
    width: 240px;
  }
  .product-card--view-2 .product-card__image {
    width: 160px;
  }
  /*
  .product-card__full-right .product-card__price-current {
    font-size: 28px;
  }
  */

  .product-card__full-right .product-card__available svg {
    width: 20px;
  }
  .product-card__full-right .product-card__available span {
    font-size: 16px;
  }
}
.accordion {
  transition: margin-top 0.3s;
}
.accordion__trigger {
  user-select: none;
  text-align: left;
  cursor: pointer;
}
.accordion__trigger svg {
  flex-shrink: 0;
  transition: transform 0.2s;
  margin-left: 20px;
}
.accordion--opened .accordion__trigger svg {
  transform: rotate(180deg);
}
.accordion__body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}

.tabs__trigger {
  cursor: pointer;
}
.tabs__item {
  display: none;
}
.tabs__item--active {
  display: block;
}

.profile-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #F3F3F3;
}
.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
.profile-img svg {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
*/

@media screen and (min-width: 577px) {
  .profile-img {
    width: 120px;
    height: 120px;
  }
  .profile-img svg {
    width: 48px;
    height: 48px;
  }
}
.cart-content__top-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-content__top-title-text {
  margin-right: 20px;
}
.cart-content__top-title-count {
  margin: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  padding: 4px 8px;
  background-color: var(--color-primary-light);
  border-radius: 8px;
  line-height: 1;
}

.cart-content__address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.cart-content__address-city {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.cart-content__address-city svg {
  margin-left: 4px;
}
.cart-content__address-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.cart-content__cart-summary {
  margin-top: 24px;
}
.cart-content__right-blocks {
  margin-top: 16px;
}
.cart-content__right-block {
  margin-top: 16px;
}
.cart-content__right-block:first-child {
  margin-top: 0;
}

@media screen and (min-width: 375px) {
  .cart-content__right-blocks {
    margin-top: 24px;
  }
  .cart-content__right-block {
    margin-top: 24px;
  }
  .cart-content__right-block:first-child {
    margin-top: 0;
  }
  .cart-content__loyalty .cart-accordion__content {
    padding-top: 16px;
  }
}
@media screen and (min-width: 577px) {
  .cart-content__top-title {
    padding: 0;
  }
  .cart-content__top-title-count {
    font-size: 16px;
    padding: 8px 12px;
  }
  .cart-content__top-address {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .cart-content__right-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0;
    margin-right: -24px;
  }
  .cart-content__right-block {
    width: calc(50% - 24px);
    margin-top: 24px;
    margin-right: 24px;
  }
  .cart-content__right-block:first-child {
    margin-top: 24px;
  }
}
@media screen and (min-width: 834px) {
  .cart-content__inner {
    display: flex;
    margin-top: 24px;
  }
  .cart-content__top-title {
    padding: 0;
    justify-content: flex-start;
  }
  .cart-content__top-title-text {
    margin-right: 16px;
  }
  .cart-content__top-title-count {
    font-size: 20px;
  }
  .cart-content__top-title-count--desktop-hidden {
    display: none;
  }

  .cart-content__address {
    margin-top: 0;
  }
  .cart-content__address-text {
    font-size: 18px;
  }
  .cart-content__address-city {
    font-size: 16px;
  }
  .cart-content__left {
    width: 100%;
    margin-right: 40px;
  }
  .checkout .cart-content__left {
    max-width: 700px;
  }
  .cart-content__right {
    width: 260px;
    margin-left: auto;
    flex-shrink: 0;
  }
  .cart-content__cart-summary {
    margin-top: 0;
  }
  .cart-content__right-blocks {
    display: block;
    margin-top: 24px;
    margin-right: 0;
  }
  .cart-content__right-block {
    width: 100%;
    margin-top: 24px;
    margin-right: 0;
  }
  .cart-content__right-block:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .cart-content__right {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .cart-content__left {
    margin-right: 64px;
  }
  .cart-content__right {
    width: 350px;
  }
}
.cart__summary .cart-summary__content {
  display: none;
}
.cart-summary__title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 500;
}
.cart-summary__lines {
  margin-top: 20px;
}
.cart-summary__line {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.cart-summary__line:first-child {
  margin-top: 0;
}
.cart-summary__line-title, .cart-summary__line-value {
  margin: 0;
}
.cart-summary__line-title {
  color: var(--color-text-primary);
  font-size: 14px;
}
.cart-summary__line-title--18 {
  font-size: 18px;
}
.cart-summary__line-title--500 {
  font-weight: 500;
}
.cart-summary__line-title--600 {
  font-weight: 600;
}
.cart-summary__line-value {
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 600;
}
.cart-summary__line-value--red {
  color: var(--color-primary);
}
.cart-summary__line-value--18 {
  font-size: 18px;
}
.cart-summary__total {
  padding-top: 12px;
  margin-top: 20px;
  border-top: 1px solid #EAEAEA;
}
.cart-summary__button {
  width: 100%;
  display: none;
}
.cart-summary__button--mobile {
  display: flex;
  margin-bottom: 24px;
  font-size: 16px;
}
.cart-summary__disclaimer {
  margin: 0;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.cart-summary__disclaimer a {color: var(--color-primary);}
.cart-summary__fixed {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  padding: 0 16px;
  height: 64px;
  border-top: 1px solid #E9E9E9;
  z-index: 10;
}
.cart-summary__fixed-button {
  margin-left: auto;
  height: 40px;
  font-size: 13px;
}
.cart-summary__fixed-price, .cart-summary__fixed-count {
  margin: 0;
}
.cart-summary__fixed-price {
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
}
.cart-summary__fixed-count {
  color: #909090;
  font-size: 14px;
}
.cart-summary__fixed-button {
  padding: 0 16px;
}

@media screen and (min-width: 375px) {
  .cart-summary__fixed {
    bottom: 68px;
    height: 72px;
    justify-content: space-between;
  }
  .cart-summary__fixed-button {
    height: 50px;
    font-size: 14px;
  }
  .cart-summary__fixed-price {
    font-size: 18px;
  }
  .cart-summary__fixed-count {
    font-size: 16px;
  }
}
@media screen and (min-width: 577px) {
  .cart-summary__fixed {
    display: none;
  }
  .cart__summary .cart-summary__content {
    display: block;
  }
}
@media screen and (min-width: 834px) {
  .cart-summary__content {
    padding: 20px;
    border: 1px solid var(--color-stroke);
    border-radius: 16px;
  }
  .cart-summary__button {
    display: flex;
    margin-top: 24px;
  }
  .cart-summary__button--mobile {
    display: none;
  }
  .cart-summary__title {
    font-size: 24px;
  }
  .cart-summary__lines {
    margin-top: 16px;
  }
  .cart-summary__line {
    margin-top: 16px;
  }
  .cart-summary__line-title {
    color: var(--color-text-primary);
    font-size: 16px;
  }
  .cart-summary__line-title--18 {
    font-size: 18px;
  }
  .cart-summary__total {
    padding-top: 24px;
    margin-top: 24px;
  }

}
@media screen and (min-width: 1080px) {
  .cart-summary__title {
    font-size: 30px;
  }
}
.cart-accordion {
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding: 16px;
}
.cart-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-accordion__trigger svg {
  margin-left: 12px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.accordion--opened .cart-accordion__trigger svg {
  transform: rotate(180deg);
}
.cart-accordion__trigger-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
}
.cart-accordion__content {
  padding-top: 16px;
}
.cart-accordion__input {
  display: flex;
  align-items: center;
}
.cart-accordion__input.input-text--disabled .input-text__field {
  background-color: transparent;
}
.cart-accordion__input-text {
  margin: 0;
  margin-left: 12px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
}
.cart-accordion__button {
  width: 100%;
  margin-top: 18px;
}
.cart-accordion__button.button--gray {
  color: #777777;
}
.cart-accordion__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.cart-accordion__row:first-child {
  margin-top: 0;
}
.cart-accordion__text {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 14px;
}
.cart-accordion__text--18 {
  font-size: 16px;
}
.cart-accordion__text--600 {
  font-weight: 600;
}
.cart-accordion__slider, .cart-accordion__total {
  margin-top: 16px;
}
.cart-accordion__slider .irs {
  width: 100%;
  height: 16px;
  top: 0;
}
.cart-accordion__slider .irs .irs {
  top: 50%;
  transform: translateY(-50%);
}
.cart-accordion__slider .irs-line,
.cart-accordion__slider .irs-bar {
  background-color: var(--color-primary) !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.cart-accordion__slider .irs-handle {
  width: 16px !important;
  height: 16px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

@media screen and (min-width: 375px) {
  .cart-accordion {
    padding: 24px;
  }
  .cart-accordion__trigger-title {
    font-size: 20px;
  }
  .cart-accordion__content {
    padding-top: 24px;
  }
  .cart-accordion__input-text {
    font-size: 16px;
  }
  .cart-accordion__button {
    margin-top: 24px;
  }
  .cart-accordion__text {
    font-size: 16px;
  }
  .cart-accordion__text--18 {
    font-size: 18px;
  }
  .cart-accordion__slider, .cart-accordion__total {
    margin-top: 24px;
  }
}
@media screen and (min-width: 834px) {
  .cart-accordion__trigger-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .cart-accordion__trigger-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .cart-accordion__trigger-title {
    font-size: 20px;
  }
}
.custom-select-container {
  position: relative;
  box-sizing: border-box;
}

.custom-select-container * {
  box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: 0.333;
}

.custom-select-opener {
  background-color: #ccc;
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  transition: max-height 0.5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto;
}

.custom-select-option {
  padding: 0.5em;
}

.custom-select-option.has-focus {
  background-color: LightBlue;
}

.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: 0.5em;
}

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

.custom-select-container.is-disabled {
  opacity: 1;
}
.custom-select-container.is-disabled .custom-select-opener {
  cursor: default;
}
.custom-select-container.is-disabled .custom-select-opener span {
  color: #777777;
}

.custom-select-opener {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  user-select: none;
}
.custom-select-opener::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icons/arrow-down.svg");
  background-size: cover;
}
.custom-select-opener span {
  font-size: 14px;
  color: var(--color-text-primary);
  font-weight: 500;
  margin-right: 4px;
  position: relative;
  z-index: 9;
}
@media (max-width: 833px) {
  .category__mobile-options {
    height: 40px; /* например */
    display: flex;
    align-items: center;
      margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-bottom: 8px;
    transition: padding-bottom 0.2s;
  }
}
.custom-select--std .custom-select-opener {
  height: 50px;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding: 0 16px;
}
.custom-select--std .custom-select-opener span {
  font-size: 14px;
  color: var(--color-text-primary);
}
.custom-select--std .custom-select-opener::after {
  margin-left: auto;
  flex-shrink: 0;
}



.custom-select-panel {
  display: none;
  overflow: hidden !important;
  max-height: none !important;
  transition: none;
  background-color: #FFFFFF;
  width: auto;
  padding-right: 20px;
  border: 1px solid #e8e8e8;
  top: calc(100% + 8px);
  z-index: 9999;
}
.custom-select-container.is-open .custom-select-panel {
  display: block;
}
.custom-select--std .custom-select-panel {
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  top: calc(100% + 10px);
  padding-right: 0;
  width: 100%;
  max-height: 240px !important;
  overflow: auto !important;
}

.custom-select-option {
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  color: var(--color-text-primary);
  font-weight: 500;
  padding: 8px;
  transition: color 0.3s;
  user-select: none;
}
.custom-select-option:hover {
  color: var(--color-primary);
}
.custom-select-option.is-selected {
  opacity: 0.5;
  pointer-events: none;
}
.custom-select-option.is-selected::before {
  content: none;
}
.custom-select-option.has-focus {
  background-color: transparent;
}
.custom-select--std .custom-select-option {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  font-size: 14px;
  min-height: 48px;
  color: var(--color-text-primary);
  transition: background-color 0.3s, color 0.3s;
}
.custom-select--std .custom-select-option:hover {
  background-color: var(--color-bg-block);
  color: var(--color-primary);
}

@media screen and (min-width: 375px) {
  .custom-select--std .custom-select-opener span {
    font-size: 16px;
  }

  .custom-select--std .custom-select-panel {
    max-height: 250px !important;
  }

  .custom-select--std .custom-select-option {
    font-size: 16px;
    padding: 15px 16px;
    min-height: 50px;
  }
}
@media screen and (min-width: 577px) {
  .custom-select-opener::after {
    width: 16px;
    height: 16px;
  }
  .custom-select-opener span {
    font-size: 18px;
  }
  .custom-select--std .custom-select-opener span {
    word-break: break-word;
  }

  .custom-select-panel {
    padding-right: 30px;
    top: calc(100% + 12px);
  }

  .custom-select-option {
    font-size: 18px;
    padding: 12px;
  }
}
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.irs {
  position: relative;
  top: -12px;
}
.irs-min, .irs-max, .irs-from, .irs-to, .irs-single {
  display: none;
}
.irs-line, .irs-bar {
  height: 2px !important;
}
.irs-line {
  background-color: #F3F3F3 !important;
  top: 37px !important;
}
.irs-bar {
  background-color: #FFBDBD !important;
}
.irs-handle {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background-color: var(--color-primary) !important;
  top: 14px !important;
  cursor: pointer;
}
.irs-handle i {
  display: none !important;
}

/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/modal.css ***!
  \************************************************************************/
@keyframes zuckSlideTime {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes zuckLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#zuck-modal {
  outline: 0 !important;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100000;
  font-size: 14px;
  font-family: inherit;
}

#zuck-modal-content,
#zuck-modal-content .story-viewer,
#zuck-modal-content .story-viewer > .slides,
#zuck-modal-content .story-viewer > .slides > * {
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}

#zuck-modal * {
  user-select: none;
  outline: 0;
}

#zuck-modal.with-effects {
  transform: scale(0.01);
  transform-origin: top left;
  transition: 0.25s;
}

#zuck-modal.with-effects.animated {
  transform: scale(1);
  border-radius: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

#zuck-modal.with-effects.closed {
  transform: translateY(100%);
}

#zuck-modal .slider {
  width: 300vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100vw;
  position: absolute;
}

#zuck-modal .slider > * {
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}

#zuck-modal .slider > .previous {
  left: 0;
}

#zuck-modal .slider > .viewing {
  left: 100vw;
}

#zuck-modal .slider > .next {
  left: 200vw;
}

#zuck-modal .slider.animated {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

#zuck-modal.with-cube #zuck-modal-content {
  perspective: 1000vw;
  transform: scale(0.95);
  perspective-origin: 50% 50%;
  overflow: visible;
  transition: 0.3s;
}

#zuck-modal.with-cube .slider {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}

#zuck-modal.with-cube .slider > .previous {
  backface-visibility: hidden;
  left: 100vw;
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}

#zuck-modal.with-cube .slider > .viewing {
  backface-visibility: hidden;
  left: 100vw;
  transform: translateZ(50vw);
}

#zuck-modal.with-cube .slider > .next {
  backface-visibility: hidden;
  left: 100vw;
  transform: rotateY(-270deg) translateX(50%);
  transform-origin: top right;
}

#zuck-modal-content .story-viewer.paused.longPress .head,
#zuck-modal-content .story-viewer.paused.longPress .slides-pointers,
#zuck-modal-content .story-viewer.paused.longPress .tip {
  opacity: 0;
}

#zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers > * > .active > .progress {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

#zuck-modal-content .story-viewer.next {
  z-index: 10;
}

#zuck-modal-content .story-viewer.viewing {
  z-index: 5;
}

#zuck-modal-content .story-viewer.previous {
  z-index: 0;
}

#zuck-modal-content .story-viewer.muted .tip.muted,
#zuck-modal-content .story-viewer.loading .head .loading {
  display: block;
}

#zuck-modal-content .story-viewer.loading .head .right .time,
#zuck-modal-content .story-viewer.loading .head .right .close {
  display: none;
}

#zuck-modal-content .story-viewer .slides-pagination span {
  position: absolute;
  top: 50vh;
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  width: 48px;
  margin: 6px;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}

#zuck-modal-content .story-viewer .slides-pagination .previous {
  left: 0;
}

#zuck-modal-content .story-viewer .slides-pagination .next {
  right: 0;
}

#zuck-modal-content .story-viewer .slides-pointers {
  display: table;
  table-layout: fixed;
  border-spacing: 6px;
  border-collapse: separate;
  position: absolute;
  width: 100vh;
  top: 0;
  left: calc(50vw - 50vh);
  right: calc(50vw - 50vh);
  z-index: 100020;
}

#zuck-modal-content .story-viewer .slides-pointers > * {
  display: table-row;
}

#zuck-modal-content .story-viewer .slides-pointers > * > * {
  display: table-cell;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

#zuck-modal-content .story-viewer .slides-pointers > * > .seen {
  background: #fff;
}

#zuck-modal-content .story-viewer .slides-pointers > * > * > .progress {
  background: #fff;
  width: auto;
  max-width: 0;
  height: 2px;
  display: block;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  border-radius: 2px;
}

#zuck-modal-content .story-viewer .slides-pointers > * > .active > .progress {
  -webkit-animation-name: zuckSlideTime;
  animation-name: zuckSlideTime;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#zuck-modal-content .story-viewer .head {
  position: absolute;
  height: 56px;
  left: 0;
  right: 0;
  line-height: 56px;
  z-index: 100010;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35);
  padding: 6px 12px;
}

#zuck-modal-content .story-viewer .head .item-preview {
  overflow: hidden;
  vertical-align: top;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}

#zuck-modal-content .story-viewer .head .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

#zuck-modal-content .story-viewer .head .time {
  opacity: 0.75;
  font-weight: 500;
  font-size: 13px;
}

#zuck-modal-content .story-viewer .head .left {
  line-height: 1 !important;
  display: inline-block;
  margin: 6px 0;
}

#zuck-modal-content .story-viewer .head .left .info {
  display: inline-block;
  max-width: 30vw;
  vertical-align: middle;
}

#zuck-modal-content .story-viewer .head .left .info > * {
  width: 100%;
  display: inline-block;
  line-height: 21px;
}

#zuck-modal-content .story-viewer .head .left .info .name {
  font-weight: 500;
}

#zuck-modal-content .story-viewer .head .right {
  float: right;
}

#zuck-modal-content .story-viewer .head .right .close,
#zuck-modal-content .story-viewer .head .back {
  font-size: 42px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
}

#zuck-modal-content .story-viewer .head .left .back {
  display: none;
  width: 24px;
  margin: -9px -6px 0 -6px;
}

#zuck-modal-content .story-viewer .head .right .time {
  display: none;
}

#zuck-modal-content .story-viewer .head .loading {
  display: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 9px 0;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-top-color: #fff;
  -webkit-animation: zuckLoading 1s infinite linear;
  animation: zuckLoading 1s infinite linear;
}

#zuck-modal-content .story-viewer .head,
#zuck-modal-content .story-viewer .slides-pointers,
#zuck-modal-content .story-viewer .tip {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#zuck-modal-content .story-viewer .slides .item {
  display: none;
  overflow: hidden;
  background: #000;
}

#zuck-modal-content .story-viewer .slides .item:before {
  z-index: 4;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#zuck-modal-content .story-viewer .slides .item > .media {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

#zuck-modal-content .story-viewer .slides .item.active,
#zuck-modal-content .story-viewer .slides .item.active .tip.link {
  display: block;
}

#zuck-modal-content .story-viewer .tip {
  z-index: 5;
  text-decoration: none;
  display: none;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 24px;
}

#zuck-modal.rtl {
  direction: rtl;
  left: auto;
  right: 0;
}

#zuck-modal.rtl.with-effects {
  transform-origin: top right;
}

#zuck-modal.rtl.with-effects.animated {
  margin-left: auto !important;
  margin-right: 0 !important;
}

#zuck-modal.rtl .slider {
  left: auto;
  right: -100vw;
}

#zuck-modal.rtl .slider > .previous {
  left: auto;
  right: 0;
  transform: rotateY(-270deg) translateX(50%);
}

#zuck-modal.rtl .slider > .viewing {
  left: auto;
  right: 100vw;
}

#zuck-modal.rtl .slider > .next {
  left: auto;
  right: 200vw;
}

#zuck-modal.rtl.with-cube .slider > .previous {
  left: auto;
  right: 100vw;
  transform-origin: center right;
}

#zuck-modal.rtl.with-cube .slider > .viewing {
  left: auto;
  right: 100vw;
  transform: translateZ(50vw);
}

#zuck-modal.rtl.with-cube .slider > .next {
  left: auto;
  right: 100vw;
  transform-origin: top left;
  transform: rotateY(270deg) translateX(-50%);
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .previous {
  left: auto;
  right: 0;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .next {
  right: auto;
  left: 0;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
  margin-right: auto;
  margin-left: 9px;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .head .right {
  float: left;
}

#zuck-modal.rtl #zuck-modal-content .story-viewer .tip {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

@media (max-width: 1024px) {
  #zuck-modal-content .story-viewer .head {
    top: 3px;
  }

  #zuck-modal-content .story-viewer .head .loading {
    width: 24px;
    height: 24px;
    margin: 6px 0;
  }

  #zuck-modal-content .story-viewer .head .item-preview {
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }

  #zuck-modal-content .story-viewer .head .left {
    font-size: 15px;
    margin: 15px 0;
  }

  #zuck-modal-content .story-viewer .head .left > div {
    line-height: 30px;
  }

  #zuck-modal-content .story-viewer .head .right .time {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    margin: 15px 0;
    line-height: 30px;
  }

  #zuck-modal-content .story-viewer .head .left > .back {
    display: none;
    background: transparent;
    z-index: 20;
    visibility: visible;
    position: absolute;
    height: 42px;
    width: 24px;
    line-height: 36px;
    text-align: left;
    vertical-align: top;
    text-shadow: none;
  }

  #zuck-modal-content .story-viewer.with-back-button .head .left > .back {
    display: block;
  }

  #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-left: 18px;
  }

  #zuck-modal-content .story-viewer .slides-pointers {
    width: 100vw;
    left: 0;
    right: 0;
  }

  #zuck-modal-content .story-viewer .tip {
    font-size: 14px;
    padding: 6px 12px;
  }

  #zuck-modal-content .story-viewer .head .left .time {
    display: none;
  }

  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
    margin-right: auto;
    margin-left: 9px;
  }

  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .left > .back {
    text-align: right;
  }

  #zuck-modal.rtl #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-left: auto;
    margin-right: 18px;
  }
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/timeline.css ***!
  \***************************************************************************/
.stories.carousel {
  /* white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; */
  user-select: none;
}

/* .stories.carousel::-webkit-scrollbar {
  width: 0px;
  background: transparent;
} */
.stories.carousel .story {
  display: inline-block;
  width: 18vw;
  max-width: 90px;
  margin: 0 6px;
  vertical-align: top;
}

.stories.carousel .story:first-child {
  margin-left: 0;
}

.stories.carousel .story:last-child {
  margin-right: 0;
}

.stories.carousel .story > .item-link {
  cursor: pointer;
  text-align: center;
  display: block;
}

.stories.carousel .story > .item-link:active > .item-preview {
  transform: scale(0.9);
}

.stories.carousel .story > .item-link > .item-preview {
  display: block;
  box-sizing: border-box;
  font-size: 0;
  max-height: 90px;
  height: 18vw;
  overflow: hidden;
  transition: transform 0.2s;
}

.stories.carousel .story > .item-link > .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.stories.carousel .story > .item-link > .info {
  display: inline-block;
  margin-top: 0.5em;
  line-height: 1.2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stories.carousel .story > .item-link > .info .name {
  font-weight: 300;
}

.stories.carousel .story > .item-link > .info .time {
  display: none;
}

.stories.carousel .story > .items {
  display: none;
}

.stories.list {
  white-space: nowrap;
  overflow: auto;
}

.stories.list .story {
  display: block;
  width: auto;
  margin: 6px;
  padding-bottom: 6px;
}

.stories.list .story > .item-link {
  text-align: left;
  display: block;
}

.stories.list .story > .item-link > .item-preview {
  height: 42px;
  width: 42px;
  max-width: 42px;
  margin-right: 12px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
}

.stories.list .story > .item-link > .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.stories.list .story > .item-link > .info {
  display: inline-block;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.stories.list .story > .item-link > .info .name {
  font-weight: 500;
  display: block;
}

.stories.list .story > .item-link > .info .time {
  display: inline-block;
}

.stories.list .story > .items {
  display: none;
}

.stories.rtl {
  direction: rtl;
}

.stories.rtl.carousel .story:first-child {
  margin-left: auto;
  margin-right: 0;
}

.stories.rtl.carousel .story:last-child {
  margin-right: auto;
  margin-left: 0;
}

.stories.rtl.list .story > .item-link {
  text-align: right;
}

.stories.rtl.list .story > .item-link > .item-preview {
  margin-right: auto;
  margin-left: 12px;
}

/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/index.css ***!
  \************************************************************************/
.stories.snapgram .story > .item-link {
  text-decoration: none;
  color: #333;
}

.stories.snapgram .story > .item-link > .item-preview {
  border-radius: 50%;
  padding: 2px;
  background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}

.stories.snapgram .story > .item-link > .item-preview img {
  border-radius: 50%;
  border: 3px solid #fff;
}

.stories.snapgram .story.seen {
  opacity: 0.75;
}

.stories.snapgram .story.seen > a > .item-preview {
  background: #999;
}

.stories.snapgram .story.seen > a {
  color: #999 !important;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-pagination-bullet {
  background-color: #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.button-arrow.swiper-button-next::after, .button-arrow.swiper-button-prev::after {
  content: none;
}

@media screen and (min-width: 834px) {
  .button-arrow {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: #0000004D;
  }
  .button-arrow.swiper-button-prev {
    left: 20px;
  }
  .button-arrow.swiper-button-next {
    right: 20px;
  }
  .button-arrow svg * {
    transition: fill 0.3s;
  }
  .button-arrow:hover svg * {
    fill: #fff;
  }
}
@media screen and (min-width: 1080px) {
  .button-arrow.swiper-button-prev {
    left: 32px;
  }
  .button-arrow.swiper-button-next {
    right: 23px;
  }
}
.header--mobile-hidden {
  display: none;
}

.header__top {
  padding: 12px 0;
  font-weight: 500;
}
.header__top-content {
  display: flex;
  align-items: center;
}

.header__menu-item {
  display: flex;
  align-items: center;
  height: 47px;
  cursor: pointer;
}
.header__menu-item--disabled {
  pointer-events: none;
  user-select: none;
}
.header__menu-item-text {
  margin-right: auto;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
}
.header__menu-item--disabled .header__menu-item-text {
  color: #8F8F8F;
}
.header__menu-item-soon {
  font-size: 10px;
  font-weight: 500;
  color: #A6A6A6;
  background-color: #F3F3F3;
  padding: 4px 8px;
  border-radius: 150px;
  line-height: 1.4;
  margin-right: 8px;
}
.header__center {
  position: relative;
  border-bottom: 1px solid #E9E9E9;
  padding: 12px 0;
}
/*
.header__center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 12;
}
*/
.header__center-content {
  display: flex;
  align-items: center;
  height: 56px;
}
.header__center-search {
  width: 100%;
}
.header__center-search-submit {
  display: none;
}
.header--search-opened .header__center-search-close {
  display: block;
}
.header__center-search-bar {
  position: relative;
  background-color: #FFFFFF;
  z-index: 12;
}
.header__search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  overflow: auto;
  padding-top: 80px;
}
.header__search .modal__overlay {
  background-color: #FFFFFF;
}
.header__search .modal__inner {
  height: auto;
}
.header__search .modal__content {
  padding-bottom: 40px;
  overflow: hidden;
}
.header--search-result .header__search-placeholder {
  display: none;
}
.header__search-result {
  display: none;
}
.header--search-result .header__search-result {
  display: block;
}
.header__search-item {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 0;
  cursor: pointer;
}
.header__search-result .header__search-item {
  min-height: 44px;
}
.header__search-item svg {
  flex-shrink: 0;
}
.header__search-item span {
  width: 100%;
  margin-left: 8px;
  color: var(--color-text-primary);
  font-size: 14px;
}
.header__search-item span + svg {
  margin-left: 12px;
}
.header__search-tags {
  /*padding: 0 0 16px;*/
  /*margin-right: -4px;*/
}
.header__search-tag {
  margin-right: 4px;
  margin-top: 4px;
  word-break: break-word;
}
.header__search-like {
  margin-top: 16px;
}
.header__search-like-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 500;
}
.header__search-cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
  margin-right: -12px;
}
.header__search-card {
  width: calc(33.33% - 12px);
  margin-right: 12px;
  margin-top: 12px;
}
.header__search-brands, .header__search-products {
  /*display: none;*/
}

.header__search-brands {
  display: block;
  padding: 16px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  margin-top: 16px;
}
.header__search-brand {
  display: flex;
  align-items: center;
  padding: 4px 12px;
}
.header__search-brand img {
  flex-shrink: 0;
  width: 40px;
  margin-right: 8px;
}
.header__search-brand span {
  font-size: 14px;
  color: var(--color-text-primary);
  font-weight: 500;
  word-break: break-word;
}
.header__search-products {
  display: block;
  margin-top: 16px;
}
.header__search-product {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  margin-top: 4px;
}
.header__search-product:first-child {
  margin-top: 0;
}
.header__search-product-image {
  width: 40px;
  background-color: #F8F8F8;
  padding: 5px;
  flex-shrink: 0;
  border-radius: 8px;
  margin-right: 8px;
}
.header__search-product-image img {
  width: 100%;
}
.header__search-product-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 500;
  word-break: break-word;
}
.header__search-product-price {
  margin: 0;
  margin-top: 2px;
  color: #9D9D9D;
  font-size: 10px;
  word-break: break-word;
}
.header__search-result > div {border-bottom: 1px solid #E8E8E8;margin-bottom: 16px;padding-bottom: 16px;}
.header__search-result > div:last-child {border-bottom: 0;margin-bottom: 0;padding-bottom: 10px;}



.header__logo, .header__center-user, .header__center-catalog {
  display: none;
}
.header__menu-open {
  position: relative;
  z-index: 12;
  margin-left: 16px;
  transition: margin-left 0.3s;
}
.header--search-opened .header__menu-open {
  display: none;
}
.header--inner .header__menu-open {
  display: none;
}
.header__catalog {
  display: none;
}
.header__bottom {
  padding: 10px 0;
}
.header--inner .header__bottom {
  display: none;
}
.header__bottom-nav {
  display: none;
}

.product__aside-block {
    border: 1px solid var(--color-stroke);
    padding: 0 20px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}
.product__aside-top {padding: 20px;}
.product__aside-info-link {
    display: flex;align-items: center;
    padding: 15px 0;border-bottom: 1px solid var(--color-stroke);
}
.product__aside-info-link:last-child {border: 0;}
.product__aside-info-link svg:first-child {margin-right: 15px;}
.product__aside-info-link svg:last-child {margin-left: auto;}
.product__aside-info-link .texts span {display: block;color: var(--color-gray);font-size: 14px;}

.header__logo {
    display: flex;
    width: 150px;
    margin-right: 28px;
    flex-shrink: 0;
    position: relative;
    z-index: 21;

    flex-shrink: 0;
    margin-right: 16px;
    z-index: 1;
  }
  .header__logo img {
    /*width: 100%;*/
  }

@media screen and (min-width: 577px) {
  .header__menu-item {
    height: 60px;
  }
  .header__menu-item svg {
    width: 24px;
    height: 24px;
  }
  .header__menu-item-text {
    font-size: 20px;
  }
  .header__menu-item-soon {
    font-size: 14px;
    padding: 8px 12px;
  }
  
  .header--search-opened .header__logo {
    display: none;
  }
  .header--inner .header__logo {
    display: none;
  }
  .header__menu-open {
    margin-left: 30px;
  }
  .header__search-item {
    min-height: 50px;
    padding: 12px 0;
  }
  .header__search-result .header__search-item {
    min-height: 56px;
  }
  .header__search-item span {
    margin-left: 12px;
    font-size: 16px;
  }
  .header__search-item span + svg {
    width: 24px;
    height: 24px;
    margin-left: 24px;
  }
  .header__search-like-title {
    font-size: 20px;
  }
  .header__search-cards {
    margin-top: 4px;
    margin-right: -24px;
  }
  .header__search-card {
    width: calc(33.33% - 24px);
    margin-right: 24px;
    margin-top: 24px;
  }
  .header__search-tags {
    /*margin-right: -8px;*/
  }
  .header__search-tag {
    margin-right: 8px;
    margin-top: 8px;
  }
  .header__bottom {
    padding: 12px 0;
  }
  .header__bottom-content {
    display: flex;
    align-items: center;
    overflow-x: auto;
  }
  .header__bottom-nav {
    display: flex;
    align-items: center;

  }
  .header__bottom-nav-item {
    /*display: none;*/
    font-size: 14px;
    color: var(--color-text-primary);
    font-weight: 500;
    transition: color 0.3s;
    margin-right: 30px;
    flex-shrink: 0;
  }
  .header__bottom-nav-item:hover {
    color: var(--color-primary);
  }
  .header__bottom-nav-item:active {
    color: var(--color-primary);
  }
  /*
  .header__bottom-nav-item:nth-child(1), .header__bottom-nav-item:nth-child(2), .header__bottom-nav-item:nth-child(3), .header__bottom-nav-item:nth-child(4), .header__bottom-nav-item:nth-child(5) {
    display: block;
  }
  */
}
@media screen and (min-width: 700px) {
  .header__search-card {
    width: calc(25% - 24px);
  }
  .header__bottom-nav-item:nth-child(6), .header__bottom-nav-item:nth-child(7) {
    display: block;
  }
}
@media screen and (min-width: 834px) {
  .header--mobile-hidden {
    display: block;
  }

  .header__top-nav {
    display: flex;
    margin-left: auto;
  }
  .header__top-nav-item {
    margin-right: 32px;
    color: var(--color-text-primary);
    transition: color 0.3s;
  }
  .header__top-nav-item:hover {
    color: var(--color-primary);
  }
  .header__top-nav-item:active {
    color: var(--color-primary);
  }
  .header__top-nav-item--disabled {
    color: #777777;
    pointer-events: none;
    user-select: none;
  }
  .header__top-nav-item:last-child {
    margin-right: 0;
  }
  .header__center {
    border-bottom: none;
    padding: 0;
  }
  .header__center::before {
    content: none;
  }
  .header__center-content {
    height: 76px;
  }
  .header__center-user, .header__center-search, .header__center-catalog {
    display: flex;
  }

  .header--search-opened .header__logo {
    display: flex;
  }
  .header--inner .header__logo {
    display: flex;
  }
  .header__menu-open {
    display: none;
  }
  .header__center-catalog {
    width: 118px;
    font-size: 14px;
    flex-shrink: 0;
    position: relative;
    z-index: 12;
    height: 48px;
  }
  .header__center-catalog span {
    margin-left: 6px;
  }
  .header__center-catalog-icon {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }
  .header__center-catalog-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
  }
  .header__center-catalog-icon svg:last-child {
    opacity: 0;
  }
  .header--catalog-open .header__center-catalog-icon svg {
    opacity: 0;
  }
  .header--catalog-open .header__center-catalog-icon svg:last-child {
    opacity: 1;
  }
  .header__center-search {
    position: relative;
    margin-left: 8px;
  }
  .header__center-search-submit {
    display: flex;
    flex-shrink: 0;
    width: 88px;
    height: 100%;
    font-size: 14px;
  }
  .header__center-search-close {
    display: none;
  }
  .header--search-opened .header__center-search-close {
    display: none;
  }
  .header__center-user {
    margin-left: 14px;
    flex-shrink: 0;
  }
  .header__center-user-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 12px;
    max-width: 80px;
  }
  .header__center-user-account .header__center-user-item, .header__center-user-item:last-child {
    margin-right: 0;
  }
  .header__center-user-item svg {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .header__center-user-item svg * {
    transition: fill 0.3s;
  }
  .header__center-user-item:hover svg * {
    fill: var(--color-primary);
  }
  .header__center-user-item:active svg * {
    fill: var(--color-primary);
  }
  .header__center-user-account {
    position: relative;
  }
  .header__center-user-account-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 300px;
    background-color: #FFFFFF;
    z-index: 9;
    border-radius: 12px;
    box-shadow: 0px -4px 30px 0px rgba(0, 0, 0, 0.05), 4px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 24px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header__center-user-account-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
    opacity: 0;
  }
  .header__center-user-account:hover .header__center-user-account-menu, .header__center-user-account-menu:hover {
    opacity: 1;
    pointer-events: auto;
  }
  .header__center-user-account-top {
    display: flex;
    align-items: center;
  }
  .header__center-user-account-img {
    display: flex;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: #f3f3f3;
    border-radius: 50%;
    margin-right: 12px;
  }
  .header__center-user-account-img svg {
    /*width: 20px;
    height: 20px;*/
    margin: auto;
  }
  .header__center-user-account-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header__center-user-account-info {
    width: 100%;
  }
  .header__center-user-account-name {
    margin: 0;
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
  }
  .header__center-user-account-info-link {
    margin: 0;
    margin-top: 4px;
    color: #9D9D9D;
    font-size: 12px;
    transition: color 0.3s;
  }
  .header__center-user-account-info-link:hover {
    color: var(--color-primary);
  }
  .header__center-user-account-links {
    margin-top: 24px;
  }
  .header__center-user-account-link {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 16px;
    min-height: 22px;
  }
  .header__center-user-account-link:first-child {
    margin-top: 0;
  }
  .header__center-user-account-link-text {
    margin: 0;
    color: var(--color-text-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 16px;
    margin-right: auto;
    transition: color 0.3s;
  }
  .header__center-user-account-link:hover .header__center-user-account-link-text {
    color: var(--color-primary);
  }
  .header__center-user-account-link-count {
    flex-shrink: 0;
    margin: 0;
    color: #A6A6A6;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 4px 8px;
    border-radius: 150px;
    background-color: #F3F3F3;
  }
  .header__center-user-item-text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    
    transition: color 0.3s;
    font-size: 12px;
  }
  .header__center-user-item:hover .header__center-user-item-text {
    color: var(--color-primary);
  }
  .header__center-user-item:active .header__center-user-item-text {
    color: var(--color-primary);
  }
  .header__center-user-item-count {
    position: absolute;
    top: -7px;
    left: 60%;
    background-color: #FFFFFF;
    padding: 1px;
    border-radius: 150px;
    overflow: hidden;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
  }
  .header__center-user-item-count span {
    background-color: var(--color-primary);
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
    padding: 0 5px;
    height: 100%;
    width: 100%;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .header__search {
    position: absolute;
    bottom: auto;
    height: auto;
    top: 60px;
    overflow: hidden;
    padding-top: 0;
  }
  .header__search .modal__overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header__search .modal__inner {
    max-width: none;
    max-height: calc(100vh - 172px);
    border-radius: 8px;
  }
  .header__search .modal__content {
    padding: 0;
    overflow-y: auto;
  }
  .header__search-content {
    padding: 8px;
  }
  .header__search-like {
    display: none;
  }
  .header__search-item {
    min-height: 40px;
    padding: 12px;
    border-radius: 4px;
    transition: background-color 0.3s;
    margin-top: 4px;
  }
  .header__search-item:first-child {
    margin-top: 0;
  }
  .header__search-item:hover {
    background-color: var(--color-primary-light);
  }
  .header__search-result .header__search-item {
    min-height: 40px;
  }
  .header__search-item svg {
    display: none;
  }
  .header__search-item span {
    margin-left: 0;
    font-size: 14px;
  }
  .header__search-tags {
    /*display: none;*/
  }
  
  .header__catalog {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    /*background-color: #FFFFFF;border-top: 1px solid #E8E8E8;box-shadow: 0 20px 20px rgb(0 0 0 / 20%);*/
    z-index: 2;
    
    transition: opacity 0.3s;
    opacity: 0;
    visibility: hidden;
    
  }
  .header--catalog-open .header__catalog {
    opacity: 1;
  }
  .header__catalog-items {
    position: relative;
  }
  .header__catalog-item-trigger {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px;
    width: 100%;
    max-width: 260px;
    cursor: pointer;
    z-index: 1;
    margin-bottom: 10px;
  }
  .header__catalog-item:first-child .header__catalog-item-trigger {
    border-top: none;
  }
  .header__catalog-item-trigger svg {
    flex-shrink: 0;
  }
  .header__catalog-item-trigger svg:first-child {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .header__catalog-item-trigger svg:last-child {
    width: 16px;
    height: 16px;
    margin-left: auto;
  }
  .header__catalog-item-trigger span {
    color: var(--color-text-primary);
    font-size: 14px;
    word-break: break-word;
  }
  .header__catalog-item-body {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    padding: 20px;
    padding-left: 260px;
    padding-right: 0;
    overflow: hidden;
  }
  /*.header__catalog-item-trigger:hover + .header__catalog-item-body,*/ .header__catalog-item.hover .header__catalog-item-body, .header__catalog-item-body:hover {
    display: block;
  }
  .header__catalog-item-body-title {
    margin: 0;
    color: var(--color-text-primary);
    font-size: 20px;
    font-weight: 500;
  }
  .header__catalog-item-body-title:hover {color: var(--color-primary);}
  .header__catalog-elems {
    display: flex;
    flex-wrap: wrap;
  }
  .header__catalog-elem {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 20px;
  }
  .header__catalog-elem-title {
    margin: 0;
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 500;
  }
  .header__catalog-elem-title:hover {color: var(--color-primary);}
  .header__catalog-elem-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4px;
  }
  .header__catalog-elem-link {
    /*display: none;*/
    margin-top: 6px;
    color: var(--color-text-primary);
    font-size: 15px;
    transition: color 0.3s;
    font-weight: 400;
  }
  .header__catalog-elem-link:nth-child(1), .header__catalog-elem-link:nth-child(2), .header__catalog-elem-link:nth-child(3), .header__catalog-elem-link:nth-child(4), .header__catalog-elem-link:nth-child(5) {
    display: block;
  }
  .show-all-links .header__catalog-elem-link {
    display: block;
  }
  .header__catalog-elem-link:hover {
    color: var(--color-primary);
  }
  .header__catalog-elem-link:active {
    color: var(--color-primary);
  }
  .header__catalog-elem-more {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .show-all-links .header__catalog-elem-more {
    display: none;
  }
  .header__catalog-elem-more span {
    color: #9D9D9D;
    font-size: 15px;
    margin-right: 4px;
  }
  .header__catalog-elem-more svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .header__bottom {
    padding: 12px 0;
  }
  .header--inner .header__bottom {
    display: block;
  }
  .header__bottom-city {
    display: none;
  }
  .header__bottom-nav {
    width: 100%;
    /*justify-content: space-between;*/
    margin-left: 0;
    margin-right: 0;
  }
  
}
@media screen and (min-width: 1080px) {
    .header__bottom-nav-item:nth-child(8) {
        display: block;
    }


  .header__center-user {
    margin-left: 28px;
  }


  .header__center-user-item-text {
    font-size: 14px;
  }
  .header__center-user-item-count {
    font-size: 11px;
  }


  .header__catalog-item-body {
    padding: 30px;
    padding-left: 336px;
    padding-right: 0;
  }

  .header__catalog-elems {
    margin-top: 16px;
  }



  .header__catalog-elem-more span {
    font-size: 18px;
  }
  .header__bottom-nav-item {
    font-size: 16px;line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
    .header__bottom-nav-item:nth-child(9) {
        display: block;
    }
}
@media screen and (min-width: 1440px) {


  .header__top-nav-item {
    font-size: 16px;
  }
  .header__top-nav-item--disabled {
    color: #8F8F8F;
  }
  .header__center-user-item {
    margin-right: 24px;
  }
}
.stories-section {
  margin-top: 16px;
}
.stories-section .stories {
  overflow: auto;
  padding-bottom: 8px;
}
.stories-section .stories .story {
  max-width: none;
  width: 72px;
  flex-shrink: 0;
  margin-right: 8px;
  margin-left: 0;
}
.stories-section .stories .story:last-child {
  margin-right: 0;
}
.stories-section .stories .story.seen {
  opacity: 1;
}
.stories-section .stories .story.seen .item-link > .item-preview {
  border-color: #D2D2D2;
  background-color: transparent;
}
.stories-section .stories .story .item-link > .item-preview {
  position: relative;
  height: auto;
  max-height: none;
  /*border-radius: 12px;*/
  border-radius: 50%;
  background: none;
  padding: 4px;
  border: 2px solid var(--color-primary);
}
.stories-section .stories .story .item-link > .item-preview::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.stories-section .stories .story .item-link > .item-preview img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*border-radius: 12px;*/
  border-radius: 50%;
  border: 4px solid #FFFFFF;
}
.stories-section .stories .story .item-link > .info {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  line-height: 1;
}
.stories-section .stories .story .item-link > .info .name {
  font-size: 12px;
  color: var(--color-text-primary);
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  transition: color 0.3s;
}
.stories-section .stories .story .item-link:active > .item-preview {
  transform: none;
}
.stories-section .stories .story:hover .item-link > .info .name {
  color: var(--color-primary);
}

@media screen and (min-width: 577px) {
  .stories-section {
    margin-top: 40px;
  }
  .stories-section .stories .story {
    width: 104px;
    margin-right: 16px;
  }
  .stories-section .stories .story:last-child {
    margin-right: 0;
  }
  .stories-section .stories .story .item-link > .item-preview img {
    /*border-radius: 14px;*/
    border-radius: 50%;
    border: 6px solid #FFFFFF;
  }
  .stories-section .stories .story .item-link > .info .name {
    font-size: 14px;
  }
}
@media screen and (min-width: 834px) {
  .stories-section .stories {
    overflow: visible;
    padding-bottom: 0;
  }
  .stories-section .stories .story {
    margin-right: 32px;
  }
  .stories-section .stories .story:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .stories-section__inner {
    overflow: hidden;
  }
  .stories-section .swiper {
    margin-right: -32px;
  }
  .stories-section .stories .story {
    width: calc(10% - 32px);
  }
  .stories-section .stories .story:last-child {
    margin-right: 32px;
  }
}
.banner-carousel {
  user-select: none;
}
.banner-carousel__item {
  margin-top: 0;
}
.banner-carousel__button /*, .banner-carousel__pagination*/ {
  display: none;
}

@media screen and (min-width: 577px) {
  .banner-carousel__container {
    padding: 0;
  }
  .banner-carousel__item .banner__item {
    border-radius: 0;
  }
  .banner-carousel__pagination {
    display: block;
    
  }
}
@media screen and (min-width: 834px) {
  .banner-carousel__container {
    padding: 0 24px;
  }
  .banner-carousel__button {
    display: flex;
    margin-top: -10px;
  }
  .banner-carousel__item {
    border-radius: 16px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1080px) {
  .banner-carousel__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1440px) {
  .banner-carousel__container {
    padding: 0 60px;
  }
}
.main-products {
  padding: 20px 0;
}
.main-products__grid {
  margin-top: -12px;
}
.main-products__top + .main-products__grid {
  margin-top: 4px;
}
.main-products__grid .product-card {
  display: none;
}
.main-products__grid .product-card:nth-child(1), .main-products__grid .product-card:nth-child(2), .main-products__grid .product-card:nth-child(3), .main-products__grid .product-card:nth-child(4), .main-products__grid .product-card:nth-child(5), .main-products__grid .product-card:nth-child(6) {
  display: flex;
}
.main-products--view-2 .main-products__grid .product-card {
  display: none;
}
.main-products--view-2 .main-products__grid .product-card:nth-child(1), .main-products--view-2 .main-products__grid .product-card:nth-child(2), .main-products--view-2 .main-products__grid .product-card:nth-child(3) {
  display: flex;
}
.main-products__load-more {
  width: 100%;
  margin-top: 16px;
}

@media screen and (min-width: 577px) {

  .main-products__grid {
    margin-top: -22px;
  }
  .main-products__top + .main-products__grid {
    margin-top: -6px;
  }
  .main-products--view-2 .main-products__grid .product-card {
    display: none;
  }
  .main-products--view-2 .main-products__grid .product-card:nth-child(4), .main-products--view-2 .main-products__grid .product-card:nth-child(5), .main-products--view-2 .main-products__grid .product-card:nth-child(6) {
    display: flex;
  }
  .main-products__load-more {
    margin-top: 40px;
  }
  .main-products--view-2 .main-products__load-more {
    margin-top: 16px;
  }
}
@media screen and (min-width: 834px) {

  .main-products__grid {
    margin-top: -24px;
  }
  .main-products__top + .main-products__grid {
    margin-top: 0;
  }
  .main-products__grid .product-card:nth-child(7), .main-products__grid .product-card:nth-child(8) {
    display: flex;
  }
  .main-products__load-more {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .main-products__grid .product-card:nth-child(9), .main-products__grid .product-card:nth-child(10) {
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .main-products__grid .product-card:nth-child(11), .main-products__grid .product-card:nth-child(12) {
    display: flex;
  }
}
.main-banners {padding: 24px 0;}
.popular {
  margin-top: 16px;
}
.popular__items {
  margin-top: 16px;
}
.popular__items .swiper {
  margin-left: -8px;
}
.popular__items .swiper-slide {
  padding-left: 8px;
  width: 80%;
  max-width: 260px;
}
.popular__item {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background-color: var(--color-primary-light);
  padding: 8px;
}
.popular__item-img {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 64px;
  max-height: 64px;
  flex-shrink: 0;
  margin-right: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.popular__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popular__item-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}
.popular__item:hover .popular__item-title {
  color: var(--color-primary);
}
.popular__item-text {
  margin: 0;
  color: #8D8D8D;
  font-size: 12px;
  margin-top: 4px;
}

@media screen and (min-width: 375px) {
  .popular__items .swiper-slide {
    width: 73%;
  }
}
@media screen and (min-width: 577px) {
  .popular {
    margin-top: 64px;
  }
  .popular__items .swiper {
    margin-left: -12px;
  }
  .popular__items .swiper-slide {
    padding-left: 12px;
    width: 100%;
    max-width: 340px;
  }
  .popular__item {
    padding: 16px;
  }
  .popular__item-img {
    max-width: 80px;
    max-height: 80px;
  }
  .popular__item-title {
    font-size: 16px;
  }
  .popular__item-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 834px) {
  .popular {
    margin-top: 48px;
  }
  .popular__items {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .popular__items .swiper {
    margin-left: -24px;
    margin-top: -24px;
  }
  .popular__items .swiper-wrapper {
    flex-wrap: wrap;
  }
  .popular__items .swiper-slide {
    width: 33.33%;
    max-width: none;
    padding-left: 24px;
    padding-top: 24px;
  }
  .swiper-initialized .popular__items .swiper-slide {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .popular__items .swiper-slide {
    width: 25%;
  }
  .swiper-initialized .popular__items .swiper-slide {
    width: auto;
  }
}
.our-socials {
  margin-top: 16px;
}
.our-socials__items {
  margin-top: 16px;
  display: flex;
}
.our-socials__item {
  width: 50%;
  margin-right: 8px;
}
.our-socials__item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 577px) {
  .our-socials {
    margin-top: 64px;
  }
}
@media screen and (min-width: 834px) {
  .our-socials {
    margin-top: 48px;
  }
  .our-socials__items {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .our-socials__item {
    margin-right: 24px;
  }
}
.watched {
  background-color: #FAFAFA;
  padding: 40px 0;
  border-bottom: 1px solid var(--color-stroke);
}
.watched__title {font-size: 20px;margin-bottom: 16px;}
.watched__buttons {
  display: none;
}

.watched__items .swiper {
  margin-left: -8px;
}
.watched__items .swiper-slide {
  padding-left: 8px;
  width: 88%;
  max-width: 316px;
}


@media screen and (min-width: 834px) {
  .watched__top {
    display: flex;
    align-items: center;
  }
  .watched__buttons {
    display: flex;
    margin-left: auto;
  }
  .watched__button {
    cursor: pointer;
  }
  .watched__button--next {
    margin-left: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .watched__items .swiper {
    margin-left: -24px;
  }
  .watched__items .swiper-slide {
    width: 33.33%;
    max-width: none;
    padding-left: 24px;
  }
  .swiper-initialized .watched__items .swiper-slide {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .watched__items .swiper-slide {
    width: 25%;
  }
  .swiper-initialized .watched__items .swiper-slide {
    width: auto;
  }
}
/*
@media screen and (min-width: 1440px) {
  .watched__items .swiper {
    margin-left: -64px;
  }
  .watched__items .swiper-slide {
    padding-left: 64px;
  }
}
*/
.footer {
  background-color: #fafafa;
}
.footer__top {
  padding: 40px 0;
}

.watched + .footer .footer__top-content {
  position: relative;
}
.watched + .footer .footer__top-content::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #E8E8E8;
}
.footer__col {
 
}

.footer__col-title {
  margin-bottom: 16px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.footer__col-links {
  display: flex;
  flex-direction: column;
}
.footer__col-link {
  color: #222;
  font-size: 14px;
  margin-bottom: 8px;
}
.footer__subscribe {
  margin-top: 50px;
}
.footer__subscribe-text {
  margin: 0;
  margin-top: 12px;
  color: #9D9D9D;
  font-size: 14px;
}
.footer__subscribe-form {
  margin-top: 16px;
  display: flex;
}
.footer__subscribe-form-input {
  width: 100%;
  height: 52px;
  border-radius: 16px;
  background-color: #FFFFFF;
}
.footer__subscribe-form-input input {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  color: var(--color-text-primary);
  font-size: 14px;
}
.footer__subscribe-form-input input::placeholder {
  color: #D2D2D2;
}
.footer__subscribe-form-submit {
  width: 123px;
  margin-left: 8px;
  height: auto;
}
.footer__bottom {
  padding: 16px 0;
  background-color: #F2F2F2;
}
.footer__bottom-content {
  display: flex;
  align-items: center;
}
.footer__bottom-text {
  margin: 0;
  color: #9D9D9D;
  font-size: 12px;
}
.footer__bottom-link--desktop {
  display: none;
}


@media screen and (min-width: 375px) {
  .footer__subscribe-form-submit {
    flex-shrink: 0;
  }
  .footer__bottom-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 577px) {
  .footer {
    overflow: hidden;
  }

  .footer__top-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .watched + .footer .footer__top-content::before {
    top: 32px;
    right: 32px;
  }



  .footer__subscribe {
    width: 100%;
    max-width: 358px;
  }
}
@media screen and (min-width: 834px) {
  .watched + .footer .footer__top-content::before {
    right: 48px;
  }

  .footer__subscribe {
    width: auto;
    max-width: 445px;
  }
  .footer__subscribe-form {
    margin-top: 24px;
  }
  .footer__subscribe-form-submit {
    width: 132px;
  }
  .footer__bottom-link {
    margin-right: 20px;
  }
  .footer__bottom-link:last-child {
    margin-right: 0;
  }
  .footer__bottom-link--desktop {
    display: block;
  }
}
@media screen and (min-width: 1080px) {

  .watched + .footer .footer__top-content::before {
    right: 0;
  }

  .footer__subscribe {
    max-width: 445px;
  }
}
.navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: #FFFFFF;
  border-top: 1px solid #e9e9e9;
  padding: 12px 0;
  height: 64px;
  display: flex;
  align-items: center;
}
.navbar__items {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.navbar__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
.navbar__item svg {
  width: 18px;
  height: 18px;
}
.navbar__item span {
  font-size: 10px;
  font-weight: 500;
  color: var(--color-text-primary);
  margin-top: 6px;
}
.navbar__item.active svg * {
  stroke: var(--color-primary);
}

.navbar__item--fav.active svg *, .navbar__item--acc.active svg * {
  stroke: transparent;
  fill: var(--color-primary);
}
.navbar--logged .navbar__item--acc svg {
  display: none;
}
.navbar__item-account {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--color-text-primary);
  display: none;
}
.navbar--logged .navbar__item-account {
  display: flex;
}
.navbar__item.active .navbar__item-account {
  border-color: var(--color-primary);
}
.navbar__item-count {
  position: absolute;
  top: -7px;
  left: 65%;
  overflow: hidden;
  height: 14px;
  min-width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar__item-count span {
  background-color: var(--color-primary-light);
  color: var(--color-primary);
  font-size: 8px;
  font-weight: 500;
  padding: 0 4px;
  min-width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0;
}

@media screen and (min-width: 375px) {
  .navbar {
    height: 68px;
  }
  .navbar__item svg {
    width: 24px;
    height: 24px;
  }
  .navbar__item span {
    font-size: 12px;
  }
  .navbar__item-account {
    width: 24px;
    height: 24px;
  }
  .navbar__item-count span {
    font-size: 8px;
  }
}
@media screen and (min-width: 577px) {
  .navbar__items {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 834px) {
  .navbar {
    display: none;
  }
}
.choose-city-modal .modal__content {
  display: flex;
  overflow: hidden;
}
.choose-city-modal__content {
  width: 100%;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
}
.choose-city-modal__list {
  margin-top: 12px;
  overflow-y: auto;
}
.choose-city-modal__group-title {
  display: none;
}
.choose-city-modal__group-item {
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  border-radius: 12px;
  transition: background-color 0.3s;
}
.choose-city-modal__empty {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 16px;
  margin: 0;
  text-align: center;
  color: #9B9B9B;
  font-size: 16px;
}
.choose-city-modal.not-match .choose-city-modal__empty {
  display: block;
}

@media screen and (min-width: 577px) {

  .choose-city-modal__empty {
    padding: 0 24px;
    font-size: 24px;
  }
}
@media screen and (min-width: 834px) {
  .choose-city-modal .modal__inner {
    height: 500px;
  }
  .choose-city-modal__content {
    padding-bottom: 24px;
    padding-top: 16px;
  }
  .choose-city-modal__list {
    margin-top: 16px;
    padding-right: 16px;
  }
  .choose-city-modal__group-title {
    display: block;
    margin: 0;
    color: var(--color-text-primary);
    font-weight: 600;
    font-size: 18px;
    padding: 0 12px;
  }
  .choose-city-modal.printed .choose-city-modal__group-title {
    display: none;
  }

  .choose-city-modal__group-item:last-child {
    margin-bottom: 8px;
  }
  .choose-city-modal.printed .choose-city-modal__group-item:last-child {
    margin-bottom: 0;
  }
  .choose-city-modal__group-item:hover {
    background-color: var(--color-primary-light);
  }
  .choose-city-modal__empty {
    font-size: 20px;
  }
}
.breadcrumbs__content {
  overflow: hidden;
}
.breadcrumbs__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -22px;
  margin-top: -4px;
  overflow: hidden;
  padding-left: 14px;
  list-style: none;
}
.breadcrumbs__item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
  word-break: break-word;
  margin-right: 22px;
  margin-top: 4px;
  transition: color 0.3s;
}
.breadcrumbs__item:hover {
  color: var(--color-primary);
}
.breadcrumbs__item::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  border-radius: 50%;
  pointer-events: none;
}
.breadcrumbs__item:first-child {
  margin-left: -14px;
}
.breadcrumbs__item:first-child::before {
  content: none;
}

@media screen and (min-width: 834px) {
  .breadcrumbs--mobile-hidden {
    display: block;
  }
}
.category__top {
  /*display: none;*/
}
.category__tags {
  /*flex-wrap: nowrap;*/
  margin-top: 24px;
  
  /*overflow: auto;*/
  /*padding-bottom: 10px;*/
}

@media (max-width: 833px) {
  .category__tags-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 100px; /* увеличь если нужно */
    width: 100%;
    position: relative;
    scrollbar-width: none; /* Firefox */
    display: block;
  }
  .category__tags-scroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
    height: 0;
    background: transparent;
  }
  .category__tags {
    display: grid;
    grid-template-rows: repeat(2, auto); /* две строки */
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2px 4px; /* минимальный вертикальный отступ */
    padding-bottom: 4px;
    width: max-content;
    min-width: 100%;
  }
  .category__tag {
    margin: 0 4px 0 0; /* убираем нижний margin, чтобы не увеличивать высоту */
    flex-shrink: 0;
  }
}
.category__tag {
  flex-shrink: 0;
  margin: 0 4px 10px 0;
}

.category__mobile-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.category__mobile-sort-trigger {
  display: flex;
  align-items: center;
}
.category__mobile-sort-trigger span {
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 500;
  margin-right: 4px;
}
.category__mobile-sort-trigger svg {
  width: 12px;
}
.category__mobile-filter-open {
  display: flex;
  align-items: center;
}
.category__mobile-filter-open span {
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 500;
  margin-right: 4px;
  transition: color 0.3s;
}
.category__mobile-filter-open svg {
  width: 24px;
}
.category__mobile-filter-open svg * {
  transition: fill 0.3s;
}
.category__mobile-filter-open:hover span {
  color: var(--color-primary);
}
.category__mobile-filter-open:hover svg * {
  fill: var(--color-primary);
}
.category__filter-content {
  margin-top: -16px;
}
.category__filter-block {
  margin-top: 16px;
}
.category__filter-block--desktop {
  display: none;
}
.category__filter-block-items {
  margin-top: 12px;
}
.category__filter-block-title {
  margin: 0;
  font-weight: 600;
  color: var(--color-text-primary);
}
.category__filter-tags {
  margin-top: -4px;
  margin-right: -4px;
}
.category__filter-tag {
  margin-right: 4px;
  margin-top: 4px;
}
.category__filter-price-inputs {
  display: flex;
  justify-content: space-between;
}
.category__filter-price-input {
  width: 92px;
  height: 30px;
  background-color: #F3F3F3;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-primary);
  padding: 0 12px;
}
.category__filter-price-input::placeholder {
  color: #585858;
}
.category__filter-item {
  display: none;
  margin-top: 12px;
}
.category__filter-item:nth-child(1), .category__filter-item:nth-child(2), .category__filter-item:nth-child(3), .category__filter-item:nth-child(4), .category__filter-item:nth-child(5) {
  display: flex;
}
.category__filter-item:first-child {
  margin-top: 0;
}
.category__filter-block--show-all .category__filter-item {
  display: flex;
}
.category__filter-block-button {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 12px;
}
.category__filter-block-button svg {fill: #000}
.category__filter-block--show-all .category__filter-block-button {
  display: none;
}
.category__filter-block-button svg {
  margin-left: 8px;
}
.category__products {
  margin-top: 12px;
}
/*
.category__cards .product-card {
  position: relative;
  padding: 16px 0;
}
.category__cards .product-card::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #E9E9E9;
  left: -16px;
  right: -16px;
  top: 0;
}

.category__cards .product-card:first-child {
  padding-top: 0;
}

.category__cards .product-card:first-child::before {
  content: none;
}
.category__cards .product-card:last-child {
  padding-bottom: 0;
}
*/
.category__show-more {
  width: 100%;
  height: 40px;
  margin-top: 24px;
  border-radius: 12px;
  background-color: #F3F3F3;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.category__pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-right: -8px;
}
.category__pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  margin-right: 8px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
  border-radius: 12px;
  height: 40px;
  width: 40px;
  transition: border-color 0.3s;
}
.category__pagination-item:hover {
  border-color: var(--color-primary);
}
.category__pagination-item--long {
  width: auto;
  padding: 0 20px;
}
.category__pagination-item--long svg + span {
  margin-left: 8px;
}
.category__pagination-item--long span + svg {
  margin-left: 8px;
}
.category__pagination-item.active {
  border-color: var(--color-primary);
}
.category__active-filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-right: -8px;
}
.category__active-filter + .category__cards {
  margin-top: 18px;
}
.category__active-filter-item {
  min-height: 32px;
  height: auto;
  margin-top: 8px;
  margin-right: 8px;
  padding: 0 8px 0 12px;
  border-radius: 150px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
}
.category__active-filter-item span {
  margin-right: 5px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
}
.category__active-filter-item button {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}
.category__active-filter-item button svg {
  width: 100%;
  height: 100%;
}
.category__active-filter-item--clear {
  background-color: #F3F3F3;
}
.category__active-filter-item--clear span {
  color: var(--color-text-primary);
}

@media screen and (min-width: 375px) {
  .category__active-filter {
    margin-top: -12px;
    margin-right: -12px;
  }
  .category__active-filter-item {
    min-height: 36px;
    margin-top: 12px;
    margin-right: 12px;
    padding: 0 10px 0 16px;
  }
  .category__active-filter-item span {
    font-size: 14px;
  }
}
@media screen and (min-width: 577px) {
  .category__tag {
    margin-right: 8px;
  }
  .category__mobile-options {
    margin-top: 22px;
  }
  .category__mobile-sort-trigger span {
    font-size: 18px;
  }
  .category__mobile-sort-trigger svg {
    width: 16px;
  }
  .category__mobile-filter-open span {
    font-size: 18px;
  }
  .category__products {
    margin-top: 16px;
  }
  .category__cards .product-card {
    /*padding: 24px 0;*/
  }
  .category__cards .product-card::before, .category__cards .product-card:last-child::after {
    left: -24px;
    right: -24px;
  }

  .category__filter-tags {
    margin-top: -8px;
    margin-right: -8px;
  }
  .category__filter-tag {
    margin-right: 8px;
    margin-top: 8px;
  }
  .category__filter-price-input {
    width: 114px;
    height: 40px;
    font-size: 14px;
    padding: 0 16px;
  }
  .category__filter-block-button {
    font-size: 16px;
  }
  .category__active-filter + .category__cards {
    margin-top: 24px;
  }
}
@media screen and (min-width: 834px) {
  .category__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    margin-right: -40px;
    margin-top: -12px;
  }
  .category__title {
    margin-right: 40px;
  }
  .category__options {
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-left: auto;
    margin-top: 12px;
  }
  .category__sort {
    display: flex;
    align-items: center;
    margin-right: 16px;
    gap: 5px;
  }

  .category__banner {
    margin-top: 24px;
  }
  .category__tags {
    flex-wrap: wrap;
    margin-top: 12px;
    padding-bottom: 0;
    overflow: hidden;
    margin-right: -8px;
    
  }
  .category__tag {
    max-width: 100%;
    word-break: break-word;
    margin-top: 8px;
  }
  .category__tag:last-child {
    margin-right: 8px;
  }
  .category__mobile-options {
    display: none;
  }
  .category__body {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .category__filter {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .category__filter-content {
    margin-top: -18px;
  }
  .category__filter-block {
    margin-top: 18px;
  }
  .category__filter-block--mobile {
    display: none;
  }
  .category__filter-block--desktop {
    display: block;
  }
  .category__filter-block-items {
    margin-top: 16px;
  }
  .category__filter-price .irs {
    display: none;
  }
  .category__filter-price-input {
    width: 50%;
    font-size: 12px;
  }
  .category__filter-price-input:first-child {
    margin-right: 8px;
  }
  .category__filter-price-input::placeholder {
    color: #D2D2D2;
  }
  .category__products {
    width: 100%;
    margin-top: 0;
  }
  .category__cards {
    margin-top: -24px;
    margin-right: -24px;
  }
  .category__cards.products-grid--full {
    margin-top: 0;
    margin-right: 0;
  }
  .category__cards .product-card {
    /*padding: 0;
    border-top: none;*/
  }
  .category__cards .product-card::before, .category__cards .product-card::after {
    content: none;
  }



  .category__show-more {
    height: 48px;
    margin-top: 40px;
    font-size: 16px;
  }
  .category__pagination-item {
    font-size: 16px;
    height: 48px;
    width: 48px;
  }
  .category__pagination-item--long {
    width: auto;
  }
  .category__active-filter + .category__cards {
    margin-top: 0;
  }
  .category__active-filter + .category__cards.products-grid--full {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1440px) {

  .category__filter-price-input {
    height: 52px;
    font-size: 16px;
  }
  .category__body {
    margin-top: 40px;
  }
  .category__cards {
    margin-top: -54px;
    margin-right: 0;
  }

  .category__active-filter + .category__cards {
    /*margin-top: -22px;*/
  }
  .category__active-filter + .category__cards.products-grid--full {
    margin-top: 32px;
  }
}
.catalog {
  margin-top: 8px;
}
.catalog__top {
  display: none;
}
.catalog__grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
  margin-right: -8px;
}
.catalog__item {
  width: calc(33.33% - 8px);
  margin-top: 16px;
  margin-right: 8px;
}
.catalog__item-img {
  position: relative;
}
.catalog__item-img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.catalog__item-img-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 6px;
  border-radius: 16px;
  background-color: #F8F8F8;
}
.catalog__item-img-inner img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.catalog__item-text {
  margin: 0;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-primary);
  text-align: center;
}

@media screen and (min-width: 375px) {
  .catalog__grid {
    margin-right: -12px;
  }
  .catalog__item {
    width: calc(33.33% - 12px);
    margin-right: 12px;
  }
  .catalog__item-img-inner {
    padding: 12px;
  }
  .catalog__item-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 577px) {
  .catalog {
    margin-top: 0;
  }
  .catalog__grid {
    margin-right: -30px;
    margin-top: -24px;
  }
  .catalog__item {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    margin-top: 24px;
  }
  .catalog__item-img-inner {
    padding: 16px;
  }
  .catalog__item-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 834px) {
  .catalog__top {
    display: block;
  }
  .catalog__grid {
    margin-right: -24px;
    margin-top: -8px;
  }
  .catalog__item {
    width: calc(20% - 24px);
    margin-right: 24px;
    margin-top: 32px;
  }
  .catalog__item-img-inner {
    padding: 12px;
  }
  .catalog__item-text {
    font-size: 16px;
  }
}
.product__header {
  padding: 12px 4px;
}
.product__header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__header-back {
  display: flex;
  align-items: center;
  color: var(--color-primary);
  padding: 6px 10px; /* Отступы для кнопки */
  margin-left: -10px;
}

/* Стили для иконки */
.product__header-back svg {
  width: 24px;
  height: 24px;
}

/* Стили для текста */
.product__header-back span {
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
}


.product__header-actions {
  display: flex;gap: 10px;
}

.product__header-action {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F5F7; 
  border-radius: 12px; 
  width: 48px;
  height: 48px;
}



.product__header-action:last-child {
  margin-right: 0;
}

/*
.product__header-action.to-fav svg * {
  stroke-width: 2px;
  stroke: var(--color-primary);
}
*/

.product__top {
  display: none;
}

.product__images-thumbs-wrap {
  display: none;
}
.product__images-slider {
  padding-bottom: 22px;
  height: 412px;
}
.product__images-slider .swiper-slide {
  cursor: pointer;
}
.product__images-slider .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 0;
}
.product__images-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ececec;
  margin: 0 4px !important;
}
.product__images-slider .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.product__images-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__images-slider img.tablet {
  display: none;
}
.product__info {
  padding: 0 16px;
  margin-top: 24px;
}
.product__info-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-top: -4px;
}
.product__info-price-current {
    margin: 0 10px 0 0;
    font-size: 24px;
    font-weight: 500;
}
.product__info-price-discount {
  
  margin: 0;
  border-radius: 6px;
  background-color: var(--color-primary);/*#FB6262*/;
  padding: 4px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  display: none;
}
.product__info-price-old {
  margin: 0;
  text-decoration: line-through;

  font-size: 16px;
  color: var(--color-gray);
  word-break: break-word;
}
.product__want-discount {
  width: 100%;
  margin-top: 12px;
}
.product__want-discount svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.product__want-discount span {
  width: 100%;
  margin: 0 8px;
  text-align: left;
}
.product__name {
  margin: 0;
  margin-top: 12px;
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 500;
}
.product__info-actions {
  margin-top: 12px;
}
.product__info-action {
  width: 100%;
  margin-top: 8px;
}
.product__info-action:first-child {
  margin-top: 0;
}
.product__info-action svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}
.product__variants {
  margin-top: 20px;
}
.product__variants-block {
  margin-top: 20px;
}
.product__variants-block:first-child {
  margin-top: 0;
}
.product__variants-block-body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  margin-right: -4px;
  margin-bottom: 20px;
}
.product__variants-color-text {
  color: var(--color-text-primary);
}
.product__variants-link {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-primary);
  padding: 8px 12px;
  border-radius: 8px;
  background-color: var(--color-primary-light);
  margin-right: 4px;
  margin-top: 4px;
}
.product__variants-link svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

.product__chars {
  display: none;
}
.product__info-buy-now {
  width: 100%;
  margin-top: 32px;
}
.product__info-delivery {
  width: 100%;
  margin-top: 28px;
}
.product__info-delivery svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.product__info-delivery span {
  width: 100%;
  text-align: left;
  margin: 0 8px;
}
.product__aside {

}
.product__mobile-fixed {
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 15;
  background-color: #FFFFFF;
}
.product__mobile-fixed-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product__mobile-fixed-price {
  display: flex;
  background-color: #5AC15C;
  border-radius: 8px;
  padding: 4px 12px;
}
.product__mobile-fixed-price-current {
  margin: 0;
  margin-right: 8px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
}
.product__mobile-fixed-price-old {
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
}
.product__mobile-fixed-to-cart {
  width: 100%;
  margin-top: 4px;
}
.product__mobile-fixed-to-cart-button {
  width: 100%;
}
.in-cart .product__mobile-fixed-to-cart-button {
  display: none;
}
.product__mobile-fixed-to-cart-link {
  display: none;
  width: 100%;
  flex-direction: column;
}
.in-cart .product__mobile-fixed-to-cart-link {
  display: flex;
}
.product__mobile-fixed-to-cart-button-count {
  margin: 0;
  font-size: 12px;
}
.product__mobile-fixed-to-cart-button-text {
  margin: 0;
  font-size: 16px;
}
.product__mobile-fixed-count {
  display: none;
  width: 170px;
  margin: 8px auto 0;
}
.in-cart .product__mobile-fixed-count {
  display: flex;
}
.product__mobile-fixed-count .product-count__value {
  font-size: 20px;
}
.product__mobile-fixed-count .product-count__button {
  width: 52px;
  height: 52px;
}
.product__mobile-fixed-delivery {
  width: 100%;
  margin: 0;
  margin-top: 6px;
  color: #747474;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .product__info-actions {
    display: flex;
  }
  .product__info-actions a {max-width: 40%;}
  .product__info-action {
    width: auto;
    margin-top: 0;
    margin-right: 8px;
    flex-grow: 1;
  }
  .product__info-action:last-child {
    margin-right: 0;
  }
  .product__mobile-fixed-to-cart {
    display: flex;
  }
  .product__mobile-fixed-to-cart-button {
    width: 100%;
  }
  .product__mobile-fixed-count {
    width: 180px;
    margin: 0;
    flex-shrink: 0;
    margin-left: 8px;
  }
}
@media screen and (min-width: 577px) {
  .product__header {
    padding: 26px 0;
  }
  

  .product__images-slider {
    height: 414px;
  }
  .product__images-slider img {
    display: none;
  }
  .product__images-slider img.tablet {
    display: block;
  }
  .product__info {
    margin-top: 26px;
  }
  .product__info-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -8px;
    margin-right: -20px;
  }
  .product__info-price {
    margin-right: 20px;
    margin-top: 8px;
  }
  .product__want-discount {
    width: 168px;
    margin-top: 8px;
    margin-right: 20px;
    margin-left: auto;
  }
  .product__name {
    margin-top: 20px;
    font-size: 24px;
  }
  .product__info-action {
    width: 50%;
  }

  .product__variants-link {
    font-size: 16px;
    padding: 12px 16px;
    margin-right: 8px;
    margin-top: 8px;
  }

  .product__mobile-fixed-count {
    width: 50%;
  }
}


.product__aside-payments {
  margin-top: 12px;
}
.product__aside-payment {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.product__aside-payment:first-child {
  margin-top: 0;
}
.product__aside-payment-title, .product__aside-payment-price {
  margin: 0;
  color: #777777;
  font-weight: 500;
}
.product__aside-payment-title {
  font-size: 11px;
  word-break: break-word;
}
.product__aside-payment-delimeter {
  flex-grow: 1;
  border-bottom: 1px dotted #777777;
  min-width: 10px;
  margin: 0 4px;
}
.product__aside-payment-price {
  font-size: 12px;
  flex-shrink: 0;
}


@media screen and (min-width: 834px) {
  .product__header {
    display: none;
  }
  .product__top {
    display: block;
  }
  .product__top-container {
    display: flex;
    align-items: center;
  }
  .product__top-wrap {
    margin-right: 20px;
  }
  .product__top-title {
    margin: 0;
    margin-top: 12px;
    font-size: 26px;
    font-weight: 500;
    color: var(--color-text-primary);
  }
  .product__top-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-shrink: 0;
  }
  .product__top-action {
    display: flex;
    align-items: center;
    margin-right: 12px;
  }
  .product__top-action:last-child {
    margin-right: 0;
  }
  .product__top-action svg {
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
  .product__top-action span {
    
    font-size: 14px;
    font-weight: 500;
  }
  .product__top-action.active span {color: var(--color-primary);}
  .product__main {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
  }
  .product__images {
    position: sticky;
    top: 20px;
    display: flex;
    width: 30%;
    margin-right: 20px;
    max-width: 350px;
  }
  .product__images-thumbs-wrap {
    display: block;
    margin-right: 4px;
    flex-shrink: 0;
  }
  .product__images-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
    height: 208px !important;
  }
  .swiper-initialized .product__images-thumbs .swiper-wrapper {
    display: block;
  }
  .product__images-thumbs .swiper-slide {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--color-stroke);
    cursor: pointer;
    margin-bottom: 4px;
  }
  .swiper-initialized .product__images-thumbs .swiper-slide {
    margin-bottom: 0;
  }
  .product__images-thumbs .swiper-slide-thumb-active {
    border-color: var(--color-primary);
  }
  .product__images-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product__images-more-button {
    margin-top: 12px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin: 8px auto 0;
  }
  .product__images-big {
    position: relative;
    width: 100%;
  }
  .product__images-big::after {
    content: "";
    display: block;
    padding-bottom: 113.7%;
  }
  .product__images-big-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .product__images-slider {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .product__images-slider .swiper-pagination {
    display: none;
  }
  .product__images-slider .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--color-stroke);
  }
  .product__images-slider img {
    display: block;
  }
  .product__images-slider img.tablet {
    display: none;
  }
  .product__info {
    padding: 0;
    margin-top: 0;
  }
  .product__info-top, .product__info-actions, .product__name, .product__info-buy-now, .product__info-delivery {
    display: none;
  }
  .product__variants {
    margin-top: 0;
  }
  .product__variants-link {
    font-size: 14px;
    padding: 12px 16px;
  }
  .product__variants-link svg {
    margin-left: 6px;
  }

  .product__chars {
    display: block;
  }
  .product__info {
    width: 260px;
    flex-shrink: 0;
    flex-grow: 1;
  }
  .product__aside {
    display: block;
    width: 240px;
    flex-shrink: 0;
    flex-grow: 1;
    margin-left: 20px;
  }
  


  .product__aside-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    align-items: center;
  }
  .product__aside-price-current {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    margin-right: 14px;
    /*margin-top: 25px;*/
    color: var(--color-text-primary);
  }
  .product__aside-price-wrap {
    position: relative;
    /*margin-top: 25px;*/
    margin-right: 14px;
  }
  .product__aside-price-discount {
    margin: 0;
    border-radius: 6px;
    background-color: var(--color-primary);/*#FB6262*/;
    padding: 4px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    position: absolute;
    left: -8px;
    top: -100%;
  }
  .product__aside-price-old {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #9C9C9C;
  }
  .product__aside-availability {
    margin-top: 12px;
    display: flex;
    align-items: center;
  }
  .product__aside-availability svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 8px;
  }
  .product__aside-availability span {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-primary);
    margin: 0;
  }

  .product__aside-to-cart {
    margin-top: 16px;
  }
  .product__aside-to-cart-button {
    width: 100%;
  }
  .in-cart .product__aside-to-cart-button {
    display: none;
  }
  .product__aside-count {
    display: none;
  }
  .in-cart .product__aside-count {
    display: flex;
  }

  .product__aside-buy-now {
    margin-top: 8px;
    width: 100%;
    background-color: transparent;
    color: var(--color-text-primary);
    border: 2px solid var(--color-primary);
  }
  .product__aside-buy-now:hover {
    color: #FFFFFF;
  }
  .product__aside-credit {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .product__aside-credit-link {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid var(--color-primary);
    text-align: center;
  }
  
  
  .product__aside-delivery {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    text-align: left;
  }
  .product__aside-delivery svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .product__aside-delivery span {
    width: 100%;
    color: var(--color-text-primary);
    font-size: 14px;
    font-weight: 500;
    margin: 0 8px;
  }
  .product__aside-delivery:hover {
    background-color: transparent;
  }
  .product__aside-similar {
    margin-top: 24px;
  }
  .product__aside-similar-items {
    margin-top: 12px;
  }
  .product__aside-similar-item {
    margin-top: 8px;
    border: 1px solid #F3F3F3;
  }
  .product__aside-similar-item:first-child {
    margin-top: 0;
  }
  .product__aside-similar-button {
    width: 100%;
    margin-top: 8px;
  }
  .product__mobile-fixed {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .product__top-wrap {
    margin-right: 40px;
  }
  .product__top-title {
    font-size: 32px;
  }
  .product__top-action {
    margin-right: 24px;
  }

  .product__images {
    width: 40%;
    max-width: none;
    margin-right: 20px;
  }
  .product__images-thumbs-wrap {
    margin-right: 8px;
  }
  .product__images-thumbs .swiper-wrapper {
    height: 304px !important;
  }
  .product__images-thumbs .swiper-slide {
    width: 72px;
    height: 72px;
  }
  .product__info {
    margin-right: auto;
    max-width: 460px;
  }
  .product__aside {
    margin-left: 20px;
    max-width: 300px;
  }

  .product__aside-payment-title {
    font-size: 12px;
  }
  .product__aside-payment-price {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {

  .product__aside-payment-title {
    font-size: 13px;
  }
  .product__aside-payment-price {
    font-size: 16px;
  }
}

.product-description__block {
  margin-bottom: 40px;
  max-width: 1000px;
}
.product-description__block-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -16px;
  margin-top: -8px;
}

.product-description__block-content {
  margin-top: 8px;
}
.product-description__text--desktop {
  display: none;
}
.product-description__text-wrap {
  position: relative;
  height: 250px;
  overflow: hidden;
  transition: height 0.3s;
}
.product-description__text-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background-image: linear-gradient(to top, #ffffff, transparent);
  transition: opacity 0.4s;
}
.accordion--opened .product-description__text-wrap::before {
  opacity: 0;
  pointer-events: none;
}
.product-description__text-open {
  margin-top: 12px;
  border-bottom: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
}
.accordion--opened .product-description__text-open {
  display: none;
}

.product-description__chars-button {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  margin-left: auto;
  border-radius: 16px;
  background-color: var(--color-primary-light);
  margin-right: 16px;
  margin-top: 8px;
}
.product-description__chars-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}
.product-description__chars-button span {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
}
.product-description__chars-open {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--color-primary);
  margin-top: 18px;
}
.product-chars--open .product-description__chars-open {
  display: none;
}
.product-description__title {font-size: 28px;font-weight: 500;margin-bottom: 8px;}


@media screen and (min-width: 577px) {
  .product-description__chars-button {
    padding: 12px 24px;
  }
  .product-description__chars-button svg {
    width: 20px;
    height: 20px;
  }
  .product-description__chars-button span {
    font-size: 16px;
  }
}
@media screen and (min-width: 834px) {



  .product-description__text {
    display: none;
  }
  .product-description__text--desktop {
    display: block;
    width: 100%;
    max-width: 994px;
  }

  .product-description__chars-button {
    display: none;
  }
  .product-description__chars-open {
    font-size: 16px;
    margin-top: 24px;
  }
}
.scroll-product {
  display: none;
}

@media screen and (min-width: 834px) {
  .scroll-product {
    display: block;
    position: fixed;
    left: 0;
    top: 120px;
    right: 0;
    background-color: #FFFFFF;
    z-index: 500;
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
    padding: 16px 0;
    /*transform: translateY(-100%);*/
    transform: translateY(-200px);
    transition: transform 0.3s;
  }
  .scroll-product.active {
    transform: none;
  }
  .scroll-product__content {
    display: flex;
    align-items: center;
    margin-right: -40px;
  }
  .scroll-product__left {
    display: flex;
    align-items: center;
    margin-right: 40px;
  }
  .scroll-product__img {
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    border: 1px solid #F3F3F3;
    margin-right: 24px;
    border-radius: 12px;
    overflow: hidden;
  }
  .scroll-product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .scroll-product__name {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-primary);

  }
  .scroll-product__actions {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
  .scroll-product__action {
    display: flex;
    align-items: center;
    margin-right: 24px;
  }
  .scroll-product__action:last-child {
    margin-right: 0;
  }
  .scroll-product__action svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .scroll-product__action span {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 14px;
  }
  .scroll-product__right {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;
  }
  .scroll-product__price {
    display: flex;
    align-items: flex-end;
    margin-right: 24px;
    flex-shrink: 0;
  }
  .scroll-product__price-current {
    margin: 0;
    color: var(--color-text-primary);
    font-size: 24px;
    font-weight: 500;
    margin-right: 10px;
  }
  .scroll-product__price-wrap {
    position: relative;
    display: flex;
  }
  .scroll-product__price-discount {
    position: absolute;
    margin: 0;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 500;
    padding: 2px 4px;
    left: -8px;
    top: -18px;
    background-color: var(--color-primary);/*#FB6262*/;
    border-radius: 4px;
  }
  .scroll-product__price-old {
    margin: 0;
    color: #D2D2D2;
    font-size: 14px;
    font-weight: 500;
  }
  .scroll-product__to-cart {
    width: 150px;
  }
  .scroll-product__to-cart-button {
    width: 100%;
  }
  .scroll-product__count {
    display: none;
  }
  .in-cart .scroll-product__to-cart-button {
    display: none;
  }
  .in-cart .scroll-product__count {
    display: flex;
  }
}

.modal--mobile-bottom .modal__title {
  font-size: 20px;
}
.modal--mobile-bottom .modal__text {
  margin-top: 8px;
  max-width: 300px;
  font-size: 14px;
}
.modal--mobile-bottom .modal__button {
  width: auto;
  margin-top: 24px;
  padding: 0 16px;
}

@media screen and (min-width: 577px) {
  .modal--mobile-bottom .modal__title {
    font-size: 28px;
    margin-top: 0;
  }
  .modal--mobile-bottom .modal__text {
    font-size: 16px;
    max-width: 380px;
    margin-top: 12px;
  }
  .modal--mobile-bottom .modal__button {
    margin-top: 32px;
  }
}
@media screen and (min-width: 834px) {
  .modal--mobile-bottom .modal__button {
    width: 100%;
  }
}
.product-gallery .modal__inner {
  max-width: none;
  border-radius: 0;
}
.product-gallery__content {
  overflow: hidden;
  padding-top: 48px;
}
.product-gallery__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}
.product-gallery__close svg {
  width: 100%;
  height: 100%;
}
.product-gallery__slider-wrap {
  position: relative;
  max-height: calc(100vh - 168px);
}
.product-gallery__slider-wrap::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-gallery__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-gallery__slider .swiper-slide {
  width: 100%;
  user-select: none;
}
.product-gallery__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-gallery__thumbs {
  margin-top: 8px;
}
.product-gallery__thumbs .swiper-slide {
  width: 80px;
  height: 80px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  overflow: hidden;
  user-select: none;
}
.product-gallery__thumbs .swiper-slide-thumb-active {
  border-color: var(--color-primary);
}
.product-gallery__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 834px) {
  .product-gallery .modal__inner {
    height: 100%;
  }
  .product-gallery__content {
    padding: 0;
    height: 100%;
  }
  .product-gallery__wrap {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 60px;
  }
  .product-gallery__thumbs {
    flex-shrink: 0;
    margin-top: 0;
    order: -1;
    margin-left: 0;
    margin-right: 40px;
    height: 100%;
  }
  .product-gallery__slider-wrap {
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .product-gallery__wrap {
    padding: 40px 160px;
  }
}
.cart__actions {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.cart__actions-checkbox label {
  padding-left: 36px;
  font-size: 14px;
  min-height: 28px;
}

.cart__actions-button {
  margin-left: auto;
}
.cart__cards {
  margin-top: 16px;
}
.cart__cards .product-card {
  padding: 16px 0;
  position: relative;
}
.cart__cards .product-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -16px;
  right: -16px;
  height: 1px;
  background-color: #E8E8E8;
}

.cart__cards .product-card__action {margin-left: auto;display: flex;white-space: nowrap;position: initial;gap: 8px;}

@media screen and (min-width: 577px) {
  .cart__cards .product-card {
    padding: 24px 0;
  }
  .cart__cards .product-card::before {
    left: -24px;
    right: -24px;
  }
  .cart__cards .product-card__info {
    padding-right: 0;
  }

  /*
  .cart__cards .product-card__action {
    position: static;
    margin-left: 24px;
  }
  
  .cart__cards .product-card__price-current {
    font-size: 20px;
    padding: 8px 12px;
  }
  */
  .cart__cards .product-card__price-old {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .cart__cards .product-card__image {
    width: 120px;
  }
}
@media screen and (min-width: 834px) {
  .cart__actions {
    margin-top: 0;
  }
  .cart__actions-checkbox label {
    padding-left: 28px;
    min-height: 20px;
    font-size: 16px;
  }

  .cart__actions-button {
    font-size: 16px;
    margin-left: 24px;
  }
  .cart__cards {
    margin-top: 12px;
  }
  .cart__cards .product-card {
    padding: 48px 0;
    margin-right: 0;
  }
  .cart__cards .product-card::before {
    left: 0;
    right: 0;
  }
  .cart__cards .product-card:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #E9E9E9;
    height: 1px;
  }
  .cart__cards .product-card__info {
    margin-left: 18px;
  }
  /*
  .cart__cards .product-card__full-left {
    margin-right: 18px;
  }
  
  .cart__cards .product-card__price-current {
    padding: 6px 10px;
  }
  
  .cart__cards .product-card__action {
    margin-left: 16px;
  }
  */
}
@media screen and (min-width: 1080px) {

  .cart__cards .product-card__info {
    margin-left: 24px;
  }
  /*
  .cart__cards .product-card__full-left {
    margin-right: 24px;
  }
  
  .cart__cards .product-card__price-current {
    padding: 8px 12px;
  }
  
  .cart__cards .product-card__action {
    margin-left: 24px;
  }
  */
}
.favourites__heading {
  display: none;
}
.favourites__cards {
  margin-top: 12px;
}
.favourites__cards .product-card {
  position: relative;
  padding: 16px 0;
}
.favourites__cards .product-card::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #E9E9E9;
  left: -16px;
  right: -16px;
  top: 0;
}
.favourites__cards .product-card:first-child::before {
  content: none;
}
.favourites__cards .product-card:last-child::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #E9E9E9;
  left: -16px;
  right: -16px;
  bottom: 0;
}

@media screen and (min-width: 577px) {
  .favourites__cards {
    margin-top: 24px;
  }
  .favourites__cards .product-card {
    padding: 24px 0;
  }
  .favourites__cards .product-card::before, .favourites__cards .product-card:last-child::after {
    left: -24px;
    right: -24px;
  }
}
@media screen and (min-width: 834px) {
  .favourites__heading {
    display: block;
  }
  .favourites__cards .product-card {
    padding: 0;
  }
  .favourites__cards .product-card::before, .favourites__cards .product-card:last-child::after {
    content: none;
  }
}
.comparison__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -8px;
}
.comparison__heading {
  margin-top: 8px;
}
.comparison__top-delete {
  margin-left: auto;
  margin-top: 8px;
}
.comparison__filter-desktop {
  display: none;
}
.comparison__filter-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 500;
}
.comparison__filter-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
.comparison__content {
  margin-top: 16px;
}
.comparison__content-top {
  padding: 16px 0;
  position: sticky;
  top: 76px;
  border-bottom: 1px solid #E8E8E8;
  background-color: #FFFFFF;
  z-index: 1;
}
.comparison__content-top-container {
  overflow: hidden;
}
.comparison__content-top-inner {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.comparison__content-card {
  width: calc(50% - 4px);
  flex-shrink: 0;
  margin-right: 8px;
}
.comparison__content-card:last-child {
  margin-right: 0;
}
.comparison__content-card-top {
  position: relative;
  border-radius: 12px;
  border: 1px solid #F3F3F3;
  /*overflow: hidden;*/
  max-width: 100px;
}
.comparison__content-card-top img {border-radius: 12px;}
.comparison__content-card-top::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.comparison__content-card-top-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.comparison__content-card-image {
  width: 100%;
}
.comparison__content-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison__content-card-actions {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 8px;
  right: -25px;
  align-items: center;
}
.comparison__content-card-action {
  width: 16px;
  height: 16px;
  margin-top: 6px;
}
.comparison__content-card-action:first-child {
  margin-top: 0;
}
.comparison__content-card-action svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison__content-card-action.to-fav {width: 21px;height: 18px;}
.comparison__content-card-action.to-del {height: 21px;}
/*.comparison__content-card-action.to-fav svg * {stroke: #9D9D9D;}*/
.comparison__content-card-action.to-fav.active svg * {stroke: var(--color-primary);}
.comparison__content-card-name {
  margin: 0;
  margin-top: 12px;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
}
.comparison__content-item .accordion__trigger {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.comparison__content-item .accordion__trigger p {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
  word-break: break-word;
  margin-right: auto;
}
.comparison__content-item .accordion__trigger svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
  margin-left: 20px;
  transition: transform 0.3s;
}
.accordion--opened .comparison__content-item .accordion__trigger svg {
  transform: rotate(180deg);
}
.comparison__content-item .accordion__body-content {
  overflow: hidden;
}
.comparison__content-row {
  position: relative;
  padding: 16px 0;
}
.comparison__content-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500vw;
  height: 1px;
  background-color: #E8E8E8;
}
.comparison__content-row:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500vw;
  height: 1px;
  background-color: #E8E8E8;
}
.comparison__content-row.similar-chars {
  display: none;
}
.comparison--show-all .comparison__content-row.similar-chars {
  display: block;
}
.comparison__content-title {
  margin: 0;
  color: #9D9D9D;
  font-size: 12px;
  text-transform: uppercase;
}
.comparison__content-cols {
  display: flex;
  margin-top: 16px;
}
.comparison__content-col {
  width: calc(50% - 4px);
  flex-shrink: 0;
  margin-right: 8px;
}
.comparison__content-col p {
  margin: 0;
  font-size: 16px;
  color: var(--color-text-primary);
  word-break: break-word;
}

@media screen and (min-width: 375px) {
  .comparison__content-card, .comparison__content-col {
    width: calc(50% - 25px);
    margin-right: 12px;
  }
  .comparison__content-card-top {
    max-width: 140px;
  }
  .comparison__content-card-name {
    font-size: 18px;
  }

}
@media screen and (min-width: 577px) {
  .comparison__filter-title {
    font-size: 16px;
    margin-right: 16px;
  }
  .comparison__filter-mobile {
    justify-content: flex-start;
  }
  .comparison__content-card {
    width: 100%;
    margin-right: 24px;
    max-width: 180px;
  }
  .comparison__content-item .accordion__trigger p {
    font-size: 18px;
  }
  .comparison__content-col {
    width: 100%;
    margin-right: 24px;
    max-width: 180px;
  }
}
.comparison__content {padding-bottom: 50px;}
.comparison__content-item {margin-bottom:-1px;}
@media screen and (min-width: 834px) {
  .comparison__top {
    margin-top: 0;
  }
  .comparison__heading {
    margin-top: 0;
  }
  .comparison__top-delete {
    display: none;
  }
  .comparison__filter-mobile {
    display: none;
  }
  .comparison__filter-title {
    font-size: 18px;
  }
  .comparison__filter-desktop {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  .comparison__filter-buttons {
    display: flex;
  }
  .comparison__filter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: var(--color-text-primary);
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #E8E8E8;
    height: 32px;
    padding: 0 16px;
    border-radius: 150px;
    line-height: 1;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  }
  .comparison__filter-button:hover {
    border-color: var(--color-primary-light);
    color: var(--color-primary);
  }
  .comparison__filter-button.active {
    color: var(--color-primary);
    background-color: var(--color-primary-light);
    border-color: var(--color-primary-light);
  }
  .comparison__filter-button:last-child {
    margin-right: 0;
  }
  .comparison__filter-delete {
    display: flex;
    align-items: center;
    margin-left: auto;
    border: 1px solid #E8E8E8;
    border-radius: 150px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    color: #9D9D9D;
    line-height: 1;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  }
  .comparison__filter-delete:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
  .comparison__filter-delete:hover svg * {
    stroke: var(--color-primary);
  }
  .comparison__filter-delete svg {
    margin-left: 8px;
  }
  .comparison__filter-delete svg * {
    transition: stroke 0.3s;
  }
  .comparison__content {
    margin-top: 24px;
  }
  .comparison__content-top {
    border-bottom: none;
    padding-bottom: 0;
  }
  .comparison__content-top-container {
    padding-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
  }
  .comparison__content-body {
    /*margin-top: 16px;*/
    margin-top: 0;
  }
  .comparison__content-item .accordion__trigger {
    padding: 24px 0;
  }
  .comparison__content-item .accordion__trigger p {
    font-size: 28px;
    margin-right: 0;
  }
  .comparison__content-item .accordion__trigger svg {
    margin-left: 12px;
  }
  .comparison__content-title {
    font-size: 14px;
  }
  .comparison__content-col p {
    /*font-size: 20px;*/
  }
}
.delivery__content {
  max-width: 984px;
  margin-top: 32px;
}
.delivery__block {
  margin-top: 32px;
}
.delivery__block-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 500;
}
.delivery__text {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}
.delivery__text--gray {
  color: #9B9B9B;
}
.delivery__text--18 {
  font-size: 16px;
}
.delivery__text--20 {
  font-size: 18px;
}
.delivery__text--400 {
  font-weight: 400;
}
.delivery__text--mt-0 {
  margin-top: 0;
}
.delivery__text--mt-4 {
  margin-top: 4px;
}
.delivery__text--mt-8 {
  margin-top: 8px;
}
.delivery__text--mt-24 {
  margin-top: 24px;
}
.delivery__block-title + .delivery__text {
  line-height: 1.5;
}
.delivery__addresses {
  padding: 16px;
  border: 1px solid #E9E9E9;
  border-radius: 16px;
  overflow: hidden;
}
.delivery__address {
  margin-top: 32px;
}
.delivery__address:first-child {
  margin-top: 0;
}
.delivery__payments {
  margin-top: 32px;
}
.delivery__payment {
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  padding: 16px;
  margin-top: 16px;
}
.delivery__payment:first-child {
  margin-top: 0;
}

@media screen and (min-width: 577px) {
  .delivery__addresses {
    padding: 24px;
  }
  .delivery__addresses-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-top: -24px;
  }
  .delivery__address {
    width: calc(50% - 24px);
    margin-top: 24px;
    margin-right: 24px;
  }
  .delivery__address:first-child {
    margin-top: 24px;
  }
  .delivery__payments {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-right: -16px;
  }
  .delivery__payment {
    width: calc(50% - 16px);
    margin-right: 16px;
  }
  .delivery__payment:first-child {
    margin-top: 16px;
  }
}
@media screen and (min-width: 834px) {
  .delivery__block-title {
    font-size: 22px;
  }
  .delivery__text {
    font-size: 16px;
  }
  .delivery__text--18 {
    font-size: 18px;
  }
  .delivery__text--20 {
    font-size: 20px;
  }
  .delivery__addresses {
    padding: 0;
    border: none;
  }
  .delivery__address {
    border: 1px solid #F3F3F3;
    border-radius: 16px;
    padding: 24px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1080px) {
  .delivery__block-title {
    font-size: 28px;
  }
  .delivery__payments {
    max-width: 1320px;
  }
  .delivery__payment {
    width: calc(25% - 16px);
  }
}
.page-404__content {
  max-width: 440px;
  margin: 0 auto;
  padding: 80px 0 60px;
}
.page-404__content p {margin: 0 0 24px;}
.page-404__404 {
  
  color: var(--color-text-primary);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}



.login-page__main {
  padding: 140px 0 170px;
}
.login-page__main-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
}
.login-page__main-text {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
  max-width: 300px;
}
.login-page__main-button {
  margin-top: 16px;
  padding: 0 16px;
}
.login-page__link {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #E9E9E9;
}
.login-page__link svg {
  width: 16px;
  height: 16px;
}
.login-page__link-text {
  color: var(--color-text-primary);
  margin: 0;
  margin-right: auto;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 500;
}
.login-page__link-mark {
  color: #A6A6A6;
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  border-radius: 150px;
  background-color: #F3F3F3;
  padding: 6px 8px;
  margin-right: 8px;
}

@media screen and (min-width: 375px) {
  .login-page__main-title {
    font-size: 20px;
  }
  .login-page__main-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 577px) {
  .login-page__main-title {
    font-size: 24px;
  }
  .login-page__main-text {
    font-size: 16px;
    margin-top: 12px;
    max-width: 400px;
  }
  .login-page__link svg {
    width: 24px;
    height: 24px;
  }
  .login-page__link-text {
    padding-right: 24px;
    font-size: 20px;
  }
  .login-page__link-mark {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
  }
}
@media screen and (min-width: 834px) {
  .login-page__main-title {
    font-size: 28px;
  }
  .login-page__main-text {
    margin-top: 16px;
  }
  .login-page__main-button {
    margin-top: 32px;
  }
}
.account {
  margin-top: -4px;
}
.account__mobile-nav {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 204px);
}
.account__mobile-nav-link {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 14px 0;
  display: flex;
  align-items: center;
}
.account__mobile-nav-link::before {
  content: "";
  position: absolute;
  left: -16px;
  right: -16px;
  bottom: 0;
  height: 1px;
  background-color: #E9E9E9;
  pointer-events: none;
}
.account__mobile-nav-exit .account__mobile-nav-link::after {
  content: "";
  position: absolute;
  left: -16px;
  right: -16px;
  top: 0;
  height: 1px;
  background-color: #E9E9E9;
  pointer-events: none;
}
.account__mobile-nav-link-text {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
  margin-right: auto;
  line-height: 1;
}
.account__mobile-nav-user .account__mobile-nav-link-text {
  margin-right: 0;
  font-size: 18px;
}
.account__mobile-nav-link-count {
  margin: 0;
  margin-left: 12px;
  color: #A6A6A6;
  font-size: 10px;
  font-weight: 500;
  background-color: #F3F3F3;
  border-radius: 150px;
  padding: 4px 8px;
  line-height: 1.4;
}
.account__mobile-nav-user {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.account__mobile-nav-user-img {
  margin-right: 12px;
}
.account__mobile-nav-user-wrap {
  margin-right: auto;
}
.account__mobile-nav-user-text-gray {
  margin: 0;
  color: #A1A1A1;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}
.account__mobile-nav-link-arrow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.account__mobile-nav-link-arrow svg {
  width: 100%;
  height: 100%;
}
.account__mobile-nav-exit {
  margin-top: auto;
  padding-bottom: 60px;
}
.account__sidebar {
  display: none;
}
.account__content-top {
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content: center;
  min-height: 48px;
  padding: 12px 0;*/
}
.account__content-top--order {
  display: none;
}
.account__content-top-back {
  
  width: 24px;
  height: 24px;

  /*
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  */
}
.account__content-top--order .account__content-top-back {
  display: none;
}
.account__content-top-back svg {
  width: 100%;
  height: 100%;
}
.account__content-top-link {
  display: flex;
  align-items: center;
}
.account__content-top-link svg {
  width: 24px;
  height: 24px;
}
.account__content-top-link span {
  margin: 0;
  margin-left: 8px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
}

.account__content-subtitle {
  display: none;
}
.account__content-main {
  margin-top: 16px;
}
.account__content-mobile-img {
  width: 104px;
  height: 104px;
}
.account__content-mobile-img svg {
  width: 40px;
  height: 40px;
}
.account__content-form {
  margin-top: 32px;
}
.account__content-form-input-wrap {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.account__content-form-input {
  margin-top: 16px;
}
.account__content-form-input-wrap .account__content-form-input {
  flex-grow: 1;
}
.account__content-form-input:first-child {
  margin-top: 0;
}
.account__content-form-input-button {
  font-size: 14px;
  border-bottom: 1px solid var(--color-primary);
  transition: border-color 0.3s;
  margin-left: 16px;
}
.account__content-form-input-button:hover {
  border-color: transparent;
}
.account__content-form-buttons {
  display: flex;
  margin-top: 16px;
}
.account__content-form-buttons button {
  flex-grow: 1;
}
.account__content-form-button-cancel {
  margin-right: 24px;
}
.account__adresses.hidden {
  display: none;
}
.account__adresses-button {
  width: 100%;
}
.account__adresses-table {
  margin-top: 32px;
}
.account__adresses-table-row {
  margin-top: 40px;
}
.account__adresses-table-row:first-child, .account__adresses-table-row:nth-child(2) {
  margin-top: 0;
}
.account__adresses-table-row--heading {
  display: none;
}
.account__adresses-table-col {
  margin-top: 16px;
}
.account__adresses-table-col:first-child, .account__adresses-table-col--name {
  margin-top: 0;
}
.account__adresses-table-col .account__adresses-table-text-heading + .account__adresses-table-text {
  margin-top: 8px;
}
.account__adresses-table-col--number {
  display: none;
}
.account__adresses-table-col--name .account__adresses-table-text {
  font-size: 18px;
  font-weight: 500;
}
.account__adresses-table-col--buttons {
  display: flex;
  margin-top: 24px;
}
.account__adresses-table-col--buttons a {
  width: 50%;
}
.account__adresses-table-col--buttons a:first-child {
  margin-right: 16px;
}
.account__adresses-table-text-heading {
  margin: 0;
  color: #777777;
  font-size: 14px;
  font-weight: 500;
}
.account__adresses-table-text {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
}
.account__adresses-table-col-icon {
  display: none;
}
.account__adresses-adding {
  display: none;
  margin-top: 32px;
}
.account__adresses-adding.active {
  display: block;
}
.account__adresses-adding-radios {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-right: -24px;
}
.account__adresses-adding-radios .custom-radio {
  margin-right: 24px;
  margin-top: 12px;
}
.account__adresses-adding-block {
  margin-top: 32px;
}
.account__adresses-adding-block:first-child {
  margin-top: 0;
}
.account__adresses-adding-block-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 600;
}
.account__adresses-adding-block-inputs {
  margin-top: 24px;
}
.account__bonuses-count {
  display: flex;
  align-items: center;
  min-height: 120px;
  border-radius: 16px;
  background-color: var(--color-primary-light);
  padding: 20px;
}
.account__bonuses-count p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  word-break: break-word;
}
.account__bonuses-count p span {
  font-size: 28px;
}
.account__bonuses-detail {
  margin-top: 32px;
}
.account__bonuses-detail-buttons {
  display: flex;
  flex-wrap: wrap;
  background-color: #E7E7E7;
  border-radius: 16px;
}
.account__bonuses-detail-button {
  width: 100%;
  background-color: transparent;
  color: #777777;
  margin-top: 10px;
}
.account__bonuses-detail-button:first-child {
  margin-top: 0;
}
.account__bonuses-detail-button:hover {
  background-color: transparent;
  color: #777777;
}
.account__bonuses-detail-button.tabs__trigger--active {
  background-color: var(--color-primary);
  color: #FFFFFF;
}
.account__bonuses-detail-table {
  margin-top: 32px;
}
.account__bonuses-detail-item {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #E9E9E9;
}
.account__bonuses-detail-item:first-child {
  margin-top: 0;
}
.account__bonuses-detail-item-main {
  margin-top: 16px;

  display: flex;
  align-items: center;

}
.account__bonuses-detail-item-mobile-wrap {
  display: flex;
  align-items: center;
}
.account__bonuses-detail-item-date {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #8F8F8F;
}
.account__bonuses-detail-item-img {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 13px;
  overflow: hidden;
  margin-right: 16px;
}
.account__bonuses-detail-item-img img,
.account__bonuses-detail-item-img svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.account__bonuses-detail-item-from {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
}
.account__bonuses-detail-item-order {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #A9A9A9;
  text-decoration-color: #A9A9A9;
  margin-top: 10px;
}
.account__bonuses-detail-item-count {
  /*margin: 0;
  margin-top: 10px;
  text-align: right;*/
  color: var(--color-text-primary);
  font-size: 24px;
  font-weight: 500;

  margin: 0 0 0 auto;
      white-space: nowrap;
    padding-left: 20px;
}
.account__orders-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-top: -12px;
}
.account__orders-tab {
  margin-right: 12px;
  margin-top: 12px;
}
.account__orders-items {
  margin-top: 32px;
}
.account__orders-item {
  margin-top: 8px;
  padding: 16px;
  border: 1px solid #E9E9E9;
  border-radius: 20px;
}
.account__orders-item:first-child {
  margin-top: 0;
}
.account__orders-item-desktop {
  /*display: none;*/
}
.account__orders-item-mobile {display: none;}
.account__orders-item-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.account__orders-item-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 20px;
  font-weight: 500;
}
.account__orders-item-title span {
  display: none;
}
.account__orders-item-status {
  display: flex;
  margin: 0;
  margin-top: 12px;
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  background-color: #F0F0F0;
  border-radius: 150px;
}
.account__orders-item-mobile .account__orders-item-status {
  margin-top: 8px;
}
.account__orders-item-status--blue {
  color: #2C78D6;
  background-color: #D9EAFF;
}
.account__orders-item-status--yellow {
  color: #FF9838;
  background-color: rgba(255, 152, 56, 0.1);
}
.account__orders-item-status--green {
  color: #27AE60;
  background-color: rgba(39, 174, 96, 0.1);
}
.account__orders-item-status--red {
  color: var(--color-primary);
  background-color: rgba(255, 0, 0, 0.1);
}
.account__orders-item-info {
  margin-top: 28px;
}
.account__orders-item-info-row {
  margin-top: 16px;
}
.account__orders-item-info-row:first-child {
  margin-top: 0;
}
.account__orders-item-info-title {
  margin: 0;
  color: #777777;
  font-size: 16px;
}
.account__orders-item-info-text {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-top: 8px;
}
.account__orders-item-right {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
}
.account__orders-item-price-block {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.account__orders-item-price {
  margin: 0;
  color: var(--color-text-primary);
  font-weight: 700;
  font-size: 24px;
  margin-left: auto;
  margin-right: 16px;
}
.account__orders-item-icon {
  display: flex;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.account__orders-item-desktop:hover .account__orders-item-icon svg * {
  fill: var(--color-primary);
}
.account__orders-item-icon svg {
  width: 100%;
  height: 100%;
}
.account__orders-item-icon svg * {
  transition: fill 0.3s;
}
.account__orders-item-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -12px;
  margin-top: -12px;
}
.account__orders-item-image {
  width: calc(33.33% - 12px);
  max-width: 80px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #F3F3F3;
  margin-top: 12px;
  margin-right: 12px;
}
.account__orders-item-image::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.account__orders-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account__orders-item-mobile-trigger {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.account__orders-item-mobile-trigger-top {
  width: 100%;
  display: flex;
  align-items: center;
}
.account__orders-item-mobile-trigger-top p {
  margin-right: auto;
}
.account__orders-item-mobile-trigger-top svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.account__orders-item-mobile-trigger-top svg .accordion--opened {
  transform: rotate(-90deg);
}

.account__order-info {
  border: 1px solid var(--color-stroke);
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.account__order-info-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-top: -40px;
}
.account__order-info-block {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-top: 40px;
  padding-top: 0;
  border-top: none;
}
.account__order-info-block:first-child {
  width: calc(100% - 40px);
  margin-top: 40px;
}

.account__order-info-block {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E9E9E9;
}
.account__order-info-block:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.account__order-info-text {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 500;
}
.account__order-info-text--14 {
  font-size: 13px;
}
.account__order-info-text--18 {
  font-size: 16px;
}
.account__order-info-text--20 {
  font-size: 18px;
}
.account__order-info-text--gray {
  color: #A8A8A8;
}
.account__order-info-link {
  display: flex;
  align-items: center;
  background-color: #F3F3F3;
  border-radius: 12px;
  padding: 12px;
}
.account__order-info-link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.account__order-info-link-text {
  width: 100%;
}
.account__order-info-link-count {
  margin: 0;
  flex-shrink: 0;
  color: #CECECE;
  font-size: 12px;
  font-weight: 500;
  margin-right: 4px;
}
.account__order-info-block-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 16px;
}
.account__order-info-block-row:first-child {
  margin-top: 0;
}
.account__order-info-block-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.account__order-info-block-row--no-border {
  border-bottom: none;
  padding-bottom: 8px;
}
.account__order-info-block-row p {
  max-width: 50%;
  margin-right: 16px;
}
.account__order-info-block-row p + p {
  text-align: right;
  margin-right: 0;
}
.account__order-info-block-row .text-link--bordered {
  text-decoration-color: var(--color-text-primary);
  text-align: right;
}
.account__order-info-block-row .text-link--bordered:hover {
  text-decoration-color: transparent;
}
.account__order-info-block-row--column {
  display: block;
}
.account__order-info-block-row--column p {
  max-width: none;
  margin-right: 0;
}
.account__order-info-block-row--column p + p {
  text-align: left;
  margin-top: 8px;
}
.account__order-info-block-wrap p {
  margin-right: 0;
  max-width: none;
  text-align: right;
}
.account__order-info-block-wrap a {
  display: inline-block;
  margin-top: 4px;
  text-align: right;
}
.account__order-info-summary-top, .account__order-info-summary-body-row, .account__order-info-summary-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account__order-info-summary {
  margin-top: 24px;
  padding-top: 0;
  border-top: none;
}
.account__order-info-summary-count {
  margin: 0;
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 500;
}
.account__order-info-summary-body {
  margin-top: 20px;
}
.account__order-info-summary-body-row {
  margin-top: 12px;
}
.account__order-info-summary-body-row:first-child {
  margin-top: 0;
}
.account__order-info-summary-price {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 700;
}
.account__order-info-summary-price--red {
  color: var(--color-primary);
}
.account__order-info-summary-price--20 {
  font-size: 18px;
}
.account__order-info-summary-bottom {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #EAEAEA;
}
.account__order-content-title {
  margin: 24px 0 16px;
  font-size: 24px;
  font-weight: 500;
}
.account__order-info-comment {margin-bottom: 24px;}
.account__order-left {flex: 1;}
.account__order-right {width: 350px;}
.account__order-cards a {display: flex;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid var(--color-stroke);gap: 24px;align-items: center;}
.account__order-cards a:last-child {border: 0;}
.account__order-cards img {width: 90px;border-radius: 16px;border: 1px solid var(--color-stroke);}
.account__order-cards .item-prop-model {margin-bottom: 5px;color: var(--color-gray);font-size: 13px;}
.account__order-cards .item-prop-model .prop_value {margin-left: 5px;}
.account__order-cards .name {font-size: 14px;font-weight: 500;}
.account__order-cards .checkout__card-price-current {font-size: 14px;margin-left: auto;}
.account__order-cards .product-card {
  position: relative;
  padding: 24px 0;
}
.account__order-cards .product-card:first-child {
  padding-top: 0;
}
.account__order-cards .product-card::before {
  content: "";
  position: absolute;
  left: -16px;
  right: -16px;
  bottom: 0;
  height: 1px;
  background-color: #E8E8E8;
}

.account__sidebar-nav {margin-top: 16px;padding: 15px 8px;border: 1px solid var(--color-stroke);border-radius: 16px;}
.account__sidebar-link.link-exit {border-top: 1px solid var(--color-stroke);margin-top: 15px;padding-top: 15px;}
.account__sidebar-link.link-exit svg {margin-right: 2px;}
.account__content-title {font-size: 30px;font-weight: 500;}

@media screen and (min-width: 375px) {
  .account__mobile-nav {
    min-height: calc(100vh - 208px);
  }

  .account__bonuses-detail-buttons {
    flex-wrap: nowrap;
  }
  .account__bonuses-detail-button {
    width: 50%;
    margin-top: 0;
    margin-right: 10px;
  }
  .account__bonuses-detail-button:last-child {
    margin-right: 0;
  }
  .account__orders-item-price {
    font-size: 28px;
  }
  .account__orders-item-icon {
    width: 24px;
    height: 24px;
  }
  .account__order-info-text {
    font-size: 16px;
  }
  .account__order-info-text--14 {
    font-size: 14px;
  }
  .account__order-info-text--18 {
    font-size: 18px;
  }
  .account__order-info-text--20 {
    font-size: 20px;
  }
  .account__order-info-summary-count {
    font-size: 16px;
  }
  .account__order-info-summary-price {
    font-size: 16px;
  }
  .account__order-info-summary-price--20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 577px) {
  .account__mobile-nav {
    min-height: calc(100vh - 228px);
  }
  .account__mobile-nav-link {
    min-height: 52px;
  }
  .account__mobile-nav-link::before {
    left: -24px;
    right: -24px;
  }
  .account__mobile-nav-exit .account__mobile-nav-link::after {
    left: -24px;
    right: -24px;
  }
  .account__mobile-nav-link-text {
    font-size: 20px;
  }
  .account__mobile-nav-user .account__mobile-nav-link-text {
    font-size: 28px;
  }
  .account__mobile-nav-link-count {
    margin-left: 20px;
    font-size: 14px;
    padding: 8px 12px;
    line-height: 1;
  }
  .account__mobile-nav-user {
    padding: 16px 0;
  }
  .account__mobile-nav-user-img {
    margin-right: 16px;
  }
  .account__mobile-nav-user-text-gray {
    font-size: 16px;
  }
  .account__mobile-nav-link-arrow {
    width: 24px;
    height: 24px;
  }
  .account__content-top {
    min-height: 60px;
  }
  .account__content-top-link span {
    font-size: 16px;
  }

  .account__content-main {
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
    min-height: calc(100vh - 220px);
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .account__content-main--tablet-full-width {
    display: block;
    max-width: none;
    min-height: 0;
    padding: 0;
    margin-top: 16px;
  }
  .account__content-mobile-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .account__content-mobile-img svg {
    width: 48px;
    height: 48px;
  }
  .account__bonuses-count {
    min-height: 120px;
    padding: 40px;
  }
  .account__bonuses-count p {
    font-size: 18px;
  }
  .account__bonuses-count p span {
    font-size: 38px;
  }
  .account__bonuses-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .account__bonuses-detail-button {
    width: auto;
    padding: 0 24px;
  }
  .account__bonuses-detail-table {
    width: 100%;
  }
  .account__bonuses-detail-item-main {
    margin-top: 24px;
  }
  .account__bonuses-detail-item-mobile-wrap {
    margin-right: 20px;
  }
  .account__bonuses-detail-item-img {
    width: 65px;
    height: 65px;
    margin-right: 20px;
  }
  .account__bonuses-detail-item-wrap {
    width: 100%;
    min-width: 250px;
  }
  
  .account__orders-item {
    padding: 24px;
  }
  .account__orders-item-right {
    margin-top: 24px;
  }
  .account__orders-item-image {
    width: calc(25% - 12px);
  }
  .account__orders-item-price-block {
    margin-top: 24px;
  }
  .account__order-cards {
    margin-top: 36px;
  }
  .account__order-cards .product-card::before {
    left: -24px;
    right: -24px;
  }
}
@media screen and (min-width: 834px) {
  .account {
    margin-top: 18px;
  }
  .account__mobile-nav-link::before {
    left: 0;
    right: 0;
  }
  .account__mobile-nav-exit .account__mobile-nav-link::after {
    left: 0;
    right: 0;
  }
  .account__sidebar {
    display: block;
    width: 280px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .account__sidebar-img {
    width: 100px;
    height: 100px;
  }
  .account__sidebar-img svg {
    width: 40px;
    height: 40px;
  }
  .account__sidebar-name {
    word-break: break-word;
    margin: 0;
    color: var(--color-text-primary);
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
  }
  
  .account__sidebar-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    min-height: 36px;
    margin-bottom: 3px;
    /*border-radius: 12px;*/
  }
  .account__sidebar-link-text {
    margin: 0;
    color: var(--color-text-primary);
    font-weight: 500;
    line-height: 1.25;
    margin-right: auto;
  }
  .account__sidebar-link.active {
    background-color: #EBEFFC;
  }
  .account__sidebar-link-count {
        margin: 0;
        margin-left: 12px;
        color: var(--color-primary);
        font-size: 12px;
        font-weight: 500;
        background-color: #F5F7FF;
        border-radius: 150px;
        border: 1px solid #D1DBFD;
        padding: 0 5px;
        line-height: 18px;
        min-width: 30px;
        text-align: center;
    }
  .account__main {
    display: flex;
  }
  .account__content {
    width: 100%;
  }
  .account__content-top--mobile {
    display: none;
  }
  .account__content-top--order {
    min-height: 0;
    padding: 0;
    display: block;
  }
  .account__content-top-back {
    display: none;
  }

  .account__content-subtitle {
    display: block;
    margin: 0;
    color: #777777;
    margin-top: 12px;
    font-size: 16px;
  }
  .account__content-main {
    max-width: none;
    margin: 0;

    min-height: 0;
    padding: 0;
    display: block;
  }
  .account__content-mobile-img {
    display: none;
  }
  .account__content-form {
    margin-top: 0;
  }
  .account__content-form-input-wrap {
    margin-top: 24px;
  }
  .account__content-form-input {
    width: 358px;
    margin-top: 24px;
  }
  .account__content-form-input-wrap .account__content-form-input {
    flex-grow: 0;
  }
  .account__content-form-input-button {
    font-size: 16px;
    margin-left: 24px;
  }
  .account__content-form-buttons {
    width: 358px;
    margin-top: 24px;
  }
  .account__content-form-buttons button {
    padding: 0 24px;
  }
  .account__content-form-button-cancel {
    margin-right: 24px;
  }
  .account__adresses-button {
    width: auto;
    padding: 0 24px;
  }
  .account__adresses-table-row {
    align-items: flex-start;
  }
  .account__adresses-table-col--buttons a {
    width: auto;
  }
  .account__adresses-table-col-button {
    padding: 0 24px;
  }
  .account__orders-item-desktop {
    display: block;
  }
  .account__orders-item-mobile {
    display: none;
  }
  .account__orders-item-images {
    justify-content: flex-start;
  }
  .account__orders-item-price {
    margin-left: 0;
  }
  .account__orders-item-info-text {
    max-width: 450px;
  }
  
  .account__order-content {
    margin-top: 32px;
  }

  .account__order-cards {
    margin-top: 24px;
  }
  .account__order-cards .product-card {
    margin-right: 0;
    margin-top: 0;
  }
  .account__order-cards .product-card:first-child {
    padding-top: 24px;
  }
  .account__order-cards .product-card:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-color: #E8E8E8;
  }
  .account__order-cards .product-card::before {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {

  .account__adresses-table-row {
    display: flex;
    margin-top: 0;
    border-bottom: 1px solid #F3F3F3;
  }
  .account__adresses-table-row--heading {
    display: flex;
    background-color: #F3F3F3;
  }
  .account__adresses-table-col {
    display: flex;
    margin-top: 0;
    padding: 10px 20px;
  }
  .account__adresses-table-col .account__adresses-table-text {
    word-break: break-word;
  }
  .account__adresses-table-col .account__adresses-table-text-heading + .account__adresses-table-text {
    margin-top: 0;
  }
  .account__adresses-table-col--number {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 5px;
    width: 60px;
    flex-shrink: 0;
  }
  .account__adresses-table-col--name {
    width: 130px;
    flex-shrink: 0;
  }
  .account__adresses-table-col--name .account__adresses-table-text {
    font-size: 16px;
    font-weight: 400;
  }
  .account__adresses-table-col--type {
    width: 180px;
    flex-shrink: 0;
  }
  .account__adresses-table-col--address {
    width: 100%;
  }
  .account__adresses-table-col--buttons {
    position: relative;
    justify-content: space-between;
    width: 120px;
    flex-shrink: 0;
    margin-top: 0;
  }
  .account__adresses-table-col--buttons a {
    position: relative;
    width: auto;
  }
  .account__adresses-table-col--buttons a:first-child {
    margin-right: 0;
  }
  .account__adresses-table-col--buttons a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    border-radius: 50%;
    transition: opacity 0.3s;
    opacity: 0;
    background-color: #f3d1d1;
  }
  .account__adresses-table-col--buttons a:hover::before {
    opacity: 1;
  }
  .account__adresses-table-col--buttons::before {
    position: absolute;
    content: "";
    top: 50%;
    height: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    background-color: #d4d4d4;
  }
  .account__adresses-table-row--heading .account__adresses-table-col--buttons::before {
    content: none;
  }
  .account__adresses-table-text-heading {
    display: none;
  }
  .account__adresses-table-row--heading .account__adresses-table-text-heading {
    display: block;
  }
  .account__adresses-table-col-button {
    display: none;
  }
  .account__adresses-table-col-icon {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    display: flex;
  }
  .account__adresses-table-col-icon svg {
    width: 100%;
    height: 100%;
  }
  .account__bonuses-count {
    min-height: 144px;
  }
  .account__bonuses-count p {
    font-size: 20px;
  }
  .account__bonuses-count p span {
    font-size: 48px;
  }
  .account__orders-item-desktop {
    display: flex;
  }
  .account__orders-item-price {
    margin-left: auto;
  }
  .account__orders-item-left {
    width: 100%;
    margin-right: 32px;
  }
  .account__orders-item-info {
    padding: 12px 0;
    margin-top: 16px;
  }
  .account__orders-item-info-row {
    display: flex;
  }
  .account__orders-item-info-title {
    width: 148px;
    flex-shrink: 0;
    margin-right: 16px;
  }
  .account__orders-item-info-text {
    margin-top: 0;
  }
  .account__orders-item-right {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
    max-width: 264px;
    flex-shrink: 0;
  }
  .account__orders-item-price-block {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .account__orders-item-images {
    margin-top: auto;
    justify-content: flex-end;
  }
  .account__orders-item-image {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .account__order-info-blocks {
    margin-top: 0;
  }
  .account__order-info-block {
    width: calc(33.33% - 40px);
    margin-top: 0;
  }
  .account__order-info-block:first-child {
    width: calc(33.33% - 40px);
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .account__orders-item-right {
    max-width: 356px;
  }
}
.checkout__blocks {
  margin-top: 40px;
}
.checkout__block {
  margin-top: 40px;
}
.checkout__block:first-child {
  margin-top: 0;
}
.checkout__block-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 24px;
  font-weight: 500;
}
.checkout__block-content {
  margin-top: 24px;
}
.checkout__block-body {
  margin-top: 24px;
}
.checkout__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-top: 0;
}
.checkout__row:first-child {
  margin-top: -16px;
}
.checkout__row-item {
  margin-top: 16px;
  margin-right: 16px;
}
.checkout__row--50 .checkout__row-item {
  width: calc(100% - 16px);
}
.checkout__row--100 .checkout__row-item {
  width: calc(100% - 16px);
}
.checkout__row-item button {
  width: 100%;
}
.checkout__row--new-address .checkout__row-item {
  width: calc(100% - 16px);
}
.checkout__row--new-address .checkout__row-item .custom-select-opener {
  height: 50px;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding: 0 16px;
}
.checkout__row--new-address .checkout__row-item .custom-select-opener span {
  font-size: 14px;
  color: var(--color-text-primary);
}
.checkout__row--new-address .checkout__row-item .custom-select-opener::after {
  margin-left: auto;
  flex-shrink: 0;
}
.checkout__row--new-address .checkout__row-item .custom-select-panel {
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  top: calc(100% + 10px);
  padding-right: 0;
  width: 100%;
}
.checkout__row--new-address .checkout__row-item .custom-select-option {
  padding: 16px;
  font-size: 14px;
  color: var(--color-text-primary);
  transition: background-color 0.3s, color 0.3s;
}
.checkout__row--new-address .checkout__row-item .custom-select-option:hover {
  background-color: var(--color-bg-block);
  color: var(--color-primary);
}
.checkout__row--new-address .checkout__row-item button {
  padding: 0 24px;
}
.checkout__address {
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  padding: 16px;
}
.checkout__card {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid #E0E0E0;
  margin-top: 24px;
}
.checkout__card:first-child {
  margin-top: 0;
}
.checkout__card-wrap {
  display: flex;
  align-items: center;
}
.checkout__card-image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 12px;
  border: 1px solid #F8F8F8;
}
.checkout__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkout__card-name {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 500;
  word-break: break-word;
}
.checkout__card-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4px;
  margin-right: -4px;
}
.checkout__card-price-current, .checkout__card-price-old {
  margin: 0;
  margin-top: 4px;
  margin-right: 4px;
  font-weight: 500;
}

.checkout__card-price-old {
  font-size: 12px;
  color: #777777;
  text-decoration: line-through;
}

@media screen and (min-width: 375px) {
  .checkout__row {
    margin-top: 8px;
  }
  .checkout__row--new-address .checkout__row-item .custom-select-opener span {
    font-size: 16px;
  }
  .checkout__row--new-address .checkout__row-item .custom-select-option {
    font-size: 16px;
  }
  .checkout__card-image {
    width: 80px;
    height: 80px;
  }
  .checkout__card-name {
    font-size: 16px;
  }
  .checkout__card-price-current, .checkout__card-price-old {
    margin-top: 8px;
    margin-right: 8px;
  }

  .checkout__card-price-old {
    font-size: 14px;
  }
}
@media screen and (min-width: 577px) {
  .checkout__address {
    padding: 24px;
  }
  .checkout__row--50 .checkout__row-item {
    width: calc(50% - 16px);
  }
  .checkout__row--new-address .checkout__row-item {
    width: auto;
    margin-right: 24px;
  }
  .checkout__row--new-address .checkout__row-item:first-child {
    flex-grow: 1;
  }
  .checkout__row--new-address .checkout__row-item .custom-select-opener span {
    word-break: break-word;
  }
  .checkout__card {
    display: flex;
    align-items: center;
  }
  .checkout__card-image {
    margin-right: 20px;
  }
  .checkout__card-name {
    max-width: 410px;
  }
  .checkout__card-price {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: 40%;
    flex-shrink: 0;
    padding-left: 20px;
  }
  .checkout__card-price-current, .checkout__card-price-old {
    margin-top: 0;
    margin-right: 0;
  }
  .checkout__card-price-old {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1080px) {
  .checkout__card-image {
    margin-right: 32px;
  }
  .checkout__card-price {
    padding-left: 32px;
  }
}
.info-page__content {
  max-width: 800px;
  margin-top: 32px;
}
.info-page__content h2,
.info-page__content h3,
.info-page__content h4,
.info-page__content h5,
.info-page__content h6 {
  line-height: 1;
}
.info-page__content h2 {
  font-size: 18px;
}
.info-page__content p {
  font-size: 14px;
}

@media screen and (min-width: 834px) {
  .info-page__content h2 {
    font-size: 22px;
  }
  .info-page__content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .info-page__content h2 {
    font-size: 28px;
  }
}
.contacts__content {
  margin-top: 16px;
}
.contacts__addresses {
  padding: 16px;
  border: 1px solid #E9E9E9;
  border-radius: 16px;
  overflow: hidden;
}
.contacts__address {
  margin-top: 50px;
}
.contacts__address:first-child {
  margin-top: 0;
}
.contacts__socials {
  margin-top: 16px;
}
.contacts__socials-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-right: -8px;
}
.contacts__socials-item {
  width: calc(50% - 8px);
  margin-top: 8px;
  margin-right: 8px;
}
.contacts__socials-item:nth-child(3) {
  display: none;
}
.contacts__text {
  margin: 0;
  margin-top: 25px;line-height: 1.2;
  /*color: #9B9B9B;
  font-size: 14px;*/
}

.contacts__address {
  border: 1px solid #F3F3F3;
  border-radius: 16px;
  padding: 24px;
  overflow: hidden;
}

@media screen and (min-width: 577px) {
  .contacts__addresses {
    padding: 24px;
  }
  .contacts__addresses-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-top: -24px;
  }
  .contacts__address {
    width: calc(50% - 24px);
    margin-top: 24px;
    margin-right: 24px;
  }
  .contacts__address:first-child {
    margin-top: 24px;
  }
  .contacts__socials-items {
    margin-right: -24px;
    margin-top: -12px;
  }
  .contacts__socials-item {
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 834px) {
  .contacts__content {
    margin-top: 32px;
  }
  .contacts__addresses {
    padding: 0;
    border: none;
  }
  
  .contacts__socials {
    margin-top: 24px;
  }
  .contacts__socials-items {
    margin-top: -24px;
  }
  .contacts__socials-item {
    width: calc(33.33% - 24px);
    margin-top: 24px;
  }
  .contacts__socials-item:nth-child(3) {
    display: block;
  }
  .contacts__text {
    display: none;
  }
}
.service-page__inner {
  margin-top: 8px;
}
.service-page__text {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
}
.service-page__content {
  margin-top: 16px;
}
.service-page__types {
  display: none;
  overflow: auto;
  padding-bottom: 4px;
  user-select: none;
}
.service-page__types--visible {
  display: flex;
}
.service-page__type {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 10px 10px 15px;
  border-bottom: 1px solid #E0E0E0;
}
.service-page__type.active {
  border-bottom-color: #777777;
}
.service-page__type.active svg * {
  fill: var(--color-text-primary);
}
.service-page__type.active span {
  color: var(--color-text-primary);
}
.service-page__type svg {
  margin-top: auto;
}
.service-page__type span {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
}
.service-page__params {
  margin-top: 32px;
}
.service-page__params--mt-0 {
  margin-top: 0;
}
.service-page__param {
  width: 100%;
  margin-top: 16px;
}
.service-page__param.custom-checkbox label {
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding: 16px;
  padding-left: 48px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.service-page__param.custom-checkbox label::before {
  left: 16px;
  width: 16px;
  height: 16px;
  background-color: #E8E8E8;
  border-radius: 4px;
  border: none;
}
.service-page__param.custom-checkbox input:checked + label {
  border-color: var(--color-primary);
}
.service-page__result {
  margin-top: 32px;
}
.service-page__result-red {
  border-radius: 15px;
  background-color: var(--color-primary-light);
  padding: 16px 24px;
}
.service-page__result-red-text {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 20px;
  font-weight: 500;
}
.service-page__result-red-text:last-child {
  margin-top: 10px;
}
.service-page__result-disclaimer {
  margin: 0;
  margin-top: 10px;
  color: #777777;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
.service-page__result-button {
  width: 100%;
  margin-top: 32px;
}
.service-page__param-checkbox-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 16px;
  line-height: 1.25;
}
.service-page__param-checkbox-row {
  display: flex;
  margin-top: 5px;
}
.service-page__param-checkbox-key, .service-page__param-checkbox-value {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
}
.service-page__param-checkbox-key {
  color: #777777;
}
.service-page__param-checkbox-value {
  color: var(--color-text-primary);
  margin-left: 5px;
}

@media screen and (min-width: 577px) {
  .service-page__inner {
    margin-top: 24px;
  }
  .service-page__text {
    font-size: 18px;
  }
  .service-page__text--centered {
    text-align: center;
  }
  .service-page__result-red {
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 24px;
  }
  .service-page__result-red-text:last-child {
    margin-top: 0;
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 24px;
  }
  .service-page__param-row--tablet-2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-top: -16px;
  }
  .service-page__param {
    margin-right: 16px;
  }
  .service-page__param-row--tablet-2 .service-page__param {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 834px) {
  .service-page__inner {
    max-width: 650px;
    margin: 24px auto 0;
  }
  .service-page__params {
    margin-top: 16px;
  }
  .service-page__params--mt-0 {
    margin-top: 0;
  }
  .service-page__param-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
  }
  .service-page__param-row--tablet-2 {
    margin-top: 0;
  }
  .service-page__param {
    margin-right: 16px;
  }
  .service-page__param-row--2 .service-page__param {
    width: calc(50% - 16px);
  }
}


.modal-delivery .modal__inner {
  height: 100%;
  border-radius: 0;
}
.modal-delivery__content {
  padding-top: 20px;
  padding-bottom: 16px;
  height: 100%;
}
.modal-delivery__title {
  margin: 0;
  color: var(--color-text-primary);
  font-weight: 500;
  font-size: 20px;
}
.modal-delivery__title--18 {
  font-size: 18px;
}
.modal-delivery__title--16 {
  font-size: 16px;
}
.modal-delivery__text {
  margin: 0;
  color: #9B9B9B;
  font-size: 14px;
}
.modal-delivery__text--500 {
  font-weight: 500;
}
.modal-delivery__link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #9B9B9B;
}
.modal-delivery__chapter {
  margin-top: 32px;
}
.modal-delivery__chapter:first-child {
  margin-top: 0;
}
.modal-delivery__chapter-desc {
  margin-top: 4px;
}
.modal-delivery__chapter-body {
  margin-top: 16px;
}
.modal-delivery__chapter-item {
  margin-top: 8px;
  padding: 16px;
  border: 1px solid #E9E9E9;
  border-radius: 16px;
}
.modal-delivery__chapter-item:first-child {
  margin-top: 0;
}
.modal-delivery__chapter-item-trigger {
  width: 100%;
}
.modal-delivery__chapter-item-trigger-top {
  display: flex;
}
.modal-delivery__chapter-item-trigger-top svg {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.modal-delivery__chapter-item-title {
  margin: 0;
  color: var(--color-text-primary);
  font-size: 20px;
  font-weight: 500;
}
.modal-delivery__chapter-item-content {
  padding-top: 4px;
}
.modal-delivery__chapter-item-city {
  margin-top: 32px;
}
.modal-delivery__chapter-item-city:first-of-type {
  margin-top: 30px;
}
.modal-delivery__chapter-item-city-title {
  display: flex;
  align-items: center;
}
.modal-delivery__chapter-item-city-title svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 4px;
}

@media screen and (min-width: 577px) {
  .login-modals .modal__body {
    width: 100%;
    max-width: 406px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 834px) {
  .login-modals .modal__body {
    width: 100%;
    max-width: none;
  }
}
.change-phone-modal .text-link {
  margin-top: 10px;
}

#zuck-modal {
  background-color: rgba(0, 0, 0, 0.8);
  user-select: none;
}
#zuck-modal .slider.moving .story-viewer .head .right .close {
  opacity: 0;
  transition-duration: 0.1s;
  pointer-events: none;
}
#zuck-modal .story-viewer .head {
  display: flex;
  align-items: center;
  padding: 23px 16px 0 16px;
  height: auto;
  line-height: 1;
  text-shadow: none;
}
#zuck-modal .story-viewer .head .left {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
#zuck-modal .story-viewer .head .left .item-preview {
  display: flex;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  margin-right: 8px;
}
#zuck-modal .story-viewer .head .left .item-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#zuck-modal .story-viewer .head .left .info {
  width: 100%;
  max-width: none;
}
#zuck-modal .story-viewer .head .left .info .name {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}
#zuck-modal .story-viewer .head .right .time {
  display: none;
}
#zuck-modal .story-viewer .head .right .close {
  font-size: 0;
}
@media screen and (max-width: 833px) {
  #zuck-modal .story-viewer .head .right .close {
    width: 24px;
    height: 24px;
  }
}
#zuck-modal .story-viewer .head .right .close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/close-icon.svg");
  background-size: contain;
}
#zuck-modal .story-viewer .slides-pointers {
  display: block;
  width: 100%;
  left: auto;
  right: auto;
  padding: 8px 16px 4px 16px;
}
#zuck-modal .story-viewer .slides-pointers .wrap {
  display: flex;
}
#zuck-modal .story-viewer .slides-pointers .wrap span {
  display: block;
  flex-grow: 1;
  margin-right: 4px;
  height: 3px;
  border-radius: 100px;
  overflow: hidden;
}
#zuck-modal .story-viewer .slides-pointers .wrap span:last-child {
  margin-right: 0;
}
#zuck-modal .story-viewer .slides-pointers .wrap span .progress {
  height: 100%;
}
#zuck-modal .story-viewer .slides .item {
  background-color: transparent;
}
#zuck-modal .story-viewer .slides .item > .media {
  object-fit: cover;
  width: 100%;
}
#zuck-modal .story-viewer .slides .item.active .tip.link {
  max-width: 214px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 12px;
  background-color: var(--color-primary);
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  bottom: 24px;
  text-transform: none;
}

@media screen and (min-width: 577px) {
  #zuck-modal .story-viewer .head {
    padding: 39px 24px 0 24px;
  }
  #zuck-modal .story-viewer .head .left .item-preview {
    width: 48px;
    height: 48px;
  }
  #zuck-modal .story-viewer .head .left .info .name {
    font-size: 14px;
  }
  #zuck-modal .story-viewer .slides-pointers {
    padding: 16px 24px 8px 24px;
  }
  #zuck-modal .story-viewer .slides .item.active .tip.link {
    max-width: 658px;
    width: calc(100% - 110px);
    height: 56px;
    font-size: 20px;
    bottom: 36px;
  }
}
#zuck-modal .story-viewer .head .right .close {
  position: absolute;
  top: 20px;
  right: 30px;
}
@media screen and (min-width: 834px) {
  #zuck-modal #zuck-modal-content {
    display: flex;
  }
  #zuck-modal .story-viewer .slides {
    display: flex;
    width: 100%;
    height: 100%;
  }
  #zuck-modal .story-viewer .slides .item {
    width: 100%;
    max-width: 390px;
    max-height: 793px;
    height: calc(100vh - 160px);
    margin: auto;
    position: relative;
  }
  #zuck-modal .story-viewer .slides .item.active .tip.link {
    width: 90%;
    max-width: 214px;
    height: 50px;
    font-size: 18px;
  }
  #zuck-modal .story-viewer .head {
    padding: 0;
  }
  #zuck-modal .story-viewer .head .left {
    position: absolute;
    width: 100%;
    max-width: 390px;
    left: 50%;
    top: 23px;
    transform: translateX(-50%);
  }
  #zuck-modal .story-viewer .head .left .item-preview {
    width: 32px;
    height: 32px;
  }
  #zuck-modal .story-viewer .head .left .info .name {
    font-size: 14px;
  }
  #zuck-modal .story-viewer .head .left .info .time {
    display: none;
  }
  
  #zuck-modal .story-viewer .slides-pointers {
    width: 100%;
    max-width: 390px;
    padding: 8px 0 4px 0;
    left: 50%;
    transform: translateX(-50%);
  }
}


.category__view {
  display: flex;
  align-items: center;
}
.category__view-item {
  display: flex;
  width: 24px;
  margin-right: 5px;
}
.category__view-item svg {fill:var(--color-gray)}
.category__view-item:last-child {
  margin-right: 0;
}
.category__view-item.active svg  {
  fill: var(--color-primary);
}
.category__view-item svg {
  width: 100%;
}
.new-products-carousel {
  margin: 20px 0;
}
.new-products-carousel h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.new-products-carousel .owl-carousel .item {
  padding: 10px;
}
.new-products-carousel .product-thumb {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.new-products-carousel .image img {
  max-width: 100%;
  height: auto;
}
.new-products-carousel .caption h4 {
  font-size: 14px;
  margin: 10px 0;
}
.new-products-carousel .price {
  font-size: 16px;
  color: #e91e63;
}
.new-products-carousel .button-group {
  margin-top: 10px;
}
.new-products-carousel .button-group button {
  margin: 0 5px;
}
.go-to-category {
  text-align: center;
  margin-top: 20px;
}
.go-to-category .btn-primary {
  background-color: #e91e63;
  border-color: #e91e63;
  color: #fff;
  padding: 10px 20px;
}
.go-to-category .btn-primary:hover {
  background-color: #d81b60;
  border-color: #d81b60;
}

/* Скрываем на мобильных */
.desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .latest {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .latest .product-layout {
    display: inline-block;
    vertical-align: top;
    width: 200px; /* Ширина одного элемента, подстройте под себя */
    margin-right: 15px;
  }
  .latest .product-thumb {
    width: 100%;
  }
}