

/* Start:/local/templates/vz/assets/css/fonts.css?17150852232982*/
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("/local/templates/vz/assets/css/../fonts/inter-100.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("/local/templates/vz/assets/css/../fonts/inter-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/vz/assets/css/../fonts/inter-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/vz/assets/css/../fonts/inter-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/vz/assets/css/../fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/vz/assets/css/../fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/vz/assets/css/../fonts/inter-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("/local/templates/vz/assets/css/../fonts/inter-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("/local/templates/vz/assets/css/../fonts/inter-900.woff2") format("woff2");
}
/**/
@font-face {
  font-display: swap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 100;
  src: url("/local/templates/vz/assets/css/../fonts/inter-tight-100.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 200;
  src: url("/local/templates/vz/assets/css/../fonts/inter-tight-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/vz/assets/css/../fonts/inter-tight-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/vz/assets/css/../fonts/inter-tight-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/vz/assets/css/../fonts/inter-tight-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/vz/assets/css/../fonts/inter-tight-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/vz/assets/css/../fonts/inter-tight-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 800;
  src: url("/local/templates/vz/assets/css/../fonts/inter-tight-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 900;
  src: url("/local/templates/vz/assets/css/../fonts/inter-tight-900.woff2") format("woff2");
}
/* End */


/* Start:/local/templates/vz/assets/css/style.css?178569495097566*/
* {
  outline: none;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  touch-action: manipulation;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[data-src],
[data-srcset] {
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
  transition: opacity 1s;
}

[data-background-image] {
  opacity: 0;
  transition: opacity 1s;
}

[data-loaded=true] {
  opacity: 1 !important;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font-family: var(--font-family);
  resize: none;
  font-size: var(--font-size);
  font-weight: 400;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  padding: 20px;
  overflow-y: auto;
  z-index: 1000;
}
@media (max-width: 1299px) {
  .modal-overlay {
    padding-bottom: calc(var(--panel-height) + 20px);
  }
}
.modal-main {
  margin: auto;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 600px;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 767px) {
  .modal-main {
    padding: 20px;
  }
}
.modal-main--search {
  max-width: 900px;
}
.modal-main--card {
  max-width: 1440px;
}
.modal-main--info {
  max-width: 530px;
}
.modal-close {
  position: absolute;
  display: flex;
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 1300px) {
  .modal-close {
    right: auto;
    left: calc(100% + 20px);
    top: 0;
  }
}
.modal-close--inside {
  left: auto;
  right: 0;
  top: 0;
}
.modal-close svg {
  margin: auto;
}
.modal-title {
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 20px;
  }
}
.modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.splide {
  position: relative;
}
.splide-slider:has(.splide__pagination) {
  position: relative;
  padding-bottom: var(--padding-slider-nav);
}
@media (min-width: 768px) {
  .splide--visible .splide__track {
    overflow: visible;
    z-index: 1;
  }
  .splide--visible .splide__slide {
    transition: opacity 0.15s;
  }
  .splide--visible .splide__slide:not(.is-visible) {
    opacity: 0;
    pointer-events: none;
  }
}
.splide--inside .splide__arrow--prev {
  left: 24px;
}
.splide--inside .splide__arrow--next {
  right: 24px;
}
.splide__track {
  position: relative;
  overflow: hidden;
}
.splide__list {
  display: flex;
}
.splide__slide {
  flex-shrink: 0;
}
.splide__sr {
  display: none;
}
.splide__arrow {
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  margin-top: -24px;
  top: 50%;
  display: flex;
  transition: background-color 0.15s;
  z-index: 1;
}
@media (max-width: 767px) {
  .splide__arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
}
.splide__arrow:hover {
  background-color: #fff;
}
.splide__arrow svg {
  margin: auto;
  width: 14px;
  height: 14px;
}
.splide__arrow--prev {
  left: -70px;
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: -70px;
}
.splide__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 0;
  bottom: calc(var(--padding-slider-nav) * -1);
}
.splide__pagination__page {
  width: 100px;
  height: 2px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  background-color: rgba(11, 13, 14, 0.15);
  display: flex;
}
@media (max-width: 767px) {
  .splide__pagination__page {
    width: 40px;
  }
}
.splide__pagination__page.is-active {
  background-color: var(--color-text);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 18px 2px;
  border-radius: 5px;
  background-color: var(--color-link);
  font-size: 16px;
  color: #fff;
  border: none;
  gap: 6px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  transition: 0.15s;
}

.btn.fast-add {
  height: 38px;
  font-size: 15px;
}

@media (min-width: 1300px) {
  .btn:not([disabled]):hover {
    background-color: #3f283c;
    color: #fff;
  }
}
.btn--full {
  width: 100%;
}
.btn--round {
  border-radius: 24px;
}
.btn--medium {
  height: 44px;
}
.btn--icon {
  width: 48px;
  flex-shrink: 0;
  padding: 0;
}
.btn--small {
  font-size: 14px;
  height: 28px;
}
.btn--line {
  border: 1px solid #C7CBD1;
  background-color: #fff;
  color: var(--color-text);
}
.btn--line_icon {
  padding: 0 4px 2px;
  background-color: #fff;
  color: var(--color-text);
}

.btn--line_icon.in_cart {
  border-color: var(--color-link);
  background-color: var(--color-link);
  color: #fff;
}

.btn--add_cart-mobile {
  position: absolute;
  z-index: 9;
  background-color: #A16C9B;
  border: 3px solid #fff;
  color: #fff;
  width: 48px;
    height: 48px;
  padding: 4px;
  right: 5px;
  bottom: 4px;
  border-radius: 16px;
}
@media (min-width: 1300px) {
  .btn--line:not([disabled]):hover {
    border-color: var(--color-link);
    background-color: var(--color-link);
  }

  .btn--line_icon:not([disabled]):hover {
    border-color: var(--color-link);
    background-color: var(--color-link);
  }
}
.btn[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.btn--wa {
  background-color: #48CA58;
}
.btn--tg {
  background-color: #4E8EE5;
}
.btn--viber {
  background-color: #5E48BC;
}
.btn.is-favorite {
  color: var(--color-red);
}

.input {
  width: 100%;
  height: 48px;
  display: block;
  border-radius: 5px;
  background: #FFFFFF no-repeat;
  border: 1px solid #C7CBD1;
  padding: 0 16px;
  font-size: 16px;
}
.input:focus {
  box-shadow: 0 0 0 1px var(--color-text);
  border-color: var(--color-text);
}
.input-text {
  font-size: 14px;
  margin-bottom: 2px;
  color: var(--color-grey);
}
.input-text.required::after {
  content: "*";
  color: var(--color-red);
}
.input-text a {
  color: currentColor;
  text-decoration: underline;
}
.input-group {
  position: relative;
}
.input-group.has-success .input {
  border-color: #65BC78;
}
.input-group.has-error .input {
  border-color: var(--color-red);
}
.input.textarea {
  height: 120px;
  padding-top: 10px;
}
.input-error {
  color: var(--color-red);
  font-size: 12px;
}
.input-password {
  position: relative;
}
.input-view {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.checkbox {
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  text-align: left;
}
.checkbox:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  left: 0;
  top: 2px;
}
.checkbox.checked:before {
  background: var(--color-link) url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.7099L4.51347 7L10 2' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") 50% no-repeat;
  border-color: var(--color-link);
}

.checkbox.disabled {
  cursor: default;
  color: var(--color-grey-lite);
}

.checkbox.disabled:before {
  border: 1px solid #f1f1f1;
}

.select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4419 1.05806C11.1979 0.813981 10.8021 0.813981 10.5581 1.05806L6 5.61612L1.44194 1.05806C1.19786 0.81398 0.802135 0.81398 0.558059 1.05806C0.313981 1.30214 0.313981 1.69786 0.558059 1.94194L5.55806 6.94194C5.80214 7.18602 6.19786 7.18602 6.44194 6.94194L11.4419 1.94194C11.686 1.69786 11.686 1.30214 11.4419 1.05806Z' fill='%2367717E'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px) 50%;
}

.switch {
  background-color: #C7CBD1;
  width: 36px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  border-radius: 10px;
  padding: 2px;
  cursor: pointer;
}
.switch::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}
.switch.checked {
  background-color: var(--color-link);
}
.switch.checked::before {
  margin-left: auto;
}

.input-phone-group {
  display: flex;
  gap: 5px;
}
.input-phone-code {
  width: 95px;
  flex-shrink: 0;
}
.input-phone-mask {
  width: 100%;
  position: relative;
}

:root {
  --gutter: 15px;
  --gutter-site: 20px;
  --color-text: #0B0D0E;
  --color-grey: #67717E;
  --color-grey-lite: #9f9f9f;
  --color-link: #4B3048;
  --color-red: #DE4141;
  --font-size: 16px;
  --line-height: 22px;
  --padding-slider-nav: 40px;
  --header-height: 52px;
  --offset: 80px;
  --panel-height: 70px;
  --font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 1023px) {
  :root {
    --padding-slider-nav: 30px;
    --offset: 40px;
    --font-size: 14px;
    --line-height: 20px;
  }
}

.container {
  max-width: 1480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-site);
  padding-right: var(--gutter-site);
}

.column {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.columns {
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  display: flex;
  flex-wrap: wrap;
}
.columns--catalog {
  --gutter: 6px;
  gap: 20px 0;
}
.columns--form {
  gap: 20px 0;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666666%;
}

.col-3 {
  width: 24.99999999%;
}

.col-4 {
  width: 33.33333332%;
}

.col-5 {
  width: 41.66666665%;
}

.col-6 {
  width: 49.99999998%;
}

.col-7 {
  width: 58.33333331%;
}

.col-8 {
  width: 66.66666664%;
}

.col-9 {
  width: 74.99999997%;
}

.col-10 {
  width: 83.3333333%;
}

.col-11 {
  width: 91.66666663%;
}

.col-12 {
  width: 99.99999996%;
}

.col-2-5 {
  width: 20%;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: bottom;
}

.symbols {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.absolute-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.tab-pane:not(.active) {
  display: none;
}

body {
  height: 100vh;
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-family: var(--font-family);
  color: var(--color-text);
  font-weight: 400;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (min-width: 1300px) {
  body {
    overflow-x: hidden;
  }
}

a {
  color: var(--color-link);
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 30px;
  line-height: 120%;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 24px;
  font-weight: normal;
}

.wrapper {
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1299px) {
  .wrapper {
    overflow: hidden;
    padding-bottom: var(--panel-height);
    padding-top: var(--header-height);
  }
}

.wrap {
  flex: 1 0 auto;
  position: relative;
  padding-bottom: var(--offset);
}
.wrap--grey {
  background-color: #F9F9F9;
  padding-top: 30px;
}
.wrap-offset {
  margin-bottom: calc(var(--offset) * -1);
}

.header {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 1299px) {
  .header {
    z-index: 22;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.header-content {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0;
  position: relative;
}
@media (max-width: 1299px) {
  .header-top {
    padding: 14px 0;
  }
}
.header-top__items {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-top__item {
  position: relative;
  min-width: 50px;
}
.header-bottom {
  padding-bottom: 30px;
}
.header.catalog-open .header-content {
  box-shadow: 0 1px 0 #F2F2F2;
}

.logotype {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1299px) {
  .logotype img {
    height: 16px;
  }
}

.header-button {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: -0.02em;
  font-weight: 300;
  width: fit-content;
  color: var(--color-text);
  user-select: none;
}
.header-button:hover .header-button__title {
  color: var(--color-text);
}
.header-button--select {
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24268 6.77881L3.12136 8.90013L1.00004 6.77881' stroke='%2367717E'/%3E%3Cpath d='M1 3.12109L3.12132 0.999773L5.24264 3.12109' stroke='%2367717E'/%3E%3C/svg%3E") 100% 50% no-repeat;
  padding-right: 14px;
}
.header-button__icon {
  display: flex;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.header-button__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  color: var(--color-grey);
  transition: color 0.15s;
}
@media (min-width: 1300px) {
  .header-button__title {
    font-size: 18px;
  }
}
.header-button__title.current {
  color: var(--color-text);
}

.header-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.header-menu__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: currentColor;
  font-size: 18px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  user-select: none;
  transition: background-color 0.15s;
}
.header-menu__item:hover {
  background-color: #f2f2f2;
}
.header-menu__item.current {
  background-color: var(--color-link);
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.header-menu__item.current:hover {
  background-color: #3f283c;
}

.header-warning {
  background-color: var(--color-link);
  color: #fff;
  position: relative;
}
@media (max-width: 1299px) {
/*  .header-warning {
    display: none;
  }*/
}
.header-warning__main {
  position: relative;
  text-align: center;
  padding: 10px 0;
  height: 42px;
}
.header-warning__main a {
  color: currentColor;
}
.header-warning__close {
  position: absolute;
  right: 0;
  top: 4px;
  display: flex;
  cursor: pointer;
}

.header-warning__main .switch_v2 {
  position: absolute;
  top: 5px;
  left: 0;
  border: none;
}

.header-warning__main .switch__btn {
  height: 28px;
}

.header-warning__main .switch__slider {
  left: 3px;
}

.search-popup {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  padding: 140px var(--gutter-site) var(--gutter-site);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.search-form {
  position: relative;
}
.search-form__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
}

.search-form__button-clear {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 48px;
  top: 15px;
  color: var(--color-grey-lite);
}

@media (max-width: 767px) {
  .search-form__button svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1300px) {
  .search-form__button {
    width: 72px;
    height: 34px;
    border-radius: 3px;
    background-color: var(--color-text);
    color: #fff;
    right: 8px;
    top: 7px;
  }

  .search-form__button-clear {
    right: 100px;
    top: 14px;
  }
}
.search-form__icon {
  position: absolute;
  right: 14px;
  top: 12px;
  pointer-events: none;
}

.search-history {
  margin-top: 24px;
}
.search-history__items {
  display: flex;
  flex-direction: column;
}
.search-history__item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  line-height: 20px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
}
.search-history__item:hover::before {
  opacity: 1;
}
.search-history__item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.04);
  position: absolute;
  left: -10px;
  right: -10px;
  top: 4px;
  bottom: 4px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
}
.search-history__item:not(:first-child) {
  border-top: 1px solid #F2F2F2;
}
.search-history__text {
  width: 100%;
}
.search-history__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.search-history__icon {
  width: 20px;
  height: 20px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  color: var(--color-grey);
  opacity: 0.8;
  transition: opacity 0.15s, color 0.15s;
}
.search-history__icon:hover {
  opacity: 1;
  color: var(--color-text);
}
@media (min-width: 1024px) {
  .search-history__title {
    font-size: 20px;
  }
}
.search-history__clear {
  cursor: pointer;
  font-weight: 300;
  color: var(--color-grey);
  transition: color 0.15s;
}
.search-history__clear:hover {
  color: var(--color-text);
}

.footer {
  flex: 0 0 auto;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .footer {
    border-top: 1px solid #EFEAFE;
  }
}
.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  gap: 40px;
}
@media (max-width: 1023px) {
  .footer-top {
    flex-direction: column;
    padding: 20px 0;
  }
}
.footer-top__column {
  flex-grow: 1;
}
.footer-top__aside {
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .footer-top__aside {
    max-width: 100%;
    text-align: center;
  }
}
.footer-top__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
@media (max-width: 1023px) {
  .footer-top__title.is-active span::after {
    opacity: 0;
  }
  .footer-top__title span {
    width: 16px;
    height: 16px;
    position: relative;
    margin-left: auto;
  }
  .footer-top__title span::before, .footer-top__title span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--color-text);
    position: absolute;
    left: 0;
    top: 5px;
  }
  .footer-top__title span::after {
    transform: rotate(90deg);
  }
}
.footer-top__main {
  display: flex;
  gap: 10px 40px;
}
@media (max-width: 1023px) {
  .footer-top__main {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .footer-top__main {
    flex-direction: column;
  }
}
.footer-top__block {
  font-weight: 300;
}
.footer-top__block a {
  color: currentColor;
}
.footer-top__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1023px) {
  .footer-top__list {
    margin-bottom: 10px;
  }
  .footer-top__list:not(.is-show) {
    display: none;
  }
}
.footer-top__list a {
  font-weight: 300;
  color: currentColor;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  gap: 10px 0;
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.footer-bottom__column {
  font-size: 12px;
  line-height: 16px;
  color: var(--color-grey);
}
.footer-bottom__column a {
  color: currentColor;
  transition: color 0.15s;
}
.footer-bottom__column a:hover {
  color: var(--color-text);
}
.footer-logotype {
  width: 160px;
  margin: 0 auto 20px;
}

.footer-phone {
  white-space: nowrap;
}
.footer-phone__value {
  font-size: 24px;
  color: var(--color-text);
}
.footer-phone__text {
  color: var(--color-grey);
  font-size: 12px;
  font-weight: 300;
}

.timeline-work {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1023px) {
  .timeline-work {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.timeline-work__item {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 20px;
  font-size: 14px;
  min-width: 190px;
}
@media (max-width: 1023px) {
  .timeline-work__item {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.timeline-work__info {
  font-size: 12px;
  color: var(--color-grey);
}
.timeline-work__days {
  width: 80px;
  height: 7px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3.5' cy='10.5' r='3.5' fill='%234B3048'/%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' fill='%23DBDDDF'/%3E%3C/svg%3E");
}
.timeline-work__days span {
  display: block;
  height: 7px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3.5' cy='10.5' r='3.5' fill='%234B3048'/%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' fill='%23DBDDDF'/%3E%3C/svg%3E");
  background-position: 0 -7px;
}

.social {
  display: flex;
  gap: 14px;
}
@media (max-width: 1023px) {
  .social {
    justify-content: center;
  }
}
.social-item {
  width: 40px;
  height: 40px;
  border: 1px solid #EFEAFE;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: border-color 0.15s;
}
.social-item svg {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.15s;
}
.social-item:hover {
  border-color: var(--color-grey);
}
.social-item:hover svg {
  opacity: 1;
  filter: none;
}

.showcase-slide {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.showcase-slide img {
  width: 100%;
}

.offset {
  padding-top: var(--offset);
  padding-bottom: var(--offset);
}
.offset-top {
  margin-top: var(--offset);
}
.offset-bottom {
  margin-bottom: var(--offset);
}
.offset--small {
  --offset: 40px;
}

.head {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
}
@media (max-width: 767px) {
  .head {
    margin-bottom: 20px;
  }
}
.head.center {
  justify-content: center;
}
.head-title {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .head-title {
    font-size: 24px;
  }
}
.head-more {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-text);
  font-weight: 300;
  width: fit-content;
}

.element {
  position: relative;
  border-radius: 5px;
}
@media (min-width: 1300px) {
  .element:hover {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .element:hover .element-view {
    opacity: 1;
  }
  .element:hover .element-footer {
    display: flex;
  }
}
.element-image {
  position: relative;
  padding-bottom: 120%;
}

.element-image .picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
}
.element-image .picture img {
  max-height: 100%;
  object-fit: contain;
}

.element-image .picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.025);
}
.element-image .picture:hover::before {
  background-color: rgba(0, 0, 0, 0.05);
  transition: background-color 0.5s;
}
.element-image .picture picture {
  margin: auto;
  height: 100%;
  display: flex;
}
.element-view {
  padding: 12px 42px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.94);
  position: absolute;
  left: 50%;
  /*top: 50%;*/
  bottom: -10px;
  font-size: 14px;
  line-height: 20px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  display: flex;
  gap: 5px;
  opacity: 0;
  transition: opacity 0.15s;
}
.element-favorite, .element-available {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  display: flex;
}

.element-available__text {
  display: none;
  font-size: 13px;
}

.card-element:hover .element-available__text {
  display: block;
}

.card-element:hover .element-available__icon {
  display: none;
}

.element-available__text.yes {
  color: #529d64;
}
.element-available__text.no {
  color: #fd0100;
}

@media (max-width: 1299px) {
  .element-favorite, .element-available {
    left: 5px;
    top: 5px;
  }
}
.element-favorite.active {
  color: var(--color-red);
}
.element-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1300px) {
  .element-content {
    padding: 12px;
  }
}
.element-prices {
  display: flex;
  align-items: center;
  gap: 5px;
}
.element-price {
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .element-price {
    font-size: 20px;
  }
}
.element-price small {
  font-weight: normal;
}
.element-price--new {
  color: var(--color-red);
}
.element-price--old {
  position: relative;
  color: var(--color-grey);
  font-size: 0.9em;
}
.element-price--old::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-red);
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-10deg);
}
.element-sale {
  margin-left: auto;
  color: var(--color-red);
  border: 1px solid var(--color-red);
  border-radius: 12px;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .element-sale {
    font-size: 10px;
    line-height: 10px;
    padding: 2px 4px;
  }
}
.element-title {
  display: block;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .element-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.element-footer {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px 20px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.element-footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 12px;
  background-color: #fff;
}
.element-params {
  /*display: flex;*/
  display: block;
  justify-content: space-between;
}
.element-params li {
  font-size: 14px;
  color: var(--color-grey);
}
.element-params li span {
  color: var(--color-text);
}
.element-sizes {
  font-size: 12px;
  line-height: 16px;
}
.element-sizes__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  margin-top: 4px;
}

.stickers {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}
@media (max-width: 1299px) {
  .stickers {
    right: 0;
    top: 0;
  }
}
.stickers--card {
  gap: 4px 10px;
}
@media (min-width: 1300px) {
  .stickers--card {
    position: static;
    flex-direction: row;
    margin-bottom: 10px;
  }
}
@media (max-width: 1299px) {
  .stickers--card {
    right: 10px;
    top: calc(100% + 30px);
  }
}

.sticker {
  width: fit-content;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  padding: 2px 8px;
  background-color: #fff;
  border: 1px solid var(--color-text);
  border-radius: 12px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sticker {
    font-size: 10px;
    line-height: 12px;
  }
/*  .element-image {
    padding-bottom: 120%;
  }

 */

/*  .element-image picture {
    display: flex;
  }
  .element-image picture img {
    object-fit: contain;
  }*/
}

.element-color {
  display: flex;
  gap: 6px;
  padding: 1px;
}
.element-color__item {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #fff;
}
.element-color__item.active {
  box-shadow: 0 0 0 1px var(--color-text);
}
.element-color__item img {
  display: block;
  width: 100%;
}

.element-diameter {
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 6px;
  padding: 1px;
}
.element-diameter.swiper-wrapper {
  gap: unset;
}
.element-diameter__item {
  width: 36px;
  height: 26px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  border: 2px solid #fff;
  font-size: 14px;
  text-align: center;
}
.swiper-slide .element-diameter__item {
  height: 22px;
}
.element-diameter__item.active {
  box-shadow: 0 0 0 1px var(--color-text);
}

.back-grey {
  background-color: #F0F2F5;
}

.back-white {
  background-color: #fff;
}

.news-item {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1300px) {
  .news-item:hover .element-view {
    opacity: 1;
  }
}
.news-item__image {
  display: block;
  padding-bottom: 56%;
  position: relative;
  background: 50% no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 20px;
}
.news-item__title {
  font-size: 20px;
  line-height: 120%;
  color: var(--color-text);
  display: block;
  margin-bottom: 10px;
}
.news-item__text {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 14px;
}
.news-item__date {
  margin-top: auto;
  font-size: 14px;
  font-weight: 300;
  color: var(--color-grey);
}

.news-date {
  margin-bottom: 20px;
  color: var(--color-grey);
}
.news-image {
  margin-bottom: 25px;
}
.news-content p {
  margin-bottom: 20px;
}

.subscribe {
  position: relative;
  border-radius: 5px;
  background: #DEE5E8 url(/local/templates/vz/assets/css/../img/subscribe-back.jpg) 100% 0 no-repeat;
  padding: 24px;
}
@media (max-width: 767px) {
  .subscribe {
    padding: 180px 24px 24px;
    text-align: center;
    background-size: auto 250px;
  }
  .subscribe::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, #DEE5E8 85%, rgba(222, 229, 232, 0) 100%);
    height: 70%;
  }
}
.subscribe-block {
  position: relative;
}
@media (min-width: 768px) {
  .subscribe-block {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 70px 100px;
  }
}
@media (min-width: 768px) {
  .subscribe-content {
    max-width: 500px;
  }
}
.subscribe-title {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .subscribe-title {
    font-size: 22px;
  }
}
.subscribe-text {
  font-weight: 300;
  margin-bottom: 30px;
}
.subscribe-form {
  position: relative;
}
.subscribe-form__buttons {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .subscribe-form__buttons {
    margin-top: 15px;
  }
  .subscribe-form__buttons .btn {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .subscribe-form__buttons {
    position: absolute;
    right: 8px;
    top: 8px;
  }
}
.subscribe-form__btn {
  height: 34px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
}

.catalog-popup {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.catalog-popup__overlay {
  background-color: rgba(11, 13, 14, 0.3);
  position: fixed;
  inset: 0;
}
.catalog-popup__content {
  position: relative;
  display: flex;
  background-color: #fff;
  width: fit-content;
}

.catalog-menu {
  background-color: #fff;
  position: relative;
  width: 325px;
  flex-shrink: 0;
  padding: 20px 0;
}
.catalog-menu::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: #fff;
}
.catalog-menu__item {
  padding-right: 30px;
}
.catalog-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 5px;
  color: var(--color-text);
  transition: 0.15s;
}
.catalog-menu__link svg {
  opacity: 0;
  transition: opacity 0.15s;
}
.catalog-menu__link.--new {
  color: #00BB29;
}
.catalog-menu__link.--all {
  font-weight: 500;
}
.catalog-menu__sub.active {
  background-color: #F6F1F5;
  color: #A16C9B;
}
.catalog-menu__sub.active svg {
  opacity: 1;
}

.catalog-submenu {
  display: flex;
  border-left: 1px solid #F2F2F2;
}
.catalog-submenu__list {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 320px;
  flex-shrink: 0;
}
.catalog-submenu__list ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.catalog-submenu__list ul a {
  color: var(--color-text);
  display: block;
  font-weight: 300;
}
.catalog-submenu__list ul a:hover {
  text-decoration: underline;
}
.catalog-submenu__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.catalog-submenu__cover {
  padding: 30px;
  width: 320px;
  border-left: 1px solid #F2F2F2;
}

.currency-popup {
  position: absolute;
  left: -10px;
  top: 100%;
  background-color: #ffffff;
  padding: 10px;
}
.currency-popup__item {
  font-weight: 300;
  margin-top: 4px;
  cursor: pointer;
}
.currency-popup__item:hover {
  text-decoration: underline;
}

.page-header {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .page-header {
    background-color: transparent;
    margin-bottom: 20px;
  }
}
.page-header__layout {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.page-header__content {
  padding: 28px 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .page-header__content {
    padding: 10px 0 0;
  }
}
.page-header__aside {
  width: 340px;
  height: 200px;
  flex-shrink: 0;
  align-self: flex-end;
  overflow: hidden;
}
.page-header__title {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1023px) {
  .page-header__title {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
.page-header__h1 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .page-header__h1 {
    line-height: 100%;
  }
}
.page-header__count {
  color: var(--color-grey);
  font-weight: 300;
  white-space: nowrap;
}
.page-header__text {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-grey);
  font-weight: 300;
  max-width: 330px;
  margin-top: 20px;
}

.catalog-filter {
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  gap: 4px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.breadcrumbs li {
  color: var(--color-grey);
  display: flex;
  font-size: 14px;
  line-height: 16px;
}
.breadcrumbs li a {
  color: currentColor;
  transition: color 0.15s;
}
.breadcrumbs li a:hover {
  color: var(--color-text);
}

.layout {
  display: flex;
  gap: 24px;
}
.layout--catalog {
  gap: 0 24px;
}
@media (max-width: 1299px) {
  .layout {
    flex-direction: column;
  }
}
@media (max-width: 1299px) {
  .layout-aside--down {
    order: 1;
  }
  .layout-aside--up {
    order: -1;
  }
}
@media (min-width: 1300px) {
  .layout-aside {
    width: 220px;
    flex-shrink: 0;
  }
}
@media (min-width: 1300px) {
  .layout--large {
    gap: 50px;
  }
  .layout--large .layout-aside {
    width: 420px;
  }
}
.layout-content {
  width: 100%;
  min-width: 0;
}

.filter {
  max-width: 180px;
}
@media (max-width: 1299px) {
  .filter {
    max-width: 100%;
    position: fixed;
    width: 100%;
    height: calc(100vh - var(--panel-height));
    background-color: #fff;
    left: 0;
    top: 0;
    padding: var(--gutter);
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: calc(var(--panel-height) + var(--gutter));
    z-index: 23;
  }
  .filter:not(.is-show) {
    display: none;
  }
}
.filter-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.filter-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
/*.filter-item__title.active svg {
  transform: rotate(90deg);
}*/
.filter-item__title svg {
  transform: rotate(-90deg);
  cursor: pointer;
  transition: transform 0.15s;
}
.filter-item__content {
  display: none;
  padding-top: 20px;
}
.filter-item.open .filter-item__content {
  display: block;
}
.filter-item.open .filter-item__title svg {
  transform: rotate(90deg);
}
.filter-item__more {
  color: var(--color-grey);
  font-size: 12px;
  cursor: pointer;
  margin-top: 14px;
  transition: color 0.15s;
}
.filter-item__more:hover {
  color: var(--color-text);
}
.filter-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-sizes {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1299px) {
  .filter-sizes {
    grid-template-columns: repeat(5, 1fr);
  }
}
.filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-header__title {
  font-size: 20px;
  font-weight: 500;
}
.filter-header__close {
  display: flex;
}
.filter-confirm {
  padding: var(--gutter);
  position: fixed;
  left: 0;
  width: 100%;
  bottom: var(--panel-height);
}

.size {
  max-width: 56px;
  height: 28px;
  border-radius: 2px;
  background-color: #FCFAF8;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1299px) {
  .size {
    height: 40px;
  }
}
.size.checked {
  background-color: var(--color-link);
  color: #fff;
}

.size.disabled {
  cursor: default;
  background-color: #fcfcfc;
  color: #c3c3c3;
}

.range-slider__header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1299px) {
  .range-slider__header {
    flex-direction: row;
  }
}
.range-slider__input {
  height: 40px;
  text-align: right;
  padding: 0 12px;
}
.range-slider span {
  position: absolute;
  left: 12px;
  top: 8px;
  font-weight: 300;
  pointer-events: none;
}
.range-slider__item {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}

.vue-slider {
  width: 100%;
  height: 2px;
  position: relative;
  padding: 0 !important;
  margin-bottom: 20px;
}
.vue-slider-rail {
  height: 2px;
  background-color: #C7CBD1;
  border-radius: 1px;
}
.vue-slider-process {
  position: absolute;
  background-color: var(--color-link);
  border-radius: 1px;
}
.vue-slider-dot {
  cursor: pointer;
  background-color: var(--color-link);
  border-radius: 50%;
  position: absolute;
}
.vue-slider-dot-handle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.catalog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  margin-bottom: 24px;
}

.catalog-sorting {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 0 20px;
  font-weight: 300;
  position: relative;
}
.catalog-sorting__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
  color: currentColor;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .catalog-sorting__item {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.catalog-sorting__item.up svg {
  transform: rotate(-90deg);
}
.catalog-sorting__item.down svg {
  transform: rotate(90deg);
}
.catalog-sorting__item.active {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .catalog-sorting__item.active {
    text-decoration: none;
    background-color: rgba(161, 108, 155, 0.1);
  }
}
.catalog-sorting__list {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 1023px) {
  .catalog-sorting__list {
    min-width: 100%;
    padding: 5px 0;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    left: 0;
    top: calc(100% + 10px);
    flex-direction: column;
    align-items: normal;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 5;
  }
  .catalog-sorting__list:not(.is-show) {
    display: none;
  }
}
.catalog-sorting__title {
  font-weight: 300;
}
@media (max-width: 1023px) {
  .catalog-sorting__title {
    border-bottom: 1px dashed currentColor;
  }
}

.catalog-view {
  display: flex;
  gap: 10px;
}
.catalog-view__item {
  display: flex;
  cursor: pointer;
  color: #C7CBD1;
}
.catalog-view__item.active {
  color: var(--color-text);
}

.catalog-balloon {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 1023px) {
  .catalog-balloon {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
}
.catalog-balloon__item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 300;
  line-height: 20px;
  padding: 6px 10px;
  border-radius: 16px;
  background-color: #F2F2F2;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.15s;
}
.catalog-balloon__item:hover {
  background-color: #eaeaea;
}
.catalog-balloon__item.reset {
  background-color: transparent;
}
.catalog-balloon__close {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.15s;
}
.catalog-balloon__close svg {
  stroke: currentColor;
}
.catalog-balloon__close:hover {
  background-color: var(--color-link);
  color: #fff;
}
.catalog-balloon__count {
  min-width: 20px;
  padding: 0 4px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 12px;
  border-radius: 10px;
  font-weight: normal;
}

.pagination {
  margin-top: var(--offset);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pagination-list {
  display: flex;
  gap: 5px;
}
.pagination-item {
  padding: 0 12px;
  min-width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--color-text);
  transition: background-color 0.15s;
}
@media (max-width: 767px) {
  .pagination-item {
    padding: 0 6px;
    height: 28px;
    min-width: 28px;
    font-size: 12px;
  }
}
.pagination-item.prev svg {
  transform: scaleX(-1);
}
.pagination-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination-item:not(.disabled):hover {
  background-color: #F2F2F2;
}
.pagination-item:not(.disabled).active {
  background-color: var(--color-link);
  color: #fff;
}
.pagination-more {
  cursor: pointer;
}
@media (max-width: 1023px) {
  .pagination-more {
    display: none;
  }
}

.catalog-grid {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
}
.catalog-grid-table {
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}

/*.catalog-grid-table_head {
  position: fixed;
  background-color: #fff;
  top: 0;
  z-index: 9;
  display: none;
}

.catalog-grid-table_head.is-active {
    display: block;
}*/

.catalog-grid-table_head {
  position: relative;
  background-color: #fff;
}

.catalog-grid-table_head.fixed {
  position: fixed;
  top: 0;
  z-index: 9;
}

.catalog-grid-table th {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 5px 5px 10px 0;
  white-space: nowrap;
}

.catalog-grid-table th.size__th {
  width: 54px;
}

.catalog-grid-table th:nth-child(1)/*, .catalog-grid-table th:nth-child(2)*/ {
  text-align: left;
  width: 90px;
}
.catalog-grid-table th:last-child {
  padding-right: 0;
}
.catalog-grid-table td {
  padding: 5px 5px 8px 0;
  border-top: 1px solid #F2F2F2;
  white-space: nowrap;
  vertical-align: bottom;
  font-weight: 300;
  text-align: center;
}
.catalog-grid-table td:nth-child(1)/*, .catalog-grid-table td:nth-child(2)*/ {
  text-align: left;
  width: 90px;
}
.catalog-grid-table td:last-child {
  padding-right: 0;
}
.catalog-grid__image {
  position: relative;
  width: 40px;
  cursor: pointer;
}
.catalog-grid__size {
  font-size: 12px;
  line-height: 16px;
}
.catalog-grid__input {
  width: 32px;
  height: 26px;
  padding: 0 0 2px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.catalog-grid__input:disabled {
  border-color: #f2f2f2;
}
.catalog-grid__article {
  padding-bottom: 2px;
}

.catalog-grid-table_item {
    display: flex;
  padding: 5px 5px 8px 0;
}

.catalog-grid-table_head .catalog-grid-table_item {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.catalog-grid-table_body .catalog-grid-table_item {
  border-top: 1px solid #F2F2F2;
}

.catalog-grid-table_item-article {
  display: flex;
  width: 90px;
  align-items: center;
  flex-shrink: 0;
}

.catalog-grid-table_item-sizes {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.catalog-grid-table_item-size {
    width: 42px;
    text-align: center;
  padding: 5px 5px 10px 0;
  white-space: nowrap;
}

.catalog-grid-table_item-basket {
    display: flex;
    width: 32px;
    align-items: center;
  flex-shrink: 0;
}

.catalog-grid_compact .catalog-grid-table_head .catalog-grid-table_item {
  font-size: 11px;
}

.catalog-grid_compact .catalog-grid-table_item-size {
  width: 36px;
  padding: 5px 4px 10px 0;
}

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

.card {
  position: relative;
  display: flex;
  gap: 30px;
}
@media (max-width: 1299px) {
  .card {
    flex-direction: column;
  }
}
.card-image {
  width: 100%;
  min-width: 0;
}
@media (min-width: 1300px) {
  .card-aside {
    width: 580px;
    flex-shrink: 0;
  }
}
.card-title {
  font-size: 20px;
  margin-bottom: 0;
}
.card-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .card-items {
    gap: 20px;
  }
}
.card-item {
  position: relative;
}
.card-item__label {
  font-size: 14px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .card-item__label {
    text-align: center;
  }
}
.card-item__title {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .card-item__title {
    font-size: 16px;
  }
}
.card-info {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.card-info li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: var(--color-grey);
  white-space: nowrap;
}
.card-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.card-sizes li {
  cursor: pointer;
  height: 28px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: background-color 0.15s;
}
.card-sizes li:not(.active):hover {
  background-color: #f2f2f2;
}
.card-sizes li.active {
  border-color: var(--color-text);
}
.card-prices {
  color: var(--color-grey);
  display: flex;
  gap: 4px;
  white-space: nowrap;
}
.card-price {
  font-weight: 600;
  font-size: 18px;
  color: var(--color-text);
}
@media (min-width: 768px) {
  .card-box {
    background-color: #F9F9F9;
    padding: 30px;
  }
}

.available {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #65BC78 url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.888672 3.55204L2.84359 5.33323L7.11089 1.44434' stroke='white' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E") 50% no-repeat;
}
.available.dev {
  background: #FDA700 url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.68992 1.69516C6.21492 1.69516 6.61992 1.36516 6.66492 0.660156H7.99992C7.92492 2.10016 7.12992 3.04516 5.70492 3.04516C4.51992 3.04516 3.49992 2.02516 2.49492 2.02516C1.93992 2.02516 1.54992 2.34016 1.50492 3.04516H0.169922C0.244922 1.60516 1.03992 0.660156 2.46492 0.660156C3.84492 0.660156 4.80492 1.69516 5.68992 1.69516Z' fill='white'/%3E%3C/svg%3E") 50% no-repeat;
}
.available.ready {
  background: #4396D5 url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.888672 3.55204L2.84359 5.33323L7.11089 1.44434' stroke='white' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E") 50% no-repeat;
}
.not_available {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #FF0000 url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.888672 4L7 4' stroke='white' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E") 50% no-repeat;
}

.card-image-grid {
  display: grid;
  grid-template-columns: repeat(var(--card-image-grid), 1fr);
  gap: 30px;
  flex-grow: 1;
}
.card-image-grid__item {
  position: relative;
}
.card-image-grid__item .picture {
  height: 100%;
  display: flex;
}
.card-image-grid__item .picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.card-image-grid__item .picture img {
  border-radius: 5px;
}
.card-image-grid__item .picture picture {
  margin: auto;
}

.card-sku-rows {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .card-sku-rows {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .card-sku__column {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 270px;
  }
}
.card-sku__table {
  width: 100%;
}
.card-sku__table th {
  background-color: #FCFAF8;
  padding: 0 5px;
  height: 24px;
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
}
.card-sku__table th:first-child {
  text-align: left;
}
.card-sku__table td {
  padding: 6px 5px;
  vertical-align: middle;
  text-align: center;
}
.card-sku__table td .value {
  margin-left: auto;
  margin-right: auto;
}
.card-sku__table td:first-child {
  text-align: left;
}
.card-sku__table td:last-child {
  padding-right: 0;
}
.card-sku__table td.disabled {
  opacity: 0.5;
}
.card-sku__price {
  white-space: nowrap;
  font-weight: 500;
}

.card-sku__price--sale {
  white-space: nowrap;
  font-weight: 500;
  color: var(--color-red);
}


.value {
  display: flex;
  gap: 5px;
  width: fit-content;
}
.value-button {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  background-color: #FCFAF8;
  user-select: none;
  transition: 0.15s;
}
.value-button:hover {
  background-color: var(--color-link);
  color: #fff;
}
.value-input {
  width: 40px;
  height: 28px;
  border: 1px solid #C7CBD1;
  text-align: center;
  display: block;
  border-radius: 4px;
}
.value-input:focus {
  box-shadow: 0 0 0 1px var(--color-text);
  border-color: var(--color-text);
}

.card-buy {
  display: flex;
  gap: 10px;
}
.card-buy + .card-buy {
  margin-top: 10px;
}

.market {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .market {
    flex-direction: column;
  }
}
.market-btn {
  min-width: 228px;
}
.market-wb {
  background-color: #741B85;
}
.market-ozon {
  background-color: #005AFF;
}

.cut-button {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.cut-button svg {
  transform: rotate(90deg);
}

.card-params {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .card-params li {
    display: flex;
    gap: 5px;
  }
}
.card-params__item:first-child {
  color: var(--color-grey);
  display: flex;
  flex-shrink: 0;
  gap: 5px;
  white-space: nowrap;
  font-weight: 300;
}
@media (min-width: 768px) {
  .card-params__item:first-child {
    width: 200px;
  }
  .card-params__item:first-child::after {
    background-image: linear-gradient(90deg, #dbdbdb, #dbdbdb 75%, transparent 0, transparent);
    background-size: 3px 1px;
    content: "";
    height: 1px;
    margin-top: 16px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card-params--small .card-params__item:first-child {
    width: 120px;
  }
}

.set-items {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-top: 50px;
  margin-left: -50px;
  margin-right: -50px;
}
@media (max-width: 767px) {
  .set-items {
    margin: 30px calc(var(--gutter-site) * -1) 0;
    padding: 0;
    gap: 0;
  }
}

.set-item {
  position: relative;
  box-shadow: 0 0 0 10px #F9F9F9;
  border-radius: 5px;
  padding: 50px;
}
@media (max-width: 767px) {
  .set-item {
    box-shadow: none;
    padding: 20px;
    background-color: #F9F9F9;
  }
}
.set-item__plus {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-link);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 10px #F9F9F9;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .set-item__plus {
    width: 34px;
    height: 34px;
  }
}

.card-file {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-file__item {
  display: flex;
  gap: 10px;
}
.card-file__item a {
  color: var(--color-text);
}
.card-file__item a span {
  border-bottom: 1px dashed currentColor;
}
.card-file__icon {
  width: 16px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
}
.card-file__icon::before {
  content: attr(rel);
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  font-size: 6px;
  line-height: 8px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.order-box {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
}
@media (max-width: 1023px) {
  .order-box {
    padding: 20px;
  }
}
.order-box__title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .order-box__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }
}
.order-box--sticky {
  position: sticky;
  top: 20px;
}

.order-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.basket-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 20px;
}
.basket-header__del {
  cursor: pointer;
  color: var(--color-grey);
  transition: color 0.15s;
}
.basket-header__del:hover {
  color: var(--color-text);
}

.order-point {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.basket {
  width: 100%;
}
@media (max-width: 767px) {
  .basket {
    display: flex;
    flex-direction: column;
  }
}
.basket-item__td {
  min-width: 0;
}
@media (max-width: 767px) {
  .basket-item__td {
    flex-direction: column;
    display: flex;
    gap: 10px;
  }
  .basket-item__td:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .basket-item__td {
    padding: 24px 16px 24px 0;
    vertical-align: top;
  }
  .basket-item__td:last-child {
    padding-right: 0;
  }
}
.basket-item__td--content {
  width: 100%;
}
@media (max-width: 767px) {
  .basket-item__td--content {
    position: relative;
    width: calc(100% - 116px);
  }
}
.basket-item:not(:first-child) {
  border-top: 1px solid #F2F2F2;
}
@media (max-width: 767px) {
  .basket-item:not(:first-child) {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .basket-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
  }
}
.basket tr:last-child td {
  /*padding-bottom: 0;*/
}
.basket-image {
  position: relative;
  width: 100px;
  height: auto;
}
/*.basket-image .picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  border-radius: 5px;
}*/
.basket-image .picture {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 5px;
}
.basket-image .picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.basket-image .picture picture {
  margin: auto;
}
.basket-check {
  width: 18px;
  height: 18px;
}
.basket-title {
  display: block;
  font-weight: 500;
  color: var(--color-text);
}
@media (min-width: 768px) {
  .basket-title {
    margin-bottom: 15px;
  }
}
.basket-info {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}
.basket-info--column {
  flex-direction: column;
}
.basket-info li {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  color: var(--color-grey);
  font-weight: 300;
}
@media (max-width: 767px) {
  .basket-info li {
    font-size: 10px;
    line-height: 12px;
  }
}
.basket-info li span {
  color: var(--color-text);
  font-weight: 500;
}
.basket-event {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .basket-event {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
    flex-direction: column;
  }
}
.basket-event__item {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  color: var(--color-grey);
  font-weight: 300;
  transition: color 0.15s;
}
@media (max-width: 767px) {
  .basket-event__item span {
    display: none;
  }
}
.basket-event__item:hover, .basket-event__item.active {
  color: var(--color-red);
}
.basket-error {
  border-radius: 5px;
  background-color: #FDF2F2;
  padding: 10px 12px;
  width: fit-content;
  margin-left: auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  gap: 10px;
}
.basket-error::before {
  content: "";
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='14' rx='7' fill='%23D20000'/%3E%3Cpath d='M4 4L10 10M4 10L10 4' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E");
}
.basket-error--warning {
  color: var(--color-red);
  width: auto;
  margin-left: 0;
}
.basket-error--warning::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='14' rx='7' fill='%23D20000'/%3E%3Cpath d='M7 11V10M7 8.5V3.5' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.basket-price {
  font-size: 16px;
}
.basket-prices {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .basket-prices {
    order: 1;
    justify-content: normal;
  }
}

.basket-total {
  margin-left: auto;
  min-width: 290px;
}
.basket-total td {
  padding: 5px 0;
  font-weight: 300;
  color: var(--color-grey);
}
.basket-total td:nth-child(2) {
  font-weight: normal;
  color: var(--color-text);
  text-align: right;
}
.basket-total td b {
  font-weight: 500;
  color: var(--color-text);
}

.table-sku {
  width: 100%;
}
@media (min-width: 768px) {
  .table-sku {
    min-width: 350px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .table-sku-overlay {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.table-sku th {
  text-align: right;
  font-weight: normal;
  color: #67717E;
  font-size: 12px;
}
.table-sku td {
  padding: 5px;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 300;
  text-align: right;
}
.table-sku td .element-prices {
  justify-content: flex-end;
}
.table-sku__del {
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  transition: color 0.15s;
}
.table-sku__del:hover {
  color: var(--color-red);
}
.table-sku__del svg {
  margin: auto;
}
.table-sku__count {
  position: relative;
  color: var(--color-grey);
  cursor: help;
}
@media (min-width: 1300px) {
  .table-sku__count:hover::before {
    display: block;
  }
  .table-sku__count::before {
    content: attr(rel);
    position: absolute;
    right: calc(100% + 4px);
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-link);
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 8px;
    border-radius: 5px;
    width: 200px;
    white-space: normal;
    text-align: left;
    display: none;
    pointer-events: none;
    font-weight: normal;
    z-index: 2;
  }
}

.order-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.order-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-list__item {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
}
.order-list__item.total {
  font-weight: 600;
  font-size: 18px;
}

.order-map {
  height: 500px;
  position: relative;
}
@media (max-width: 767px) {
  .order-map {
    position: fixed;
    height: auto;
    left: 0;
    top: var(--header-height);
    width: 100%;
    bottom: var(--panel-height);
    z-index: 2;
  }
  .order-map:not(.is-show) {
    display: none;
  }
}
.order-map__header {
  position: absolute;
  padding: var(--gutter-site);
  width: 100%;
  left: 0;
  top: 0;
}
.order-map__footer {
  position: absolute;
  padding: var(--gutter-site);
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}
.order-map__point {
  background-color: #fff;
  padding: 12px 24px;
}
.order-map__point span {
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.basket-search {
  position: relative;
}
@media (min-width: 1024px) {
  .basket-search {
    height: 0;
  }
}
.basket-search__form {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .basket-search__form {
    position: absolute;
    right: 0;
    bottom: calc(100% + 30px);
    width: 320px;
  }
}
.basket-search__input {
  height: 40px;
  padding: 0 12px;
}
.basket-search__button {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  border: none;
}

.checkbox-block {
  position: relative;
  display: flex;
  gap: 10px;
  padding: 15px;
  border: 1px solid #C7CBD1;
  border-radius: 4px;
  min-height: 100%;
  cursor: pointer;
  transition: 0.15s;
}
.checkbox-block:hover {
  border-color: var(--color-grey);
}
.checkbox-block.checked {
  background-color: #F6F1F5;
  border-color: #A16C9B;
}
.checkbox-block.checked::before {
  background-color: #A16C9B;
  box-shadow: 0 0 0 1px #A16C9B;
}
.checkbox-block.checked .checkbox-block__icon {
  filter: grayscale(0);
  opacity: 1;
}
.checkbox-block::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #C7CBD1;
  margin-top: 2px;
}
.checkbox-block__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 1024px) {
  .checkbox-block__title {
    font-size: 18px;
    font-weight: 300;
  }
}
.checkbox-block__text {
  color: var(--color-grey);
  font-size: 12px;
}
.checkbox-block__icon {
  flex-shrink: 0;
  align-self: center;
  filter: grayscale(100%);
  opacity: 0.5;
}

.form-box {
  width: 100%;
  max-width: 450px;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .form-box {
    margin: 20px auto;
  }
}
.form-header {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .form-header {
    margin-bottom: 20px;
  }
}
.form-title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .form-title {
    font-size: 24px;
  }
}
.form-title--small {
  font-size: 24px;
}
.form-text {
  font-weight: 300;
}
.form-text a {
  color: #A16C9B;
}
.form-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.lk-box {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.lk-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lk-box__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.lk-box__footer {
  margin-top: auto;
}
.lk-box__table {
  width: 100%;
}
.lk-box__table td {
  padding: 5px 20px 5px 0;
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 767px) {
  .lk-box__table td {
    font-size: 12px;
  }
}
.lk-box__table td .lk-status {
  margin-left: auto;
}
.lk-box__table td:last-child {
  padding-right: 0;
}
.lk-box__table tr:hover {
  background-color: #F2F2F2;
}
.lk-box__table tr:not(:first-child) td {
  border-top: 1px solid #F2F2F2;
}
.lk-box__icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  pointer-events: none;
  color: #F6F4F4;
}
@media (max-width: 767px) {
  .lk-box__icon {
    bottom: auto;
    top: 15px;
    right: 15px;
  }
  .lk-box__icon svg {
    width: 30px;
    height: 30px;
  }
}
.lk-box-gallery {
  display: flex;
  gap: 6px;
}
.lk-box-gallery__image {
  width: 90px;
  height: auto;
  border-radius: 5px;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .lk-box-gallery__image {
    width: 65px;
  }
}
.lk-box-gallery__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.lk-box-gallery__image .picture {
  margin: auto;
}
.lk-box-gallery__more {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  .lk-box-gallery__more {
    width: 65px;
    height: 65px;
    font-size: 20px;
  }
}

.lk-status {
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
  border-radius: 10px;
  padding: 0 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lk-status {
    font-size: 12px;
  }
}

.lk-menu {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  gap: 30px;
  background-color: #fff;
}
.lk-menu__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lk-menu__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 5px;
  color: var(--color-text);
  transition: 0.15s;
}
.lk-menu__item:hover {
  background-color: #f2f2f2;
}
.lk-menu__item.active {
  color: #fff;
  background-color: var(--color-link);
}
.lk-menu__item.active .lk-menu__count {
  background-color: #fff;
  color: var(--color-link);
}
.lk-menu__item svg {
  flex-shrink: 0;
}
.lk-menu__count {
  margin-left: auto;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background-color: var(--color-link);
  border-radius: 10px;
  padding: 0 8px;
  font-weight: normal;
}

.lk-menu-mobile {
  background-color: #fff;
  margin: -30px 0 20px;
  padding: 6px var(--gutter-site);
  display: flex;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #F2F2F2;
}
@media (max-width: 767px) {
  .lk-menu-mobile {
    margin-left: calc(var(--gutter-site) * -1);
    margin-right: calc(var(--gutter-site) * -1);
  }
}
.lk-menu-mobile__item {
  flex-grow: 1;
  flex-basis: 0;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text);
  border-radius: 5px;
}
.lk-menu-mobile__item.active {
  background-color: #A16C9B;
  color: #fff;
}

.order-status-tabs {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  overflow-x: auto;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C7CBD1;
}
.order-status-tabs li {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}
.order-status-tabs li.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-link);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.order-status-tabs__title {
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.order-status-tabs__count {
  margin-left: auto;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background-color: var(--color-link);
  border-radius: 10px;
  padding: 0 8px;
  font-weight: normal;
}

.history-order {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.history-order__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
  gap: 10px 20px;
}
.history-order__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .history-order__title {
    font-size: 16px;
  }
}
.history-order__layout {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .history-order__layout {
    flex-direction: column;
  }
}
.history-order__content {
  max-width: 520px;
}
.history-order__aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  min-width: 200px;
}
.history-order__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.history-order__cancel {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  color: var(--color-grey);
  transition: color 0.15s;
}
.history-order__cancel:hover {
  color: var(--color-text);
}
.history-order__track {
  color: var(--color-grey);
  text-align: right;
}
.history-order__track span {
  color: var(--color-text);
  font-weight: 500;
}
.history-order__copy {
  width: 24px;
  height: 24px;
  color: var(--color-grey);
  background-color: transparent;
  border: none;
  display: inline-flex;
  vertical-align: bottom;
  cursor: pointer;
}
.history-order__return {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .history-order__return {
    display: flex;
    justify-content: flex-end;
    height: 0;
    margin-bottom: 0;
  }
  .history-order__return .btn {
    position: absolute;
    right: 0;
    bottom: 40px;
    max-width: 250px;
  }
}
.history-order__bill {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.history-order__qr {
  display: flex;
  width: 164px;
  height: 164px;
  box-shadow: 0 0 0 1px #E3E5E8;
}
@media (max-width: 767px) {
  .history-order__qr {
    margin-left: auto;
    margin-right: auto;
  }
}
.history-order__qr img {
  margin: auto;
  max-height: 100%;
}

.showcase-bill {
  display: flex;
  gap: 20px 30px;
}
@media (max-width: 1023px) {
  .showcase-bill {
    flex-direction: column;
  }
}
.showcase-bill__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.showcase-bill__column {
  min-width: 270px;
}
.showcase-bill__table {
  width: 100%;
}
.showcase-bill__table th {
  font-size: 12px;
  color: var(--color-grey);
  font-weight: normal;
  white-space: nowrap;
  padding-right: 10px;
}
.showcase-bill__table th:last-child {
  padding-right: 0;
}
.showcase-bill__table td {
  padding: 10px 10px 0 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.showcase-bill__table td:last-child {
  padding-right: 0;
}
.showcase-bill__status {
  width: 12px;
  height: 12px;
  background: 50% no-repeat;
}
.showcase-bill__status.ok {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.25188L4.14183 9L11 3' stroke='%2365BC78' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E");
}
.showcase-bill__status.error {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5.4' stroke='%23D20000' stroke-width='1.2'/%3E%3Cpath d='M6 3.5V6.54099' stroke='%23D20000' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M6 7.00018V8.20018' stroke='%23D20000' stroke-width='1.2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.basket-result {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  gap: 10px 30px;
}
@media (max-width: 767px) {
  .basket-result {
    flex-direction: column;
  }
}
.basket-result li {
  min-width: 270px;
  text-align: right;
}

.basket-empty__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.basket-empty__text {
    font-size: 14px;
    color: var(--color-grey);
    margin-bottom: 12px;
}

.not-found {
  margin: 100px auto;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .not-found {
    margin: 50px auto;
  }
}
.not-found__title {
  font-size: 88px;
  line-height: 60px;
  font-weight: 500;
}

.about-cover {
  position: relative;
  background: url(/local/templates/vz/assets/css/../img/about-back.jpg) 50% no-repeat;
  background-size: cover;
  margin-top: -30px;
}
.about-cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.about-cover__content {
  position: relative;
  color: #fff;
  padding: 30px 0 140px;
}
@media (max-width: 767px) {
  .about-cover__content {
    padding-bottom: 30px;
  }
}
.about-cover__logo {
  margin: 110px 0 130px;
}
@media (max-width: 767px) {
  .about-cover__logo {
    margin: 50px 0;
  }
}
.about-cover__values {
  display: flex;
  justify-content: center;
  gap: 20px 80px;
}
@media (max-width: 767px) {
  .about-cover__values {
    flex-direction: column;
  }
}
.about-cover__values li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 300;
  white-space: nowrap;
}
.about-cover__values li span {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 10px;
}

.about-layout {
  display: flex;
  justify-content: space-between;
  gap: 20px 40px;
}
@media (max-width: 1299px) {
  .about-layout {
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  .about-layout__content {
    max-width: 580px;
  }
}
.about-layout__content p {
  margin-bottom: 20px;
}
.about-layout__aside {
  min-width: 0;
}
@media (min-width: 1300px) {
  .about-layout__aside {
    max-width: 700px;
  }
}

.how-order {
  margin: 50px auto 0;
  text-align: center;
  max-width: 1200px;
}
.how-order__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .how-order__title {
    font-size: 20px;
    flex-direction: column;
  }
}
.how-order__title span {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 3px solid #A16C9B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A16C9B;
  font-weight: 600;
}
.how-order__text {
  font-size: 18px;
  font-weight: 300;
  margin-top: 18px;
}
.how-order__box {
  background-color: #fff;
  margin-top: 30px;
  padding: 40px;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
}
.how-order__box img {
  border-radius: 5px;
  border: 1px solid #F2F2F2;
}

.delivery-cover {
  background: url(/local/templates/vz/assets/css/../img/delivery-back.jpg) 50% no-repeat;
  background-size: cover;
  margin-top: -30px;
  padding: 30px 0;
}
.delivery-cover__content {
  height: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .delivery-cover__content {
    height: auto;
    padding: 40px 0;
  }
}
.delivery-cover__title {
  font-size: 48px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .delivery-cover__title {
    font-size: 24px;
  }
}

.delivery-text {
  max-width: 600px;
  margin: 0 auto 30px;
}
.delivery-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 60px;
}
.delivery-logos__item {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.delivery-logos__item img {
  width: 100%;
}
.delivery-box {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .delivery-box {
    flex-direction: column;
  }
}
.delivery-box__content {
  max-width: 955px;
  width: 100%;
  margin: 0 auto;
}
.delivery-box__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F6F1F5;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .delivery-box__icon {
    width: 60px;
    height: 60px;
  }
}
.delivery-box__title {
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .delivery-box__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}

.faq-item {
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
  margin-bottom: -1px;
}
.faq-item__title {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  user-select: none;
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq-item__title {
    font-size: 16px;
  }
}
.faq-item__title svg {
  flex-shrink: 0;
  transform: rotate(90deg);
}
.faq-item__content {
  display: none;
  border: 1px solid #A16C9B;
  padding: 40px;
  margin-bottom: 20px;
}
.faq-item.active .faq-item__content {
  display: block;
}
@media (max-width: 767px) {
  .faq-item__content {
    padding: 20px;
  }
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 5px 10px;
}
.faq-tabs__item {
  font-size: 14px;
  line-height: 28px;
  white-space: nowrap;
  padding: 0 12px;
  border: 1px solid #A16C9B;
  border-radius: 14px;
  cursor: pointer;
  user-select: none;
  color: #A16C9B;
}
.faq-tabs__item.active {
  background-color: #A16C9B;
  color: #fff;
}

.map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f2f2f2;
}
.map-block {
  position: relative;
}
@media (min-width: 1024px) {
  .map-block {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  .map-contacts {
    position: relative;
    height: 300px;
  }
}

.category {
  position: relative;
  padding-bottom: 128%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.category-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.category-image img {
  width: 100%;
}
.category-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.category-name {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 50px;
  font-size: 24px;
  text-align: center;
}
.category-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.contact-wrap {
  width: 100%;
  max-width: 580px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .contact-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.contact-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-box__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  font-weight: 300;
}
.contact-box__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-box__info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.contact-box__icon {
  position: relative;
  padding-left: 40px;
}
.contact-box__icon svg {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--color-grey);
}
.contact-label {
  font-size: 16px;
  color: var(--color-grey);
  margin-bottom: 4px;
}

.sp-map {
  background-color: #f2f2f2;
  height: 460px;
}
.sp-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  min-height: 100%;
}
.sp-item__letter {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 10px;
}
.sp-item__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 300;
}

.city-list {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .city-list {
    columns: 3;
    gap: 20px;
  }
}
.city-list li {
  margin-bottom: 10px;
  font-weight: 300;
}
.city-list li.active {
  text-decoration: underline;
  font-weight: 400;
}
.city-list li a {
  color: currentColor;
}

.mobile-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: inset 0 1px 0 #F2F2F2;
  overflow: hidden;
  z-index: 1000;
}
.mobile-menu__items {
  display: flex;
}
.mobile-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  height: var(--panel-height);
  color: var(--color-text);
  position: relative;
}
.mobile-menu__item--main {
  color: #fff;
}
.mobile-menu__item--main::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #A16C9B;
  pointer-events: none;
  z-index: -1;
}
.mobile-menu__icon {
  width: 32px;
  height: 32px;
  position: relative;
}
.mobile-menu__text {
  font-size: 10px;
  line-height: 16px;
}
.mobile-menu__count {
  background-color: #A16C9B;
  color: #fff;
  line-height: 14px;
  font-size: 8px;
  padding: 0 5px;
  border-radius: 7px;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.mobile-header-popup {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.mobile-header-popup__wrap {
  background-color: #fff;
  padding: 2px 0 20px;
  border-radius: 0 0 15px 15px;
}

.mobile-header-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mobile-header-menu__list {
  display: flex;
  flex-direction: column;
}
.mobile-header-menu__list a {
  display: block;
  padding: 8px 0;
  color: var(--color-text);
  font-weight: 300;
}

.mobile-catalog {
  position: absolute;
  left: 0;
  top: 100%;
  height: calc(100vh - var(--panel-height));
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
}
.mobile-catalog__list > li {
  border-bottom: 1px solid #F2F2F2;
}
.mobile-catalog__item {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 300;
  color: var(--color-text);
}
.mobile-catalog__item.new {
  color: #00BB29;
}
.mobile-catalog__item svg {
  transform: rotate(0deg);
}
.mobile-catalog__item.is-active svg {
  transform: rotate(90deg);
}
.mobile-catalog__sub {
  display: none;
  padding-bottom: 14px;
}
.mobile-catalog__sub.is-show {
  display: block;
}
.mobile-catalog__sub li a {
  color: var(--color-text);
  font-weight: 300;
  display: block;
  padding: 4px 0 4px 20px;
}
.mobile-catalog__more {
  margin-top: 10px;
}
.mobile-catalog__more a {
  font-size: 14px;
  color: #A16C9B;
  text-decoration: underline;
}

@media (max-width: 1479px) {
  .container {
    max-width: 1300px;
  }
  .xl-col-1 {
    width: 8.33333333%;
  }
  .xl-col-2 {
    width: 16.66666666%;
  }
  .xl-col-3 {
    width: 24.99999999%;
  }
  .xl-col-4 {
    width: 33.33333332%;
  }
  .xl-col-5 {
    width: 41.66666665%;
  }
  .xl-col-6 {
    width: 49.99999998%;
  }
  .xl-col-7 {
    width: 58.33333331%;
  }
  .xl-col-8 {
    width: 66.66666664%;
  }
  .xl-col-9 {
    width: 74.99999997%;
  }
  .xl-col-10 {
    width: 83.3333333%;
  }
  .xl-col-11 {
    width: 91.66666663%;
  }
  .xl-col-12 {
    width: 99.99999996%;
  }
  .xl-hidden {
    display: none;
  }
}
@media (max-width: 1299px) {
  .container {
    max-width: 1024px;
  }
  .lg-col-1 {
    width: 8.33333333%;
  }
  .lg-col-2 {
    width: 16.66666666%;
  }
  .lg-col-3 {
    width: 24.99999999%;
  }
  .lg-col-4 {
    width: 33.33333332%;
  }
  .lg-col-5 {
    width: 41.66666665%;
  }
  .lg-col-6 {
    width: 49.99999998%;
  }
  .lg-col-7 {
    width: 58.33333331%;
  }
  .lg-col-8 {
    width: 66.66666664%;
  }
  .lg-col-9 {
    width: 74.99999997%;
  }
  .lg-col-10 {
    width: 83.3333333%;
  }
  .lg-col-11 {
    width: 91.66666663%;
  }
  .lg-col-12 {
    width: 99.99999996%;
  }
  .lg-hidden {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 768px;
  }
  .md-col-1 {
    width: 8.33333333%;
  }
  .md-col-2 {
    width: 16.66666666%;
  }
  .md-col-3 {
    width: 24.99999999%;
  }
  .md-col-4 {
    width: 33.33333332%;
  }
  .md-col-5 {
    width: 41.66666665%;
  }
  .md-col-6 {
    width: 49.99999998%;
  }
  .md-col-7 {
    width: 58.33333331%;
  }
  .md-col-8 {
    width: 66.66666664%;
  }
  .md-col-9 {
    width: 74.99999997%;
  }
  .md-col-10 {
    width: 83.3333333%;
  }
  .md-col-11 {
    width: 91.66666663%;
  }
  .md-col-12 {
    width: 99.99999996%;
  }
  .md-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .sm-col-1 {
    width: 8.33333333%;
  }
  .sm-col-2 {
    width: 16.66666666%;
  }
  .sm-col-3 {
    width: 24.99999999%;
  }
  .sm-col-4 {
    width: 33.33333332%;
  }
  .sm-col-5 {
    width: 41.66666665%;
  }
  .sm-col-6 {
    width: 49.99999998%;
  }
  .sm-col-7 {
    width: 58.33333331%;
  }
  .sm-col-8 {
    width: 66.66666664%;
  }
  .sm-col-9 {
    width: 74.99999997%;
  }
  .sm-col-10 {
    width: 83.3333333%;
  }
  .sm-col-11 {
    width: 91.66666663%;
  }
  .sm-col-12 {
    width: 99.99999996%;
  }
  .sm-hidden {
    display: none;
  }
}
@media (min-width: 1480px) {
  .xl-visible {
    display: none;
  }
  .xl-flex {
    display: flex;
  }
}
@media (min-width: 1300px) {
  .lg-visible {
    display: none;
  }
  .lg-flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .md-visible {
    display: none;
  }
  .md-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .sm-visible {
    display: none;
  }
  .sm-flex {
    display: flex;
  }
}

@media (max-width: 1300px) {
  .wrap--grey {
    padding-top: 70px;
  }
}

.e-hidden {
  display: none;
}

.select-popup {
  position: relative;
}

.select-popup ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 270px;
  z-index: 2;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.select-popup ul li {
  font-size: 12px;
  line-height: 18px;
  padding: 10px 10px;
  cursor: pointer;
}

:root {
  --toast-width: 270px;
  --toast-border-radius: 0.25rem;
  --toast-theme-default: #fff;
  --toast-theme-primary: #0d6efd;
  --toast-theme-secondary: #6c757d;
  --toast-theme-success: #198754;
  --toast-theme-danger: #dc3545;
  --toast-theme-warning: #ffc107;
  --toast-theme-info: #0dcaf0;
  --toast-theme-light: #f8f9fa;
  --toast-theme-dark: #212529;
}

.toast-container {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: var(--toast-width);
  z-index: 9999;
}

.toast {
  font-size: 1rem;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: var(--toast-border-radius);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
  position: relative;
  overflow: hidden;
  transition: 0.3s opacity;
}

.toast_default {
  color: #212529;
  background-color: var(--toast-theme-default);
}

.toast_primary {
  color: #fff;
  background-color: var(--toast-theme-primary);
}

.toast_secondary {
  color: #fff;
  background-color: var(--toast-theme-secondary);
}

.toast_success {
  color: #fff;
  background-color: var(--toast-theme-success);
}

.toast_danger {
  color: #fff;
  background-color: var(--toast-theme-danger);
}

.toast_warning {
  color: #212529;
  background-color: var(--toast-theme-warning);
}

.toast_info {
  color: #212529;
  background-color: var(--toast-theme-info);
}

.toast_light {
  color: #212529;
  background-color: var(--toast-theme-light);
}

.toast_dark {
  color: #fff;
  background-color: var(--toast-theme-dark);
}

.toast_primary .toast__close,
.toast_secondary .toast__close,
.toast_success .toast__close,
.toast_danger .toast__close,
.toast_dark .toast__close {
  filter: invert(1);
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast:not(.toast_show) {
  display: none;
}

.toast_showing {
  opacity: 0;
}

.toast__header {
  position: relative;
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast__close {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 0.875em;
  height: 0.875em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.875em auto no-repeat;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
}

.toast__close:hover {
  opacity: 1;
}

.toast__body {
  padding: 1rem;
}

.toast_message .toast__body {
  padding-right: 2.25rem;
}

.input-group.code {
  text-align: center;
}

.input-code {
  width: 18%;
  height: 48px;
  display: inline;
  border-radius: 5px;
  background: #FFFFFF no-repeat;
  border: 1px solid #C7CBD1;
  padding: 0 16px;
  font-size: 16px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 425px) {
  width: 20%;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.preloader::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: -25px 0 0 -25px;
    border: 5px solid var(--color-text);
    border-top-color: transparent;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.preloader.wait {
    background-color: rgba(255, 255, 255, 0.8);
}

.basket-item__sku.error {
  background-color: #ffd6d6;
}

.basket-item__sku-size {
  width: 65px;
}

.confirm__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.confirm {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 325px;
}

.confirm__title {
  margin: 0 0 20px;
  font-size: 1.1rem;
  color: #333;
}

.confirm__buttons {
  display: flex;
  justify-content: space-between;
}

.confirm__buttons .btn-yes {
  background-color: var(--color-text);
  color: #fff;
}

.confirm__buttons .btn-no {
  background-color: var(--color-grey);
  color: #fff;
}

.confirm__buttons button:hover {
  opacity: 0.9;
}

.columns__empty {
  width: 100%;
  margin: 15px 0;
  color: var(--color-text);
}

.columns__empty-text {
    width: 100%;
    text-align: center;
}

.ipopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background-color: #fff;
  z-index: 1000;
}

.ipopup__close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 32px;
    cursor: pointer;
}

.ipopup__content {
    position: relative;
    max-width: 1480px;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.ipopup-swiper-container {
    width: 100%;
    height: 80%;
}

.ipopup-swiper-container .swiper-button-next::after, .ipopup-swiper-container .swiper-button-prev::after {
    color: var(--color-grey-lite);
}

.ipopup-swiper-wrapper {
    height: 100%;
}

.ipopup-swiper-slide {
  height: 100%;
}

.ipopup-swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ipopup-swiper-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.ipopup-swiper-thumb-slide {
    width: 100px;
    height: 100%;
    opacity: 0.6;
    cursor: pointer;
}

.swiper-slide-thumb-active {
    opacity: 1;
}

.ym__balloon-desc {
  color: var(--color-grey);
  margin-top: 3px;
}

.elements-swiper_box {
    position: relative;
    width: 100%;
}

.elements-swiper.swiper-initialized {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.element-color.swiper-wrapper {
  position: relative;
  gap: unset;
}

.elements-swiper_box .swiper-button-next, .elements-swiper_box .swiper-button-prev {
    color: var(--color-grey);
}

.elements-swiper_box .swiper-button-next::after, .elements-swiper_box .swiper-button-prev::after {
    font-size: 19px;
  font-weight: bold;
}

.elements-swiper_box .swiper-button-next {
    right: -8px;
}

.elements-swiper_box .swiper-button-prev {
    left: -8px;
}

.swiper-slide .element-color__item {
  width: 22px;
  height: 22px;
}

.card__navigation {
  position: absolute;
  top: 50%;
  width: 100%;
}

.card__navigation-button {
  position: absolute;
  display: block;
  width: 60px;
  height: 80px;
  cursor: pointer;
}

.card__navigation-button::before {
  position: absolute;
  display: block;
  content: '';
  height: 4px;
  width: 44px;
  background-color: #ffffff;
  border-radius: 4px;
}

.card__navigation-button::after {
  position: absolute;
  display: block;
  content: '';
  height: 4px;
  width: 44px;
  background-color: #ffffff;
  border-radius: 4px;
}

.card__navigation-button.prev {
  left: -100px
}

.card__navigation-button.prev::before {
  top: 25px;
  left: 5px;
  rotate: -45deg;
}

.card__navigation-button.prev::after {
  top: 55px;
  left: 5px;
  rotate: 45deg;
}

.card__navigation-button.next {
  right: -100px
}

.card__navigation-button.next::before {
  top: 25px;
  right: 5px;
  rotate: -135deg;
}

.card__navigation-button.next::after {
  top: 55px;
  right: 5px;
  rotate: 135deg;
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2f2e36;
  color: #fff;
  text-align: center;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Space between text and button */
  box-sizing: border-box;
}

.cookie-popup p {
  margin: 0;
  font-size: 14px;
}

.cookie-btn {
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #333;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cookie-btn:hover {
  background-color: #e8e8e8;
}

.cookie-popup a {
  color: #fff;
  text-decoration: underline;
}

.cookie-popup a:hover {
  text-decoration: none;
}

.switch_v2 {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 2px;
  width: 180px;
  background: #fff;
  border: 2px solid #DEDEDE;
  border-radius: 999px;
}

.switch__slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  background: var(--color-link);
  border-radius: 999px;
  transition: transform 0.35s ease;
  z-index: 1;
}

.switch_v2.active-right .switch__slider {
  transform: translateX(100%);
}

.switch__btn {
  height: 34px;
  position: relative;
  z-index: 2;
  border: none;
  background: transparent;
  padding: 6px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  cursor: pointer;
  color: #111;
  transition: color 0.35s ease;
}

.switch__btn.active {
  color: #fff;
}


.modal {
  z-index: 99;
  display: block !important;
}
.modal[open] > .modal__container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.modal[open] .modal__content {
  opacity: 1;
}
.modal[open] .modal__overlay {
  opacity: 1;
  visibility: visible;
}

.modal.scroll-hidden .modal__container {
  overflow: unset;
}
.modal.scroll-hidden .modal__content {
  min-height: 0;
}
.modal.scroll-hidden .location,
.modal.scroll-hidden .delivery-point {
  min-height: 0;
}
.modal__container {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-height: 100dvh;
  padding-top: 72px;
  background-color: #fff;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
  transition:
          opacity 0.3s ease-in-out,
          transform 0.3s ease-in-out,
          visibility 0.3s ease-in-out;
}
.modal__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.modal__main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  padding: 0 16px 60px;
}
.modal__close {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(20px, 16.3265306122px + 0.9795918367vw, 32px);
  z-index: 10;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.modal__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition:
          opacity 0.3s ease-in-out,
          visibility 0.3s ease-in-out;
}

body:has(dialog[open]) {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .modal[open]>.modal__container {
    transform: translateX(0);
  }

  .modal__container {
    top: 0;
    right: 0;
    bottom: 0;
    left: initial;
    padding: 72px 48px;
    width: 50dvw;
    opacity: 1;
    transform: translateX(100%);
  }
  .modal__content {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    transition-delay: 0.4s;
  }
  .modal__main {
    padding: unset;
  }
}

@media (min-width: 1300px) {

  .modal__container {
    padding: 108px 56px;
  }
}

.input-view use.icon-ey {
  display: none;
}

.input-view.active use.icon-ey {
  display: block;
}

.input-view.active use.icon-eye-hidden {
  display: none;
}

.lk-box__link {
  cursor: pointer;
}
/* End */
/* /local/templates/vz/assets/css/fonts.css?17150852232982 */
/* /local/templates/vz/assets/css/style.css?178569495097566 */
