

/* Start:/local/templates/main/components/bitrix/news.list/notification_in_header/style.css?1771477803889*/
.alert {
  padding: 16px 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 24px;
}
.alert p {
  margin: 0;
  font-family: var(--font-family--main);
  color: var(--primary-white-color);
}
.alert .btn--hollow {
  padding: 18px;
}
.alert-wrapper {
  background-color: var(--primary-red-color);
}
.alert-btn--mobile {
  display: none;
}
.alert-close {
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .alert {
    padding: 16px 24px 16px 0;
  }
  .alert-btn--desktop {
    display: none !important;
  }
  .alert-btn--mobile {
    display: inline-block;
    color: var(--primary-black-color);
    text-decoration: none;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/mini_basket_in_header/style.css?177147780399*/
.cart .icon--shopping-bag {
  margin: 0 !important;
}
.cart span {
  margin-left: 8px !important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/catalog_menu_mobile_for_burger/style.css?17714778031633*/
[data-js=burger-menu].header-mobile {
  position: fixed;
  z-index: 15;
  overflow: scroll;
}
[data-js=burger-menu].header-mobile .header-mobile__inner {
  padding: 16px 16px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  overflow-y: auto;
}
[data-js=burger-menu] .mobile-catalog-screen li {
  padding: 20px 0;
}
[data-js=burger-menu] [data-js=mobile-catalog-btn-to-next] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-js=burger-menu] .header-mobile-show-btn {
  margin-top: 15px;
}

.mobile-catalog__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: auto;
}
.mobile-catalog__additional-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 0 !important;
}
.mobile-catalog__additional-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.mobile-catalog .gift-card {
  line-height: 0;
}
.mobile-catalog .gift-card img {
  max-width: 100%;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/catalog_menu_mobile/style.css?17714778031765*/
.mobile-catalog .mobile-catalog__inner {
  padding: 24px 16px 30px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-catalog .mobile-catalog__inner .mobile-catalog-screen:not(.mobile-catalog-first) {
  padding-top: 24px;
  padding-bottom: 30px;
}
.mobile-catalog .mobile-catalog__inner .header-mobile__settings {
  margin-bottom: 20px;
}
.mobile-catalog .mobile-catalog__inner ul {
  padding-top: 0;
}
.mobile-catalog .mobile-catalog__inner [data-js=mobile-catalog-btn-to-next] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-catalog-btn-to-previous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  margin: 0 !important;
}
.mobile-catalog-btn-to-previous:hover {
  cursor: pointer;
}
.mobile-catalog-btn-to-previous span {
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-black-color);
}
.mobile-catalog-show-btn {
  margin-top: 15px;
}
.mobile-catalog__link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 0 !important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/mini_basket_in_tabbar/style.css?177147780399*/
.cart .icon--shopping-bag {
  margin: 0 !important;
}
.cart span {
  margin-left: 8px !important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/main/style.css?1771477803863*/
ol.breadcrumbs-list a,
ol.breadcrumbs-list li {
  font-size: 0.875rem;
  line-height: 18px;
  color: var(--secondary-64-grey-color);
}

.breadcrumbs-wrapper {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}
.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs-list__item {
  position: relative;
}
.breadcrumbs-list__item:not(:last-child):after {
  content: "-";
  color: var(--secondary-64-grey-color);
  position: relative;
  right: 0;
  margin: 0 12px;
}
.breadcrumbs-list__item-link--current {
  color: var(--primary-grey-color);
}
/* End */


/* Start:/local/components/stmd/cookie.notification/templates/.default/style.css?17714778032965*/
.cookie-notification-modal {
    width: 60%;
    font-size: 13px;
    position: fixed;
    bottom: 2%;
    left: 1%;
    z-index: 1060;
    padding: 10px;
    line-height: 1.5;
    background: #fff;;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}
.cookie-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.cookie-agree{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%
}
@media (max-width:767px){
    .cookie-agree{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
}
.cookie-agree__text{
    line-height:1.5;
    margin:0;
}
@media (min-width:768px){
    .cookie-agree__text{
        padding-right:10px
    }
}
@media (max-width:767px){
    .cookie-agree__text{
        margin-bottom:10px
    }
}
.cookie-agree__buttons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
}
@media (max-width:767px){
    .cookie-agree__buttons{
        flex-wrap: wrap;
        -ms-flex-item-align:center;
        align-self:center;
        -webkit-box-pack:stretch;
        -ms-flex-pack:stretch;
        justify-content:stretch;
        width:100%;
        gap:10px
    }
}
.cookie-agree__button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    color:#fff;
    font-size:12px;
    height:35px;
    border-radius:4px;
    -webkit-transition:color .3s ease-out,background .3s ease-out;
    transition:color .3s ease-out,background .3s ease-out;
    cursor:pointer
}
@media (min-width:768px){
    .cookie-agree__button{
        width:140px
    }
}
@media (max-width:767px){
    .cookie-agree__button{
        -webkit-box-flex:1;
        -ms-flex:1 0 140px;
        flex:1 0 140px
    }
}
.cookie-agree__button:not(:last-child){
    margin-right:10px
}
.cookie-agree__button.btn-green{
    background:#66c05d;
    border:1px solid #66c05d
}
@media (min-width:992px){
    .cookie-agree__button.btn-green:hover{
        color:#71c768;
        background:#fff
    }
}
@media (max-width:991px){
    .cookie-agree__button.btn-green:active{
        color:#71c768;
        background:#fff
    }
}
.cookie-agree__button.btn-dark{
    background:#333f46;
    border:1px solid #333f46
}
@media (min-width:992px){
    .cookie-agree__button.btn-dark:hover{
        color:#333f46;
        background:#fff
    }
}
@media (max-width:991px){
    .cookie-agree__button.btn-dark:active{
        color:#333f46;
        background:#fff
    }
}

@media (max-width: 1280px) {
    .cookie-notification-modal {
        width: 100%;
        bottom: 0;
        left: 0;
    }
}
/* End */


/* Start:/local/templates/main/components/stmd/simple.block/city_modal/style.css?17714778033590*/
.city-modal {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .city-modal {
    padding: 24px 16px 0;
  }
}
.city-modal, .city-modal__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.city-modal__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
.city-modal__search-wrapper {
  padding: 16px 8px;
  border-bottom: 1px solid #353535;
}
.city-modal__search {
  position: relative;
  width: 100%;
  display: flex;
}
.city-modal__search-input {
  width: calc(100% - 34px);
  border: none;
  outline: none;
  color: var(--primary-black-color);
  font-size: 18px;
  line-height: 135%;
}
.city-modal__search-input::placeholder {
  color: #353535;
  font-size: 18px;
  line-height: 135%;
}
.city-modal__search-result-wrapper {
  height: 272px;
}
@media screen and (max-width: 768px) {
  .city-modal__search-result-wrapper {
    height: 464px;
    overflow-y: auto;
  }
}
.city-modal__search-result {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .city-modal__search-result {
    grid-template-columns: 100%;
    margin-bottom: 24px;
  }
}
.city-modal__item, .city-modal__item.btn {
  height: fit-content;
  justify-content: flex-start;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.city-modal__item.hide, .city-modal__item.btn.hide {
  display: none;
}

.hystmodal__window--city-modal.hystmodal__window {
  max-width: 670px;
  width: 100%;
}

.geo-popup {
  position: absolute;
  transform: translate(-25%, 12px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .geo-popup {
    bottom: 80px;
    left: 0;
    right: 0;
    transform: unset;
  }
}
.geo-popup.hide {
  display: none;
}
.geo-popup.show {
  opacity: 1;
}
.geo-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  padding: 24px;
  margin-top: 12px;
  background: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  .geo-popup__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .geo-popup__content {
    padding: 24px 16px;
  }
}
.geo-popup__tail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(4px);
}
@media screen and (max-width: 992px) {
  .geo-popup__tail {
    display: none;
  }
}
.geo-popup__tail:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
}
.geo-popup__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
.geo-popup__text {
  margin-top: 16px;
  text-align: center;
}
.geo-popup__buttons {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.geo-popup__btn, .geo-popup__btn.btn {
  font-weight: 500;
}
.geo-popup__btn.btn--black {
  border: 1px solid transparent;
}

.city-modal .hide {
    display: none !important;
}

.city-modal__content{
    position: relative;
}
.city-modal__search-dropdown{
    position: absolute;
    border: 1px solid black;
    width: 100%;
    margin-top: 58px;
    background: white;
    max-height: 200px;
    overflow: auto;
}
.city-modal__search-dropdown .btn{
    padding: 3px 5px;
    border-radius: 0;
    display: block;
}
.city-modal__search-dropdown .btn:hover{
    background: lightgrey;
}
.geo-button-wrapper .btn--hollow span{
    color: white;
}
/* End */


/* Start:/local/libs/hystmodal/hystmodal.min.css?17714778032290*/
.hystmodal__opened,.hystmodal__shadow{position:fixed;right:0;left:0;overflow:hidden}.hystmodal__shadow{border:none;display:block;width:100%;top:0;bottom:0;pointer-events:none;z-index:98;opacity:0;transition:opacity .15s ease;background-color:#000}.hystmodal__shadow--show{pointer-events:auto;opacity:.6}.hystmodal{position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;pointer-events:none;display:flex;flex-flow:column nowrap;justify-content:flex-start;z-index:99;visibility:hidden}.hystmodal--active{opacity:1}.hystmodal--active,.hystmodal--moved{pointer-events:auto;visibility:visible}.hystmodal__wrap{flex-shrink:0;flex-grow:0;width:100%;min-height:100%;margin:auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.hystmodal__window{margin:50px 0;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transition:transform .2s ease 0s,opacity .2s ease 0s;transform:scale(.9);opacity:0}.hystmodal--active .hystmodal__window{transform:scale(1);opacity:1}.hystmodal__close{position:absolute;z-index:10;top:0;right:-40px;display:block;width:30px;height:30px;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close:focus{outline:2px dotted #afb3b9;outline-offset:2px}@media (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")}.hystmodal__window{margin:0}}
/* End */


/* Start:/local/templates/main/template_styles.css?1771477803219226*/
@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;
}

:root {
  --font-family--main: "Gotham", sans-serif;
  --font-style--normal: normal;
  --font-weight--light: 300;
  --font-weight--normal: 400;
  --font-weight--medium: 500;
  --font-weight--semi-bold: 600;
  --font-weight--bold: 700;
  --font-weight--ultra-bold: 900;
  --transition-duration: 0.3s;
  --transition-duration--long: 0.8s;
  --primary-black-color: #000000;
  --primary-grey-color: #201F1F;
  --primary-blue-color: #2D5EAB;
  --primary-red-color: #E31D33;
  --primary-white-color: #FFFFFF;
  --primary-green-color: #07A287;
  --primary-pink-color: #FF4B6E;
  --primary-purple-color: #5552D9;
  --primary-green-bright-color: #23AD00;
  --primary-linear-grey-color: linear-gradient(180deg, #7A7A7A 0%, #353535 100%);
  --primary-linear-blue-color: linear-gradient(180deg, #7594C5 0%, #2D5EAB 100%);
  --primary-linear-red-color: linear-gradient(180deg, #F0747C 0%, #EE2B38 100%);
  --primary-linear-white-color: linear-gradient(180deg, #FBFBFB 0%, #FFFFFF 100%);
  --primary-linear-green-color: linear-gradient(180deg, #08B395 0%, #0C977F 100%);
  --primary-linear-pink-color: linear-gradient(180deg, #FF4B6E 0%, #EC234A 100%);
  --primary-linear-purple-color: linear-gradient(180deg, #605CF3 0%, #4D4AC8 100%);
  --secondary-64-grey-color: #7A7A7A;
  --secondary-64-blue-color: #7594C5;
  --secondary-64-red-color: #F0747C;
  --secondary-64-white-color: #FBFBFB;
  --secondary-64-green-color: rgba(7, 162, 135, 0.64);
  --secondary-64-pink-color: rgba(255, 75, 110, 0.64);
  --secondary-64-purple-color: rgba(85, 82, 217, 0.64);
  --secondary-40-grey-color: #A8A8A8;
  --secondary-40-blue-color: #A5B9D7;
  --secondary-40-red-color: #F2A4A9;
  --secondary-40-white-color: #F9F9F9;
  --secondary-40-green-color: rgba(7, 162, 135, 0.45);
  --secondary-40-pink-color: rgba(255, 75, 110, 0.4);
  --secondary-40-purple-color: rgba(85, 82, 217, 0.4);
  --secondary-24-grey-color: #C7C7C7;
  --secondary-24-blue-color: #C5D1E3;
  --secondary-24-red-color: #F3C4C7;
  --secondary-24-white-color: #F7F7F7;
  --secondary-24-green-color: rgba(7, 162, 135, 0.2);
  --secondary-24-pink-color: rgba(255, 75, 110, 0.24);
  --secondary-24-purple-color: rgba(85, 82, 217, 0.24);
  --secondary-8-grey-color: #E6E6E6;
  --secondary-8-blue-color: #E6E9F0;
  --secondary-8-red-color: #F5E5E6;
  --secondary-8-white-color: #F6F6F6;
  --secondary-8-green-color: rgba(7, 162, 135, 0.08);
  --secondary-8-pink-color: rgba(255, 75, 110, 0.08);
  --secondary-8-purple-color: rgba(85, 82, 217, 0.08);
  /* CLAMP от 360 до 1920*/
  --clamp-42-110: clamp(42px, 1.644rem + 4.359vw, 110px);
  --clamp-20-30: clamp(20px, 1.106rem + 0.641vw, 30px);
  --clamp-12-20: clamp(12px, 0.635rem + 0.513vw, 20px);
}

/* GOTHAM */
/* 900 */
@font-face {
  font-family: "Gotham";
  src: local("Gotham Black"), local("Gotham-Black"), url("/local/templates/main/assets/fonts/gotham/Gotham-Black.woff2") format("woff2"), url("/local/templates/main/assets/fonts/gotham/Gotham-Black.woff") format("woff"), url("/local/templates/main/assets/fonts/gotham/Gotham-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Black Italic"), local("Gotham-BlackItalic"), url("/local/templates/main/assets/fonts/gotham/Gotham-BlackItalic.woff2") format("woff2"), url("/local/templates/main/assets/fonts/gotham/Gotham-BlackItalic.woff") format("woff"), url("/local/templates/main/assets/fonts/gotham/Gotham-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* 700 */
@font-face {
  font-family: "Gotham";
  src: local("Gotham Bold"), local("Gotham-Bold"), url("/local/templates/main/assets/fonts/gotham/Gotham-Bold.woff2") format("woff2"), url("/local/templates/main/assets/fonts/gotham/Gotham-Bold.woff") format("woff"), url("/local/templates/main/assets/fonts/gotham/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Bold Italic"), local("Gotham-BoldItalic"), url("/local/templates/main/assets/fonts/gotham/Gotham-BoldItalic.woff2") format("woff2"), url("/local/templates/main/assets/fonts/gotham/Gotham-BoldItalic.woff") format("woff"), url("/local/templates/main/assets/fonts/gotham/Gotham-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/* 500 */
@font-face {
  font-family: "Gotham";
  src: local("Gotham Medium"), local("Gotham-Medium"), url("/local/templates/main/assets/fonts/gotham/Gotham-Medium.woff2") format("woff2"), url("/local/templates/main/assets/fonts/gotham/Gotham-Medium.woff") format("woff"), url("/local/templates/main/assets/fonts/gotham/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Medium Italic"), local("Gotham-MediumItalic"), url("/local/templates/main/assets/fonts/gotham/Gotham-MediumItalic.woff2") format("woff2"), url("/local/templates/main/assets/fonts/gotham/Gotham-MediumItalic.woff") format("woff"), url("/local/templates/main/assets/fonts/gotham/Gotham-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* 400 */
@font-face {
  font-family: "Gotham";
  src: local("Gotham Book"), local("Gotham-Book"), url("/local/templates/main/assets/fonts/gotham/Gotham-Book.woff2") format("woff2"), url("/local/templates/main/assets/fonts/gotham/Gotham-Book.woff") format("woff"), url("/local/templates/main/assets/fonts/gotham/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Book Italic"), local("Gotham-BookItalic"), url("/local/templates/main/assets/fonts/gotham/Gotham-BookItalic.woff2") format("woff2"), url("/local/templates/main/assets/fonts/gotham/Gotham-BookItalic.woff") format("woff"), url("/local/templates/main/assets/fonts/gotham/Gotham-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/**
  В этом файле храним свойства к общим классам, по типу body, ссылки, списки,
  контейнеры, кнопки, различные хелперы и прочее.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background-color: var(--primary-white-color);
}

body {
  font-family: var(--font-family--main);
  font-style: normal;
  font-weight: var(--font-weight--normal);
  color: var(--primary-grey-color);
  font-size: 1rem;
  line-height: 125%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.body-dark {
  background-color: var(--primary-grey-color);
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: var(--font-weight--semi-bold);
  line-height: 100%;
  margin-top: 0;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  border: 0;
  border-spacing: 0;
  position: relative;
}
@media (max-width: 1760px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 576px) {
  .container-fluid {
    max-width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

a {
  color: var(--primary-black-color);
}
a:hover {
  cursor: pointer;
}

p {
  font-size: 1rem;
}

ul, ol {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
ul li a, ol li a {
  text-decoration: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  max-height: inherit;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 1;
  transition-duration: var(--transition-duration);
}

.bgc-transparent {
  background-color: transparent !important;
}

.section-inner {
  padding-top: 80px;
}
.section-inner-flex {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .section-inner {
    padding-top: 40px;
  }
}
.section-inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px 0;
}
@media (max-width: 992px) {
  .section-inner-header {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 576px) {
  .section-inner-header {
    gap: 6px;
  }
}
.section-title {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--medium);
  font-size: clamp(24px, 1.3rem + 1vw, 40px);
  line-height: 150%;
  color: var(--primary-grey-color);
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media (max-width: 576px) {
  .section-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 120%;
    gap: 0;
  }
}
.section-title-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-black-color);
  text-decoration: none;
}
.section-title-link span {
  margin-right: 4px;
}
.section-subtitle {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: clamp(14px, 0.725rem + 0.75vw, 26px);
  line-height: 150%;
  color: var(--secondary-64-grey-color);
  margin: 0;
}

.error-text {
  color: var(--primary-red-color);
  font-family: var(--font-family--montserrat);
  font-size: 0.75rem;
  position: relative;
  left: 0;
}

.d-none {
  display: none !important;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.w-100 {
  max-width: 100%;
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.pr-16 {
  padding-right: 16px;
}

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

.g-24 {
  gap: 24px;
}

.sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.color-red {
  color: var(--primary-red-color) !important;
}

.page {
  padding-top: clamp(8px, 0.269rem + 1.03vw, 24px);
  padding-bottom: clamp(24px, 1.038rem + 2.051vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 80px;
}

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

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  appearance: none;
  -moz-appearance: textfield;
}

.red-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.red-btn-wrapper:hover .btn {
  cursor: pointer;
  border-color: var(--primary-white-color) !important;
  color: var(--primary-white-color) !important;
  background-color: transparent !important;
}

.btn {
  padding: 12px 24px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-style: normal;
  font-size: 16px;
  font-weight: var(--font-weight--normal);
  line-height: 120%;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  transition-duration: var(--transition-duration);
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
    line-height: 110%;
  }
}
.btn--classic {
  border-radius: 4px;
}
.btn--white {
  background-color: var(--primary-white-color);
  border: 1px solid var(--primary-black-color);
  color: var(--primary-black-color);
}
.btn--white svg.stroke-white {
  stroke: var(--primary-black-color);
}
.btn--white:hover {
  background-color: var(--primary-black-color);
  color: var(--primary-white-color);
  border-color: var(--primary-white-color);
}
.btn--alert {
  width: 24px;
  height: 24px;
}
.btn--big {
  padding: 12px 24px;
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 150%;
}
.btn--small {
  padding: 6px 12px !important;
  min-height: unset !important;
}
.btn--small-text {
  font-size: 14px;
}
.btn--hollow {
  padding: 8px;
}
.btn--hollow:hover {
  transition-duration: var(--transition-duration);
  background-color: var(--secondary-8-grey-color);
  color: var(--primary-black-color);
}
.btn--hollow:hover svg.fill-white {
  fill: var(--primary-black-color);
}
.btn--hollow:hover svg.stroke-white {
  stroke: var(--primary-black-color);
}
.btn--hollow:hover span {
  color: var(--primary-black-color);
}
.btn--wide {
  max-width: 100%;
  width: 100%;
}
.btn--black {
  background-color: var(--primary-black-color);
  color: var(--primary-white-color);
  border: 4px solid transparent;
}
.btn--black svg {
  stroke: var(--primary-white-color) !important;
}
@media screen and (max-width: 768px) {
  .btn--black svg {
    width: 16px !important;
    height: 16px !important;
  }
}
.btn--black:hover {
  background-color: var(--primary-grey-color);
  border-color: var(--primary-grey-color);
  color: var(--primary-white-color);
}
.btn--black:focus {
  outline: 4px solid var(--secondary-64-grey-color);
  outline-offset: -4px;
  background-color: var(--primary-grey-color);
  color: var(--primary-white-color);
}
.btn--black:active {
  background-color: var(--primary-black-color);
  color: var(--primary-white-color);
}
.btn--black:disabled {
  background-color: var(--secondary-8-grey-color);
  border-color: var(--secondary-8-grey-color);
  color: var(--secondary-24-grey-color);
}
.btn--black:disabled svg {
  stroke: var(--secondary-24-grey-color) !important;
}
.btn--error {
  border: 4px solid red;
}
.btn--outline {
  background-color: var(--primary-white-color);
  border: 1px solid var(--primary-black-color);
  color: var(--primary-black-color);
}
.btn--outline:hover {
  cursor: pointer;
  background-color: var(--secondary-8-white-color);
}
.btn--outline:focus {
  outline: 4px solid var(--secondary-64-grey-color);
  outline-offset: -4px;
  background-color: var(--secondary-8-white-color);
}
.btn--outline:active {
  border: 1px solid var(--primary-black-color);
  background-color: var(--primary-white-color);
}
.btn--outline:disabled {
  background: var(--secondary-8-grey-color);
  color: var(--secondary-24-grey-color);
}
.btn--outline svg {
  stroke: var(--primary-black-color) !important;
}
@media screen and (max-width: 768px) {
  .btn--outline svg {
    width: 16px !important;
    height: 16px !important;
  }
}
.btn--outline-active {
  background: var(--primary-black-color);
  color: var(--primary-white-color);
}
.btn--outline-active:hover {
  background-color: var(--primary-grey-color) !important;
}
.btn--outline-active:focus {
  outline: 4px solid var(--secondary-64-grey-color) !important;
  outline-offset: -4px;
  background-color: var(--primary-grey-color) !important;
}
.btn--outline:hover {
  background-color: var(--secondary-8-white-color);
}
.btn--outline:focus, .btn--outline:focus-visible {
  outline: 4px solid var(--secondary-64-grey-color);
  outline-offset: -4px;
  background-color: var(--secondary-8-white-color);
}
.btn--outline:active {
  border: 1px solid var(--primary-black-color);
  background-color: var(--primary-white-color);
}
.btn--outline:disabled {
  background: var(--secondary-8-grey-color);
  color: var(--secondary-24-grey-color);
}
.btn--outline:disabled svg {
  stroke: var(--secondary-24-grey-color);
}
.btn--outline-white {
  background-color: var(--primary-black-color);
  border: 1px solid var(--primary-white-color);
  color: var(--primary-white-color);
}
.btn--outline-white:hover {
  cursor: pointer;
  background-color: var(--secondary-8-white-color);
  color: var(--primary-black-color);
}
.btn--outline-white:focus:hover, .btn--outline-white:focus-visible:hover {
  color: var(--secondary-8-white-color) !important;
  background-color: var(--primary-black-color) !important;
}
.btn--outline-white:focus {
  outline: 4px solid var(--secondary-64-grey-color);
  outline-offset: -4px;
  background-color: var(--secondary-8-white-color);
}
.btn--outline-white:active {
  border: 1px solid var(--primary-black-color);
  background-color: var(--primary-white-color);
  color: var(--primary-black-color);
}
.btn--outline-white:disabled {
  background: var(--secondary-8-grey-color);
  color: var(--secondary-24-grey-color);
}
.btn--outline-white svg {
  stroke: var(--primary-white-color) !important;
}
@media screen and (max-width: 768px) {
  .btn--outline-white svg {
    width: 16px !important;
    height: 16px !important;
  }
}
.btn--outline-white--active {
  background: var(--primary-white-color);
  border-radius: 4px;
  color: var(--primary-black-color);
}
.btn--outline-white--active:hover {
  background-color: var(--primary-grey-color) !important;
}
.btn--outline-white--active:focus {
  outline: 4px solid var(--secondary-64-grey-color) !important;
  outline-offset: -4px;
  background-color: var(--primary-grey-color) !important;
}
.btn--outline-white:hover {
  background-color: var(--secondary-8-white-color);
}
.btn--outline-white:focus, .btn--outline-white:focus-visible {
  outline: 4px solid var(--secondary-64-grey-color);
  outline-offset: -4px;
  background-color: var(--primary-black-color);
}
.btn--outline-white:active {
  border: 1px solid var(--primary-black-color);
  background-color: var(--primary-white-color);
}
.btn--outline-white:disabled {
  background: var(--secondary-8-grey-color);
  color: var(--secondary-24-grey-color);
}
.btn--outline-white:disabled svg {
  stroke: var(--secondary-24-grey-color);
}
.btn--outline-red {
  background-color: transparent;
  border: 1px solid var(--primary-red-color) !important;
  color: var(--primary-red-color) !important;
}
.btn--outline-red:hover {
  cursor: pointer;
  border-color: var(--primary-white-color) !important;
  color: var(--primary-white-color) !important;
  background-color: transparent !important;
}
.btn--outline-red:focus:hover, .btn--outline-red:focus-visible:hover {
  border-color: var(--primary-white-color);
  color: var(--primary-white-color);
  background-color: transparent;
}
.btn--outline-red:focus {
  background-color: transparent;
}
.btn--outline-red:active {
  border-color: var(--primary-white-color);
  color: var(--primary-white-color);
  background-color: transparent;
}
.btn--outline-red:disabled {
  background: var(--secondary-8-grey-color);
  color: var(--secondary-24-grey-color);
}
.btn--outline-red svg {
  stroke: var(--primary-red-color) !important;
}
@media screen and (max-width: 768px) {
  .btn--outline-red svg {
    width: 16px !important;
    height: 16px !important;
  }
}
.btn-icon {
  border: none;
  padding: 0;
  background-color: transparent;
  line-height: 0;
  cursor: pointer;
}
.btn-transparent {
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn-to-catalog {
  width: clamp(160px, 8.067rem + 8.59vw, 294px);
  height: clamp(160px, 8.067rem + 8.59vw, 294px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  gap: 40px;
  background-color: var(--primary-black-color);
  border-radius: 50%;
  color: var(--primary-white-color);
  padding: 75px;
  transition-duration: var(--transition-duration--long);
}
@media (max-width: 480px) {
  .btn-to-catalog {
    width: 100%;
    height: 100%;
    border-radius: 20px 0;
  }
}
@media (max-width: 768px) {
  .btn-to-catalog {
    padding: 44px 24px;
    gap: 12px;
  }
}
.btn-to-catalog:hover {
  background-color: var(--primary-red-color);
}
.btn-to-catalog:hover svg {
  transform: rotate(45deg);
}
.btn-to-catalog span {
  font-size: var(--clamp-12-20);
  font-weight: var(--font-weight--medium);
  line-height: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .btn-to-catalog span {
    line-height: 18px;
  }
}
.btn-to-catalog svg {
  transition-duration: var(--transition-duration--long);
}
.btn-to-catalog-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  margin-top: 155px;
}
@media (max-width: 992px) {
  main {
    margin-top: 70px;
  }
}

.link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-black-color);
  text-decoration: none;
  transition-duration: var(--transition-duration);
  border-bottom: 1px solid transparent;
}
.link:hover {
  color: var(--secondary-64-grey-color);
}
.link:hover svg.stroke-black {
  stroke: var(--secondary-64-grey-color);
}
.link:hover svg.fill-black {
  fill: var(--secondary-64-grey-color);
}
.link--btn {
  padding: 0;
  background-color: transparent;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  cursor: pointer;
}
.link--grey-underline {
  color: var(--secondary-64-grey-color);
  border-color: var(--secondary-64-grey-color);
}
.link--grey-underline:hover {
  color: var(--primary-black-color);
  border-color: var(--primary-black-color);
}

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--secondary-24-grey-color) var(--secondary-8-grey-color);
}
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: var(--secondary-8-grey-color);
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--secondary-24-grey-color);
}

.cloud-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.cloud-tags__text--selected {
  padding: 6px 12px;
  color: var(--primary-white-color);
  background-color: var(--secondary-64-grey-color);
}
.cloud-tags__text--selected:hover {
  color: var(--primary-white-color) !important;
  background-color: var(--secondary-64-grey-color) !important;
  border-color: transparent !important;
}

.cloud-tags-mobile {
  display: none;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 992px) {
  .cloud-tags-mobile {
    display: flex;
  }
}
.cloud-tags-mobile::-webkit-scrollbar {
  display: none;
}
.cloud-tags-mobile__item {
  white-space: nowrap;
}
.cloud-tags-mobile__link {
  display: block;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 120%;
  color: var(--primary-black-color);
  background-color: transparent;
  border: 1px solid var(--primary-black-color);
  border-radius: 4px;
}
.cloud-tags-mobile__link--selected {
  background-color: var(--primary-black-color);
  color: var(--primary-white-color);
}

.filter-dropdown {
  display: inline-block;
  position: relative;
}
.filter-dropdown__header {
  display: inherit;
}
.filter-dropdown__header-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--primary-black-color);
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  line-height: 140%;
  color: var(--primary-black-color);
  cursor: pointer;
  transition-duration: var(--transition-duration);
}
.filter-dropdown__header-button:hover {
  background-color: var(--primary-white-color);
}
.filter-dropdown__header-button .filters-selected-count {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: var(--primary-black-color);
  border-radius: 100px;
  color: var(--primary-white-color);
  font-size: 12px;
  font-weight: var(--font-weight--medium);
}
@media screen and (max-width: 992px) {
  .filter-dropdown__header-button .filters-selected-count {
    text-align: center !important;
    flex-grow: 0 !important;
  }
}
.filter-dropdown__header-button svg {
  transform: rotate(90deg);
}
.filter-dropdown__header span {
  word-break: break-word;
}
.filter-dropdown__body {
  max-height: 295px;
  width: 285px;
  padding: 18px;
  background-color: var(--primary-white-color);
  border: 1px solid var(--primary-black-color);
  border-radius: 4px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 15;
  display: none;
}
.filter-dropdown__body-inner {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-right: 16px;
  max-height: 247px;
}
.filter-dropdown__body-inner .price-inputs {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.filter-dropdown__body-inner .price-inputs__input {
  position: relative;
}
.filter-dropdown__body-inner .price-inputs__input input {
  width: 80px;
  padding: 4px 28px 4px 8px;
  border: none;
  border-bottom: 1px solid var(--primary-grey-color);
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-grey-color);
  outline: 0;
}
.filter-dropdown__body-inner .price-inputs__input input::placeholder {
  font-size: 16px;
  line-height: 19px;
}
.filter-dropdown--opened .filter-dropdown__header-button {
  background-color: var(--primary-white-color);
}
.filter-dropdown--opened .filter-dropdown__header-button svg {
  transform: rotate(-90deg);
}
.filter-dropdown--opened .filter-dropdown__body {
  display: block;
}
.filter-dropdown.filter-dropdown-prices .filter-dropdown__body-inner {
  padding: 0;
}

.custom-select {
  display: inline-block;
  position: relative;
}
.custom-select__header {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 4px;
  background-color: transparent;
  border: none;
  padding: 6px 0;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .custom-select__header {
    width: 180px;
    padding: 0;
  }
}
.custom-select__header-text {
  font-size: 18px;
  font-weight: var(--font-weight--semi-bold);
  line-height: 24px;
  color: var(--primary-black-color);
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  display: inline-flex;
}
@media screen and (max-width: 992px) {
  .custom-select__header-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.custom-select__header svg {
  transform: rotate(90deg);
}
.custom-select__body {
  padding: 16px;
  width: 250px;
  max-height: 220px;
  background-color: var(--primary-white-color);
  border: 1px solid var(--primary-black-color);
  border-radius: 4px;
  position: absolute;
  top: calc(100% + 4px);
  z-index: 15;
  display: none;
}
.custom-select__body--right {
  right: 0;
}
.custom-select__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 8px;
  overflow-y: auto;
  max-height: 188px;
}
.custom-select__item {
  word-break: break-word;
}
.custom-select__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-black-color);
  padding: 8px 16px;
}
.custom-select__link svg {
  display: none;
}
.custom-select__link--selected svg {
  display: block;
}
.custom-select--opened .custom-select__header svg,
.custom-select--opened .custom-select-bordered__header svg {
  transform: rotate(-90deg);
}
.custom-select--opened .custom-select__body,
.custom-select--opened .custom-select-bordered__body {
  display: block;
}

.custom-select--black-theme .custom-select__header {
  padding: 12px 24px;
  background: var(--primary-black-color);
}
.custom-select--black-theme .custom-select__header-text {
  color: var(--primary-white-color);
}
.custom-select--black-theme .custom-select__header svg {
  stroke: var(--primary-white-color);
}
.custom-select--black-theme .custom-select__body {
  background: var(--primary-grey-color);
}
.custom-select--black-theme .custom-select__link {
  color: var(--primary-white-color);
}
.custom-select--black-theme .custom-select__link--selected svg {
  stroke: var(--primary-white-color);
}
.custom-select--black-theme:hover .custom-select__header {
  background: var(--primary-grey-color);
}

.custom-checkbox-label {
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
  transition-duration: var(--transition-duration);
  padding: 8px 0;
}
.custom-checkbox-label .custom-checkbox {
  opacity: 0;
  width: 0 !important;
}
.custom-checkbox-label .custom-checkbox:focus ~ .custom-checkbox-rect, .custom-checkbox-label .custom-checkbox:focus-visible ~ .custom-checkbox-rect {
  background-color: var(--secondary-24-grey-color);
}
.custom-checkbox-label .custom-checkbox:checked ~ .custom-checkbox-rect {
  background-color: var(--primary-black-color);
  border-color: var(--primary-black-color);
}
.custom-checkbox-label .custom-checkbox:checked ~ .custom-checkbox-rect svg {
  opacity: 1;
  stroke: var(--primary-white-color);
}
.custom-checkbox-label .custom-checkbox:disabled {
  pointer-events: none;
}
.custom-checkbox-label .custom-checkbox:disabled ~ .custom-checkbox-rect {
  border: 2px solid var(--secondary-24-grey-color);
}
.custom-checkbox-label .custom-checkbox:disabled ~ .custom-checkbox-rect svg {
  opacity: 0;
}
.custom-checkbox-label .custom-checkbox:disabled ~ .custom-checkbox-text {
  color: var(--secondary-24-grey-color);
}
.custom-checkbox-label .custom-checkbox-rect {
  width: 18px;
  height: 18px;
  line-height: 0;
  border: 2px solid var(--primary-black-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.custom-checkbox-label .custom-checkbox-rect svg {
  opacity: 0;
}
.custom-checkbox-label .custom-checkbox-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-black-color);
  word-break: break-word;
}
.custom-checkbox-label:hover svg {
  opacity: 1;
  stroke: var(--primary-black-color);
}

.custom-range {
  position: relative;
  height: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.custom-range__slider {
  pointer-events: none;
  margin: 0;
  width: 100%;
  height: 6px;
  cursor: pointer;
  background-color: var(--secondary-8-grey-color);
  position: relative;
}
.custom-range .track {
  pointer-events: none;
  height: 100%;
  background-color: var(--primary-black-color);
}
.custom-range .thumb {
  width: 14px;
  height: 14px;
  cursor: grab;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--primary-white-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-range .thumb:after {
  content: "";
  background-color: var(--primary-black-color);
  width: 10px;
  height: 10px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 576px) {
  .pagination {
    gap: 8px;
  }
}
@media screen and (max-width: 576px) {
  .pagination__item:nth-child(6):not(.pagination__item--next) {
    display: none;
  }
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  background-color: var(--primary-white-color);
  border: 1px solid var(--primary-black-color);
  border-radius: 4px;
  color: var(--primary-black-color);
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 576px) {
  .pagination__link {
    padding: 8px 14px;
  }
}
.pagination__link:hover {
  background-color: var(--secondary-8-grey-color);
  color: var(--primary-black-color);
}
.pagination__link--prev, .pagination__link--next {
  line-height: 0;
}
.pagination__link--current {
  color: var(--primary-white-color);
  background-color: var(--primary-black-color);
}
.pagination__link--current:hover {
  background-color: var(--primary-grey-color);
}

.custom-radio-label {
  cursor: pointer;
  transition-duration: var(--transition-duration);
  display: flex;
}
.custom-radio-label .custom-radio {
  opacity: 0;
  width: 0 !important;
}
.custom-radio-label .custom-radio:disabled {
  pointer-events: none;
}
.custom-radio-label .custom-radio:disabled ~ .custom-radio-content {
  color: var(--secondary-24-grey-color);
}
.custom-radio-label .custom-radio-content {
  display: block;
  width: 55px;
  height: 55px;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .custom-radio-label .custom-radio-content {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
.custom-radio-label--bg-black .custom-radio-content {
  border-color: var(--primary-black-color);
  color: var(--primary-black-color);
}
.custom-radio-label--bg-black .custom-radio:checked ~ .custom-radio-content {
  color: var(--primary-white-color);
  background-color: var(--primary-black-color);
}
.custom-radio-label--bg-black .custom-radio:disabled ~ .custom-radio-content {
  color: var(--secondary-24-grey-color);
  background-color: var(--primary-white-color);
  border-color: var(--secondary-24-grey-color);
  position: relative;
  overflow: hidden;
}
.custom-radio-label--bg-black .custom-radio:disabled ~ .custom-radio-content::before, .custom-radio-label--bg-black .custom-radio:disabled ~ .custom-radio-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 80px;
  transform-origin: bottom;
  background-color: var(--secondary-24-grey-color);
}
.custom-radio-label--bg-black .custom-radio:disabled ~ .custom-radio-content::before {
  transform: rotate(64deg);
  left: 0;
}
.custom-radio-label--bg-black .custom-radio:disabled ~ .custom-radio-content::after {
  transform: rotate(-64deg);
  right: 0;
}

.custom-radio-label-img {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: var(--transition-duration);
}
.custom-radio-label-img .custom-radio {
  opacity: 0;
  width: 0 !important;
}
.custom-radio-label-img .custom-radio:checked ~ .custom-radio-content, .custom-radio-label-img .custom-radio:focus ~ .custom-radio-content, .custom-radio-label-img .custom-radio:focus-visible ~ .custom-radio-content {
  border-color: var(--primary-black-color);
}
.custom-radio-label-img .custom-radio:disabled {
  pointer-events: none;
}
.custom-radio-label-img .custom-radio-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  border: 2px solid transparent;
  border-radius: 4px;
}
.custom-radio-label-img .custom-radio-content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}

.tag {
  padding: 4px 8px;
  font-size: 16px;
  font-weight: var(--font-weight--semi-bold);
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .tag {
    padding: 2px 4px;
    font-size: 10px;
    line-height: 12px;
  }
}
.tag--red {
  background-color: var(--primary-red-color);
  color: var(--primary-white-color);
}
.tag--green {
  background-color: var(--primary-green-bright-color);
  color: var(--primary-white-color);
}

.swiper-pagination--bars-grey {
  display: flex;
  bottom: 0 !important;
}
.swiper-pagination--bars-grey .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
  flex: 1 1 auto;
  background-color: var(--secondary-8-grey-color);
  height: 6px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .swiper-pagination--bars-grey .swiper-pagination-bullet {
    height: 2px;
  }
}
.swiper-pagination--bars-grey .swiper-pagination-bullet-active {
  background-color: var(--secondary-24-grey-color);
}

.products-view-switcher {
  line-height: 0;
  display: flex;
  gap: 12px;
}
.products-view-switcher button[data-view-count="1"],
.products-view-switcher button[data-view-count="2"] {
  display: none;
}
@media screen and (max-width: 992px) {
  .products-view-switcher button[data-view-count="1"],
  .products-view-switcher button[data-view-count="2"] {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .products-view-switcher button[data-view-count="3"], .products-view-switcher button[data-view-count="4"], .products-view-switcher button[data-view-count="5"] {
    display: none;
  }
}

.list-minus-item li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/main/assets/icons/minus.svg");
  display: inline-block;
  margin-right: 8px;
}

span.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 0.6s linear;
  background-color: rgba(255, 255, 255, 0.7);
}

.zoom-img {
  background-color: var(--primary-white-color);
}

.products-slider-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.products-slider-section__top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.products-slider-section__title {
  flex-grow: 1;
  margin: 0;
  font-size: clamp(18px, 1.096rem + 0.13vw, 20px);
  font-weight: var(--font-weight--semi-bold);
  line-height: 18px;
  color: var(--primary-black-color);
}
.products-slider-section__slider-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.products-slider-section__slider-buttons .swiper-button-arrow {
  position: static;
  width: initial;
  height: initial;
  margin: 0;
}
.products-slider-section__slider-buttons .swiper-button-arrow::after {
  display: none;
}
.products-slider-section__slider {
  width: 100%;
  max-width: clamp(288px, -0.15rem + 90.75vw, 1740px);
}
.products-slider-section .product-card__images-mobile {
  width: 100%;
}

.custom-select-bordered {
  position: relative;
  width: 330px;
  transition-duration: var(--transition-duration);
}
.custom-select-bordered__header {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 12px 24px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--primary-black-color);
  border-radius: 4px;
  cursor: pointer;
}
.custom-select-bordered__header--only-bottom-border {
  border: none;
  border-bottom: 1px solid var(--primary-black-color);
  border-radius: 0;
}
.custom-select-bordered__header span {
  flex-grow: 1;
  font-size: 16px;
  font-weight: var(--font-weight--normal);
  line-height: 150%;
  text-align: left;
}
.custom-select-bordered__header svg {
  transform: rotate(90deg);
}
.custom-select-bordered__body {
  background-color: var(--primary-white-color);
  position: absolute;
  width: 100%;
  border: 1px solid var(--primary-black-color);
  border-radius: 4px;
  top: calc(100% + 8px);
  max-height: 200px;
  overflow: auto;
  display: none;
  z-index: 1;
}
.custom-select-bordered__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}
.custom-select-bordered__item-without-btn {
  cursor: pointer;
  padding: 12px 24px;
}
.custom-select-bordered__item-without-btn:hover {
  background-color: var(--secondary-8-grey-color);
}
.custom-select-bordered__item-button {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  cursor: pointer;
  padding: 12px 24px;
  width: 100%;
  text-align: left;
}
.custom-select-bordered--active .custom-select-bordered__header svg {
  transform: rotate(270deg);
}
.custom-select-bordered--active .custom-select-bordered__body {
  display: block;
}

.embed-responsive {
  aspect-ratio: 16/9;
  width: 100%;
}

.shop-card {
  width: 390px;
  background-color: var(--primary-white-color);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shop-card__title {
  font-size: 20px;
  font-weight: var(--font-weight--semi-bold);
  line-height: 120%;
  display: flex;
  align-items: center;
  color: var(--primary-black-color);
}
.shop-card__text {
  font-size: 16px;
  font-weight: var(--font-weight--medium);
  line-height: 140%;
  color: var(--primary-grey-color);
}
.shop-card__text.working-time {
  margin-top: 16px;
}
.shop-card__button {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.slider-navigation {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .slider-navigation {
    gap: 16px;
  }
}
.slider-navigation > div {
  width: 24px;
  height: 24px;
  background: var(--primary-white-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider-navigation > div svg {
  width: 24px;
  height: 24px;
}
.slider-navigation > div.swiper-button-disabled {
  background-color: var(--secondary-24-grey-color);
  cursor: default;
}

.form-successful {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form-successful {
    gap: 24px;
  }
}
.form-successful__header {
  display: flex;
  justify-content: center;
}
.form-successful__title {
  font-size: 20px;
  font-style: normal;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
  display: inline-flex;
  width: auto;
}
.form-successful__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  background-color: var(--secondary-8-grey-color);
  border-radius: 50%;
}
.form-successful__description {
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  display: inline-flex;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-successful__description {
    font-size: 14px;
  }
}
.form-successful__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.main-page-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  background-color: var(--primary-grey-color);
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .main-page-wrapper {
    gap: 40px;
    padding-bottom: 40px;
  }
}

/* Блоки с повернутыми на 90 градусов заголовками */
.block__title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  z-index: 1;
}
@media (max-width: 576px) {
  .block__title {
    transform: rotate(0deg);
    writing-mode: unset;
    justify-content: flex-start;
    margin: 6px 0;
  }
}
.block__title h1, .block__title h2, .block__title h3, .block__title h4, .block__title h5, .block__title h6 {
  margin: 0;
}
.block__title a {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-decoration: none;
  color: var(--primary-white-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.block__title a:hover span:first-child {
  color: var(--primary-red-color);
}
.block__title a .line {
  width: 1px;
  height: 44px;
  background-color: var(--primary-white-color);
}
@media (max-width: 576px) {
  .block__title a .line {
    width: 44px;
    height: 1px;
  }
}
.block__title a span:last-child {
  font-weight: 700;
}
@media (max-width: 576px) {
  .block__title a {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 0;
    line-height: 1em;
  }
  .block__title a span:not(:last-child) {
    display: none;
  }
}
.block-inner {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
}
@media (max-width: 576px) {
  .block-inner {
    display: flex;
    flex-direction: column;
  }
}

.loader-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px solid var(--primary-black-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.custom-radio-label--circle {
  align-items: center;
}
.custom-radio-label--circle .custom-radio-circle {
  line-height: 0;
  margin-right: 10px;
}
.custom-radio-label--circle .custom-radio:checked ~ .custom-radio-circle .custom-radio-circle__not-checked {
  display: none;
}
.custom-radio-label--circle .custom-radio:checked ~ .custom-radio-circle .custom-radio-circle__checked {
  display: initial;
}
.custom-radio-label--circle .custom-radio:not(:checked) ~ .custom-radio-circle .custom-radio-circle__not-checked {
  display: initial;
}
.custom-radio-label--circle .custom-radio:not(:checked) ~ .custom-radio-circle .custom-radio-circle__checked {
  display: none;
}

@media (max-width: 992px) {
  .catalog-filters-wrapper {
    height: calc(100vh - 79px);
  }
  .catalog-filters-wrapper .selected-filters {
    bottom: 0 !important;
  }
  .test {
    color: white;
    font-size: 6px;
    position: fixed;
    background-color: red;
    width: 61px;
    left: 10px;
    height: 100vh;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .test span {
    width: fit-content;
    flex-shrink: 0;
    font-size: 12px;
    background: white;
    color: black;
  }
  .test:before,
  .test:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: blue;
  }
  .test:after {
    bottom: 0;
  }
  .test:before {
    top: 0;
  }
}
.to-capitalize {
  text-transform: capitalize;
}

[class*=icon--] {
  display: inline-block;
  flex-shrink: 0;
  transition-duration: 0.3s;
  fill: var(--primary-black-color);
  width: 24px;
  height: 24px;
}

[class*=icon--].stroke-white {
  stroke: var(--primary-white-color);
}

[class*=icon--].stroke-black {
  stroke: var(--primary-black-color);
}

[class*=icon--].fill-white,
[class*=icon--].fill-white path {
  fill: var(--primary-white-color);
}

[class*=icon--].fill-black {
  fill: var(--primary-black-color);
}

[class*=icon--].fill-red {
  fill: var(--primary-red-color);
}

[class*=icon--].stroke-red {
  stroke: var(--primary-red-color);
}

.s16 {
  width: 16px !important;
  height: 16px !important;
}

.s24 {
  width: 24px !important;
  height: 24px !important;
}

@media (max-width: 992px) {
  svg.sa24 {
    width: 24px !important;
    height: 24px !important;
  }
}

.s32 {
  width: 32px !important;
  height: 32px !important;
}

.s40 {
  width: 40px !important;
  height: 40px !important;
}

.s45 {
  width: 45px !important;
  height: 45px !important;
}

.s48 {
  width: 48px !important;
  height: 48px !important;
}

.s50 {
  width: 50px !important;
  height: 50px !important;
}

.s75 {
  width: 75px !important;
  height: 75px !important;
}

.icon--five-square-active,
.icon--five-square-static {
  width: 57px !important;
  height: 24px !important;
}

.icon--map-pin-shooping-bag {
  width: 57px !important;
  height: 57px !important;
}

.icon--three-square-active,
.icon--three-square-static {
  width: 35px !important;
  height: 24px !important;
}

.icon--rotate, .icon--play-circle-large {
  width: 113px !important;
  height: 113px !important;
}

.icon--arrow {
  transform: rotate(0);
}

.direction--down {
  transition-duration: 0.3s;
  transform: rotate(90deg);
}

.direction--up {
  transition-duration: 0.3s;
  transform: rotate(-90deg);
}

.direction--left {
  transition-duration: 0.3s;
  transform: rotate(180deg);
}

.icon--four-square-static,
.icon--four-square-active {
  width: 46px;
  height: 24px;
}

.icon--heart.fill-black:hover {
  fill: white;
}

.space-between {
  justify-content: space-between;
}

.relative {
  position: relative;
}

.masonry-header-nav-item {
  max-width: calc((100% - 160px) / 6);
}
@media (max-width: 1600px) {
  .masonry-header-nav-item {
    max-width: calc((100% - 128px) / 5);
  }
}
@media (max-width: 1340px) {
  .masonry-header-nav-item {
    max-width: calc((100% - 96px) / 4);
  }
}

.alert {
  padding: 16px 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 24px;
}
.alert p {
  margin: 0;
  font-family: var(--font-family--main);
  color: var(--primary-white-color);
}
.alert .btn--hollow {
  padding: 18px;
}
.alert-wrapper {
  background-color: var(--primary-red-color);
}
.alert-btn--mobile {
  display: none;
}
.alert-close {
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .alert {
    padding: 16px 24px 16px 0;
  }
  .alert-btn--desktop {
    display: none !important;
  }
  .alert-btn--mobile {
    display: inline-block;
    color: var(--primary-black-color);
    text-decoration: none;
  }
}

.header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 30;
}
@media (min-width: 993px) {
  .header--for-black-banner .header-bottom-wrapper .nav-first > li > a {
    color: var(--primary-white-color);
  }
  .header--for-white-banner .header-top-wrapper .header-logo {
    filter: invert(1);
  }
  .header--for-white-banner .header-top-wrapper .nav-first > li > a {
    color: var(--primary-black-color);
  }
  .header--for-white-banner .header-top-wrapper .header-top-right .btn {
    color: var(--primary-black-color);
  }
  .header--for-white-banner .header-top-wrapper .header-top-right .btn svg {
    fill: var(--primary-black-color);
  }
  .header--for-white-banner .header-top-wrapper:not(.bgc-transparent) .header-logo {
    filter: invert(0);
  }
  .header--for-white-banner .header-top-wrapper:not(.bgc-transparent) .nav-first > li > a {
    color: var(--primary-white-color);
  }
  .header--for-white-banner .header-top-wrapper:not(.bgc-transparent) .header-top-right .btn {
    color: var(--primary-white-color);
  }
  .header--for-white-banner .header-top-wrapper:not(.bgc-transparent) .header-top-right .btn svg {
    fill: var(--primary-white-color);
  }
}
.header-logo {
  max-width: 82px;
  height: 41px;
}
.header-logo img {
  max-width: inherit;
}
@media (max-width: 992px) {
  .header-logo {
    max-width: 60px;
  }
}
.header-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 67px;
  height: 65px;
}
@media (max-width: 1350px) {
  .header-top {
    gap: 40px;
  }
}
@media (max-width: 1300px) {
  .header-top {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .header-top {
    justify-content: space-between;
  }
}
.header-top .cart span {
  white-space: nowrap;
}
.header-top-wrapper {
  background: var(--primary-black-color);
}
.header-top {
  /* Стили для блока с настройками сайта */
}
.header-top-left {
  position: relative;
  max-width: 40%;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .header-top-left {
    display: none !important;
  }
}
.header-top-left a span {
  color: var(--primary-white-color);
}
.header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  max-width: 40%;
  gap: 8px;
  margin-left: auto;
}
.header-top-right a {
  color: var(--primary-white-color);
}
@media (max-width: 1024px) {
  .header-top-right {
    gap: 4px;
  }
}
@media (max-width: 992px) {
  .header-top-right {
    margin-left: unset;
    flex-grow: unset;
  }
  .header-top-right a {
    display: none;
  }
}
.header-top__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .header-top__content {
    width: fit-content;
  }
}
.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
}
@media (max-width: 992px) {
  .header-bottom {
    padding-top: 16px;
  }
}
.header-bottom-wrapper {
  position: relative;
  background-color: var(--primary-white-color);
  height: 100vh;
}
.header-bottom-wrapper .container {
  position: unset;
}
@media (max-width: 992px) {
  .header-bottom-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.header-bottom .search-close-button {
  display: none;
}
@media (max-width: 992px) {
  .header-bottom .search-close-button {
    display: flex;
  }
}
.header-nav {
  min-height: 65px;
  overflow: auto;
}
@media (max-width: 992px) {
  .header-nav {
    display: none;
  }
}
.header-burger {
  display: none;
}
@media (max-width: 992px) {
  .header-burger {
    display: flex;
    padding: 0;
  }
}
.header-mobile {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 31;
  width: calc(100% - 48px);
  height: 100vh;
  left: -100%;
  transition-duration: var(--transition-duration);
}
.header-mobile__inner {
  background-color: var(--primary-white-color);
  width: 100%;
  height: inherit;
  padding: 16px;
  overflow: auto;
}
.header-mobile.show {
  left: 0;
}
.header-mobile__links li {
  border-bottom: 1px solid var(--secondary-8-grey-color);
}
.header-mobile__links li a {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .header .geo-button-wrapper--desktop {
    display: none;
  }
}
.header .geo-button-wrapper--desktop > .btn {
  color: var(--primary-white-color);
}
.header--for-white-banner .geo-button-wrapper--desktop > .btn {
  color: var(--primary-black-color);
}
.header .nav-additional {
  display: flex;
  align-items: center;
  transition-duration: var(--transition-duration);
}
.header .nav-additional > span {
  padding: 0 20px;
  display: inline-flex;
}
@media (max-width: 1300px) {
  .header .nav-additional > span {
    padding: 0 6px;
  }
}
.header .nav-additional:hover .nav-additional__icon {
  fill: var(--primary-red-color);
}
.header .nav-additional__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header .nav-additional__list a {
  transition-duration: var(--transition-duration);
}
.header .nav-additional__list a:hover {
  color: var(--primary-red-color);
}
.header .nav-additional .gift-card img {
  max-width: 100%;
}

ul, ol {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
ul.desc__container ul, ol.desc__container ul {
  list-style-type: disc;
}
ul.desc__container ol, ol.desc__container ol {
  list-style-type: auto;
}

ul, ol {
  text-decoration: none;
  margin: 0;
  padding-left: 0;
}
ul ul, ol ul {
  list-style-type: none;
}
ul ol, ol ol {
  list-style-type: auto;
}

.site-settings {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 40%;
  flex-wrap: wrap;
  gap: 16px;
}
.site-settings button {
  color: var(--primary-white-color);
}
.site-settings--mobile {
  max-width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.site-settings--mobile button {
  color: var(--primary-black-color);
}
@media (max-width: 400px) {
  .site-settings--mobile {
    flex-wrap: wrap;
  }
}

.header-search {
  max-width: 1134px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header-search .custom-label {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .header-search {
    min-width: 400px;
  }
}
@media (max-width: 1400px) {
  .header-search {
    min-width: 300px;
  }
  .header-search .custom-el::placeholder {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 992px) {
  .header-search {
    min-width: calc(100% - 40px);
  }
}
.header-search-answers {
  background-color: var(--primary-white-color);
  padding: 24px;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  right: 0;
}

.nav {
  min-height: inherit;
}
.nav-first {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  row-gap: 8px;
  min-height: inherit;
}
.nav-first > li {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 19px;
  min-height: inherit;
}
@media (max-width: 1200px) {
  .nav-first > li {
    font-size: 0.8rem;
  }
}
@media (max-width: 1550px) {
  .nav-first > li.red-btn-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 1300px) {
  .nav-first > li.red-btn-wrapper {
    padding: 0 6px;
  }
}
@media (max-width: 1200px) {
  .nav-first > li.red-btn-wrapper .btn {
    font-size: 0.8rem;
  }
}
.nav-first > li:first-child > a {
  padding-left: 0;
}
.nav-first > li > a {
  color: var(--primary-white-color);
  padding: 0 20px;
  min-height: inherit;
  display: flex;
  align-items: center;
}
@media (max-width: 1550px) {
  .nav-first > li > a {
    padding: 0 10px;
  }
}
.nav-first > li:hover > a {
  color: var(--primary-red-color);
}
.nav-first > li:first-child a:not(.btn) {
  padding-left: 0;
}
.nav-first > li:last-child a:not(.btn) {
  padding-right: 0;
}
.nav-first-hidden {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 8;
  padding: 48px 0;
  background: var(--primary-white-color);
  display: none;
  box-shadow: 0 0 20px grey;
}
.nav-first-hidden.active {
  display: block;
}
.nav-first-hidden__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.nav-first-hidden__list {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 19px;
  max-height: 530px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 100px;
}
@media (max-width: 1400px) {
  .nav-first-hidden__list {
    column-gap: 60px;
  }
}
.nav-first-hidden__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav-first-hidden__item > a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--primary-grey-color);
  padding: 8px 0;
  text-transform: capitalize;
  transition-duration: var(--transition-duration);
}
.nav-first-hidden__item > a:hover {
  color: var(--secondary-40-grey-color);
}
.nav-first-hidden__item > a svg[class*=fill] {
  fill: currentColor;
}
.nav-first-hidden__item > a svg[class*=stroke] {
  fill: currentColor;
}
.nav-second__submenu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nav-second__submenu-item a {
  font-style: normal;
  font-size: 1rem;
  color: var(--primary-black-color);
  text-decoration: none;
}
.nav-second__submenu-item a:hover {
  color: var(--secondary-40-grey-color);
}

.lang {
  text-decoration: underline;
}

.tabbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary-black-color);
  z-index: 30;
  display: none;
}
.tabbar-inner {
  padding: 12px 16px;
  display: grid;
  gap: 18px;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(5, 1fr);
}
.tabbar-inner li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.tabbar-inner li a, .tabbar-inner li button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px;
}
.tabbar-inner li a span, .tabbar-inner li button span {
  text-align: center;
  color: var(--primary-white-color);
  word-break: break-all;
}
.tabbar-inner li a:focus, .tabbar-inner li a:focus-visible, .tabbar-inner li button:focus, .tabbar-inner li button:focus-visible {
  outline: none;
}
.tabbar-inner li span:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: var(--primary-black-color);
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 4px;
}
.tabbar-inner li.show, .tabbar-inner li:hover {
  background-color: var(--primary-grey-color);
}
.tabbar-inner li.show a, .tabbar-inner li.show button, .tabbar-inner li:hover a, .tabbar-inner li:hover button {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.tabbar-inner li.show svg.stroke-white, .tabbar-inner li:hover svg.stroke-white {
  stroke: var(--primary-white-color);
}
.tabbar-inner li.show svg.fill-white, .tabbar-inner li:hover svg.fill-white {
  fill: var(--primary-white-color);
}
.tabbar-inner li.show span, .tabbar-inner li:hover span {
  color: var(--primary-white-color);
}
.tabbar-inner li.show span:after, .tabbar-inner li:hover span:after {
  background: #FFFFFF;
}
@media (max-width: 992px) {
  .tabbar {
    display: block;
  }
  .tabbar-inner {
    gap: 2px;
  }
  .tabbar-inner li a, .tabbar-inner li button {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 360px) {
  .tabbar-inner {
    gap: 7px;
  }
  .tabbar-inner li a, .tabbar-inner li button {
    font-size: 0.5rem;
  }
}

.mobile-catalog {
  position: fixed;
  left: 0;
  bottom: -100vh;
  z-index: 15;
  width: calc(100% - 48px);
  height: calc(100vh - 79px);
  transition-duration: var(--transition-duration);
  margin-bottom: 79px;
}
.mobile-catalog__inner {
  background-color: var(--primary-white-color);
  width: 100%;
  height: inherit;
  overflow-y: auto;
  padding: 4px 16px 16px;
  margin-top: 0;
  margin-bottom: -120px;
}
.mobile-catalog-first {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  left: 0;
  margin-bottom: 24px !important;
}
.mobile-catalog-screen {
  z-index: 14;
  position: absolute;
  width: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  background-color: var(--primary-white-color);
  overflow-y: auto;
  margin-bottom: 78px;
}
.mobile-catalog-screen:not(.mobile-catalog-first) {
  padding: 4px 16px 16px;
}
.mobile-catalog-screen > ul {
  margin-bottom: 24px;
}
.mobile-catalog-screen > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  margin-bottom: 24px;
}
.mobile-catalog-screen li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--secondary-8-grey-color);
  padding: 20px 0;
}
.mobile-catalog-screen li a {
  width: 100%;
  line-height: 32px;
}
.mobile-catalog-screen li a.btn--big {
  line-height: unset;
}
.mobile-catalog-screen li button {
  min-width: 15%;
}
.mobile-catalog-screen li.show > .mobile-catalog-screen {
  left: 0;
  padding-top: 20px;
}
.mobile-catalog-screen button {
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.mobile-catalog-screen.mobile-catalog-first {
  position: unset;
  left: 0;
  overflow-y: unset;
}
.mobile-catalog.show {
  bottom: 0;
}

/* Меню по клику на пользователя в таббаре */
.personal-menu-tabbar-wrapper .overlay {
  display: none;
}
.personal-menu-tabbar-wrapper .personal-menu-tabbar {
  position: fixed;
  left: 0;
  bottom: -160vh;
  z-index: 15;
  width: calc(100% - 48px);
  height: 100%;
  display: flex;
  gap: 40px;
  background-color: var(--primary-white-color);
  padding: 24px 16px;
  transition-duration: var(--transition-duration);
}
.personal-menu-tabbar-wrapper .personal-menu-tabbar .personal-menu__header-title-name {
  word-break: break-word;
}
.personal-menu-tabbar-wrapper .personal-menu-tabbar .personal-menu__footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.personal-menu-tabbar-wrapper .personal-menu-tabbar .personal-menu__footer .personal-menu-link {
  justify-content: flex-end;
}
.personal-menu-tabbar-wrapper .personal-menu-tabbar .personal-menu__footer .personal-menu__footer-button {
  padding: 12px 24px;
}
.personal-menu-tabbar-wrapper .personal-menu-tabbar .personal-menu__alert {
  padding: 4px 8px;
  border: 1px solid var(--primary-red-color);
  font-size: 14px;
  line-height: 150%;
  color: var(--primary-red-color);
}
.personal-menu-tabbar-wrapper--active .overlay {
  display: block;
}
.personal-menu-tabbar-wrapper--active .personal-menu-tabbar {
  bottom: 0;
}

.footer {
  color: var(--primary-white-color);
  background-color: var(--primary-black-color);
}
.footer a {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: 14px;
  line-height: 17px;
  color: var(--primary-white-color);
  text-decoration: none;
  transition-duration: var(--transition-duration);
}
.footer a:hover {
  color: var(--primary-red-color);
}
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
}
@media (max-width: 460px) {
  .footer-social {
    gap: 24px;
  }
}
.footer-social img {
  max-width: 125px;
  margin-bottom: 16px;
}
@media (max-width: 460px) {
  .footer-social img {
    margin-bottom: 0;
  }
}
.footer-social__phone {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 22px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .footer-social {
    order: 2;
    align-items: center;
  }
}
.footer-social svg:hover {
  fill: var(--primary-red-color);
}
.footer-social__legal-address {
  max-width: 400px;
  margin-top: -25px;
  color: var(--primary-white-color);
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: 14px;
  line-height: 17px;
  text-wrap: balance;
}
@media (max-width: 992px) {
  .footer-social__legal-address {
    text-align: center;
  }
}
@media (max-width: 460px) {
  .footer-social__legal-address {
    margin-top: 0;
  }
}
.footer-social__legal-address .nbsp {
  font-family: auto, serif;
}
.footer span.footer-title {
  font-size: 1rem;
}
.footer-title {
  margin-bottom: 0;
  cursor: auto;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: var(--font-weight--medium);
  line-height: 19.2px;
  letter-spacing: 0.05em;
  text-align: left;
}
.footer-title a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: var(--font-weight--medium);
  line-height: 19.2px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 576px) {
  .footer-title {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
  }
}
.footer .icon--plus {
  display: none;
}
@media (max-width: 992px) {
  .footer .icon--plus {
    display: block;
  }
}
.footer-list {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 19px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-shop-link {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-shop-link span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 28px;
  margin-right: 4px;
}
@media (max-width: 992px) {
  .footer-shop-link span {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 24px;
  }
}
.footer-email__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 992px) {
  .footer-email__inner {
    position: relative;
    padding-bottom: 40px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .footer-email__inner {
    max-width: calc(100% - 20px);
  }
}
.footer-email label {
  margin-bottom: 0;
}
.footer-email form {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .footer-email {
    order: 3;
  }
}
@media (max-width: 576px) {
  .footer-email .custom-input {
    padding: 16px 48px 16px !important;
  }
  .footer-email .custom-input::placeholder {
    font-size: 18px !important;
  }
}
.footer-email input[type=submit] {
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
}
.footer-confirm {
  font-size: 0.875rem;
  line-height: 150%;
  color: var(--secondary-24-grey-color);
}
@media (max-width: 992px) {
  .footer-confirm {
    font-size: 0.75rem;
  }
}
@media (max-width: 992px) {
  .footer-catalog, .footer-info {
    order: 3;
  }
}
.footer-copyright p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  line-height: 19px;
  margin: 0;
}
.footer-top {
  border-bottom: 1px solid var(--primary-grey-color);
}
.footer-top__inner {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 270px 270px 1fr 270px;
  column-gap: 24px;
}
@media (max-width: 1760px) {
  .footer-top__inner {
    padding: 100px 80px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1200px) {
  .footer-top__inner {
    padding: 40px 16px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .footer-top__inner {
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .footer-bottom {
    border-top: 1px solid var(--primary-grey-color);
  }
}
.footer-bottom__inner {
  padding: 16px 0;
}
@media (max-width: 992px) {
  .footer {
    padding-bottom: 74px;
  }
}

.gifts-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gifts-cards__img {
  overflow: hidden;
  max-width: 152px;
  max-height: 97px;
  margin-bottom: 12px;
}
.gifts-cards__img img {
  max-width: inherit;
  max-height: inherit;
}
.gifts-cards .loyalty-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 171px;
}
@media (max-width: 992px) {
  .gifts-cards .loyalty-btns {
    flex-direction: row;
  }
  .gifts-cards .loyalty-btns .btn {
    padding: 12px 6px;
  }
}

.social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .social {
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .footer .accordion-header {
    margin-bottom: 0;
    padding-right: 28px;
  }
  .footer .accordion-header.show {
    margin-bottom: 24px;
  }
}

.delivery-modal .hystmodal__window {
  width: 750px;
}
@media screen and (max-width: 992px) {
  .delivery-modal .hystmodal__window {
    margin-top: auto;
  }
}
@media screen and (max-width: 992px) {
  .delivery-modal .hystmodal__close {
    top: -16px;
    right: 16px;
    transform: translateY(-100%);
  }
}
.delivery-modal__content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .delivery-modal__content {
    padding: 24px 16px;
  }
}
.delivery-modal__title {
  font-size: 20px;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
  color: var(--primary-black-color);
}
.delivery-modal__alert-text {
  padding: 8px 16px;
  border: 1px solid var(--primary-red-color);
  font-size: clamp(14px, 0.846rem + 0.128vw, 16px);
  line-height: 150%;
  color: var(--primary-red-color);
}
@media screen and (max-width: 576px) {
  .delivery-modal__alert-text {
    padding: 4px 8px;
  }
}
.delivery-modal__choose-shop {
  width: 100%;
}
.delivery-modal__choose-shop svg:not(.icon--chevron) {
  transform: revert;
}
.delivery-modal__inputs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 992px) {
  .delivery-modal__inputs {
    gap: 2px;
  }
}
.delivery-modal__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
@media screen and (max-width: 576px) {
  .delivery-modal__buttons button {
    flex: 1 1 50%;
  }
}

.appearing {
  animation: fadeIn 0.3s;
}

.disappearing {
  animation: fadeOut 0.5s;
}

.fade-in-top {
  animation: fadeInTop 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes ripple {
  to {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-label {
  margin-bottom: 10px;
  display: inline-block;
  height: auto;
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--primary-grey-color);
}
.custom-label-inner {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  position: relative;
}
.custom-label .custom-el {
  padding: 8px 48px 8px 8px;
  background: transparent;
  border: none;
  color: var(--primary-black-color);
  transition: var(--transition-duration);
  resize: none;
  line-height: 120%;
  width: 100%;
  outline: none !important;
}
.custom-label .custom-el-wrapper {
  width: 100%;
  position: relative;
}
.custom-label .custom-el::placeholder {
  font-style: normal;
  font-weight: var(--font-weight--normal);
  font-size: 1.125rem;
  line-height: 135%;
  color: var(--primary-grey-color);
  transition-duration: var(--transition-duration);
}
.custom-label--error {
  border-bottom: 1px solid var(--primary-red-color) !important;
}
.custom-label:hover, .custom-label:active, .custom-label:focus, .custom-label:focus-visible {
  border-bottom: 1px solid var(--primary-black-color);
  outline: none !important;
}
.custom-label:hover svg.stroke-black, .custom-label:active svg.stroke-black, .custom-label:focus svg.stroke-black, .custom-label:focus-visible svg.stroke-black {
  stroke: var(--primary-black-color);
}
.custom-label svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
}
.custom-label svg:first-child {
  left: 8px;
}
.custom-label svg:last-child {
  right: 8px;
}
.custom-label svg:last-of-type {
  right: 8px;
}
.custom-label svg.stroke-black {
  stroke: var(--primary-grey-color);
}
.custom-label.disabled {
  cursor: default;
  pointer-events: none;
  border-bottom: 1px solid var(--secondary-24-grey-color);
}
.custom-label.disabled .custom-el::placeholder {
  color: var(--secondary-24-grey-color);
}
.custom-label.disabled:hover, .custom-label.disabled:active, .custom-label.disabled:focus, .custom-label.disabled:focus-visible {
  border: 1px solid var(--secondary-24-grey-color);
  color: var(--secondary-24-grey-color);
}
.custom-label.disabled svg.stroke-black {
  stroke: var(--secondary-24-grey-color);
}
.custom-label.error {
  border-bottom: 1px solid var(--primary-red-color);
}
.custom-label.error .custom-el {
  color: var(--primary-red-color);
}
.custom-label.error .custom-el::placeholder {
  color: var(--primary-red-color);
}
.custom-label.error:hover, .custom-label.error:active, .custom-label.error:focus, .custom-label.error:focus-visible {
  color: var(--primary-red-color);
}
.custom-label.error svg.stroke-black {
  stroke: var(--primary-red-color);
}
.custom-label.success {
  border-bottom: 1px solid var(--primary-green-color);
}
.custom-label.success .custom-el {
  color: var(--primary-green-color);
}
.custom-label.success .custom-el::placeholder {
  color: var(--primary-green-color);
}
.custom-label.success:hover, .custom-label.success:active, .custom-label.success:focus, .custom-label.success:focus-visible {
  color: var(--primary-green-color);
}
.custom-label.success svg.stroke-black {
  stroke: var(--primary-green-color);
}
.custom-label--with-ico .custom-el {
  padding: 8px 48px 8px;
}
.custom-label--black-borders {
  border-bottom: 1px solid var(--primary-black-color);
}
.custom-label--black-borders .custom-el {
  color: var(--primary-black-color);
}
.custom-label--black-borders .custom-el::placeholder {
  color: var(--primary-black-color);
}
.custom-label--black-borders:hover, .custom-label--black-borders:active, .custom-label--black-borders:focus, .custom-label--black-borders:focus-visible {
  color: var(--primary-black-color);
}
.custom-label--black-borders svg.stroke-black {
  stroke: var(--primary-black-color);
}
.custom-label--white-borders {
  border-bottom: 1px solid var(--primary-white-color);
}
.custom-label--white-borders .custom-el {
  color: var(--primary-white-color);
}
.custom-label--white-borders .custom-el::placeholder {
  color: var(--primary-white-color);
}
.custom-label--white-borders:hover, .custom-label--white-borders:active, .custom-label--white-borders:focus, .custom-label--white-borders:focus-visible {
  border-bottom: 1px solid var(--primary-white-color);
  color: var(--primary-white-color);
}
.custom-label--white-borders:hover svg.stroke-black, .custom-label--white-borders:active svg.stroke-black, .custom-label--white-borders:focus svg.stroke-black, .custom-label--white-borders:focus-visible svg.stroke-black {
  stroke: var(--primary-white-color);
}
.custom-label--white-borders svg.stroke-black {
  stroke: var(--primary-white-color);
}
@media (max-width: 992px) {
  .custom-label .custom-el::placeholder {
    font-size: 0.875rem;
  }
}
.custom-label--with-validation {
  border: none !important;
}
.custom-label--with-validation:hover {
  border: none !important;
}
.custom-label--with-validation .custom-input {
  border-bottom: 1px solid var(--primary-black-color);
}
.custom-label--with-validation .custom-input--error {
  border-bottom-color: var(--primary-red-color);
}

.custom-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-width: 130px;
  min-height: 50px;
}
@media (max-width: 768px) {
  .custom-input {
    min-height: 40px;
  }
}
.custom-input.disabled {
  color: var(--secondary-24-grey-color);
}

.accordion {
  width: 100%;
}
.accordion-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 24px;
}
.accordion-header h4 {
  margin-bottom: 0;
}
.accordion-header .icon--minus {
  display: none;
}
.accordion-header.show ~ .accordion-body {
  display: flex;
}
.accordion-header.show .icon--minus {
  display: block;
}
.accordion-header.show .icon--plus {
  display: none;
}
.accordion-body {
  display: block;
  flex-direction: column;
  align-items: flex-start;
}
.accordion-body__inner {
  width: 100%;
}
.accordion-body__inner > label {
  width: inherit;
  display: inline-block;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .accordion-body {
    display: none;
  }
}

.custom-switcher-label {
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
}
.custom-switcher-label input {
  opacity: 0;
  width: 0 !important;
}
.custom-switcher-label input ~ .custom-switcher-wrapper {
  background: var(--secondary-64-grey-color);
  border-radius: 100px;
  width: 64px;
  height: 30px;
  position: relative;
  padding: 2px;
}
.custom-switcher-label input ~ .custom-switcher-wrapper .switcher {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--primary-white-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition-duration: var(--transition-duration);
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
}
.custom-switcher-label input:checked ~ .custom-switcher-wrapper {
  background: var(--primary-black-color);
}
.custom-switcher-label input:checked ~ .custom-switcher-wrapper .switcher {
  left: 36px;
}
.custom-switcher-label .custom-switcher-p {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: var(--primary-black-color);
  margin-left: 8px;
}
.custom-switcher-label:hover .custom-switcher-p {
  color: var(--primary-black-color);
}

ymaps[class*=zoom__plus] ymaps[class*=zoom__icon] {
  background-image: url("/local/templates/main/assets/icons/plus.svg");
}

ymaps[class*=zoom__minus] ymaps[class*=zoom__icon] {
  background-image: url("/local/templates/main/assets/icons/minus.svg");
}

ymaps[class*=zoom__scale] {
  display: none;
}

ymaps[class*=button-icon_icon_geolocation] {
  background-image: url("/local/templates/main/assets/icons/navigation.svg");
  border: none;
  width: 24px;
  height: 24px;
}

ymaps[class$=zoom] {
  height: 80px !important;
  padding: 0;
}

ymaps[class*=zoom__plus], ymaps[class*=zoom__minus] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  border: none;
  box-shadow: none;
}

ymaps[class*=zoom__plus] ymaps[class*=zoom__icon], ymaps[class*=zoom__minus] ymaps[class*=zoom__icon] {
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ymaps[class*=zoom__plus] {
  border-radius: 8px 8px 0 0;
}

ymaps[class*=zoom__minus] {
  border-radius: 0 0 8px 8px;
}

ymaps[class*=ground-pane] {
  filter: grayscale(100%);
}

.delivery-modal__map ymaps[class*=ground-pane] {
  filter: unset;
}

ymaps[class*=controls__control] > ymaps > ymaps[class*=float-button] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 8px;
}

ymaps[class*=controls__control] {
  width: 40px;
}

ymaps[class*=controls__control] ymaps[class*=float-button] ymaps[class*=float-button-icon] {
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ymaps[class*=map-copyrights-promo] {
  display: none;
}

.hystmodal__close {
  top: -8px;
  right: -8px;
  transform: translate(100%, -100%);
  background-image: url("/local/templates/main/assets/icons/x-sign.svg");
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .hystmodal__close {
    top: -16px;
    right: 16px;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  .hystmodal__wrap {
    justify-content: end;
  }
}
.hystmodal__window {
  width: auto;
}
@media screen and (max-width: 768px) {
  .hystmodal__window {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 74px;
  }
}

.modal {
  width: 750px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 24px 16px;
  }
}
.modal-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal-content-title {
  font-size: 20px;
  font-style: normal;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
  margin: 0;
  width: 100%;
}
.modal-content-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  background-color: var(--secondary-8-grey-color);
  border-radius: 50%;
}
.modal-content-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .modal-content-body {
    gap: 12px;
  }
}
.modal-content-footer {
  display: flex;
  gap: 24px;
  justify-content: end;
}
@media screen and (max-width: 576px) {
  .modal-content-footer button {
    width: 100%;
  }
}
.modal .form-successful {
  padding: 40px 0;
}

.confirm-code-modal__text span {
  font-weight: 500;
}
.confirm-code-modal__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.confirm-code-modal__form-submit {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.hystmodal-take-in-shop-window .hystmodal__window {
  width: 100%;
  max-width: 750px;
}

.basket-empty {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 24px;
  align-items: center;
  margin-bottom: 50px;
}
.basket-empty__icon {
  padding: 25px;
  background: var(--secondary-8-grey-color);
  border: none;
  border-radius: 1000px;
  max-width: 125px;
  max-height: 125px;
}
.basket-empty-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
}
.basket-page-container {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .basket-page-container {
    margin-top: 57px;
  }
}
.basket-page-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 44px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .basket-page-wrapper {
    flex-direction: column;
  }
}
.basket-page__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .basket-page__left {
    width: 100%;
  }
}
.basket-page__right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .basket-page__right {
    width: 100%;
  }
}
.basket-page-total {
  display: none;
  font-weight: var(--font-weight--bold);
}
@media screen and (max-width: 768px) {
  .basket-page-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 320px;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 16px;
    border-bottom: 1px solid var(--secondary-8-grey-color);
    background-color: var(--primary-white-color);
    width: unset;
  }
}
@media screen and (max-width: 768px) {
  .basket-page-total h2 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 16px;
  }
}
.basket-page-total__mobile-prices {
  display: none;
}
.basket-page-total__mobile-prices .price-discount {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .basket-page-total__mobile-prices {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
  }
}
.basket-page-total .price-discount {
  font-weight: 600;
  font-size: 20px !important;
}
@media screen and (max-width: 425px) {
  .basket-page-total .price-discount {
    font-size: 16px;
  }
}
.basket-page-total__information {
  font-size: 14px;
}
.basket-mobile-buttons {
  display: none;
  width: 100%;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .basket-mobile-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: none;
    gap: 16px;
    position: fixed;
    bottom: 80px;
    z-index: 25;
    width: 100%;
    height: 80px;
  }
}
.basket-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.basket-list__item {
  display: grid;
  grid-template-areas: "image content trash" "image buttons price";
  grid-template-columns: 116px 1fr auto;
  gap: 16px;
  padding: 16px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .basket-list__item {
    grid-template-areas: "image content" "image price" "trash buttons";
    grid-template-columns: 64px auto;
  }
}
.basket-list__item .btn__trash {
  display: flex;
  justify-content: flex-end;
  grid-area: trash;
  align-self: self-start;
}
@media screen and (max-width: 768px) {
  .basket-list__item .btn__trash {
    justify-content: flex-start;
    align-self: self-end;
  }
}
.basket-list__item:hover {
  border: 1px solid var(--primary-black-color);
  transition-duration: var(--transition-duration);
}
.basket-item__image {
  line-height: 0;
  grid-area: image;
  max-height: 116px;
}
@media screen and (max-width: 768px) {
  .basket-item__image {
    max-height: 64px;
  }
}
.basket-item__image img {
  aspect-ratio: 1;
  object-fit: contain;
  max-height: 100%;
}
.basket-item__mobile-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .basket-item__mobile-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.basket-item__button {
  grid-area: buttons;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .basket-item__button {
    display: flex;
    justify-content: flex-end;
  }
}
.basket-item__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex-grow: 1;
  grid-area: content;
}
.basket-item__title a {
  font-size: clamp(0.75rem, 0.645rem + 0.526vw, 1rem);
  text-decoration: none;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
}
.basket-item__attributes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.basket-item__attributes .basket-item-property span {
  font-size: 14px;
}
.basket-item__attributes .basket-item-property span:last-child {
  font-weight: var(--font-weight--bold);
}
.basket-item__attributes .basket-item-property--regular span {
  font-weight: var(--font-weight--normal) !important;
}
@media screen and (max-width: 768px) {
  .basket-item__attributes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .basket-item__attributes .item-size {
    font-weight: var(--font-weight--medium);
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .basket-item__attributes .item-code {
    font-weight: var(--font-weight--normal);
    font-size: clamp(0.75rem, 0.697rem + 0.263vw, 0.875rem);
  }
}
.basket-item__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  grid-area: price;
}
@media screen and (max-width: 768px) {
  .basket-item__prices {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-end;
  }
}
.basket-total {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .basket-total {
    gap: 12px;
  }
}
.basket-total-wrapper {
  margin: 0 clamp(0px, -1.154rem + 5.128vw, 80px);
}
.basket-total__title {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .basket-total__title {
    gap: 32px;
  }
}
.basket-total__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .basket-total__info {
    gap: 12px;
  }
}
.basket-total__info-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: clamp(1.25rem, 1.145rem + 0.526vw, 1.5rem);
}
.basket-total__results {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.basket-total__result {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.basket-total__result .separator {
  flex-grow: 1;
  border-bottom: 1px solid var(--secondary-8-grey-color);
}
@media screen and (max-width: 768px) {
  .basket-total .btn btn--black {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .basket-total .btn-basket {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .basket-total__information {
    display: none;
  }
}

.btn-basket-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  flex: 1 1 auto;
  font-weight: 400;
  max-height: 42px;
}
.btn-plus-minus {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0;
}
.btn-plus-minus__input {
  text-align: center;
  font-size: 14px;
  border: none;
  width: 30px;
}
.btn-plus-minus__minus {
  border-radius: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 2px solid var(--primary-black-color);
}
.btn-plus-minus__minus:hover {
  border: 2px solid var(--secondary-64-grey-color);
}
.btn-plus-minus__minus:hover svg {
  stroke: var(--secondary-64-grey-color);
}
.btn-plus-minus__plus {
  border-radius: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 2px solid var(--primary-black-color);
}
.btn-plus-minus__plus:hover {
  border: 2px solid var(--secondary-64-grey-color);
}
.btn-plus-minus__plus:hover svg {
  stroke: var(--secondary-64-grey-color);
}
.btn__trash {
  padding: 0;
}
.btn__trash:hover svg {
  stroke: var(--secondary-64-grey-color);
}
.btn-basket {
  width: 100%;
  padding: 12px 24px;
  min-height: 46px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 425px) {
  .btn-basket {
    font-size: 14px;
  }
}
.btn-basket__subtext {
  font-size: clamp(12px, 0.721rem + 0.128vw, 14px);
  font-weight: 400;
}

.price-old {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.price-discount {
  font-size: clamp(1rem, 0.838rem + 0.611vw, 1.25rem);
  font-weight: 600;
  line-height: normal;
}

.pagetitle {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #353535;
}

.property, .value {
  font-size: 16px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: var(--primary-black-color);
}

@media (max-width: 768px) {
  .pagetitle {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .container {
    padding: 0 16px 0 16px;
  }
}
.catalog {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.269rem + 1.026vw, 40px);
}
@media screen and (max-width: 992px) {
  .catalog {
    display: grid;
    grid-template-areas: "catalog-top" "cloud-tags" "catalog-filters" "catalog-products" "show-more" "pagination" "description";
  }
}
.catalog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 56px;
  row-gap: 16px;
}
@media screen and (max-width: 1440px) {
  .catalog-top {
    column-gap: 32px;
  }
}
@media screen and (max-width: 992px) {
  .catalog-top {
    justify-content: space-between;
    grid-area: catalog-top;
  }
}
.catalog-top__title {
  display: flex;
  align-items: center;
  gap: 8px 12px;
}
@media screen and (max-width: 992px) {
  .catalog-top__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalog-top__title h1 {
  margin: 0;
  color: var(--primary-grey-color);
  font-size: clamp(20px, 1.077rem + 0.769vw, 32px);
}
.catalog-top__title .products-count {
  font-size: clamp(14px, 0.846rem + 0.128vw, 16px);
  color: var(--primary-grey-color);
  line-height: 100%;
}
.catalog-top__left {
  display: flex;
  column-gap: 56px;
  row-gap: 16px;
  flex-wrap: wrap;
}
.catalog-top .cloud-tags {
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .catalog-top .cloud-tags {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .catalog-top .cloud-tags-mobile {
    grid-area: cloud-tags;
  }
}
.catalog .products-filters-sort {
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 992px) {
  .catalog .products-filters-sort {
    justify-content: space-between;
    align-items: center;
    grid-area: catalog-filters;
    gap: 8px;
  }
}
.catalog .products-filters-sort .filters-btn-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .catalog .products-filters-sort .filters-btn-mobile {
    display: flex;
  }
}
.catalog-filters {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.catalog-filters-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.catalog-filters-wrapper .overlay {
  display: none;
}
.catalog-filters .filter-dropdown__body-show-all {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  display: none;
  border-bottom: 1px solid var(--secondary-64-grey-color);
}
.catalog .selected-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  bottom: 16px;
}
.catalog .selected-filters__filter {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  background-color: var(--secondary-8-grey-color);
}
.catalog .selected-filters__filter-name {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-black-color);
}
@media screen and (max-width: 992px) {
  .catalog-section {
    grid-area: catalog-products;
  }
}
.catalog-products {
  display: grid;
  grid-gap: 12px;
}
.catalog-products.view-5 {
  grid-template-columns: repeat(5, 1fr);
}
.catalog-products.view-5 .product-card__images-mobile {
  max-width: 340px;
  max-height: 340px;
}
.catalog-products.view-4 {
  grid-template-columns: repeat(4, 1fr);
}
.catalog-products.view-4 .product-card__images-mobile {
  max-width: 578px;
  height: 578px;
}
.catalog-products.view-3 {
  grid-template-columns: repeat(3, 1fr);
}
.catalog-products.view-3 .product-card__images-mobile {
  max-width: 578px;
  max-height: 578px;
}
.catalog-products.view-2 {
  grid-template-columns: repeat(2, 1fr);
}
.catalog-products.view-2 .product-card__images-mobile {
  max-width: clamp(160px, -0.298rem + 45.769vw, 874px);
  max-height: clamp(160px, -0.298rem + 45.769vw, 874px);
}
@media screen and (max-width: 400px) {
  .catalog-products.view-2 .product-card__images-mobile {
    max-width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .catalog-products.view-2 .product-card__name, .catalog-products.view-2 .product-card__prices {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .catalog-products.view-2 .product-card__name--additional {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .catalog-products.view-2 .product-card__prices--additional {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .catalog-products.view-2 .favourite-btn svg {
    width: 32px !important;
    height: 32px !important;
  }
}
.catalog-products.view-1 {
  grid-template-columns: 1fr;
}
.catalog-products.view-1 .product-card__images-mobile {
  max-width: 328px;
  height: 328px;
}
.catalog .btn-show-more-products {
  grid-area: show-more;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 150%;
  margin: 40px auto;
}
@media screen and (max-width: 576px) {
  .catalog .btn-show-more-products {
    margin: 24px auto;
    width: 100%;
    font-size: 14px;
    line-height: 115%;
  }
}
@media screen and (max-width: 992px) {
  .catalog .pagination-wrapper {
    grid-area: pagination;
  }
}
.catalog .catalog-sort {
  margin-left: auto;
}
.catalog .catalog-sort .custom-select__header {
  width: unset;
}
.catalog .catalog-sort .custom-select__body {
  width: 290px;
}

@media (max-width: 992px) {
  .catalog-filters-wrapper {
    position: fixed;
    width: 85%;
    height: 100vh;
    z-index: 50;
    top: 0;
    left: -100%;
    background-color: var(--primary-white-color);
    padding: 4px 16px;
  }
  .catalog-filters-wrapper .overlay {
    display: block;
    left: 100%;
    transition-duration: unset;
  }
  .catalog-filters-wrapper .catalog-filters {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-y: auto;
    padding-right: 16px;
    position: relative;
  }
  .catalog-filters-wrapper .catalog-filters::-webkit-scrollbar {
    width: 6px;
  }
  .catalog-filters-wrapper .catalog-filters::-webkit-scrollbar-track {
    background-color: var(--secondary-8-grey-color);
  }
  .catalog-filters-wrapper .catalog-filters::-webkit-scrollbar-thumb {
    background-color: var(--secondary-24-grey-color);
  }
  .catalog-filters-wrapper .catalog-filters .selected-filters__show-btn {
    z-index: 1;
    position: sticky;
    bottom: 65px;
    box-shadow: 0 11px 0 0 rgb(255, 255, 255);
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown {
    width: 100%;
    padding: 20px 8px;
    display: block !important;
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown:not(:last-child) {
    border-bottom: 1px solid var(--secondary-8-grey-color);
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown__header-button {
    width: 100%;
    padding: 0;
    border: none;
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown__header-button span {
    flex-grow: 1;
    text-align: left;
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown__header-button .filters-selected-count {
    display: none;
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown__body {
    position: static;
    border: none;
    width: 100%;
    animation: none;
    padding: 8px 0;
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown__body .selected-filters__filter {
    width: fit-content;
    border-radius: 4px;
    margin-top: 12px;
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown__body-list {
    width: 100%;
    max-height: 96px;
    overflow-y: hidden;
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown__body-list .custom-checkbox-label {
    padding: 4px 0;
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown__body-list--opened {
    max-height: 200px;
    overflow-y: auto;
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown__body-show-all {
    display: initial;
  }
  .catalog-filters-wrapper .catalog-filters .filter-dropdown__button-clear {
    display: none;
  }
  .catalog-filters-wrapper .catalog-filters__all-btn {
    display: none;
  }
  .catalog-filters-wrapper .selected-filters {
    justify-content: center;
    gap: 8px;
    position: sticky;
    background-color: var(--primary-white-color);
    box-shadow: 0 -34px 0 0 rgb(255, 255, 255);
  }
  .catalog-filters-wrapper .selected-filters__show-btn {
    display: initial;
    width: 100%;
    font-size: 14px;
    line-height: 115%;
  }
  .catalog-filters-wrapper .selected-filters__reset-btn {
    font-size: 14px;
    line-height: 17px;
  }
  .catalog-filters-wrapper--active {
    left: 0;
  }
  .catalog-filters-wrapper--active .overlay {
    left: 85%;
  }
}
.product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid transparent;
  transition-duration: var(--transition-duration);
}
.product-card__top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
}
.product-card__tags {
  flex-grow: 1;
  display: flex;
  gap: 12px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  z-index: 2;
}
.product-card__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product-card__images {
    display: none;
  }
}
.product-card__images-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.product-card__images-areas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
}
.product-card__images-area {
  flex: 1 1 auto;
}
.product-card__images-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-card__images-mobile {
    display: block;
  }
}
.product-card__images-mobile .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1;
}
.product-card__image-main {
  height: 100%;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1;
}
.product-card__info {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.385rem + 0.51vw, 16px);
  padding: 0 8px;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .product-card__info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-card__info {
    margin-top: 0;
  }
}
.product-card__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.385rem + 0.51vw, 16px);
}
.product-card__brand {
  text-align: center;
  font-size: 14px;
  font-weight: var(--font-weight--semi-bold);
  line-height: 19px;
  color: var(--primary-grey-color);
}
.product-card__name {
  font-size: 14px;
  font-weight: var(--font-weight--normal);
  line-height: 19px;
  color: var(--primary-grey-color);
  text-decoration: none;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .product-card__name {
    -webkit-line-clamp: 3;
  }
}
.product-card__name--additional {
  display: none;
}
.product-card__prices {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .product-card__prices {
    gap: 8px;
  }
}
.product-card__prices--additional {
  display: none;
}
.product-card__price {
  font-size: 24px;
  font-weight: var(--font-weight--bold);
  line-height: 28px;
  color: var(--primary-black-color);
}
@media screen and (max-width: 768px) {
  .product-card__price {
    font-size: 16px;
    font-weight: var(--font-weight--semi-bold);
    line-height: 19px;
  }
}
.product-card__old-price {
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: line-through;
  color: var(--primary-grey-color);
}
@media screen and (max-width: 768px) {
  .product-card__old-price {
    font-size: 14px;
    line-height: 17px;
  }
}
.product-card__options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.product-card__options-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 8px 12px 8px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 12;
  pointer-events: none;
  opacity: 0;
  background-color: var(--primary-white-color);
}
.product-card__option {
  cursor: pointer;
  padding: 4px 8px;
  border: 1px solid var(--primary-grey-color);
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  color: var(--primary-grey-color);
}
.product-card__option.notallowed {
  color: var(--secondary-24-grey-color);
  background-color: var(--primary-white-color);
  border-color: var(--secondary-24-grey-color);
  position: relative;
  overflow: hidden;
}
.product-card__option.selected {
  color: var(--primary-white-color);
  background-color: var(--primary-black-color);
  border-color: var(--primary-black-color);
}
.product-card-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-card-wrapper:hover {
    border-color: var(--secondary-8-grey-color);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  }
  .product-card-wrapper:hover .product-card__options-wrapper {
    opacity: 1;
    pointer-events: all;
    box-shadow: 0 6px 15px 2px rgba(0, 0, 0, 0.1);
  }
  .product-card-wrapper:hover .product-card__options-wrapper::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    background-color: var(--primary-white-color);
  }
}
.product-card--small .product-card__tags .product-card__tag {
  padding: 2px 4px;
  font-size: 10px;
  line-height: 12px;
}
.product-card--small .product-card__info {
  gap: 8px;
}
.product-card--small .product-card__title {
  gap: 8px;
}
.product-card--small .product-card__price {
  font-size: clamp(16px, 0.942rem + 0.256vw, 20px);
}
.product-card--small .product-card__old-price {
  font-size: 14px;
  line-height: 17px;
}
.product-card--small .product-card__images-inner {
  height: clamp(160px, 9.712rem + 1.282vw, 180px);
}
.product-card--small .images-pagination__item {
  height: 2px;
}
.product-card--small .product-card__images-mobile {
  height: clamp(160px, 9.712rem + 1.282vw, 180px);
  width: clamp(160px, 9.712rem + 1.282vw, 180px);
}
.product-card--small .product-card__images-mobile .swiper-slide {
  text-align: center;
}

.images-pagination {
  display: flex;
}
.images-pagination__item {
  flex: 1 1 auto;
  background-color: var(--secondary-8-grey-color);
  height: 6px;
}
.images-pagination__item--current {
  background-color: var(--secondary-24-grey-color);
}

.popular {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .popular {
    gap: 20px;
  }
}
.popular-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  margin: 0;
  color: var(--primary-white-color);
}
.popular .catalog-products {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
}
@media (max-width: 1020px) {
  .popular .catalog-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .popular .catalog-products {
    grid-column-gap: 8px;
    grid-row-gap: 12px;
  }
}
@media (max-width: 768px) {
  .popular .product-card__images-mobile {
    height: auto !important;
  }
}
.popular .product-card-wrapper:hover .product-card {
  background-color: var(--primary-white-color);
}
.popular .product-card-wrapper:hover .product-card__brand, .popular .product-card-wrapper:hover .product-card__name, .popular .product-card-wrapper:hover .product-card__price, .popular .product-card-wrapper:hover .product-card__old-price {
  color: var(--primary-black-color);
}
.popular .product-card__images {
  background-color: var(--primary-white-color);
}
.popular .product-card__brand, .popular .product-card__name, .popular .product-card__price, .popular .product-card__old-price {
  color: var(--primary-white-color);
}

.detail {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 0.692rem + 3.59vw, 80px);
}
.detail-product {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 12px;
}
@media screen and (max-width: 850px) {
  .detail-product {
    grid-template-columns: 1fr;
  }
}
.detail-product__left .product-images__image {
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: 200%;
  background-image: none;
  cursor: zoom-in;
}
.detail-product__left .product-images__image span {
  position: absolute;
  top: 24px;
  left: 24px;
}
.detail-product__left .product-images__image img {
  aspect-ratio: 1;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}
.detail-product__left .product-images__image img:hover {
  opacity: 0;
}
.detail-product__right {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .detail-product__right {
    gap: 24px;
  }
}
.detail-product__right-favourite-btn {
  position: absolute;
  top: 0;
  right: 16px;
}
.detail-product__right-top {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.269rem + 1.03vw, 24px);
}
.detail-product__right-mobile-slider {
  display: none;
}
@media screen and (max-width: 850px) {
  .detail-product__right-mobile-slider {
    display: block;
  }
}
.detail-product__right-mobile-slider .mobile-slider {
  position: relative;
}
.detail-product__right-mobile-slider .mobile-slider__tags {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
}
.detail-product__right-mobile-slider .mobile-slider__tags span {
  padding: 4px 8px;
  font-style: normal;
  font-size: 12px;
  font-weight: var(--font-weight--semi-bold);
  line-height: 15px;
  color: var(--primary-white-color);
}
.detail-product__right-mobile-slider .mobile-slider__swiper {
  width: clamp(318px, -3.084rem + 102.041vw, 818px);
  height: clamp(318px, -3.084rem + 102.041vw, 818px);
}
.detail-product__right-mobile-slider .mobile-slider__swiper .swiper-slide {
  text-align: center;
}
.detail-product__right-mobile-slider .mobile-slider__swiper .swiper-slide--360, .detail-product__right-mobile-slider .mobile-slider__swiper .swiper-slide--video {
  position: relative;
}
.detail-product__right-mobile-slider .mobile-slider__swiper .swiper-slide--360 img, .detail-product__right-mobile-slider .mobile-slider__swiper .swiper-slide--video img {
  opacity: 0.7;
}
.detail-product__right-mobile-slider .mobile-slider__swiper .swiper-slide--360 span, .detail-product__right-mobile-slider .mobile-slider__swiper .swiper-slide--video span {
  position: absolute;
  top: 0;
  left: 0;
}
.detail-product__right-mobile-slider .mobile-slider__swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}
.detail-product__right-out-of-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-red-color);
  font-size: 18px;
  font-weight: var(--font-weight--semi-bold);
  line-height: 22px;
}
.detail-product__right-out-of-stock svg {
  stroke: var(--primary-red-color) !important;
}
.detail-product__right-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-product__right-form-title {
  font-style: normal;
  font-size: 20px;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
  color: var(--primary-black-color);
}
.detail-product__right-form svg {
  stroke: var(--secondary-64-grey-color) !important;
}
.detail-product__right-form-subtext {
  font-size: 14px;
  line-height: 150%;
  color: var(--primary-grey-color);
  margin-top: 4px;
}
.detail-product__right-offers {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.detail-product__right-colors {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.577rem + 0.77vw, 24px);
}
.detail-product__right-colors .product-colors__title {
  font-size: 16px;
  font-weight: var(--font-weight--normal);
  line-height: 100%;
  color: var(--secondary-64-grey-color);
}
.detail-product__right-colors .product-colors__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.detail-product__right-colors .product-colors__item {
  flex-shrink: 0;
  width: clamp(76px, 4.649rem + 0.45vw, 83px);
  height: clamp(76px, 4.649rem + 0.45vw, 83px);
}
.detail-product__right-colors .product-colors__item .custom-radio {
  opacity: 0;
  width: 0 !important;
}
.detail-product__right-colors .product-colors__item .custom-radio:checked ~ img, .detail-product__right-colors .product-colors__item .custom-radio:focus ~ img, .detail-product__right-colors .product-colors__item .custom-radio:focus-visible ~ img {
  box-shadow: 0 0 0 1px var(--primary-black-color);
}
.detail-product__right-colors .product-colors__item .custom-radio:disabled {
  pointer-events: none;
}
.detail-product__right-colors .product-colors__item .custom-radio:disabled ~ img {
  opacity: 0.33;
}
.detail-product__right-colors .product-colors__item img {
  width: clamp(76px, 4.649rem + 0.45vw, 83px);
  height: clamp(76px, 4.649rem + 0.45vw, 83px);
  object-fit: contain;
  border: 1px solid var(--primary-black-color);
  border-radius: 4px;
}
.detail-product__right-sizes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-product__right-sizes .product-sizes__top {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .detail-product__right-sizes .product-sizes__top {
    grid-template-columns: 1fr;
  }
}
.detail-product__right-sizes .product-sizes__title {
  font-size: 16px;
  line-height: 100%;
  color: var(--secondary-64-grey-color);
  grid-column: 1/-1;
}
.detail-product__right-sizes .product-sizes__types {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.detail-product__right-sizes .product-sizes__button {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: var(--font-weight--bold);
  text-transform: uppercase;
  color: var(--primary-grey-color);
  border-radius: 4px;
}
.detail-product__right-sizes .product-sizes__button--active {
  background-color: var(--primary-black-color);
  color: var(--primary-white-color);
}
.detail-product__right-sizes .product-sizes__table-btn {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  border-bottom: 1px solid var(--secondary-64-grey-color);
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary-64-grey-color);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .detail-product__right-sizes .product-sizes__table-btn {
    justify-self: self-start;
  }
}
.detail-product__right-sizes .product-sizes__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.detail-product__right-sizes .product-sizes__size {
  flex-shrink: 0;
  line-height: 0;
}
.detail-product__right-sizes .product-sizes__size .custom-radio-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 38px;
}
.detail-product__right-similar-products {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 850px) {
  .detail-product__right-similar-products .similar-products-section {
    width: clamp(18.75rem, -0.118rem + 94.34vw, 50rem);
  }
}
.detail-product__right-similar-products .similar-products-section__title {
  font-size: 20px;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
  color: var(--primary-black-color);
  margin: 0;
}
.detail-product__right-similar-products .similar-products-section__products {
  display: flex;
  gap: 16px;
  overflow-x: auto;
}
.detail-product__right-similar-products .similar-products-section__products .product-card-wrapper {
  flex: 1 0 185px;
}
.detail-product__right-similar-products .similar-products-section__products .product-card-wrapper:hover {
  box-shadow: none;
}
.detail-product__right-buttons--not-available {
  opacity: 0.5;
  pointer-events: none;
}
.detail-product__right-buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.detail-product__right-buttons .basket-add-btn {
  width: 100%;
  height: 56px;
  position: relative;
  overflow: hidden;
  transition-duration: var(--transition-duration);
}
@media screen and (max-width: 576px) {
  .detail-product__right-buttons .basket-add-btn {
    height: 40px;
  }
}
.detail-product__right-buttons .basket-add-btn-wrapper {
  grid-column: 1/-1;
}
.detail-product__right-buttons .btn-plus-minus {
  padding: 12px 24px;
  background-color: var(--primary-white-color);
  border: 1px solid var(--primary-black-color);
  border-radius: 4px;
  justify-content: center;
}
.detail-product__right-buttons .btn-plus-minus input {
  background-color: transparent;
  border: none;
  width: 100px;
  text-align: center;
  font-style: normal;
  font-size: 16px;
  font-weight: var(--font-weight--normal);
  line-height: 150%;
  color: var(--primary-black-color);
}
.detail-product__right-benefits {
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .detail-product__right-benefits {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 992px) {
  .detail-product__right-benefits {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.detail-product__right-benefits .product-benefits__benefit {
  flex: 1 1 auto;
  padding: 16px 0;
  background-color: var(--secondary-8-white-color);
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.detail-product__right-benefits .product-benefits__benefit-title {
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--primary-black-color);
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .detail-product__right-benefits .product-benefits--three .product-benefits__benefit {
    grid-column: 1/-1;
  }
}
.detail-product__right-accordions {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.154rem + 1.54vw, 48px);
}
.detail-product__right-accordions .accordion {
  transition-duration: var(--transition-duration);
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 24px;
  overflow: hidden;
}
.detail-product__right-accordions .accordion__header {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-product__right-accordions .accordion__header svg {
  transform: rotate(90deg);
}
.detail-product__right-accordions .accordion__title {
  font-style: normal;
  font-size: 20px;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
  color: var(--primary-black-color);
}
.detail-product__right-accordions .accordion__body {
  visibility: hidden;
}
.detail-product__right-accordions .accordion__body p {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-grey-color);
}
.detail-product__right-accordions .accordion__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-product__right-accordions .accordion__list--simple li {
  font-size: 16px;
  font-weight: var(--font-weight--normal);
  line-height: 135%;
  color: var(--primary-grey-color);
}
.detail-product__right-accordions .accordion__list--complex .accordion__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  color: var(--primary-grey-color);
  font-size: 16px;
  font-weight: var(--font-weight--normal);
  line-height: 150%;
}
.detail-product__right-accordions .accordion__list--complex .accordion__item-property {
  font-weight: var(--font-weight--semi-bold);
}
.detail-product__right-accordions .accordion__list-sublist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-product__right-accordions .accordion--active {
  max-height: 100% !important;
}
.detail-product__right-accordions .accordion--active .accordion__header svg {
  transform: rotate(270deg);
}
.detail-product__right-accordions .accordion--active .accordion__body {
  visibility: visible;
}
.detail-product__right-accordions .accordion__item {
  display: flex;
  align-items: center;
}
.detail-product__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.detail-product__brand {
  font-size: clamp(16px, 0.856rem + 0.641vw, 26px);
  font-weight: var(--font-weight--semi-bold);
  line-height: 120%;
  text-transform: uppercase;
  color: var(--primary-black-color);
}
.detail-product__name {
  font-size: clamp(14px, 0.702rem + 0.769vw, 26px);
  font-weight: var(--font-weight--normal);
  line-height: 120%;
  color: var(--primary-black-color);
}
.detail-product__prices {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .detail-product__prices {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
}
.detail-product__old-price {
  font-size: clamp(14px, 0.788rem + 0.385vw, 20px);
  line-height: 100%;
  text-decoration-line: line-through;
  color: var(--primary-grey-color);
}
@media screen and (max-width: 768px) {
  .detail-product__old-price {
    font-weight: 300;
  }
}
.detail-product__price {
  font-style: normal;
  font-size: clamp(18px, 0.923rem + 0.897vw, 32px);
  font-weight: var(--font-weight--bold);
  line-height: 100%;
  color: var(--primary-black-color);
}
@media screen and (max-width: 768px) {
  .detail-product__price {
    font-weight: var(--font-weight--semi-bold);
  }
}
.detail-product__in-shops {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.detail-product__in-shops button {
  padding: 0;
  border-radius: 0;
}
.detail .outfits-section {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.detail .outfits-section__title {
  padding: 32px 0;
  margin: 0;
  font-size: clamp(24px, 1.269rem + 1.026vw, 40px);
  font-weight: var(--font-weight--medium);
  line-height: 150%;
  color: var(--primary-grey-color);
}
.detail .outfits-section__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: clamp(328px, 17.01rem + 15.513vw, 570px);
  grid-gap: 12px;
}
@media screen and (max-width: 992px) {
  .detail .outfits-section__images {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 660px) {
  .detail .outfits-section__images {
    grid-template-columns: 1fr;
  }
}
.detail .outfits-section__image {
  text-align: center;
}
.detail .outfits-section__image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}

.detail-tabbar-buttons {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 75px;
  z-index: 10;
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  padding: 16px;
}
@media screen and (max-width: 992px) {
  .detail-tabbar-buttons {
    display: grid;
  }
}
.detail-tabbar-buttons .btn--outline, .detail-tabbar-buttons .btn--black {
  padding: 12px;
  font-size: 12px;
}
.detail-tabbar-buttons .btn-plus-minus {
  padding: 12px;
  background-color: var(--primary-white-color);
  border: 1px solid var(--primary-black-color);
  border-radius: 4px;
  justify-content: center;
}
.detail-tabbar-buttons .btn-plus-minus input {
  background-color: transparent;
  border: none;
  width: 64px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  font-weight: var(--font-weight--normal);
  line-height: 150%;
  color: var(--primary-black-color);
}

@media screen and (max-width: 992px) {
  .footer-detail-product {
    padding-bottom: 150px;
  }
}

.take-in-shop-window {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .take-in-shop-window {
    padding: 24px 16px;
  }
}
.take-in-shop-window__title {
  font-style: normal;
  font-size: 20px;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
  color: var(--primary-black-color);
}
@media screen and (max-width: 768px) {
  .take-in-shop-window .custom-select-bordered {
    width: 100%;
  }
}
.take-in-shop-window__shops.shops {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 600px;
  overflow-y: auto;
  padding-right: 10px;
}
.take-in-shop-window__shops.shops .shops__shop {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "shop-title shop-stock" "shop-info shop-button";
  grid-column-gap: 24px;
  grid-row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .take-in-shop-window__shops.shops .shops__shop {
    grid-template-columns: 1fr;
    grid-template-areas: "shop-title" "shop-info" "shop-stock" "shop-button";
    grid-row-gap: 12px;
  }
}
.take-in-shop-window__shops.shops .shops__shop-title {
  grid-area: shop-title;
  font-style: normal;
  font-size: 20px;
  font-weight: var(--font-weight--semi-bold);
  line-height: 120%;
  display: flex;
  align-items: center;
  color: var(--primary-black-color);
}
.take-in-shop-window__shops.shops .shops__shop-info {
  grid-area: shop-info;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
}
.take-in-shop-window__shops.shops .shops__shop-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: var(--font-weight--medium);
  line-height: 140%;
  color: var(--primary-grey-color);
}
.take-in-shop-window__shops.shops .shops__shop-in-stock {
  grid-area: shop-stock;
  font-size: 16px;
  font-weight: var(--font-weight--medium);
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-red-color);
  justify-self: self-end;
}
@media screen and (max-width: 768px) {
  .take-in-shop-window__shops.shops .shops__shop-in-stock {
    justify-self: self-start;
  }
}
.take-in-shop-window__shops.shops .shops__shop-in-stock span {
  font-size: 20px;
  font-weight: var(--font-weight--semi-bold);
}
.take-in-shop-window__shops.shops .shops__shop-button {
  grid-area: shop-button;
  align-self: self-end;
}

@media screen and (max-width: 768px) {
  .hystmodal-take-in-shop-window .hystmodal__close {
    top: -16px;
    right: 16px;
    transform: translateY(-100%);
  }
}

.hystmodal-modal-images .hystmodal__window {
  width: 1213px;
}
@media screen and (max-width: 1400px) {
  .hystmodal-modal-images .hystmodal__close {
    top: -16px;
    right: 16px;
    transform: translateY(-100%);
  }
}

.hystmodal-add-to-basket .hystmodal__window {
  max-width: 100%;
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket {
    padding: 24px 16px;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__title {
  height: 100%;
  display: flex;
  justify-content: center;
  font-style: normal;
  font-size: 26px;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
  color: var(--primary-black-color);
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__title {
    font-size: 20px;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body {
  display: flex;
  gap: 24px;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body {
    flex-direction: column;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-image {
  width: 200px;
  height: 200px;
  min-width: 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-image {
    width: 230px;
    height: 230px;
    min-width: 230px;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description {
    flex-direction: column;
    gap: 16px;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product {
    gap: 16px;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  font-size: 20px;
  font-style: normal;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product-title {
    font-size: 18px;
    align-items: center;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product-shop-name {
  text-align: start;
  font-weight: 600;
  text-transform: uppercase;
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product-name {
  text-align: start;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product-name {
    text-align: center;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product-name::first-letter {
  text-transform: uppercase;
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product-info {
  width: 100%;
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product-info {
    justify-content: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__product-article {
    display: none;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__prices {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: end;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__prices {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__prices-old-price {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: line-through;
  order: 1;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__prices-old-price {
    font-size: 14px;
    order: 0;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__prices-price {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket__body-description .modal-add-to-basket__prices-price {
    font-size: 20px;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket .modal-add-to-basket__buttons {
  display: flex;
  gap: 24px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket .modal-add-to-basket__buttons {
    flex-direction: column;
    gap: 12px;
  }
}
.hystmodal-add-to-basket .hystmodal__window .modal-add-to-basket .modal-add-to-basket__buttons .modal-add-to-basket__button {
  flex-grow: 1;
}

.hystmodal-sizes-table .hystmodal__window {
  min-width: max-content;
}
@media screen and (max-width: 480px) {
  .hystmodal-sizes-table .hystmodal__window {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hystmodal-sizes-table .hystmodal__close {
    top: -16px;
    right: 16px;
    transform: translateY(-100%);
  }
}
.hystmodal-sizes-table .modal-sizes {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding: 40px;
  max-width: 86vw;
}
@media screen and (max-width: 768px) {
  .hystmodal-sizes-table .modal-sizes {
    gap: 24px;
    padding: 24px 16px;
    max-width: 100vw;
    max-height: calc(100vh - 90px - 74px);
  }
}
.hystmodal-sizes-table .modal-sizes__title {
  font-style: normal;
  font-size: 20px;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
  color: var(--primary-black-color);
}
@media screen and (max-width: 768px) {
  .hystmodal-sizes-table .modal-sizes__title {
    font-size: 16px;
  }
}
.hystmodal-sizes-table .modal-sizes__table {
  display: flex;
  flex-direction: column;
  gap: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  outline: 1px solid var(--secondary-24-grey-color);
}
@media screen and (max-width: 768px) {
  .hystmodal-sizes-table .modal-sizes__table {
    overflow-y: auto;
    flex-direction: row;
    justify-content: space-between;
    max-height: 500px;
  }
}
.hystmodal-sizes-table .modal-sizes__table-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .hystmodal-sizes-table .modal-sizes__table-row {
    flex-direction: column;
    width: 100%;
  }
}
.hystmodal-sizes-table .modal-sizes__table-head {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  min-width: 80px;
  min-height: 60px;
  background-color: var(--primary-white-color);
  text-align: center;
  font-weight: var(--font-weight--bold);
  font-size: clamp(14px, 0.95rem + 0.25vw, 16px);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--primary-black-color);
  outline: 1px solid var(--secondary-24-grey-color);
}
@media screen and (max-width: 768px) {
  .hystmodal-sizes-table .modal-sizes__table-head {
    min-width: 65.6px !important;
  }
}
.hystmodal-sizes-table .modal-sizes__table-head > span {
  text-transform: lowercase;
  font-weight: var(--font-weight--light);
}
.hystmodal-sizes-table .modal-sizes__table-item {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  min-width: 80px;
  min-height: 60px;
  background-color: var(--primary-white-color);
  font-size: clamp(14px, 0.85rem + 0.125vw, 16px);
  font-weight: var(--font-weight--light);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--primary-black-color);
  text-align: center;
  outline: 1px solid var(--secondary-24-grey-color);
}
@media screen and (max-width: 768px) {
  .hystmodal-sizes-table .modal-sizes__table-item {
    min-width: 65.6px !important;
  }
}
.hystmodal-sizes-table .modal-sizes__table-item > b {
  font-weight: var(--font-weight--bold);
}
.hystmodal-sizes-table .modal-sizes__clothes .modal-sizes__table-head {
  min-width: 110px;
  min-height: 50px;
}
.hystmodal-sizes-table .modal-sizes__clothes .modal-sizes__table-item {
  min-width: 90px;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  .hystmodal-sizes-table .modal-sizes__clothes .modal-sizes__table-item {
    height: 40px;
  }
}

@media (max-width: 992px) {
  .detail-product__right {
    max-width: 300px;
  }
}

.detail-product__left .images-window {
  padding: 0;
  max-height: 960px;
}
@media (max-width: 1400px) {
  .detail-product__left .images-window {
    max-height: 760px;
  }
}
@media (max-width: 1350px) {
  .detail-product__left .images-window {
    max-height: 660px;
  }
}
@media (max-width: 1200px) {
  .detail-product__left .images-window {
    max-height: 560px;
  }
}
@media (max-width: 992px) {
  .detail-product__left .images-window {
    max-height: 520px;
  }
}
@media (max-width: 850px) {
  .detail-product__left .images-window {
    display: none;
  }
}
.detail-product__left .images-window__left .swiper {
  width: 150px;
  height: 690px;
}
@media (max-width: 992px) {
  .detail-product__left .images-window__left .swiper {
    width: 80px;
  }
}
.detail-product__left .images-window__left .swiper-button-disabled svg {
  stroke: var(--secondary-40-grey-color);
}
@media (min-width: 850px) {
  .detail-product__left .images-window__left .swiper-button-arrow:hover {
    background-color: var(--secondary-8-grey-color);
  }
}
.detail-product__left .images-window__right {
  max-width: 100%;
  width: clamp(460px, -6.259rem + 56.466vw, 984px);
}
@media (max-width: 992px) {
  .detail-product__left .images-window__right {
    width: clamp(380px, 6.303rem + 42.254vw, 984px);
  }
}
@media (max-width: 850px) {
  .detail-product__left .images-window__right {
    width: 640px;
  }
}
.detail-product__left .images-window__right .swiper-slide img {
  margin-bottom: auto;
}

.images-window {
  padding: 40px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1400px) {
  .images-window {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .images-window {
    padding: 24px 16px;
    flex-direction: column-reverse;
  }
}
.images-window__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .images-window__left .swiper-button-arrow {
    display: none;
  }
}
.images-window__left .swiper {
  height: 870px;
  width: 125px;
}
@media screen and (max-width: 768px) {
  .images-window__left .swiper {
    height: 125px;
    width: 100%;
  }
}
.images-window__left .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.images-window__left .swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}
.images-window__left .swiper .swiper-slide--360, .images-window__left .swiper .swiper-slide--video {
  position: relative;
}
.images-window__left .swiper .swiper-slide--360 img, .images-window__left .swiper .swiper-slide--video img {
  opacity: 0.7;
}
.images-window__left .swiper .swiper-slide--360 span, .images-window__left .swiper .swiper-slide--video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .images-window__left .swiper .swiper-slide--360 span, .images-window__left .swiper .swiper-slide--video span {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .images-window__left .swiper .swiper-slide--360 span svg, .images-window__left .swiper .swiper-slide--video span svg {
    width: 100% !important;
    height: 100% !important;
  }
}
.images-window__left .swiper-button-arrow {
  position: static;
  width: initial;
  height: initial;
  opacity: 1;
  margin: 0;
}
.images-window__left .swiper-button-arrow::before, .images-window__left .swiper-button-arrow::after {
  display: none;
}
@media screen and (max-width: 576px) {
  .images-window__left .swiper {
    height: 80px !important;
  }
}
.images-window__right {
  width: clamp(500px, 11.083rem + 42.014vw, 984px);
}
@media screen and (max-width: 768px) {
  .images-window__right {
    width: 100%;
  }
}
.images-window__right .swiper {
  height: 100%;
  width: 100%;
}
.images-window__right .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.images-window__right .swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .images-window__right .swiper-slide {
    height: 500px;
  }
}
.images-window__right .threesixty {
  cursor: grab;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100% !important;
  height: 100% !important;
}

.notification .notification__body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bx-ios .take-in-shop-window .custom-select-bordered__body {
  z-index: 1;
}

.catalog-block {
  width: 100%;
}
.catalog-bottom__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  row-gap: 16px;
}
.catalog-empty {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 24px;
  align-items: center;
}
.catalog-empty__icon {
  padding: 25px;
  background: var(--secondary-8-grey-color);
  border: none;
  border-radius: 1000px;
  max-width: 125px;
  max-height: 125px;
}
.catalog-empty-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.text__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: var(--primary-grey-color);
}
.text__description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--primary-grey-color);
}

button.btn--search {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  right: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
}
button.btn--search svg {
  left: 0 !important;
}

.d-none.show {
  display: flex !important;
}

.header-search .overlay {
  z-index: -1;
}
@media (max-width: 992px) {
  .header-search {
    position: unset;
  }
}

.search-results {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  background-color: var(--primary-white-color);
  display: none;
}
.search-results.show {
  display: block;
}
@media (max-width: 992px) {
  .search-results {
    height: 100vh;
  }
}
.search-results__inner {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .search-results__inner {
    padding: 14px 16px;
  }
}
.search-results-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.search-results-header__title {
  font-style: var(--font-style--normal);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: inherit;
}
.search-results-header__title span {
  font-weight: var(--font-weight--semi-bold);
  font-size: 18px;
  line-height: 150%;
  color: var(--primary-grey-color);
}
.search-results-header__title button {
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary-64-grey-color);
  text-decoration: underline;
}
.search-results-body__history {
  line-height: 150%;
  overflow-y: auto;
  max-height: calc(100vh - 234px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-results-body__history-item {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-black-color);
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  transition-duration: var(--transition-duration);
}
.search-results-body__history-item:hover {
  cursor: pointer;
  color: var(--secondary-64-grey-color);
}
.search-results-body__history-item:hover svg {
  stroke: var(--secondary-64-grey-color);
}
.search-results-body__results {
  max-height: calc(100vh - 234px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search-results-body__results-btn {
  display: flex;
  justify-content: flex-start;
}
.search-results-body__item {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 992px) {
  .search-results-body__item {
    padding: 8px;
  }
}
.search-results-body__items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.search-results-body__item {
  padding: 16px;
}
.search-results-body__item-image {
  max-width: 50px;
  max-height: 50px;
}
.search-results-body__item-image img {
  height: auto;
  max-width: inherit;
  max-height: inherit;
}
.search-results-body__item-body p {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--medium);
  font-size: 14px;
  line-height: 19px;
  color: var(--primary-grey-color);
  margin: 0;
}
@media (max-width: 992px) {
  .search-results-body__item-body p {
    font-size: 12px;
  }
}
.search-results-body__item-body .price {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--medium);
  font-size: 18px;
  line-height: 21px;
  color: var(--primary-black-color);
}
@media (max-width: 992px) {
  .search-results-body__item-body .price {
    font-size: 14px;
    line-height: 17px;
  }
}
.search-results-body__item-body .price--old {
  font-size: 14px;
  line-height: 100%;
  text-decoration-line: line-through;
  color: var(--primary-grey-color);
}
@media (max-width: 992px) {
  .search-results-body__item-body .price--old {
    font-size: 12px;
    line-height: 100%;
  }
}
.search-results-body__item-body-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.search-results-body__section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-black-color);
  text-decoration: none;
}
.search-results-body__sections {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-results-body__wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-results-body__title {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--semi-bold);
  font-size: 18px;
  line-height: 150%;
  color: var(--primary-grey-color);
}

@media (max-width: 992px) {
  .header-search-form {
    position: unset;
  }
}
.auth {
  display: grid;
  grid-template-columns: minmax(320px, 570px) 1fr;
  grid-template-rows: clamp(400px, 12.5rem + 26.04vw, 700px);
  grid-gap: 24px;
  padding-top: clamp(12px, -0.231rem + 4.36vw, 80px);
  padding-bottom: clamp(0px, -0.808rem + 3.59vw, 56px);
}
@media screen and (max-width: 768px) {
  .auth {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 440px;
  }
}
.auth__image {
  background-image: url(/local/templates/main/assets/images/auth/auth-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .auth__image {
    grid-row: 2/3;
    background-size: contain;
  }
}
.auth__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .auth__inner {
    grid-row: 1/2;
  }
}
.auth-form {
  width: 670px;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.269rem + 1.03vw, 40px);
}
@media screen and (max-width: 1200px) {
  .auth-form {
    width: 500px;
  }
}
@media screen and (max-width: 992px) {
  .auth-form {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .auth-form {
    width: 100%;
  }
}
.auth-form__title {
  margin: 0;
  font-size: clamp(20px, 1.192rem + 0.26vw, 24px);
  font-weight: var(--font-weight--semi-bold);
  line-height: 110%;
  color: var(--primary-grey-color);
}
.auth-form__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, 0.442rem + 0.26vw, 12px);
}
@media screen and (max-width: 576px) {
  .auth-form__text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.auth-form__text span {
  font-size: 16px;
  line-height: 140%;
  color: var(--primary-grey-color);
}
.auth-form__inputs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.auth-form__inputs label {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .auth-form__inputs label svg {
    width: 16px !important;
    height: 16px !important;
  }
}
@media screen and (max-width: 576px) {
  .auth-form__inputs label input {
    padding: 8px 40px 8px;
  }
}
.auth-form__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
@media screen and (max-width: 576px) {
  .auth-form__bottom {
    flex-direction: column-reverse;
  }
}
.auth-form__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .auth-form__bottom-links {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .auth-form__bottom .forgot-password-form__bottom-links {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 576px) {
  .auth-form__bottom button {
    width: 100%;
  }
}
.auth.register {
  grid-template-rows: unset;
}
@media screen and (max-width: 768px) {
  .auth.register {
    grid-template-rows: 1fr 440px;
  }
}
.auth .user-gender {
  display: flex;
  gap: 24px;
  position: relative;
  left: 8px;
}

.personal {
  display: grid;
  grid-template-columns: 274px 1fr;
  gap: 24px;
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .personal {
    grid-template-columns: 1fr;
    padding: 12px 0 24px 0;
  }
}
@media (max-width: 576px) {
  .personal {
    padding: 12px 0 24px;
  }
}
.personal-content {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.212rem + 1.28vw, 44px);
  overflow: hidden;
}
.personal-block {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.212rem + 1.28vw, 44px);
}
.personal-block__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 12px 8px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .personal-block__top {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}
.personal-block__top-subtext {
  font-style: var(--font-style--normal);
  font-size: clamp(14px, 0.846rem + 0.13vw, 16px);
  font-weight: var(--font-weight--normal);
  line-height: 100%;
  color: var(--primary-grey-color);
}
@media screen and (max-width: 960px) {
  .personal-block__top-subtext {
    grid-row: 2/3;
  }
}
.personal-block__body {
  width: 100%;
}
.personal-block__title {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .personal-block__title {
    grid-row: 1/2;
  }
}
.personal-block__title span {
  font-style: var(--font-style--normal);
  font-size: clamp(20px, 1.192rem + 0.26vw, 24px);
  font-weight: var(--font-weight--semi-bold);
  line-height: 100%;
  color: var(--primary-grey-color);
}
.personal-block-slider__navigation {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .personal-block-slider__navigation {
    grid-row: 1/3;
  }
}
.personal-block-slider__navigation .swiper-button-arrow {
  line-height: 0;
  position: static;
  height: initial;
  width: initial;
  margin: 0;
}
.personal-block-slider__navigation .swiper-button-arrow::after {
  display: none;
}
.personal .user-orders__order {
  padding: clamp(12px, 0.577rem + 0.77vw, 24px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.577rem + 0.77vw, 24px);
  background-color: var(--primary-white-color);
  border: 1px solid var(--secondary-8-grey-color);
  border-radius: 4px;
  height: 100%;
}
.personal .user-orders__order-top {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-gap: 8px 16px;
  align-items: start;
}
@media screen and (max-width: 960px) {
  .personal .user-orders__order-top {
    grid-gap: 8px;
  }
}
.personal .user-orders__order-number {
  grid-column: 1/2;
  font-style: var(--font-style--normal);
  font-size: clamp(16px, 0.942rem + 0.26vw, 20px);
  font-weight: var(--font-weight--semi-bold);
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary-black-color);
  text-decoration: none;
  word-break: break-all;
}
.personal .user-orders__order-date {
  grid-column: 1/2;
  font-style: var(--font-style--normal);
  font-size: clamp(14px, 0.846rem + 0.13vw, 16px);
  font-weight: var(--font-weight--normal);
  line-height: 19px;
  color: var(--primary-grey-color);
}
.personal .user-orders__order-status {
  grid-column: 2/3;
  grid-row: 1/-1;
  padding: 8px 16px;
  background-color: var(--primary-black-color);
  font-size: 16px;
  line-height: 22px;
  color: var(--primary-white-color);
}
.personal .user-orders__order-products {
  width: 100%;
}
.personal .user-orders__order-product {
  max-height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal .user-orders__order-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal .user-orders__order-link img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}
.personal .user-orders__order-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.personal .user-orders__order-cost {
  flex-grow: 1;
  font-style: var(--font-style--normal);
  font-size: clamp(16px, 0.942rem + 0.26vw, 20px);
  font-weight: var(--font-weight--bold);
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary-black-color);
}
.personal .user-orders__order-payment-status {
  font-size: clamp(14px, 0.846rem + 0.13vw, 16px);
  line-height: 22px;
  color: var(--primary-black-color);
}

.favourites-products .product-card__images-mobile {
  width: 100%;
}

.user-bonus {
  --card-height: 241px;
  display: grid;
  grid-template-columns: repeat(2, 423px);
  grid-gap: clamp(12px, 0.577rem + 0.77vw, 24px);
  overflow-x: auto;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .user-bonus {
    grid-template-columns: 1fr;
    --card-height: 186px;
  }
}
.user-bonus-top {
  display: flex;
}
.user-bonus__card {
  min-height: var(--card-height);
}
.user-bonus__card-inner {
  padding: 20px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .user-bonus__card-inner {
    padding: 16px 12px;
  }
}
.user-bonus__card-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
}
.user-bonus__card-icon {
  line-height: 0;
  position: absolute;
  right: 12px;
  top: 12px;
}
.user-bonus .card-info {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--primary-grey-color);
  color: var(--primary-white-color);
  min-height: var(--card-height);
}
.user-bonus .card-info__block {
  position: relative;
  z-index: 2;
}
.user-bonus .card-info__image-wrapper {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 3px;
}
@media screen and (max-width: 768px) {
  .user-bonus .card-info__image-wrapper {
    top: 2px;
    bottom: 2px;
  }
}
.user-bonus .card-info__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.user-bonus .card-number__number {
  font-size: clamp(20px, 1.106rem + 0.64vw, 30px);
  font-weight: 500;
  line-height: 120%;
  margin-top: 8px;
  word-break: break-all;
}
.user-bonus .card-total {
  display: flex;
  align-items: flex-end;
  gap: 34px;
}
.user-bonus .card-total__discount {
  font-size: clamp(40px, 2.212rem + 1.28vw, 60px);
  font-weight: 700;
  line-height: 120%;
}
.user-bonus .card-total__count {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .user-bonus .card-total__count {
    gap: 0;
  }
}
.user-bonus .card-total__count--level {
  max-width: 104px;
}
.user-bonus .card-total__count-value {
  font-size: clamp(24px, 1.413rem + 0.38vw, 30px);
  font-weight: 500;
  line-height: 36px;
}
.user-bonus .card-total__count-value--total-bonus {
  color: var(--primary-red-color);
  font-size: clamp(42px, 2.179rem + 1.19vw, 52px);
}
.user-bonus .flip-card {
  perspective: 2000px;
}
.user-bonus .flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.user-bonus .flip-card--flipped .flip-card__inner {
  transform: rotateY(180deg);
}
.user-bonus .flip-card__front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.user-bonus .flip-card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.user-bonus .card-progress {
  background-color: var(--primary-grey-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user-bonus .card-description {
  background-color: var(--primary-white-color);
  box-shadow: 5px 6px 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user-bonus .card-description__total {
  display: flex;
  gap: 12px;
}
.user-bonus .card-description__total-icon {
  width: 52px;
  height: 52px;
  background-color: var(--primary-red-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.user-bonus .card-description__total-value {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 4px;
}
.user-bonus .card-description__text {
  font-size: 14px;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 300px;
}
.user-bonus .card-description__text p {
  margin: 0;
  font-size: 14px;
}
.user-bonus .card-description__text a {
  text-decoration: none;
  font-size: 14px;
}
.user-bonus .card-description__link {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .user-bonus .card-progress {
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .user-bonus .card-progress .user-bonus__card-logo {
    display: none;
  }
}
.user-bonus .card-levels {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .user-bonus .card-levels {
    flex-direction: row;
    gap: 0;
  }
}
.user-bonus .card-levels__list {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .user-bonus .card-levels__list {
    height: 40px;
    position: relative;
    padding-left: 184px;
  }
}
.user-bonus .card-levels__item {
  width: 64px;
  height: 40px;
  background-color: var(--primary-red-color);
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .user-bonus .card-levels__item {
    position: absolute;
    left: 0;
    border: 1px solid #201F1F;
  }
}
.user-bonus .card-levels__item-image {
  width: 20px;
  position: absolute;
  top: 2px;
  left: 4px;
}
.user-bonus .card-levels__item-discount {
  position: absolute;
  right: 3px;
  bottom: 1px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-white-color);
}
.user-bonus .card-levels__item--disabled {
  background-color: #781E26;
}
.user-bonus .card-levels__item--disabled .card-levels__item-discount {
  opacity: 0.5;
}
.user-bonus .card-levels__progress {
  height: 8px;
  background-color: #4D4C4C;
  position: relative;
}
@media screen and (max-width: 768px) {
  .user-bonus .card-levels__progress {
    display: none;
  }
}
.user-bonus .card-levels__progress-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--primary-red-color);
}
.user-bonus .card-levels__goal {
  font-size: clamp(12px, 0.707rem + 0.19vw, 15px);
  color: var(--primary-white-color);
  line-height: 14px;
}

.personal-menu {
  overflow: auto;
  margin-bottom: 78px;
}
.personal-menu-tabbar .personal-menu__inner {
  margin-top: 80px;
  margin-bottom: -120px;
  padding: 24px 16px;
}
.personal-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 0 16px 24px;
}
.personal-menu__header {
  display: flex;
  gap: 24px;
}
.personal-menu__header-img {
  width: 70px;
  height: 70px;
  background: var(--primary-black-color);
  border-radius: 4px;
  color: var(--primary-white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: var(--font-weight--medium);
  font-size: 32px;
  line-height: 44px;
  flex-shrink: 0;
}
.personal-menu__header-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.personal-menu__header-title-name {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--semi-bold);
  font-size: 20px;
  line-height: 27px;
  color: var(--primary-black-color);
  word-break: break-word;
}
.personal-menu__header-title-edit {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--medium);
  font-size: 16px;
  line-height: 19px;
  border-bottom: 1px solid var(--secondary-64-grey-color);
  color: var(--secondary-64-grey-color);
  text-decoration: none;
}
.personal-menu__body ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.personal-menu__body ul li {
  padding: 8px 16px;
}
.personal-menu__body ul li.active a {
  transition-duration: var(--transition-duration);
  color: var(--secondary-64-grey-color);
}
.personal-menu__body ul li.active a svg {
  stroke: var(--secondary-64-grey-color);
}
.personal-menu__footer a {
  padding: 8px 16px;
}
.personal-menu-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-black-color);
  text-decoration: none;
  word-break: break-all;
}
.personal-menu-link:hover {
  transition-duration: var(--transition-duration);
  color: var(--secondary-64-grey-color);
}
.personal-menu-link:hover svg {
  stroke: var(--secondary-64-grey-color);
}
@media (max-width: 960px) {
  .personal-menu {
    display: none;
  }
}

.favourites-products {
  padding: 80px 0;
  grid-template-areas: "catalog-top" "catalog-filters" "catalog-products" "pagination";
}
@media screen and (max-width: 960px) {
  .favourites-products {
    padding: 12px 0 24px 0;
  }
}
@media (max-width: 576px) {
  .favourites-products {
    padding: 12px 0;
  }
}
.favourites-products .catalog-top__title {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.567rem + 0.256vw, 14px);
  align-items: flex-start;
}
.favourites-products .catalog-top__title-inner {
  display: flex;
  align-items: center;
  gap: 8px 12px;
}
@media screen and (max-width: 992px) {
  .favourites-products .catalog-top__title-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .favourites-products .cloud-tags-mobile {
    display: none;
  }
}
.favourites-products .products-view-switcher {
  margin-left: auto;
}

.personal-orders {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media (max-width: 576px) {
  .personal-orders {
    gap: 24px;
  }
}
.personal-orders__header {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media (max-width: 1200px) {
  .personal-orders__header {
    gap: 24px;
  }
}
.personal-orders__header-title {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--semi-bold);
  font-size: 24px;
  line-height: 100%;
  color: var(--primary-grey-color);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .personal-orders__header-title {
    font-size: 20px;
  }
}
.personal-orders__header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .personal-orders__header-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .personal-orders__header-sort {
    width: 100%;
  }
  .personal-orders__header-sort .custom-select {
    width: inherit;
  }
  .personal-orders__header-sort .custom-select button {
    justify-content: space-between;
    width: inherit;
  }
}
.personal-orders__header-years {
  display: flex;
  gap: 12px;
}
@media (max-width: 576px) {
  .personal-orders__header-years {
    overflow: auto;
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .personal-orders__header-years-wrapper {
    width: 100%;
  }
}
.personal-orders__footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .personal-orders__footer {
    gap: 24px;
  }
}
.personal-orders .order {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: var(--primary-white-color);
  border: 1px solid var(--secondary-8-grey-color);
  border-radius: 4px;
  font-style: var(--font-style--normal);
}
@media (max-width: 576px) {
  .personal-orders .order {
    padding: 12px;
  }
}
.personal-orders .orders {
  display: grid;
  grid-template-columns: calc(50% - 6px) calc(50% - 6px);
  grid-template-rows: auto;
  gap: 12px;
}
@media (max-width: 1200px) {
  .personal-orders .orders {
    grid-template-columns: 100%;
  }
}
.personal-orders .order-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 576px) {
  .personal-orders .order-inner {
    gap: 12px;
  }
}
.personal-orders .order-header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.personal-orders .order-header__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.personal-orders .order-header__title-link {
  font-weight: var(--font-weight--semi-bold);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--primary-black-color);
}
@media (max-width: 576px) {
  .personal-orders .order-header__title-link {
    font-size: 16px;
    line-height: 19px;
  }
}
.personal-orders .order-header__title-date {
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-grey-color);
}
@media (max-width: 576px) {
  .personal-orders .order-header__title-date {
    font-size: 14px;
    line-height: 17px;
  }
}
.personal-orders .order-header__status {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 22px;
  height: fit-content;
  color: var(--primary-white-color);
  padding: 8px 16px;
  background: var(--primary-black-color);
}
@media (max-width: 576px) {
  .personal-orders .order-header__status {
    padding: 4px 8px;
    font-size: 14px;
  }
}
.personal-orders .order-header__status.order-payed {
  background: var(--secondary-64-grey-color);
}
.personal-orders .order-body-image {
  min-width: 70px;
  max-width: 70px;
  max-height: 70px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .personal-orders .order-body-image {
    min-width: 45px;
    max-width: 45px;
    max-height: 45px;
    width: 45px;
    height: 45px;
  }
}
.personal-orders .order-body-images {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.personal-orders .order-body-image img {
  max-width: inherit;
}
.personal-orders .order-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.personal-orders .order-footer__price {
  font-weight: var(--font-weight--bold);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary-black-color);
}
@media (max-width: 576px) {
  .personal-orders .order-footer__price {
    font-size: 16px;
    line-height: 19px;
  }
}
.personal-orders .order-footer__status {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 22px;
  color: var(--primary-black-color);
}
@media (max-width: 576px) {
  .personal-orders .order-footer__status {
    font-size: 14px;
    line-height: 19px;
  }
}
.personal .custom-scrollbar::-webkit-scrollbar {
  height: 6px;
}

.no-results {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .no-results {
    padding: 80px 0;
  }
}
.no-results-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.no-results-icon {
  padding: 25px;
  background: var(--secondary-8-grey-color);
  border: none;
  border-radius: 1000px;
  max-width: 125px;
  max-height: 125px;
}
.no-results-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-style: var(--font-style--normal);
  color: var(--primary-grey-color);
  text-align: center;
}
.no-results-text__title {
  font-weight: var(--font-weight--semi-bold);
  font-size: 20px;
  line-height: 100%;
}
.no-results-text__description {
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  line-height: 150%;
  max-width: 460px;
}

.profile-page .personal-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}
@media screen and (max-width: 960px) {
  .profile-page .personal-content {
    grid-template-columns: 1fr;
  }
}
.profile-page .personal-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.212rem + 1.282vw, 44px);
}
.profile-page .personal-block {
  border: 1px solid var(--secondary-8-grey-color);
  padding: clamp(16px, 0.885rem + 0.513vw, 24px);
  border-radius: 4px;
}
.profile-page .personal-block-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.profile-page .personal-block__title span {
  font-size: clamp(18px, 1.096rem + 0.128vw, 20px);
}
.profile-page .personal-submit-button {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .profile-page .personal-submit-button {
    display: block;
  }
  .profile-page .personal-submit-button button {
    width: 100%;
  }
}
.profile-page .personal-page-title {
  font-style: var(--font-style--normal);
  font-size: clamp(20px, 1.192rem + 0.26vw, 24px);
  font-weight: var(--font-weight--semi-bold);
  line-height: 100%;
  color: var(--primary-grey-color);
}
.profile-page .user-phone-form {
  margin-top: 24px;
}
.profile-page .user-phone-form__input {
  padding-right: 96px;
}
.profile-page .user-phone__icon {
  transform: translate(0, -50%) rotate(90deg);
}
.profile-page .user-phone__change-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.profile-page .user-gender {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.deliveries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 12px;
}
@media (max-width: 1400px) {
  .deliveries {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .deliveries {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .deliveries {
    grid-template-columns: 1fr;
  }
}
.deliveries-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: var(--primary-grey-color);
  margin-bottom: 0;
}

.delivery {
  padding: 24px;
  background: var(--primary-white-color);
  border: 1px solid var(--secondary-8-grey-color);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-height: 182px;
  height: 100%;
}
.delivery:hover {
  border: 1px solid var(--primary-black-color);
}
@media (max-width: 576px) {
  .delivery {
    padding: 12px;
  }
}
.delivery-add {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-black-color);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-black-color);
}
@media (max-width: 576px) {
  .delivery-add {
    min-height: 110px;
  }
}
.delivery__header {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.delivery__body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-grey-color);
}
.delivery__footer {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--secondary-64-grey-color);
}

.delivery-modal__content .deliveries {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1400px) {
  .delivery-modal__content .deliveries {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .delivery-modal__content .deliveries {
    grid-template-columns: 1fr;
  }
  .delivery-modal__content .deliveries > button {
    order: 0 !important;
  }
}
.delivery-modal__content .deliveries > button {
  order: 2;
}

@media screen and (max-width: 960px) {
  .personal-orders-detail .swiper-wrapper {
    width: 156px;
  }
}
.personal-orders-detail {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.personal-orders-detail__pagetitle {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--semi-bold);
  font-size: 24px;
  line-height: 100%;
  color: var(--primary-grey-color);
}
.personal-orders-detail__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.personal-orders-detail__header-title {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--semi-bold);
  font-size: 24px;
  line-height: 100%;
  margin: 0;
  color: var(--primary-grey-color);
}
.personal-orders-detail__header-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.personal-orders-detail__header-status {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  background: var(--primary-black-color);
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: 16px;
  color: var(--primary-white-color);
}
@media screen and (max-width: 568px) {
  .personal-orders-detail__header-status {
    font-size: 14px;
  }
}
.personal-orders-detail__header-years {
  display: flex;
  gap: 12px;
}
.personal-orders-detail__header-number {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media screen and (max-width: 960px) {
  .personal-orders-detail__header-number {
    display: flex;
    flex-direction: column;
  }
}
.personal-orders-detail__order-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media screen and (max-width: 800px) {
  .personal-orders-detail__order-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.personal-orders-detail__cancel-order {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 425px) {
  .personal-orders-detail__cancel-order {
    justify-content: center;
  }
}
.personal-orders-detail__cancel-order [name=REASON_CANCELED] {
  display: none;
}

.order-information {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media screen and (max-width: 960px) {
  .order-information {
    display: flex;
    flex-direction: column;
  }
}

.order-total {
  margin: 0;
  max-width: 500px;
}
@media screen and (max-width: 960px) {
  .order-total {
    max-width: 100%;
    width: 100%;
  }
}
.order-total .order-payment {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  justify-content: flex-end;
}
.order-total .order-payment:has(#yapay_button_container) {
  align-items: center;
  justify-content: center;
}

.btn-order {
  width: max-content;
  padding: 12px 24px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: var(--font-weight--normal);
}
@media screen and (max-width: 425px) {
  .btn-order {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .shops-page-header .header-bottom-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .shops-page-header .header-bottom-wrapper .nav-first > li > a {
    color: var(--primary-white-color);
  }
  .shops-page-header .header-bottom-wrapper .header-search input {
    border-bottom: 1px solid var(--primary-white-color);
    color: var(--primary-white-color);
  }
  .shops-page-header .header-bottom-wrapper .header-search input::placeholder {
    color: var(--primary-white-color);
  }
  .shops-page-header .header-bottom-wrapper .header-search svg {
    stroke: var(--primary-white-color);
  }
}
@media screen and (max-width: 992px) {
  .shops-page-header ~ footer {
    display: none;
  }
}
.shops-page-header + main .breadcrumbs-wrapper {
  display: none;
}

.shops-page {
  position: relative;
  height: 100vh;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .shops-page {
    padding-left: 40px;
  }
}
.shops-page .container {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .shops-page .container {
    position: absolute;
    left: 0;
    width: 100%;
  }
}
.shops-page #map {
  width: 100%;
  height: calc(100vh + 85px);
  position: absolute;
  top: -85px;
  left: 0;
}
.shops-page #map ymaps[class*=zoom__scale] {
  display: none;
}
@media screen and (max-width: 992px) {
  .shops-page #map ymaps[class*=placemark-overlay] ymaps[class*=image] {
    background-image: url("/local/templates/main/assets/icons/map-balloon-small.svg") !important;
  }
}
.shops-page #map ymaps[class*=balloon__content] .shop-card {
  padding: 14px 0 14px 12px;
  width: 100%;
  max-width: calc(100vw - 32px - 12px - 20px);
}
.shops-page #map ymaps[class*=balloon__close-button] {
  background-image: url(/local/templates/main/assets/icons/x-sign-black.svg) !important;
  width: 32px;
  height: 32px;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .shops-page #map ymaps[class*=controls__control] {
    right: 16px !important;
  }
}
@media screen and (max-width: 992px) {
  .shops-page #map ymaps[class*=controls__control] {
    top: 200px !important;
  }
}
@media screen and (max-width: 992px) {
  .shops-page #map ymaps[class*=controls__bottom] + ymaps[class*=controls__control] {
    top: 100px !important;
  }
}
.shops-page .shops-list-wrapper {
  position: absolute;
  left: clamp(80px, -50.588rem + 46.32vw, 1088px);
  top: 50%;
  transform: translate(0, -50%);
  max-height: 80%;
  width: 440px;
  background-color: var(--primary-white-color);
  transition-duration: var(--transition-duration);
}
@media screen and (max-width: 1200px) {
  .shops-page .shops-list-wrapper {
    gap: 24px;
    width: 350px;
  }
}
@media screen and (max-width: 992px) {
  .shops-page .shops-list-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
  }
}
.shops-page .shops-list-wrapper .overlay {
  display: none;
}
.shops-page .shops-list-wrapper .shops-list-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  background-color: var(--primary-white-color);
}
@media screen and (max-width: 1200px) {
  .shops-page .shops-list-wrapper .shops-list-inner {
    padding: 24px 16px;
  }
}
.shops-page .shops-list-wrapper .shops-list-inner .close-btn {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  position: absolute;
  top: -16px;
  right: 16px;
  transform: translateY(-100%);
  display: none;
}
@media screen and (max-width: 992px) {
  .shops-page .shops-list-wrapper .shops-list-inner .close-btn {
    display: block;
  }
}
.shops-page .shops-list-wrapper .custom-select-bordered {
  width: 100%;
}
.shops-page .shops-list-wrapper .shops {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 600px;
  overflow-y: auto;
  padding-right: 10px;
}
@media screen and (max-width: 1200px) {
  .shops-page .shops-list-wrapper .shops {
    gap: 8px;
  }
}
@media screen and (max-height: 850px) {
  .shops-page .shops-list-wrapper .shops {
    max-height: 450px;
  }
}
@media screen and (max-height: 690px) {
  .shops-page .shops-list-wrapper .shops {
    max-height: 300px;
  }
}
.shops-page .shops-list-wrapper .shops__shop {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  border: 2px solid transparent;
  transition-duration: var(--transition-duration);
}
.shops-page .shops-list-wrapper .shops__shop-title {
  font-style: normal;
  font-size: 20px;
  font-weight: var(--font-weight--semi-bold);
  line-height: 120%;
  color: var(--primary-black-color);
  padding: 0;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .shops-page .shops-list-wrapper .shops__shop-title {
    font-size: 18px;
  }
}
.shops-page .shops-list-wrapper .shops__shop-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
}
.shops-page .shops-list-wrapper .shops__shop-info-item, .shops-page .shops-list-wrapper .shops__shop-info .address-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: var(--font-weight--medium);
  line-height: 140%;
}
.shops-page .shops-list-wrapper .shops__shop-info-item a, .shops-page .shops-list-wrapper .shops__shop-info-item span, .shops-page .shops-list-wrapper .shops__shop-info .address-btn a, .shops-page .shops-list-wrapper .shops__shop-info .address-btn span {
  color: var(--primary-grey-color);
}
.shops-page .shops-list-wrapper .shops__shop-info-item svg, .shops-page .shops-list-wrapper .shops__shop-info .address-btn svg {
  stroke: var(--primary-grey-color);
}
.shops-page .shops-list-wrapper .shops__shop-info .address-btn {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  cursor: pointer;
}
.shops-page .shops-list-wrapper .shops__shop-info-item span {
  text-align: left;
}
.shops-page .shops-list-wrapper .shops__shop--selected, .shops-page .shops-list-wrapper .shops__shop:hover {
  border-color: var(--primary-black-color);
}
.shops-page .shops-list-wrapper--mobile-opened {
  z-index: 50;
  transform: translateX(0);
  background-color: transparent;
}
.shops-page .shops-list-wrapper--mobile-opened .overlay {
  display: block;
}
.shops-page .shops-list-wrapper--mobile-opened .shops-list-inner {
  position: fixed;
  z-index: 51;
  width: 100%;
  height: 100%;
  left: 0;
  top: 90px;
  background-color: var(--primary-white-color);
}
.shops-page .show-shops-btn {
  position: fixed;
  z-index: 10;
  left: 16px;
  right: 16px;
  bottom: 100px;
  display: none;
}
@media screen and (max-width: 992px) {
  .shops-page .show-shops-btn {
    display: block;
  }
}

.contact-us .shops {
  flex-wrap: wrap;
}

.shops {
  display: flex;
  gap: 40px 24px;
}
.shops-section {
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .shops-section {
    width: 100%;
  }
}
.shops-section:first-of-type {
  width: 100%;
}
.shops-section__title {
  display: inline-block;
  font-size: 26px;
  font-weight: var(--font-weight--semi-bold);
  line-height: 150%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .shops-section__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.shops-section__list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
@media screen and (max-width: 768px) {
  .shops-section__list {
    width: 100%;
  }
}
.shops-section__shop {
  max-width: 332px;
  width: calc((100vw - 178px - 96px) / 5);
}
@media screen and (max-width: 1400px) {
  .shops-section__shop {
    width: calc((100vw - 178px - 72px) / 4);
  }
}
@media screen and (max-width: 1200px) {
  .shops-section__shop {
    width: calc((100vw - 178px - 48px) / 3);
  }
}
@media screen and (max-width: 992px) {
  .shops-section__shop {
    width: calc((100vw - 178px - 24px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .shops-section__shop {
    width: 100%;
  }
}
.shops-section__shop-header {
  display: flex;
  gap: 8px;
}
.shops-section__shop-header-title {
  position: relative;
  font-size: 20px;
  font-weight: var(--font-weight--semi-bold);
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .shops-section__shop-header-title {
    font-size: 18px;
  }
}
.shops-section__shop-header-title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 7px;
  height: 7px;
  background-color: var(--primary-black-color);
  border-radius: 50%;
}
.shops-section__shop-header-badge {
  position: relative;
  bottom: 2px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 120%;
  color: var(--primary-white-color);
  background-color: var(--primary-red-color);
  height: fit-content;
  padding: 4px 8px;
}
@media screen and (max-width: 768px) {
  .shops-section__shop-header-badge {
    font-size: 18px;
    bottom: 5px;
  }
}
.shops-section__shop-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shops-section__shop-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.shops-section__shop-info-item span {
  font-weight: var(--font-weight--medium);
  line-height: 140%;
}

.contact-us {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-us-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  height: 547px;
}
@media screen and (max-width: 1200px) {
  .contact-us-header {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.contact-us-image {
  background-image: url(/local/templates/main/assets/images/contact-us/contact-us.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .contact-us-image {
    height: clamp(257px, 70vw, 544px);
  }
}
.contact-us-form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 406px;
  padding: clamp(22px, 0.9rem + 2vw, 46px);
  border: 1px solid var(--primary-black-color);
}
.contact-us-form-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: clamp(280px, 35vw, 580px);
}
@media screen and (max-width: 1200px) {
  .contact-us-form-content {
    width: clamp(280px, 70vw, 580px);
  }
}
@media screen and (max-width: 768px) {
  .contact-us-form-content {
    gap: 24px;
  }
}
.contact-us-form-content-title {
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight--medium);
  line-height: 100%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact-us-form-content-title {
    font-size: 18px;
    text-align: start;
  }
}
.contact-us-form-content-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.contact-us-form-content-body .custom-label {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact-us-form-content-body .custom-label {
    margin-bottom: 9px;
  }
}
.contact-us-form-content-body .custom-label:last-of-type {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .contact-us-form-content-body .custom-label:last-of-type {
    margin-bottom: 5px;
  }
}
.contact-us-form-content-footer {
  width: 100%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .contact-us-form-content-footer button {
    width: 100%;
  }
}
.contact-us-shops {
  width: 100%;
}

.info-page {
  max-width: 1140px;
  margin: 0 auto;
}
.info-page h1 {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .info-page h1 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.info-page h2 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .info-page h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.info-page h3 {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .info-page h3 {
    font-size: 14px;
  }
}
.info-page p {
  line-height: 160%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .info-page p {
    font-size: 14px;
  }
}
.info-page a {
  color: var(--secondary-64-grey-color);
  text-decoration: none;
  border-bottom: 1px solid var(--secondary-64-grey-color);
  white-space: nowrap;
}
.info-page ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-page ul li {
  margin-left: 18px;
}
.info-page-sections {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.info-page-section:not(:first-of-type) .info-page-section-title {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .info-page-section:not(:first-of-type) .info-page-section-title {
    margin-top: 24px;
  }
}
.info-page-section-title {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--secondary-8-grey-color);
}
.info-page-section-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .info-page-section-content {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
.info-page-section-content__2n-elements {
  grid-template-columns: 1.4fr 1fr;
}
.info-page-section-content__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .info-page-section-content__left {
    gap: 8px;
  }
}
.info-page-section-content__right {
  display: flex;
  gap: 24px;
  align-content: flex-start;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .info-page-section-content__right {
    flex-wrap: wrap;
  }
}
.info-page-section-content__image {
  max-width: 100%;
  max-height: 100%;
  height: fit-content;
  object-fit: contain;
}
.info-page-section-content__image img {
  max-width: 40vw;
}
@media screen and (max-width: 768px) {
  .info-page-section-content__image img {
    max-width: 100%;
  }
}
.info-page-section-content button {
  width: fit-content;
}
.info-page__item p:before {
  content: "✓";
  color: var(--primary-red-color);
  margin-right: 8px;
}

.info-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .info-main {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .info-main {
    grid-template-columns: 1fr;
  }
}
.info-main-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  border: 1px solid var(--secondary-8-grey-color);
}
.info-main-item__link a {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 24px;
}

.documents-page h1 {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .documents-page h1 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.documents-page-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
}
@media screen and (max-width: 1520px) {
  .documents-page-navigation {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .documents-page-navigation {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }
}
.documents-page-navigation__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  border: 1px solid var(--secondary-8-grey-color);
}
@media screen and (max-width: 768px) {
  .documents-page-navigation__item {
    padding: 16px;
  }
}
.documents-page-navigation__link {
  width: 100%;
}
.documents-page-navigation__link a {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .documents-page-navigation__link a {
    justify-content: space-between;
  }
}

.main-banner {
  position: relative;
  max-width: 100%;
  height: 815px; /* 65 - высота хедера. Для понимания оставил так */
}
@media (max-width: 1600px) {
  .main-banner {
    height: 700px;
  }
}
@media (max-width: 1200px) {
  .main-banner {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .main-banner {
    height: 500px;
  }
}
.main-banner .swiper-wrapper {
  max-height: inherit;
}
.main-banner .swiper-slide {
  max-height: inherit;
  width: 100%;
}
.main-banner-slide {
  display: block;
  position: relative;
  height: 100%;
  max-height: inherit;
  text-decoration: none;
}
.main-banner-slide__title {
  font-weight: var(--font-weight--ultra-bold);
  font-size: var(--clamp-42-110);
  line-height: 110%;
  color: var(--primary-white-color);
  max-width: 60%;
  font-style: italic;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .main-banner-slide__title {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 768px) {
  .main-banner-slide__title {
    max-width: 100%;
  }
}
.main-banner-slide__subtitle {
  font-size: 16px;
  text-align: left;
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  line-height: 150%;
  color: var(--primary-white-color);
  max-width: 24%;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .main-banner-slide__subtitle {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .main-banner-slide__subtitle {
    max-width: 100%;
  }
}
.main-banner-slide__info {
  max-height: inherit;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 120px 0;
}
.main-banner-slide__info-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.main-banner-slide picture, .main-banner-slide video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner-slide picture img, .main-banner-slide picture source, .main-banner-slide video img, .main-banner-slide video source {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  max-height: 100%;
}
.main-banner-navigation {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .main-banner-navigation {
    gap: 16px;
  }
}
.main-banner-navigation-wrapper {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 120px;
}
@media (max-width: 992px) {
  .main-banner-navigation-wrapper {
    bottom: 36px;
  }
}
.main-banner-navigation > div {
  width: 50px;
  height: 50px;
  background: var(--primary-white-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 992px) {
  .main-banner-navigation > div {
    width: 25px;
    height: 25px;
  }
  .main-banner-navigation > div svg {
    width: 16px;
    height: 16px;
  }
}
.main-banner-navigation > div.swiper-button-disabled {
  background-color: var(--secondary-24-grey-color);
  cursor: default;
}
.main-banner-pagination-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 40px;
}
.main-banner-pagination-wrapper .swiper-pagination {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}
.main-banner-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid var(--primary-white-color);
  margin: 0 14px;
}
.main-banner-pagination-wrapper .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1215686275);
}
.main-banner-pagination-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--primary-white-color);
}
.main-banner-pagination-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0 0 0 14px;
}
.main-banner-pagination-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin: 0 14px 0 0;
}
.main-banner-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: var(--primary-white-color);
}

[data-color=white] .main-banner-slide__title,
[data-color=white] .main-banner-slide__subtitle {
  color: var(--primary-black-color);
}

.catalog-link-block {
  display: flex;
  flex-direction: column;
}
.catalog-link-block-wrapper {
  background-image: url("/local/templates/main/assets/images/under-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: clamp(571px, 29.325rem + 31.813vw, 1080px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .catalog-link-block-wrapper {
    background-position: 40%;
  }
}
.catalog-link-block a.btn-outline {
  width: fit-content;
}
.catalog-link-title {
  font-weight: var(--font-weight--medium);
  font-size: clamp(24px, 1.3rem + 1vw, 40px);
  line-height: 60px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 32px 0;
  color: var(--primary-white-color);
}
@media (max-width: 768px) {
  .catalog-link-title {
    line-height: 110%;
    margin: 0 0 16px 0;
  }
}
.catalog-link-subtitle {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--normal);
  font-size: clamp(18px, 1.025rem + 0.5vw, 26px);
  line-height: 150%;
  color: var(--secondary-8-grey-color);
  margin: 0 0 56px 0;
}
@media (max-width: 768px) {
  .catalog-link-subtitle {
    margin: 0 0 28px 0;
  }
}

.outfit {
  position: relative;
  overflow: hidden;
}
.outfit.show-hidden-data .outfit__hidden {
  top: unset;
  transition-duration: var(--transition-duration);
}
.outfits {
  width: 60%;
  margin-left: 0;
  overflow: unset;
}
.outfits .swiper-slide {
  width: auto;
}
@media (max-width: 576px) {
  .outfits-navigation {
    display: none;
  }
}
@media (max-width: 576px) {
  .outfits {
    width: 100%;
    padding: 0 16px;
  }
  .outfits .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .outfits .swiper-wrapper .swiper-slide:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
  }
}
.outfit__image {
  max-height: clamp(260px, 3rem + 27.604vw, 578px);
  min-height: clamp(260px, 3rem + 27.604vw, 578px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .outfit__image {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .outfit__image {
    max-height: 100%;
    min-height: unset;
  }
}
.outfit__button {
  width: 80px;
  height: 80px;
  background: var(--primary-white-color);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.outfit__button svg {
  transform: rotate(45deg);
  transition-duration: var(--transition-duration);
}
.outfit__button:hover svg {
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .outfit__button {
    width: 40px;
    height: 40px;
  }
}
.outfit__hidden {
  position: relative;
  width: 80%;
  top: 100%;
  background-color: var(--primary-white-color);
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  transition-duration: var(--transition-duration);
  margin: 0 auto;
  text-decoration: none;
}
@media (max-width: 768px) {
  .outfit__hidden {
    padding: 8px;
  }
}
.outfit__hidden-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition-duration: var(--transition-duration);
}
.outfit__hidden-image {
  max-width: 116px;
  max-height: 116px;
}
@media (max-width: 768px) {
  .outfit__hidden-image {
    max-width: 64px;
    max-height: 64px;
    width: 100%;
    flex-shrink: 0;
  }
}
.outfit__hidden-data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .outfit__hidden-data {
    gap: 8px;
  }
}
.outfit__title {
  font-style: var(--font-style--normal);
  font-weight: var(--font-weight--medium);
  font-size: 16px;
  line-height: 22px;
  color: var(--primary-grey-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .outfit__title {
    font-size: 12px;
  }
}
.outfit__prices {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-style: var(--font-style--normal);
}
@media (max-width: 768px) {
  .outfit__prices {
    gap: 8px;
  }
}
.outfit__prices .price {
  font-weight: var(--font-weight--medium);
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-black-color);
}
@media (max-width: 768px) {
  .outfit__prices .price {
    font-size: 16px;
  }
}
.outfit__prices .old-price {
  font-weight: var(--font-weight--normal);
  font-size: 14px;
  line-height: 100%;
  text-decoration-line: line-through;
  color: var(--primary-grey-color);
}
@media (max-width: 768px) {
  .outfit__prices .old-price {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .outfit-wrapper .container {
    padding: 0 16px;
  }
}

.collection {
  --card-height: clamp(300px, 70vh, 750px);
}
@media (max-width: 576px) {
  .collection {
    --card-height: clamp(300px, 65vh, 750px);
  }
}
.collection {
  position: relative;
  height: var(--card-height);
}
.collection-bg {
  background-image: url(/local/templates/main/assets/images/main/collection/bg.png);
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 67%;
  height: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 576px) {
  .collection-bg {
    display: none;
  }
}
.collection-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .collection-wrapper {
    max-width: 100vw;
  }
}
.collection-wrapper .block-inner {
  padding: 80px 0;
}
@media (max-width: 576px) {
  .collection-wrapper .block-inner {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .collection-wrapper .container {
    padding: 0 16px;
  }
}
.collection-wrapper .container, .collection-wrapper .block-inner {
  height: inherit;
}
.collection-slider {
  position: absolute;
  width: 100vw;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 44px;
  text-align: left;
}
@media (max-width: 1810px) {
  .collection-slider {
    gap: 24px;
  }
}
@media (max-width: 1340px) {
  .collection-slider {
    gap: 12px;
  }
}
@media (max-width: 992px) {
  .collection-slider {
    width: calc(100vw - 170px);
  }
}
@media (max-width: 768px) {
  .collection-slider {
    width: 100vw;
  }
}
.collection-slider-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: clamp(300px, 40vh, 422px);
  max-height: inherit;
  overflow: hidden;
  transition-duration: var(--transition-duration);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
}
.collection-slider-item:hover .collection-slider-item__image img {
  filter: chroma(0.4);
  transform: scale(1.05);
}
.collection-slider-item:hover p {
  color: var(--primary-red-color);
}
.collection-slider-item__image {
  width: 100%;
  padding-top: var(--card-height);
  position: relative;
}
.collection-slider-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: var(--transition-duration);
}
.collection-slider-item__data {
  position: absolute;
  padding: 32px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .collection-slider-item__data {
    padding: 20px;
  }
}
.collection-slider-item__data p {
  color: var(--primary-white-color);
  margin: 0;
  word-break: break-all;
  font-size: var(--clamp-20-30);
  font-style: italic;
  font-weight: var(--font-weight--bold);
  line-height: 33px;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: var(--transition-duration);
}
.collection-slider-item__data-img {
  border: 1px solid var(--primary-red-color);
  background-color: var(--primary-black-color);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.collection-slider-item__data-img img {
  max-width: 17px;
  max-height: 17px;
}
.collection-slider-item__data-arrow {
  position: absolute;
  bottom: 32px;
  right: 32px;
  transition-duration: var(--transition-duration--long);
}
@media (max-width: 992px) {
  .collection-slider-item__data-arrow {
    bottom: 20px;
    right: 20px;
  }
}
.collection-video {
  width: calc(50% - 12px);
  overflow: hidden;
  position: relative;
}
.collection-video:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.collection-video iframe, .collection-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1020px) {
  .collection-video {
    width: 100%;
  }
}
.collection .swiper, .collection .swiper-container {
  overflow: unset;
}
.collection .swiper {
  margin-left: 0;
  width: clamp(300px, -0.144rem + 83.974vw, 1610px);
}
@media (max-width: 1020px) {
  .collection .swiper {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .collection .swiper {
    width: 290px;
  }
}
.collection .swiper-wrapper, .collection .swiper-slide {
  max-height: inherit;
}

.about-brand {
  --slide-height: clamp(362px, 70vh, 640px);
  --preview-height: 120px;
  --slide-textbox-width: 35%;
  --slide-textbox-fontsize: 18px;
}
@media (max-width: 1450px) {
  .about-brand {
    --slide-textbox-width: 450px;
    --slide-textbox-fontsize: 14px;
  }
}
@media (max-width: 992px) {
  .about-brand {
    --slide-height: clamp(200px, 40vh, 300px);
  }
}
.about-brand {
  position: relative;
  height: calc(var(--slide-height) + var(--preview-height));
  display: flex;
  align-items: flex-end;
  color: #fff;
  z-index: 1;
}
@media (max-width: 992px) {
  .about-brand {
    flex-direction: column-reverse;
    align-items: center;
    height: clamp(500px, 65vh, 900px);
  }
}
.about-brand {
  /*
   * БЛОК С ФОТОГРАФИЯМИ
   */
}
.about-brand__photo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--slide-height);
}
@media (max-width: 992px) {
  .about-brand__photo-container {
    height: 40%;
  }
}
.about-brand__photo-content {
  width: 100%;
  height: 100%;
}
.about-brand__photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .about-brand__photo {
    border-radius: 40px 0 0 0;
  }
}
.about-brand__photo picture, .about-brand__photo picture * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-brand__photo-content-shadow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--slide-height) + 1px);
  background: linear-gradient(112deg, rgba(0, 0, 0, 0) 20%, var(--primary-grey-color) 75%);
}
@media (max-width: 992px) {
  .about-brand__photo-content-shadow {
    display: none;
  }
}
.about-brand {
  /*
   * БЛОК С ПРЕВЬЮ ФОТОГРАФИЙ / ПЕРЕКЛЮЧАТЕЛЯМИ СЛАЙДОВ
   */
}
.about-brand__preview-container {
  width: calc(100% - var(--slide-textbox-width));
  height: var(--preview-height);
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 992px) {
  .about-brand__preview-container {
    background-color: var(--primary-black-color);
    border-radius: 0 0 60px 0;
    width: 100%;
    height: 60px;
    padding: 0 20px;
  }
}
.about-brand__preview-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .about-brand__preview-content {
    justify-content: flex-start;
  }
}
.about-brand__preview-item {
  position: relative;
  width: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 992px) {
  .about-brand__preview-item {
    width: 16px;
    height: 16px;
    justify-content: center;
  }
}
.about-brand__preview-item-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid var(--secondary-64-grey-color);
  transition: border var(--transition-duration), width var(--transition-duration), height var(--transition-duration);
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about-brand__preview-item-img {
    border: 1px solid var(--secondary-64-grey-color);
    width: 8px;
    height: 8px;
  }
  .about-brand__preview-item-img img {
    display: none;
  }
}
.about-brand__preview-item-img img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.about-brand__preview-item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 50%;
  left: 80px;
  transform: translateY(-2px);
  height: 4px;
  transition: background-image var(--transition-duration);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDI0IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIyIiByPSIxLjUiIGZpbGw9IiNFMzFEMzMiIHN0cm9rZT0iI0UzMUQzMyIvPjwvc3ZnPg==");
  background-repeat: space;
  background-position: center;
}
@media (max-width: 992px) {
  .about-brand__preview-item:not(:last-child):before {
    display: none;
  }
}
@media (max-width: 992px) {
  .about-brand__preview-item--active {
    width: 16px;
    height: 16px;
  }
}
.about-brand__preview-item--active:not(:last-child):before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDI0IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIyIiByPSIxLjUiIHN0cm9rZT0iIzZBNkE2QSIvPjwvc3ZnPg==");
}
@media (max-width: 992px) {
  .about-brand__preview-item--active:not(:last-child):before {
    display: none;
  }
}
.about-brand__preview-item--active ~ .about-brand__preview-item:not(:last-child):before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDI0IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIyIiByPSIxLjUiIHN0cm9rZT0iIzZBNkE2QSIvPjwvc3ZnPg==");
}
@media (max-width: 992px) {
  .about-brand__preview-item--active ~ .about-brand__preview-item:not(:last-child):before {
    display: none;
  }
}
.about-brand__preview-item--active .about-brand__preview-item-img {
  border: 3px solid var(--primary-red-color);
}
@media (max-width: 992px) {
  .about-brand__preview-item--active .about-brand__preview-item-img {
    width: 16px;
    height: 16px;
    border: 3px solid var(--primary-white-color);
    background-color: var(--primary-white-color);
  }
}
.about-brand {
  /*
   * БЛОК С ТЕКСТОМ СЛАЙДОВ
   */
}
.about-brand__textbox {
  width: var(--slide-textbox-width);
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0 0 60px 0;
  overflow: hidden;
  user-select: none;
}
@media (max-width: 992px) {
  .about-brand__textbox {
    width: 100%;
    height: calc(60% - 20px);
    border-radius: 0;
  }
}
.about-brand__textbox-content {
  position: absolute;
  bottom: 0;
  background-color: transparent;
}
@media (max-width: 992px) {
  .about-brand__textbox-content {
    background-color: var(--primary-black-color);
    border-radius: 40px 0 0 0;
  }
}
.about-brand__textbox-item {
  background-color: var(--primary-black-color);
  padding: 60px;
  border-radius: 60px 0;
}
@media (max-width: 1450px) {
  .about-brand__textbox-item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .about-brand__textbox-item {
    border-radius: 40px 0 0 0;
    padding: 20px 20px 0 20px;
  }
}
.about-brand__textbox-item h3 {
  font-size: calc(var(--slide-textbox-fontsize) * 2.2);
  font-weight: var(--font-weight--bold);
  font-style: italic;
  margin: 0 0 24px 0;
}
.about-brand__textbox-item-text {
  font-size: var(--slide-textbox-fontsize);
  line-height: 1.5;
  margin: 0;
  position: relative;
  max-height: calc(var(--slide-height) * 0.35);
  overflow-y: auto;
}
@media (max-width: 992px) {
  .about-brand__textbox-item-text {
    max-height: calc(100% - 60px);
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .about-brand__textbox-item-text:before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--primary-black-color) 90%);
    position: fixed;
    bottom: 0;
  }
}
.about-brand__textbox-item-text::-webkit-scrollbar {
  width: 4px;
}
.about-brand__textbox-item-text::-webkit-scrollbar-track {
  background: transparent;
}
.about-brand__textbox-item-text::-webkit-scrollbar-thumb {
  background: #777;
}
.about-brand__textbox-item-text::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.about-brand__textbox-item p, .about-brand__textbox-item li {
  font-size: var(--slide-textbox-fontsize);
  line-height: 1.5;
  margin: 0;
}
.about-brand__textbox-item ul {
  padding-left: 1px;
}
.about-brand__textbox-item li span {
  background-color: red;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  display: inline-flex;
  border-radius: 50%;
  margin-bottom: 1.5px;
}

.page-delivery h1 {
  margin: 0;
}
.page-delivery > * {
  font-size: 18px;
  line-height: 150%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.page-delivery > * > * {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.page-delivery > * > * > *:first-child {
  font-weight: 500;
}
.page-delivery > * > * > *:not(:first-child) {
  margin-left: 24px;
}
.page-delivery > * > * > *:not(:first-child)::before {
  content: "✓";
  color: var(--primary-red-color);
  margin-right: 8px;
}
.page-delivery p {
  padding: 24px 0;
}

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/main/components/bitrix/news.list/notification_in_header/style.css?1771477803889 */
/* /local/templates/main/components/bitrix/sale.basket.basket.line/mini_basket_in_header/style.css?177147780399 */
/* /local/templates/main/components/bitrix/menu/catalog_menu_mobile_for_burger/style.css?17714778031633 */
/* /local/templates/main/components/bitrix/menu/catalog_menu_mobile/style.css?17714778031765 */
/* /local/templates/main/components/bitrix/sale.basket.basket.line/mini_basket_in_tabbar/style.css?177147780399 */
/* /local/templates/main/components/bitrix/breadcrumb/main/style.css?1771477803863 */
/* /local/components/stmd/cookie.notification/templates/.default/style.css?17714778032965 */
/* /local/templates/main/components/stmd/simple.block/city_modal/style.css?17714778033590 */
/* /local/libs/hystmodal/hystmodal.min.css?17714778032290 */
/* /local/templates/main/template_styles.css?1771477803219226 */
