*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (max-width: 767px) {
  :root {
    scroll-behavior: auto;
  }
  html.lenis,
  html.lenis body,
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
:root {
  --white: #FFFFFF;
  --black: #000000;
  --base-color: #252525;
  --stroke-element: #252525;
  --text-standart: #BEBEBE;
  --second-color: #C7C7C7;
  --second-element: #F6F6F6;
  --element-second: #F6F6F6;
  --element-hover: #F0F0F0;
  --img-bg: #F1F1F1;
  --grey: #B8B8B8;
  --grey-2: #AFAFAF;
  --grey-3: #F3F3F3;
  --grey-4: #F1F1F1;
  --grey-5: #ABA9A9;
  --grey-6: #A5A5A5;
  --green: #B2FC50;
  --cancel: #DE6019;
  --error: #ED611F;
  --orange: #FD9433;
  --status-green: #42A56B;
  --text-black-hover: #444444;
  --stroke: #F0F0F0;
  --text-background: #ADADAD;
  --text-light_grey: #D5D5D5;
  --text-grey_bckgr: #B0ABB9;
  --text-base: #1B1B1D;
  --text-white: #FFFFFF;
  --text-base-grey: #626262;
  --text-second: #BBB7B7;
  --text-grey: #BCB8C4;
  --text-error: #DE4819;
  --text-disabled: #C3C3C3;
  --text-yellow: #FFF219;
  --bg-black: #252525;
  --bg-white: #FFFFFF;
  --bg-yellow: #FFF219;
  --bg-light-peach: #FFCCB2;
  --stroke-base: #1B1B1D;
  --stroke-grey: #626262;
  --stroke-error: #DE4819;
  --stroke-default: #E2E1E7;
  --stroke-normal: #F0F0F0;
  --ease-out-cubic: cubic-bezier(0.33,1,0.68,1);
  --icon-stroke: #252525;
  --container-padding: 40px;
  --content-center: 770px;
  --header-height: 104px;
}

@media (max-width: 1440px) {
  :root {
    --container-padding: 30px;
    --content-center: 614px;
    --header-height: 84px;
  }
}
@media (max-width: 932px) {
  :root {
    --container-padding: 16px;
    --header-height: 72px;
  }
}
@font-face {
  font-family: "Pragmatica";
  src: url("../fonts/Pragmatica-Medium.woff2") format("woff2"), url("../fonts/Pragmatica-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pragmatica";
  src: url("../fonts/Pragmatica-BookOblique.woff2") format("woff2"), url("../fonts/Pragmatica-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Pragmatica";
  src: url("../fonts/Pragmatica-Bold.woff2") format("woff2"), url("../fonts/Pragmatica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pragmatica";
  src: url("../fonts/Pragmatica-Book.woff2") format("woff2"), url("../fonts/Pragmatica-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pragmatica";
  src: url("../fonts/PragmaticaLight.woff2") format("woff2"), url("../fonts/PragmaticaLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

a, button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

svg, path {
  -webkit-transition: fill 0.2s linear, stroke 0.2s linear;
  transition: fill 0.2s linear, stroke 0.2s linear;
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

ul, ol {
  margin: 0;
}

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

button {
  background: none;
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input, textarea {
  outline: none;
  -ms-touch-action: none;
      touch-action: none;
}

textarea {
  resize: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - var(--header-height));
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.content__info {
  margin-left: auto;
  margin-right: auto;
  width: 810px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}
.d-grid > * {
  min-width: 0;
  min-height: 0;
}

.d-grid-list {
  gap: 8px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.align-center, .items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

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

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

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.icon svg, .icon img {
  width: 100%;
  height: 100%;
}
.icon path {
  stroke: inherit;
}
.icon svg {
  stroke: none;
}

.icon-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: none;
  stroke: var(--icon-stroke);
}
.icon-outline img, .icon-outline svg {
  width: 100%;
  height: 100%;
}
.icon-outline path {
  stroke: var(--icon-stroke);
}

.fixed {
  position: fixed;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.full-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

@media (max-width: 1440px) {
  .content__info {
    width: 654px;
  }
  .d-grid-list {
    gap: 6px;
  }
}
@media (max-width: 932px) {
  .content__info {
    padding-left: 0;
    padding-right: 0;
  }
}
body {
  font-family: "Pragmatica", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  padding-top: var(--header-height);
}
body::-webkit-scrollbar {
  width: 8px;
  background: var(--grey-4);
  display: none;
}
body::-webkit-scrollbar-thumb {
  background: var(--grey);
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.txt-sm {
  font-size: 16px;
}

.tech-14 {
  font-size: 14px;
  line-height: normal;
}

.container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.content__center {
  padding-left: 72px;
  padding-right: 72px;
}

.row, .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
}

.col {
  padding-left: 1px;
  padding-right: 1px;
}

.svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
}
.svg svg {
  width: 100%;
  height: 100%;
}

.border, .outline-border {
  position: relative;
}
.border::before, .outline-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid var(--stroke-base);
}

.tabs-content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: none;
}
.tabs-content--buyer {
  border-top: 1px solid var(--black);
  padding-top: 28px;
}
.tabs-content.active {
  display: block;
}
.tabs-content.animate {
  opacity: 1;
}

.fav-btn .icon-heart-fill {
  display: none;
}
.fav-btn.active .icon-heart-fill {
  display: block;
}
.fav-btn.active .icon-heart {
  display: none;
}

.o-hidden {
  overflow: hidden;
  padding-right: 8px;
}

.slider {
  overflow: hidden;
}
.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--white);
}
.slider-btn svg {
  width: 18px;
  height: 18px;
}
.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  border: 1px solid var(--base-color);
  opacity: 1;
  margin-right: 10px;
  margin-left: 0;
  background: transparent;
}
.slider-pagination .swiper-pagination-bullet-active {
  background: var(--base-color);
}

.pageContent {
  padding: 5vw 0;
  position: relative;
}
.pageContent-head {
  margin-bottom: 64px;
}
.pageContent__title {
  font-size: 3.4vw;
  line-height: 90%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.pageContent__back {
  position: absolute;
  top: 32px;
  left: 40px;
}
.pageContent__head {
  margin-bottom: 64px;
}
.pageContent-inner__col {
  width: 25%;
}
.pageContent-inner__center {
  width: 50%;
}
.pageContent-inner__info {
  max-width: 810px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.pageContent-inner__info:has(.shops) {
  max-width: 896px;
}
.pageContent-inner__bottom {
  width: 100%;
}
.pageContent-inner__top {
  width: 100%;
}

.switch {
  font-size: 18px;
  line-height: normal;
}
.switch__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switch__content-btn {
  width: 36px;
}
.switch__content-txt {
  width: calc(100% - 36px);
  padding-left: 10px;
}
.switch__content--subscriptions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 20px 0;
}
.switch__content--subscriptions .switch__content-txt {
  padding-left: 0;
}
.switch__content--subscriptions::before {
  border-color: var(--base-color);
  border-left: none;
  border-right: none;
}
.switch-btn {
  display: block;
  cursor: pointer;
}
.switch-btn input {
  display: none;
}
.switch-btn input:checked + .switch-btn__content {
  background: var(--black);
}
.switch-btn input:checked + .switch-btn__content span {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
}
.switch-btn input:checked + .switch-btn__content:hover {
  background: var(--text-black-hover);
}
.switch-btn__content {
  width: 36px;
  height: 20px;
  border-radius: 33px;
  background: #F0F0F0;
  display: block;
  position: relative;
  padding: 1px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.switch-btn__content span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white);
  display: block;
  position: absolute;
  top: 1px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.switch-btn:hover .switch-btn__content {
  background: #F2F2F2;
}

.mobile {
  display: none;
}

.radio {
  display: block;
  --icon-size: 20px;
}
.radio input {
  display: none;
}
.radio input:checked + .radio-content .radio-icon {
  border-color: var(--black);
}
.radio input:checked + .radio-content .radio-icon::before {
  opacity: 1;
}
.radio-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  border: 1px solid var(--grey-5);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.radio-icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: var(--black);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.radio-content {
  width: calc(100% - var(--icon-size));
}

.g-border {
  position: relative;
}
.g-border::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: var(--border-color);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box;
  -webkit-mask: linear-gradient(#000 0 0), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: xor;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) exclude, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box;
          mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}

.inndexLinks {
  grid-template-columns: repeat(2, 1fr);
}

.siteBack {
  position: fixed;
  z-index: 99;
  left: var(--container-padding);
  top: calc(32px + var(--header-height));
  width: 22px;
  height: 22px;
}

@media (max-width: 1440px) {
  body {
    font-size: 15px;
  }
  .content__center {
    padding-left: 36px;
    padding-right: 36px;
  }
  .txt-sm {
    font-size: 14px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .svg {
    width: 22px;
    height: 22px;
  }
  .slider-btn {
    width: 40px;
    height: 40px;
  }
  .slider-btn svg {
    width: 16px;
    height: 16px;
  }
  .pageContent-head {
    margin-bottom: 44px;
  }
  .pageContent__back {
    left: 30px;
  }
  .pageContent-inner__info {
    max-width: 660px;
  }
  .pageContent-inner__info:has(.shops) {
    max-width: 680px;
  }
  .switch {
    font-size: 16px;
  }
  .switch__content-btn {
    width: 30px;
  }
  .switch__content-txt {
    width: calc(100% - 30px);
    padding-left: 12px;
  }
  .switch__content--subscriptions {
    padding: 20px 0;
  }
  .switch-btn input:checked + .switch-btn__content span {
    -webkit-transform: translateX(14px);
        -ms-transform: translateX(14px);
            transform: translateX(14px);
  }
  .switch-btn__content {
    width: 32px;
    height: 18px;
  }
  .switch-btn__content span {
    width: 16px;
    height: 16px;
  }
  .radio {
    --icon-size: 18px;
  }
  .radio-icon::before {
    width: 8px;
    height: 8px;
  }
  .tech-14 {
    font-size: 12px;
  }
  .siteBack {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 932px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .o-hidden-m {
    overflow: hidden;
  }
  .svg {
    width: 20px;
    height: 20px;
  }
  .pageContent {
    padding: 16px 0;
  }
  .pageContent__back {
    position: initial;
    margin-bottom: 32px;
  }
  .pageContent__title {
    text-align: left;
    font-size: 36px;
    line-height: 99%;
    letter-spacing: -0.03em;
  }
  .pageContent-head {
    margin-bottom: 24px;
  }
  .pageContent-inner__col {
    width: 100%;
  }
  .pageContent-inner__col--sm-hidden {
    display: none;
  }
  .pageContent-inner__info {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .inndexLinks {
    grid-template-columns: 1fr;
  }
  *::-webkit-scrollbar {
    display: none;
  }
  .siteBack--m-hidden {
    display: none;
  }
}
.blockTitle {
  font-size: 4.11vw;
  line-height: 93%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.title {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}

.underline {
  text-decoration: underline;
}

.text-nowrap {
  white-space: nowrap;
}

a.underline:hover {
  text-decoration: none;
}

.text-second {
  color: var(--text-second);
}

.base-up {
  text-transform: uppercase;
  line-height: 1.15;
}

.text-center {
  text-align: center;
}

.text-grey {
  color: var(--text-grey);
}

@media (max-width: 1440px) {
  .blockTitle {
    font-size: 4.17vw;
  }
  .title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .blockTitle {
    font-size: 7.18vw;
  }
}
.br-1440, .br-932 {
  display: none;
}

@media (max-width: 1440px) {
  .br-1440 {
    display: block;
  }
}
@media (max-width: 932px) {
  .br-1440 {
    display: none;
  }
  .br-932 {
    display: block;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--base-color);
  color: var(--white);
  line-height: 86%;
  padding: 14px 32px;
  line-height: 22px;
  border-radius: 37px;
}
.btn[disabled] {
  background: #F1F1F1;
  color: var(--text-second);
}
.btn-w-full, .btn.w-full {
  width: 100%;
}
.btn-yellow {
  background: var(--bg-yellow);
  color: #0F0F0F;
}
.btn-white {
  background: var(--bg-white);
  color: var(--base-color);
}
.btn-outline {
  background: transparent;
  color: var(--base-color);
  position: relative;
}
.btn-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--base-color);
  border-radius: inherit;
}
.btn-outline-white {
  color: var(--text-white);
}
.btn-outline-white::before {
  border-color: var(--text-white);
}
.btn-fw {
  width: 100%;
}

.link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
}
.link-icon__icon {
  width: 16px;
  height: 16px;
}

.btn-circle {
  --btn-size: 40px;
  --btn-size-icon: 16px;
  --btn-bg: var(--element-second);
  --btn-bg-hover: var(--element-hover);
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--btn-bg);
  cursor: pointer;
}
.btn-circle:hover {
  background: var(--btn-bg-hover);
}
.btn-circle img, .btn-circle svg {
  width: var(--btn-size-icon);
  height: var(--btn-size-icon);
}
.btn-circle--white {
  --btn-bg: var(--white);
  --btn-bg-hover: #F8F8F8;
}
.btn-circle--dark {
  fill: var(--white);
  --btn-bg: var(--button-default);
  --btn-bg-hover: var(--btn-hover);
}

@media (max-width: 1440px) {
  .link-icon {
    gap: 6px;
  }
  .link-icon__icon {
    width: 14px;
    height: 14px;
  }
  .btn-circle {
    --btn-size: 34px;
    --btn-size-icon: 14px;
  }
  .btn {
    line-height: 18px;
    padding: 16px 32px;
  }
}
.header {
  --base-color-header: #252525;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  padding: 14px 20px 0;
}
.header.scrolled, .header.opened {
  --base-color-header: #252525;
}
.header.scrolled .header__content, .header.opened .header__content {
  background: var(--white);
}
.header__content {
  position: relative;
}
.header__content::before {
  border-color: var(--base-color-header);
}
.header__col {
  border-left: 2px solid var(--base-color-header);
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}
.header__col:first-child {
  border: none;
}
.header__burger {
  padding-left: 30px;
  padding-right: 30px;
}
.header__logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--base-color-header);
}
.header__search {
  margin-left: auto;
  position: relative;
}
.header-products__item {
  margin-right: 35px;
}
.header-products__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.header-products__qty {
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #252525;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  pointer-events: none;
  z-index: 1;
}
.header-products__item--mobile {
  display: none;
}
.header-products__item:last-child {
  margin-right: 0;
}
.header-btn {
  width: 26px;
  height: 26px;
  fill: var(--base-color-header);
}
.header-banner__txt {
  margin-top: 24px;
}
.header-category__title {
  font-size: 14px;
  margin-bottom: 16px;
}
.header-menu {
  gap: 12px;
}
.header__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 8px;
  background: var(--bg-white);
  font-size: 18px;
  line-height: 136%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-height: calc(100vh - 112px);
  overflow: auto;
  -webkit-transform: translateY(32px);
      -ms-transform: translateY(32px);
          transform: translateY(32px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.header__dropdown.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.header__dropdown-search, .header__dropdown-user {
  display: none;
}
.header__dropdown-inner {
  grid-template-columns: repeat(2, 1fr);
}
.header__dropdown-left {
  border-right: 1px solid var(--stroke-element);
}
.header__dropdown-left {
  padding: 32px;
}
.header__dropdown-right {
  padding: 28px 28px 32px;
}
.header__dropdown-bottom {
  grid-column: span 2;
  padding: 44px;
  border-top: 1px solid var(--stroke-element);
}
.header__dropdown-bottom .header-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__dropdown-group {
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.header__dropdown-group__col {
  gap: 32px;
}
.header__dropdown-user {
  position: sticky;
  bottom: 0;
  z-index: 9;
}
.header__searchForm {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: var(--bg-white);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.header__searchForm::before {
  z-index: 3;
}
.header__searchForm:not(.visible) {
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header__searchForm-inner {
  height: 100%;
  grid-template-columns: 1fr 108px;
}
.header__searchForm-left {
  border-right: 1px solid var(--base-color-header);
  background: var(--bg-white);
  position: relative;
  z-index: 1;
}
.header__searchForm-close {
  width: 100%;
  height: 100%;
}
.header__searchForm-right {
  background: var(--bg-white);
  position: relative;
  z-index: 1;
}
.header__searchForm-close svg {
  width: 35px;
  height: 26px;
}
.header-search {
  height: 100%;
  position: relative;
}
.header-search__input {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 140px 0 24px;
  border: none;
  font-size: 55px;
  letter-spacing: -0.02em;
  color: var(--base-color);
  text-transform: uppercase;
}
.header-search__input::-webkit-input-placeholder {
  color: #DFDFDF;
}
.header-search__input::-moz-placeholder {
  color: #DFDFDF;
}
.header-search__input:-ms-input-placeholder {
  color: #DFDFDF;
}
.header-search__input::-ms-input-placeholder {
  color: #DFDFDF;
}
.header-search__input::placeholder {
  color: #DFDFDF;
}
.header-search__actions {
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  gap: 20px;
}
.header-search__clear {
  width: 16px;
  height: 16px;
}
.header-search__clear:not(.visible) {
  opacity: 0;
  pointer-events: none;
}
.header-search__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-black);
  --icon-stroke: var(--text-white);
}
.header-search__btn[disabled] {
  --icon-stroke: var(--text-disabled);
  background: var(--element-second);
}
.header-search__btn-icon {
  width: 16px;
  height: 16px;
}

.open-menu {
  width: 35px;
  height: 35px;
}
.open-menu span {
  height: 2px;
  width: 35px;
  background: var(--base-color-header);
  position: relative;
}
.open-menu span::before, .open-menu span::after {
  content: "";
  width: 35px;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background: var(--base-color-header);
  left: 0;
}
.open-menu span::before {
  top: -9px;
}
.open-menu span::after {
  bottom: -9px;
}
.open-menu.active span {
  background: transparent;
}
.open-menu.active span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.open-menu.active span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 25px;
  fill: var(--base-color-header);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.logo svg {
  width: 100%;
  height: 100%;
}

.menu {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu__item {
  margin-right: 26px;
}
.menu__item:last-child {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .header {
    padding: 16px 16px 0;
  }
  .header__col {
    padding-left: 30px;
    padding-right: 30px;
    height: 68px;
  }
  .header__burger {
    padding-left: 24px;
    padding-right: 24px;
  }
  .header-btn {
    width: 22px;
    height: 22px;
  }
  .header-products__item {
    margin-right: 28px;
  }
  .header-category__title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .header-menu.flex-col {
    gap: 8px;
  }
  .header-banner__txt {
    margin-top: 16px;
  }
  .header__dropdown {
    font-size: 16px;
    margin-top: 6px;
  }
  .header__dropdown-left {
    padding: 24px;
  }
  .header__dropdown-right {
    padding: 20px 20px 28px;
  }
  .header__dropdown-bottom {
    padding: 36px;
  }
  .header__dropdown-group {
    gap: 28px;
  }
  .header__dropdown-group__col {
    gap: 28px;
  }
  .header__searchForm-inner {
    height: 100%;
    grid-template-columns: 1fr 78px;
  }
  .header__searchForm-close svg {
    width: 30px;
    height: 22px;
  }
  .header-search__input {
    padding: 0 112px 0 20px;
    font-size: 38px;
  }
  .header-search__actions {
    right: 24px;
    gap: 16px;
  }
  .header-search__clear {
    width: 14px;
    height: 14px;
  }
  .header-search__btn {
    width: 40px;
    height: 40px;
  }
  .header-search__btn-icon {
    width: 14px;
    height: 14px;
  }
  .open-menu {
    width: 30px;
    height: 30px;
  }
  .open-menu span {
    width: 30px;
  }
  .open-menu span::before, .open-menu span::after {
    width: 30px;
  }
  .open-menu span::before {
    top: -8px;
  }
  .open-menu span::after {
    bottom: -8px;
  }
  .logo {
    width: 264px;
    height: 22px;
  }
  .menu {
    font-size: 16px;
  }
  .menu__item {
    margin-right: 20px;
  }
}
@media (max-width: 932px) {
  .header {
    padding: 0;
  }
  .header__content {
    padding: 26px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__content::before {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .header__col {
    border: none;
    padding: 0;
    height: auto;
  }
  .header__menu {
    display: none;
  }
  .header__search {
    display: none;
  }
  .header__user {
    display: none;
  }
  .header__products {
    margin-left: auto;
  }
  .header-products__item {
    margin-right: 20px;
  }
  .header-products__qty {
    top: -8px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    font-size: 11px;
  }
  .header-products__item--mobile {
    display: block;
  }
  .header-btn {
    width: 20px;
    height: 20px;
  }
  .header-category .header-menu {
    gap: 6px;
    font-size: 24px;
    line-height: 136%;
  }
  .header__dropdown {
    position: fixed;
    top: 73px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    margin-top: 0;
    max-height: none;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    font-size: 15px;
    background: var(--bg-white);
    border-top: 1px solid var(--stroke-element);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .header__dropdown.visible {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header__dropdown-content::before {
    display: none;
  }
  .header__dropdown-inner {
    grid-template-columns: 1fr;
  }
  .header__dropdown-left {
    border-right: none;
    border-bottom: 1px solid var(--stroke-element);
    border-top: 1px solid var(--stroke-element);
    padding: 28px 16px;
  }
  .header__dropdown-right {
    padding: 16px 16px 20px;
  }
  .header__dropdown-group {
    grid-template-columns: 1fr;
  }
  .header__dropdown-bottom {
    grid-column: span 1;
    padding: 28px 16px;
  }
  .header__dropdown-bottom .header-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .header__dropdown-user, .header__dropdown-search {
    display: block;
  }
  .header__dropdown-user {
    border-top: 1px solid var(--stroke-element);
  }
  .header-search__input {
    height: 54px;
    padding: 0 94px 0 16px;
    font-size: 28px;
  }
  .header-search__actions {
    right: 16px;
    gap: 12px;
  }
  .header-search__btn {
    width: 34px;
    height: 34px;
  }
  .header-user {
    padding: 20px 16px;
    gap: 12px;
    background: #F6F6F6;
  }
  .header-user--null {
    padding: 24px 16px;
    gap: 16px;
  }
  .header-user__icon {
    width: 22px;
    height: 22px;
  }
  .header-user__char {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--black);
    color: var(--white);
    border-radius: 8px;
    font-style: italic;
    font-size: 36px;
    line-height: 1;
  }
  .header-user__info {
    gap: 2px;
  }
  .header-user__name {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .header-user__phone {
    font-size: 14px;
    line-height: 140%;
  }
  .logo {
    width: 185px;
    height: 15px;
    position: initial;
    margin-left: 12px;
  }
  .open-menu {
    width: 20px;
    height: 20px;
  }
  .open-menu span {
    width: 18px;
  }
  .open-menu span::before, .open-menu span::after {
    width: 18px;
  }
  .open-menu span::before {
    top: -7px;
  }
  .open-menu span::after {
    bottom: -7px;
  }
}
.footer {
  background: var(--bg-black);
  color: var(--text-white);
  padding-top: 80px;
  padding-bottom: 36px;
  --footer-gray: #8A8C96;
  margin-top: auto;
}
.footer__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__top-right {
  -webkit-column-gap: 124px;
     -moz-column-gap: 124px;
          column-gap: 124px;
}
.footer__top-contacts {
  width: 264px;
}
.footer__bottom {
  margin-top: 130px;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom-txt {
  font-size: 16px;
  line-height: 1.3;
  color: var(--footer-gray);
}
.footer-form {
  width: 588px;
  max-width: 100%;
}
.footer-form__title {
  margin-bottom: 32px;
  text-transform: uppercase;
  line-height: 1.15;
  width: 482px;
  max-width: 100%;
}
.footer-form__txt {
  font-size: 14px;
  line-height: 16px;
  color: var(--footer-gray);
  margin-top: 24px;
}
.footer-form__txt a {
  text-decoration: underline;
}
.footer-form__group {
  gap: 12px;
}
.footer-form__group-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer-form__group-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-form__input {
  display: block;
  width: 100%;
  height: 44px;
  border: none;
  border-bottom: 1px solid var(--white);
  background: transparent;
  color: var(--text-white);
}
.footer-form__input::-webkit-input-placeholder {
  color: var(--text-white);
  font-size: 20px;
  text-transform: uppercase;
}
.footer-form__input::-moz-placeholder {
  color: var(--text-white);
  font-size: 20px;
  text-transform: uppercase;
}
.footer-form__input:-ms-input-placeholder {
  color: var(--text-white);
  font-size: 20px;
  text-transform: uppercase;
}
.footer-form__input::-ms-input-placeholder {
  color: var(--text-white);
  font-size: 20px;
  text-transform: uppercase;
}
.footer-form__input::placeholder {
  color: var(--text-white);
  font-size: 20px;
  text-transform: uppercase;
}
.footer-form__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer-form__input:focus::-moz-placeholder {
  color: transparent;
}
.footer-form__input:focus:-ms-input-placeholder {
  color: transparent;
}
.footer-form__input:focus::-ms-input-placeholder {
  color: transparent;
}
.footer-form__input:focus::placeholder {
  color: transparent;
}
.footer-form__btn {
  padding: 12px 28px;
  line-height: 20px;
}
.footer-item__title {
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}
.footer-item__title-icon {
  display: none;
}
.footer-item__info {
  text-transform: uppercase;
  color: var(--footer-gray);
  gap: 10px;
  margin-bottom: 32px;
}
.footer-item__phones {
  font-weight: bold;
  gap: 10px;
  margin-bottom: 20px;
  line-height: normal;
}
.footer-item__btn {
  padding: 12px 28px;
  line-height: 20px;
}
.footer-menu {
  text-transform: uppercase;
  gap: 16px;
  color: var(--footer-gray);
}
.footer-menu__link:hover {
  color: var(--text-white);
}
.footer-social__link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--bg-white);
  fill: var(--base-color);
}
.footer-social__link svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1440px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 28px;
  }
  .footer__top-right {
    gap: 64px;
  }
  .footer__top-contacts {
    width: 236px;
  }
  .footer__bottom {
    margin-top: 84px;
    gap: 28px;
  }
  .footer__bottom-txt {
    font-size: 12px;
  }
  .footer-form {
    width: 438px;
  }
  .footer-form__title {
    line-height: 1.44;
    margin-bottom: 24px;
  }
  .footer-form__group {
    gap: 20px;
  }
  .footer-form__input {
    height: 40px;
  }
  .footer-form__input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .footer-form__input::-moz-placeholder {
    font-size: 15px;
  }
  .footer-form__input:-ms-input-placeholder {
    font-size: 15px;
  }
  .footer-form__input::-ms-input-placeholder {
    font-size: 15px;
  }
  .footer-form__input::placeholder {
    font-size: 15px;
  }
  .footer-form__btn {
    padding: 11px 24px;
    line-height: 18px;
  }
  .footer-form__txt {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
  }
  .footer-item__title {
    margin-bottom: 20px;
  }
  .footer-item__info {
    gap: 10px;
    margin-bottom: 28px;
  }
  .footer-item__phones {
    gap: 10px;
    margin-bottom: 16px;
  }
  .footer-item__btn {
    padding: 11px 24px;
    line-height: 18px;
  }
  .footer-menu {
    gap: 12px;
  }
  .footer-social__link {
    width: 50px;
    height: 50px;
  }
  .footer-social__link svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 933px) {
  .footer-item__menu {
    display: block !important;
  }
}
@media (max-width: 1280px) {
  .footer__top {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .footer__top-right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .footer__top-left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
  }
  .footer-form {
    width: 100%;
  }
}
@media (max-width: 932px) {
  .footer {
    padding: 36px 0;
  }
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px;
  }
  .footer__top-left {
    width: 100%;
  }
  .footer__top-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 36px;
    width: 100%;
  }
  .footer__top-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__top-social {
    width: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer__top-contacts {
    width: calc(100% - 50px);
  }
  .footer__top-menu {
    width: 100%;
  }
  .footer__bottom {
    margin-top: 36px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bottom-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 18px;
  }
  .footer-form {
    width: 100%;
  }
  .footer-item__info {
    margin-right: -50px;
  }
  .footer-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .footer-item__title[aria-expanded=true] .footer-item__title-icon svg {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer-item__title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    --icon-stroke: var(--text-white);
    margin-left: auto;
  }
  .footer-item__menu-inner {
    padding-bottom: 16px;
  }
  .footer-nav {
    border-top: 1px solid var(--text-white);
    border-bottom: 1px solid var(--text-white);
  }
  .footer-nav .footer-item__title {
    margin-bottom: 0;
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .footer-form__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .footer-form__group-left {
    width: 100%;
  }
  .footer-form__group-right {
    width: 100%;
  }
  .footer-form__btn {
    width: 100%;
  }
}
body:has(#loginModal.show) .header {
  z-index: 1150;
  --base-color-header: #FFFFFF;
}
body:has(#loginModal.show) .header.scrolled .header__content {
  background: transparent;
}
body:has(#loginModal.show) .header.opened {
  --base-color-header: var(--base-color);
}

#loginModal, #loginModal2 {
  background: url(../../static/images/general/login-bg.webp) center no-repeat;
}

.loginModal {
  padding: 168px 0 100px;
  overflow: auto;
}
.loginModal__content {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginModal__content-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  grid-template-columns: 1fr 610px;
}
.loginModal__content-left {
  padding-left: 108px;
}
.loginModal__logo {
  width: 882px;
  height: 75px;
  max-width: 100%;
  fill: var(--text-white);
}

.modal-login {
  background: var(--bg-white);
  border-radius: 22px;
  padding: 134px 80px 110px;
  position: relative;
}
.modal-login__back {
  position: absolute;
  inset: 0;
  background: var(--bg-white);
  border-radius: inherit;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.modal-login__back.visible {
  opacity: 1;
  pointer-events: auto;
}
.modal-login__front.hidden {
  opacity: 0;
  pointer-events: none;
}
.modal-login__head {
  margin-bottom: 40px;
}
.modal-login__title {
  font-size: 44px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.modal-login__more {
  margin-top: 44px;
  margin-bottom: 24px;
}
.modal-login__more-txt {
  color: var(--text-second);
  margin-bottom: 20px;
}
.modal-login__more-list {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.modal-login__more-btn {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 16px;
  background: var(--element-second);
}
.modal-login__more-btn img {
  width: 30px;
}
.modal-login__more-btn--big img {
  width: 48px;
}
.modal-login__more-btn:hover {
  background: var(--element-hover);
}
.modal-login__user {
  background: var(--element-second);
  padding: 15px;
  border-radius: 46px;
  --icon-size: 30px;
}
.modal-login__user:hover {
  background: var(--element-hover);
}
.modal-login__user-grid {
  grid-template-columns: var(--icon-size) 1fr var(--icon-size);
  gap: 8px;
}
.modal-login__user-img {
  height: var(--icon-size);
}
.modal-login__m-logo {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 358px;
  height: 30px;
  max-width: 100%;
}
.modal-login__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 35px;
  height: 26px;
  z-index: 99;
}
.modal-login__repeat {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 4px;
  font-size: 16px;
  line-height: 19px;
}
.modal-login__repeat-icon {
  width: 16px;
  height: 16px;
}
.modal-login__bottom.repeat .modal-login__bottom-txt {
  display: none;
}
.modal-login__bottom.repeat .modal-login__repeat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-login__backBtn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.modal-sms__txt {
  margin-top: 12px;
}

.modal-form__foot {
  margin-top: 8px;
}
.modal-form__btn {
  width: 100%;
}

.pin-code {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pin-code-wrapper {
  margin-bottom: 48px;
  position: relative;
}
.pin-code-wrapper.error .pin-code__error {
  display: block;
}
.pin-code-wrapper.error .pin-code__input {
  color: #FF5601;
  border-color: #FF5601;
}
.pin-code__input {
  width: 56px;
  height: 68px;
  border: none;
  font-size: 38px;
  text-align: center;
  border-radius: 16px;
  margin: 0 4px;
  border: 1px solid var(--stroke-base);
}
.pin-code__error {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #FF5601;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  display: none;
}

@media (max-width: 1440px) {
  .loginModal__content-inner {
    grid-template-columns: 1fr 462px;
  }
  .loginModal__content-left {
    padding-left: 84px;
  }
  .loginModal__logo {
    width: 674px;
    height: 57px;
  }
  .modal-login {
    padding: 102px 56px 84px;
  }
  .modal-login__head {
    margin-bottom: 32px;
  }
  .modal-login__title {
    font-size: 36px;
  }
  .modal-login__more {
    margin-top: 36px;
    margin-bottom: 24px;
  }
  .modal-login__more-txt {
    margin-bottom: 16px;
  }
  .modal-login__more-btn {
    padding: 9px;
  }
  .modal-login__more-btn img {
    width: 26px;
  }
  .modal-login__more-btn--long img {
    width: 40px;
  }
  .modal-login__user {
    padding: 12px;
    --icon-size: 26px;
  }
  .modal-login__close {
    width: 30px;
    height: 22px;
    top: 20px;
    right: 20px;
  }
  .modal-login__backBtn {
    width: 22px;
    height: 22px;
    top: 20px;
    left: 20px;
  }
  .modal-sms__txt {
    margin-top: 8px;
  }
  .modal-form__foot {
    margin-top: 6px;
  }
  .pin-code__input {
    margin: 0 3px;
    width: 54px;
    height: 66px;
    font-size: 34px;
  }
  .pin-code__error {
    font-size: 12px;
    bottom: -28px;
  }
  .pin-code-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 932px) {
  body:has(#loginModal.show, #loginModal2.show) .header {
    z-index: 1150;
    --base-color-header: var(--base-color);
  }
  body:has(#loginModal.show, #loginModal2.show) .header.scrolled .header__content {
    background: var(--bg-white);
  }
  body:has(#loginModal.show, #loginModal2.show) .header__content {
    background: var(--bg-white);
  }
  #loginModal, #loginModal2 {
    background: var(--bg-white);
  }
  .loginModal {
    padding: 120px 0 60px;
  }
  .loginModal .modal-content {
    height: auto;
    min-height: 100%;
  }
  .loginModal__content {
    overflow: auto;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .loginModal__content .container {
    margin-top: auto;
    margin-bottom: auto;
  }
  .loginModal__content-inner {
    grid-template-columns: 1fr;
  }
  .loginModal__content-left {
    display: none;
  }
  .modal-login {
    padding: 0;
    border-radius: 0;
    position: initial;
  }
  .modal-login::before {
    display: none;
  }
  .modal-login__close {
    position: fixed;
    right: 12px;
    top: calc(24px + var(--header-height));
  }
  .modal-login__backBtn {
    position: fixed;
    left: 12px;
    top: calc(24px + var(--header-height));
  }
  .modal-login__title--m-sm {
    text-align: center;
    font-size: 14px;
    line-height: 1.11;
    letter-spacing: 0.01em;
  }
  .modal-login__m-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
  }
  .modal-sms__txt span {
    display: block;
  }
  .pin-code-wrapper {
    margin-top: 12px;
    margin-bottom: 44px;
  }
}
.productCard {
  position: relative;
}
.productCard:hover .productCard-colors, .productCard:hover .productCard-size, .productCard:hover .productCard-favorite {
  opacity: 1;
}
.productCard:hover .productCard-img {
  border-radius: 0;
}
.productCard.unfavorite .productCard-img img, .productCard.unfavorite .productCard-info {
  opacity: 0.4;
}
.productCard-null .productCard-img {
  opacity: 0.3;
}
.productCard-outOfStock {
  position: absolute;
  z-index: 9;
  top: 16px;
  right: 16px;
  gap: 6px;
  font-size: 16px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productCard-outOfStock__icon {
  width: 16px;
  height: 16px;
}
.productCard-top {
  position: relative;
  margin-bottom: 14px;
}
.productCard-img {
  overflow: hidden;
  -webkit-transition: border-radius 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: border-radius 0.2s ease-in-out, opacity 0.2s ease-in-out;
  padding: 64px;
  background: var(--img-bg);
}
.productCard-img img {
  mix-blend-mode: darken;
}
.productCard-img--rounded {
  border-radius: 150px;
}
.productCard-info {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.productCard-title {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 4px;
}
.productCard-price {
  font-size: 17px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productCard-price__new {
  margin-right: 4px;
}
.productCard-price__old {
  color: var(--grey);
  text-decoration: line-through;
}
.productCard-price--red {
  color: #DE7D19;
}
.productCard-favorite {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.productCard-favorite svg {
  width: 16px;
  height: 16px;
}
.productCard-colors {
  position: absolute;
  bottom: 16px;
  right: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.productCard-colors__list-item {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-bottom: 6px;
}
.productCard-colors__list-item:last-child {
  margin-bottom: 0;
}
.productCard-size {
  position: absolute;
  left: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.productCard-size__list-item {
  margin-right: 20px;
}
.productCard-size__list-item--disabled {
  color: #D6D6D6;
}
.productCard-size__list-item:last-child {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .productCard-img {
    margin-bottom: 12px;
  }
  .productCard-title {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .productCard-price {
    font-size: 15px;
  }
  .productCard-favorite {
    top: 16px;
    right: 16px;
  }
  .productCard-size {
    left: 16px;
    bottom: 16px;
  }
  .productCard-size__list-item {
    margin-right: 16px;
  }
}
@media (max-width: 1180px) {
  .productCard-img--rounded {
    border-radius: 50px;
  }
}
@media (max-width: 932px) {
  .productCard-img {
    margin-bottom: 10px;
    padding: 24px 24px 28px;
  }
  .productCard-info {
    padding: 0 16px;
  }
  .productCard-favorite {
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: none;
    border-radius: 0;
  }
  .productCard-colors {
    top: 0;
    bottom: 0;
    right: 12px;
  }
  .productCard-colors__list {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productCard-colors__list-item {
    width: 6px;
    height: 6px;
    margin-bottom: 6px;
  }
  .productCard-size {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 12px;
  }
  .productCard-size__list {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productCard-size__list-item {
    margin: 0;
  }
}
.row-card {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: normal;
  position: relative;
  --img-width: 144px;
}
.row-card--account {
  padding: 24px 0;
  font-size: 16px;
}
.row-card--order {
  padding: 0;
  font-size: 15px;
}
.row-card--order .row-card__price {
  font-size: 17px;
}
.row-card--order .row-card__price-new {
  font-weight: normal;
}
.row-card--null .row-card__img, .row-card--null .row-card__info {
  opacity: 0.4;
}
.row-card--availability {
  padding: 16px 0;
  border-top: 1px solid var(--stroke-base);
  border-bottom: 1px solid var(--stroke-base);
  --img-width: 124px;
}
.row-card__top-left {
  width: var(--img-width);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.row-card__top-left--2 {
  width: 164px;
}
.row-card__top-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 24px;
}
.row-card__top-right--order {
  padding-left: 20px;
}
.row-card__top-group {
  width: 100%;
}
.row-card__top-bottom {
  width: 100%;
  margin-top: auto;
}
.row-card__img {
  width: 143px;
  height: 143px;
}
.row-card__img--2 {
  width: 164px;
  height: 164px;
}
.row-card__img img {
  width: 100%;
}
.row-card__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.row-card__info--mw {
  max-width: 202px;
}
.row-card__quantity {
  margin-left: 32px;
}
.row-card__title {
  margin-bottom: 6px;
}
.row-card__category {
  margin-bottom: 6px;
}
.row-card__color {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-card__color-icon {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
  border-radius: 50%;
}
.row-card__favorite-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.row-card__favorite {
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 3;
}
.row-card__subscribe {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.row-card__subscribe-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
.row-card__presence {
  text-align: right;
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 500;
  white-space: nowrap;
}
.row-card__presence--last {
  font-size: 12px;
  color: #FD9433;
}
.row-card__presence--null {
  color: #B9B9B9;
}
.row-card__presence-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-card__presence-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
.row-card__bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row-card__bottom--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.row-card__bottom-qty {
  margin-left: 146px;
  margin-right: auto;
}
.row-card__remove {
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 3;
}
.row-card__qty {
  position: relative;
  z-index: 3;
}
.row-card__qty-btn {
  width: 18px;
  height: 18px;
}
.row-card__qty-btn[disabled] {
  fill: var(--second-color);
}
.row-card__qty-input {
  width: 36px;
  height: 18px;
  display: block;
  text-align: center;
  font-size: 15px;
  border: none;
}
.row-card__price {
  text-align: right;
  position: relative;
  z-index: 3;
}
.row-card__price--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
  gap: 4px;
}
.row-card__price--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.row-card__price-old {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-card__price-old__txt {
  color: var(--second-color);
  fill: var(--second-color);
  text-decoration: line-through;
}
.row-card__price-old__icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  cursor: pointer;
  fill: var(--second-color);
}
.row-card__price-new {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.015em;
}
.row-card__price-list__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.row-card__price-list__item:last-child {
  margin-bottom: 0;
}
.row-card__price-list__name {
  width: 50%;
  font-size: 17px;
  line-height: 130%;
  color: var(--second-color);
  text-align: left;
}
.row-card__price-list__value {
  width: 50%;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
.row-card__price-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 12px;
  display: none;
}
.row-card__availability {
  color: var(--cancel);
}
.row-card__m-size {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--white);
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: none;
}

@media (max-width: 1440px) {
  .row-card {
    padding-top: 20px;
    padding-bottom: 16px;
    font-size: 13px;
    --img-width: 112px;
  }
  .row-card--account {
    padding: 20px 0;
    font-size: 14px;
  }
  .row-card--order {
    padding: 0;
    font-size: 13px;
  }
  .row-card--order .row-card__price {
    font-size: 15px;
  }
  .row-card--availability {
    --img-width: 92px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .row-card__top-left--2 {
    width: 122px;
  }
  .row-card__top-right {
    padding-left: 20px;
  }
  .row-card__top-right--order {
    padding-left: 16px;
  }
  .row-card__img {
    width: 115px;
    height: 115px;
  }
  .row-card__img--2 {
    width: 122px;
    height: 122px;
  }
  .row-card__quantity {
    margin-left: 24px;
  }
  .row-card__info {
    padding-right: 12px;
  }
  .row-card__info--mw {
    max-width: 166px;
  }
  .row-card__title {
    margin-bottom: 4px;
  }
  .row-card__color-icon {
    width: 12px;
    height: 12px;
    margin-left: 4px;
  }
  .row-card__favorite {
    width: 16px;
    height: 16px;
  }
  .row-card__subscribe-icon--2 {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .row-card__presence {
    font-size: 12px;
  }
  .row-card__bottom--center {
    margin-top: 16px;
  }
  .row-card__bottom-qty {
    margin-left: 120px;
  }
  .row-card__remove {
    width: 16px;
    height: 16px;
  }
  .row-card__qty-btn {
    width: 16px;
    height: 16px;
  }
  .row-card__qty-input {
    font-size: 13px;
    width: 36px;
    height: 16px;
  }
  .row-card__price-old__icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .row-card__price-new {
    font-size: 14px;
    line-height: 17px;
  }
  .row-card__price-list__item {
    margin-bottom: 10px;
  }
  .row-card__price-list__name {
    font-size: 14px;
  }
  .row-card__price-list__value {
    font-size: 14px;
  }
}
@media (max-width: 932px) {
  .row-card {
    padding-top: 16px;
    padding-bottom: 12px;
    --img-width: 104px;
  }
  .row-card--account {
    padding: 20px 0;
  }
  .row-card--order {
    padding: 0;
  }
  .row-card--availability {
    --img-width: 92px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .row-card__top-left--2 {
    width: 98px;
  }
  .row-card__top-left--order {
    position: relative;
    width: 100%;
  }
  .row-card__top-right {
    padding-left: 16px;
  }
  .row-card__top-right--order {
    display: none;
  }
  .row-card__img {
    width: 104px;
    height: 104px;
    display: block;
  }
  .row-card__img--2 {
    width: 98px;
    height: 98px;
  }
  .row-card__img--order {
    width: 98px;
    height: 98px;
  }
  .row-card__price-title {
    display: block;
    text-align: left;
  }
  .row-card__category {
    display: none;
  }
  .row-card__m-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.offcanvas {
  --bs-offcanvas-bg: #FFFFFF;
  --bs-offcanvas-padding-y: 36px;
  --bs-offcanvas-padding-x: 40px;
  --bs-offcanvas-padding-x-negative: -40px;
  --bs-offcanvas-padding-y-2: 10px;
}
.offcanvas-backdrop.show {
  opacity: 0.2;
}
.offcanvas.offcanvas-end {
  --bs-offcanvas-width: 656px;
}
.offcanvas.search-opened .offcanvas-header__tabs, .offcanvas.search-opened .pickupPoint-mobile-actions, .offcanvas.search-opened .pickupPoint-content {
  display: none;
}
.offcanvas.search-opened .pickupPoint-mSearch {
  display: block;
}
.offcanvas.search-opened .offcanvas-header {
  padding-bottom: 20px;
}
.offcanvas-close {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offcanvas-close--long {
  width: 35px;
  height: 26px;
}
.offcanvas-close > * {
  width: 100%;
  height: 100%;
}
.offcanvas-close--hidden {
  display: none;
}
.offcanvas-close--absolute {
  position: absolute;
  z-index: 99;
  top: var(--container-padding);
  right: var(--container-padding);
}
.offcanvas-header {
  display: block;
  border-bottom: 1px solid var(--base-color);
  position: sticky;
  z-index: 9;
  background: var(--bs-offcanvas-bg);
}
.offcanvas-header--mobile {
  display: none;
}
.offcanvas-header--py-2 {
  --bs-offcanvas-padding-y: 44px;
}
.offcanvas-header--py-3 {
  padding-top: 44px;
  padding-bottom: 24px;
}
.offcanvas-header--image {
  padding: 38px 46px 50px;
  position: static;
  border: none;
}
.offcanvas-header__inner {
  width: 100%;
}
.offcanvas-header__close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
}
.offcanvas-header__close--center {
  -ms-flex-item-align: center;
      align-self: center;
}
.offcanvas-header__close--mobile {
  display: none;
}
.offcanvas-header__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.offcanvas-header__back {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.offcanvas-header__back--hidden {
  display: none;
}
.offcanvas-header__search {
  margin-top: 24px;
}
.offcanvas-header__img img {
  width: 100%;
}
.offcanvas-steps {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
  text-align: center;
}
.offcanvas-title {
  font-size: 34px;
  line-height: 99%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.offcanvas-title--2 {
  font-size: 38px;
  line-height: 90%;
}
.offcanvas-body {
  --bs-offcanvas-padding-y: 24px;
  --bs-offcanvas-padding-x: 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
.offcanvas-body::-webkit-scrollbar {
  display: none;
}
.offcanvas-body--pt-0 {
  padding-top: 0 !important;
}
.offcanvas-body--pb-0 {
  padding-bottom: 0 !important;
}
.offcanvas-body--p-0 {
  padding: 0 !important;
  position: relative;
}
.offcanvas-body--py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.offcanvas-body__sticky-foot {
  position: sticky;
  bottom: 0;
  z-index: 9;
  background: var(--bg-white);
  padding: 20px var(--bs-offcanvas-padding-x) var(--bs-offcanvas-padding-x);
  margin-left: calc(-1 * var(--bs-offcanvas-padding-x));
  margin-right: calc(-1 * var(--bs-offcanvas-padding-x));
}
.offcanvas-body__sticky-foot--mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.offcanvas-body__sticky-foot__txt {
  margin-top: 16px;
}
.offcanvas-user {
  padding: var(--bs-offcanvas-padding-y-2) var(--bs-offcanvas-padding-x);
  background: var(--bg-yellow);
  border-bottom: 1px solid var(--base-color);
}
.offcanvas-user__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offcanvas-user__right {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.offcanvas-user__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 2px;
  overflow: hidden;
}
.offcanvas-user__left span {
  font-weight: 500;
}
.offcanvas-user__left a {
  text-decoration: underline;
}
.offcanvas-user__info-open {
  width: 20px;
  height: 20px;
}
.offcanvas-determine__table {
  width: 100%;
  table-layout: fixed;
  text-transform: uppercase;
  margin-bottom: 64px;
}
.offcanvas-determine__table thead {
  border-bottom: 1px solid var(--stroke-normal);
  font-size: 14px;
  line-height: normal;
}
.offcanvas-determine__table thead td {
  padding: 20px 16px 22px;
}
.offcanvas-determine__table tbody tr:nth-child(even) td {
  background: var(--element-second);
}
.offcanvas-determine__table tbody tr:nth-child(even) td:first-child {
  border-radius: 4px 0 0 4px;
}
.offcanvas-determine__table tbody tr:nth-child(even) td:last-child {
  border-radius: 0 4px 4px 0;
}
.offcanvas-determine__table td {
  padding: 14px 16px;
}
.offcanvas-determine__desc {
  color: var(--black);
}
.offcanvas-determine__title {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 24px;
}
.offcanvas-determine__img {
  margin-bottom: 24px;
}
.offcanvas-determine__txt {
  margin-bottom: 24px;
}
.offcanvas-determine__txt p {
  margin-bottom: 12px;
}
.offcanvas-determine__txt p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .offcanvas {
    --bs-offcanvas-padding-y: 32px;
    --bs-offcanvas-padding-x: 30px;
    --bs-offcanvas-padding-y-2: 8px;
    --bs-offcanvas-padding-x-negative: -30px;
  }
  .offcanvas.offcanvas-end {
    --bs-offcanvas-width: 492px;
  }
  .offcanvas-close {
    width: 22px;
    height: 22px;
  }
  .offcanvas-close--long {
    width: 30px;
    height: 22px;
  }
  .offcanvas-header--py-2 {
    --bs-offcanvas-padding-y: 36px;
  }
  .offcanvas-header--py-3 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .offcanvas-header__search {
    margin-top: 20px;
  }
  .offcanvas-body {
    --bs-offcanvas-padding-y: 20px;
    --bs-offcanvas-padding-x: 30px;
  }
  .offcanvas-title {
    font-size: 30px;
  }
  .offcanvas-user__info-open {
    width: 18px;
    height: 18px;
  }
  .offcanvas-determine__table {
    margin-bottom: 52px;
  }
  .offcanvas-determine__table thead {
    font-size: 12px;
  }
  .offcanvas-determine__table thead td {
    padding: 16px 12px;
  }
  .offcanvas-determine__table tbody td {
    padding: 10px 12px 9px;
  }
  .offcanvas-determine__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .offcanvas-determine__txt {
    margin-bottom: 20px;
  }
  .offcanvas-determine__img {
    margin-bottom: 20px;
  }
}
@media (min-width: 933px) {
  .offcanvas-body::-webkit-scrollbar {
    width: 8px;
    background: var(--grey-4);
  }
  .offcanvas-body::-webkit-scrollbar-thumb {
    background: var(--grey);
  }
}
@media (max-width: 932px) {
  .offcanvas-header--py-3 {
    padding-top: 20px;
  }
  .offcanvas-header--has-steps {
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .offcanvas-header--m-pb-0 {
    padding-bottom: 0;
    border: none;
  }
  .offcanvas-header--desktop {
    display: none;
  }
  .offcanvas-header--mobile {
    display: block;
  }
  .offcanvas-header__close {
    width: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .offcanvas-body {
    --bs-offcanvas-padding-y: 24px;
    --bs-offcanvas-padding-x: 16px;
  }
  .offcanvas-body--m-overflow {
    overflow-y: auto;
    max-height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 932px) {
  .offcanvas {
    --bs-offcanvas-padding-y: 16px;
    --bs-offcanvas-padding-x: 16px;
    --bs-offcanvas-padding-x-negative: -16px;
  }
  .offcanvas.offcanvas-end {
    --bs-offcanvas-width: 100%;
  }
  .offcanvas-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offcanvas-header--py-2 {
    --bs-offcanvas-padding-y: 24px;
  }
  .offcanvas-header__close--mobile {
    display: block;
  }
  .offcanvas-title {
    font-size: 24px;
  }
  .offcanvas-title--m-center {
    text-align: center;
  }
  .offcanvas-clsoe {
    width: 22px;
    height: 22px;
  }
  .offcanvas__head-tabs {
    margin-left: calc(-1 * var(--bs-offcanvas-padding-x));
    margin-right: calc(-1 * var(--bs-offcanvas-padding-x));
    padding-left: var(--bs-offcanvas-padding-x);
    padding-right: var(--bs-offcanvas-padding-x);
    border-bottom: 1px solid var(--stroke-element);
  }
}
.offcanvas-feedback__status {
  --status-padding: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  z-index: 9;
  padding: var(--status-padding);
}
.offcanvas-feedback__status--high {
  z-index: 99;
}
.offcanvas-feedback__status-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.offcanvas-feedback__status-img {
  margin-bottom: 36px;
  width: 175px;
  margin-left: auto;
  margin-right: auto;
}
.offcanvas-feedback__status-img img {
  width: 100%;
}
.offcanvas-feedback__status-title {
  font-size: 48px;
  line-height: 0.87;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}
.offcanvas-feedback__status-txt {
  margin-top: 16px;
  max-width: 380px;
}
.offcanvas-feedback__status-bottom {
  margin-top: auto;
  margin-bottom: calc(78px - var(--status-padding));
}
.offcanvas-feedback__status-bottom__txt {
  max-width: 380px;
}
.offcanvas-feedback__status-group {
  margin: auto;
  margin-bottom: 0;
  text-align: center;
  max-width: 486px;
}
.offcanvas-feedback__status-group--center {
  margin-top: auto;
  margin-bottom: auto;
}
.offcanvas-feedback__status-fake {
  min-height: 66px;
  margin-top: calc(78px - var(--status-padding));
}
.offcanvas-feedback__status-btn {
  top: 40px;
  right: 40px;
}
.offcanvas-feedback__txt {
  margin-bottom: 20px;
}
.offcanvas-feedback__txt p {
  margin-bottom: 12px;
}
.offcanvas-feedback__txt p:last-child {
  margin-bottom: 0;
}
.offcanvas-feedback__fields {
  margin-bottom: 32px;
}
.offcanvas-feedback__fields-item {
  margin-bottom: 20px;
}
.offcanvas-feedback__fields-item:last-child {
  margin-bottom: 0;
}
.offcanvas-feedback__foot {
  margin-top: 32px;
}
.offcanvas-feedback__foot.d-grid {
  gap: 20px;
}
.offcanvas-feedback__btn {
  padding: 12px 28px;
}
.offcanvas-feedback__files-title {
  font-size: 28px;
  margin-bottom: 24px;
}

@media (max-width: 1440px) {
  .offcanvas-feedback__fields {
    margin-bottom: 28px;
  }
  .offcanvas-feedback__fields-item {
    margin-bottom: 16px;
  }
  .offcanvas-feedback__foot {
    margin-top: 28px;
  }
  .offcanvas-feedback__foot.d-grid {
    gap: 16px;
  }
  .offcanvas-feedback__btn {
    padding: 11px 24px;
  }
  .offcanvas-feedback__files-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .offcanvas-feedback__status-img {
    margin-bottom: 28px;
    width: 88px;
  }
  .offcanvas-feedback__status-title {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .offcanvas-feedback__status-group {
    max-width: 364px;
  }
  .offcanvas-feedback__status-bottom {
    margin-bottom: calc(64px - var(--status-padding));
  }
  .offcanvas-feedback__status-bottom__txt {
    max-width: 364px;
  }
  .offcanvas-feedback__status-fake {
    min-height: 64px;
    margin-top: calc(64px - var(--status-padding));
  }
  .offcanvas-feedback__status-btn {
    top: 54px;
    right: 30px;
  }
}
@media (max-width: 932px) {
  .offcanvas-feedback__btn {
    width: 100%;
  }
  .offcanvas-feedback__status-img {
    margin-bottom: 24px;
  }
  .offcanvas-feedback__status-btn {
    top: 10px;
    right: var(--container-padding);
  }
  .offcanvas-feedback__status-txt {
    max-width: 264px;
  }
  .offcanvas-feedback__status-bottom__txt {
    max-width: 298px;
  }
}
.offcanvas-form {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offcanvas-form__top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.offcanvas-form__location {
  gap: 8px;
}
.offcanvas-form__inner {
  gap: 20px;
}

@media (max-width: 932px) {
  .offcanvas-form__top {
    padding-bottom: 64px;
  }
}
.offcanvas-desc__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 24px;
}

@media (max-width: 1440px) {
  .offcanvas-desc__title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
  }
}
.offcanvas-shares__img {
  padding-top: 40px;
  padding-bottom: 50px;
}
.offcanvas-shares__img img {
  width: 100%;
}
.offcanvas-shares__title {
  margin-bottom: 20px;
}
.offcanvas-shares__priceInfo {
  margin: 32px 0;
  gap: 8px;
}
.offcanvas-shares__price-top {
  padding: 4px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.04);
}
.offcanvas-shares__price-buttons {
  gap: 4px;
  grid-template-columns: repeat(4, 1fr);
}
.offcanvas-shares__price-btn {
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
  border-radius: 6px;
}
.offcanvas-shares__price-btn.selected {
  background: var(--bg-white);
}
.offcanvas-shares__price-info {
  padding: 12px 16px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.04);
}
.offcanvas-shares__price-txt {
  margin-top: 12px;
  color: var(--text-04);
}
.offcanvas-shares__price-grid {
  gap: 6px;
}
.offcanvas-shares__price-grid-1 {
  grid-template-columns: repeat(4, 1fr);
}
.offcanvas-shares__price-grid-2 {
  grid-template-columns: 70px 1fr;
}
.offcanvas-shares__price-nItem {
  color: var(--text-04);
}
.offcanvas-shares__price-nItem.active {
  color: var(--text-black);
}
.offcanvas-shares__price-nItem.active .offcanvas-shares__price-nItem__line {
  background: rgb(127, 145, 236);
}
.offcanvas-shares__price-nItem__name {
  margin-bottom: 4px;
}
.offcanvas-shares__price-nItem__value {
  line-height: 24px;
  margin-bottom: 12px;
}
.offcanvas-shares__price-nItem__value--black {
  color: var(--text-black);
}
.offcanvas-shares__price-nItem__lines {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 6px;
}
.offcanvas-shares__price-nItem__line {
  background: rgba(0, 0, 0, 0.12);
  height: 6px;
  border-radius: 6px;
}
.offcanvas-shares__price {
  border-radius: 8px;
  background: var(--element-second);
  padding: 28px 30px;
  margin: 32px 0;
}
.offcanvas-shares__price-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offcanvas-shares__price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  color: var(--text-background);
  min-width: 62px;
}
.offcanvas-shares__price-item--active {
  color: var(--black);
}
.offcanvas-shares__price-item--active .offcanvas-shares__price-item__period {
  color: #9B9B9B;
}
.offcanvas-shares__price-item__icon {
  margin-bottom: 10px;
}
.offcanvas-shares__price-item__value {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}
.offcanvas-shares__price-item__period {
  font-size: 14px;
}
.offcanvas-shares__benefits {
  max-width: 506px;
  margin-bottom: 64px;
}
.offcanvas-shares__benefits-group {
  margin-bottom: 24px;
}
.offcanvas-shares__benefits-group:last-child {
  margin-bottom: 0;
}
.offcanvas-shares__benefits-item__icon {
  width: 54px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.offcanvas-shares__benefits-item__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 24px;
  overflow: hidden;
}
.offcanvas-shares__benefits-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 12px;
}
.offcanvas-shares__list {
  max-width: 514px;
}
.offcanvas-shares__list-item {
  margin-bottom: 24px;
}
.offcanvas-shares__list-item:last-child {
  margin-bottom: 0;
}
.offcanvas-shares__list-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  padding-left: 6px;
  margin-bottom: 12px;
}

@media (max-width: 1440px) {
  .offcanvas-shares__img {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .offcanvas-shares__title {
    margin-bottom: 16px;
  }
  .offcanvas-shares__price {
    margin: 28px 0;
    padding: 20px 16px;
  }
  .offcanvas-shares__price-item__icon {
    width: 40px;
  }
  .offcanvas-shares__price-item__value {
    font-size: 16px;
  }
  .offcanvas-shares__price-item__period {
    font-size: 12px;
  }
  .offcanvas-shares__price-btn {
    padding: 8px;
  }
  .offcanvas-shares__priceInfo {
    margin: 28px 0;
  }
  .offcanvas-shares__benefits {
    margin-bottom: 52px;
  }
  .offcanvas-shares__benefits-group {
    margin-bottom: 20px;
  }
  .offcanvas-shares__benefits-item__icon {
    width: 45px;
  }
  .offcanvas-shares__benefits-item__info {
    padding-left: 20px;
  }
  .offcanvas-shares__benefits-item__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .offcanvas-shares__list-item {
    margin-bottom: 20px;
  }
  .offcanvas-shares__list-item__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 932px) {
  .offcanvas-shares__img {
    padding-top: 24px;
    padding-bottom: 28px;
  }
  .offcanvas-shares__title br {
    display: none;
  }
  .offcanvas-shares__price {
    padding: 20px 12px;
  }
}
.offcanvas-split__img {
  margin-bottom: var(--bs-offcanvas-padding-y);
  margin-left: calc(-1 * var(--bs-offcanvas-padding-x));
  margin-right: calc(-1 * var(--bs-offcanvas-padding-x));
}
.offcanvas-split__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  margin-bottom: 20px;
}
.offcanvas-split__title--mb-1 {
  margin-bottom: 24px;
}
.offcanvas-split__subtitle {
  margin-bottom: 32px;
}
.offcanvas-split__tabs {
  margin-bottom: 32px;
}
.offcanvas-split__txt {
  margin-bottom: 64px;
}
.offcanvas-split__txt ul li {
  margin-bottom: 12px;
}
.offcanvas-split__txt ul li::before {
  background: var(--green);
}
.offcanvas-split__guide {
  margin-bottom: 64px;
  max-width: 482px;
}
.offcanvas-split__guide-list {
  margin-left: -53px;
  margin-right: -53px;
  margin-bottom: -28px;
}
.offcanvas-split__guide-col {
  width: 50%;
  padding-left: 53px;
  padding-right: 53px;
  margin-bottom: 28px;
}
.offcanvas-split__guide-item__img {
  margin-bottom: 20px;
}
.offcanvas-split__faq {
  margin-bottom: 20px;
}
.offcanvas-split__faq-item {
  margin-bottom: 24px;
}
.offcanvas-split__faq-item:last-child {
  margin-bottom: 0;
}
.offcanvas-split__faq-item__title {
  margin-bottom: 12px;
}
.offcanvas-split__consent {
  color: #A8A8A8;
}
.offcanvas-split__consent p {
  margin-bottom: 12px;
}
.offcanvas-split__consent p:last-child {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.4);
}
.offcanvas-split__tabs {
  border-radius: 8px;
  background: var(--element-second);
  padding: 20px 24px;
}
.offcanvas-split__tabs-nav {
  width: 341px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background: var(--white);
  border-radius: 28px;
  margin-bottom: 28px;
}
.offcanvas-split__tabs-nav__list {
  margin-left: -2px;
  margin-right: -2px;
}
.offcanvas-split__tabs-nav__col {
  width: 33.3333333333%;
  padding-left: 2px;
  padding-right: 2px;
}
.offcanvas-split__tabs-nav__link {
  padding: 6px 4px 7px;
  border-radius: 28px;
  display: block;
  text-align: center;
  color: #9C9B9B;
}
.offcanvas-split__tabs-nav__link.selected {
  color: var(--black);
  background: #F5F7F9;
}
.offcanvas-split__tabs-info {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 32px;
}
.offcanvas-split__tabs-info__col {
  width: 25%;
  padding-left: 4px;
  padding-right: 4px;
}
.offcanvas-split__tabs-info__col-75 {
  width: 75%;
}
.offcanvas-split__tabs-info__item {
  --line-color: #E6E8EA;
  --name-color: #9B9B9B;
  --value-color: #9B9B9B;
}
.offcanvas-split__tabs-info__item.active {
  --line-color: #55C776;
  --value-color: #000000;
}
.offcanvas-split__tabs-info__item-name {
  margin-bottom: 4px;
  color: var(--name-color);
}
.offcanvas-split__tabs-info__item-value {
  margin-bottom: 16px;
  color: var(--value-color);
}
.offcanvas-split__tabs-info__item-line {
  height: 7px;
  border-radius: 5px;
  background: var(--line-color);
}

@media (max-width: 1440px) {
  .offcanvas-split__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .offcanvas-split__title--mb-1 {
    margin-bottom: 20px;
  }
  .offcanvas-split__subtitle {
    margin-bottom: 28px;
  }
  .offcanvas-split__tabs {
    padding: 16px 20px;
    margin-bottom: 28px;
  }
  .offcanvas-split__tabs-nav {
    width: 313px;
    padding: 4px 5px;
    margin-bottom: 24px;
  }
  .offcanvas-split__tabs-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .offcanvas-split__tabs-info {
    margin-bottom: 28px;
  }
  .offcanvas-split__tabs-info__item-value {
    margin-bottom: 12px;
  }
  .offcanvas-split__tabs-info__item-line {
    height: 5px;
  }
  .offcanvas-split__txt {
    margin-bottom: 52px;
  }
  .offcanvas-split__txt ul li {
    margin-bottom: 8px;
  }
  .offcanvas-split__txt ul li::before {
    top: 8px;
  }
  .offcanvas-split__guide {
    max-width: 372px;
    margin-bottom: 52px;
  }
  .offcanvas-split__guide-list {
    margin-left: -31px;
    margin-right: -31px;
  }
  .offcanvas-split__guide-col {
    padding-left: 31px;
    padding-right: 31px;
  }
  .offcanvas-split__guide-item__img {
    width: 28px;
    margin-bottom: 16px;
  }
  .offcanvas-split__faq-item {
    margin-bottom: 20px;
  }
  .offcanvas-split__faq-item__title {
    margin-bottom: 8px;
  }
}
@media (max-width: 932px) {
  .offcanvas-split__guide-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    overflow-x: auto;
  }
  .offcanvas-split__guide-col {
    width: 155px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-right: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .offcanvas-split__tabs {
    padding: 16px;
  }
}
.offcanvas-yaPay__head {
  margin-top: 50px;
  padding-top: 28px;
  padding-bottom: 20px;
}
.offcanvas-yaPay__logo {
  text-align: center;
  margin-bottom: 36px;
}
.offcanvas-yaPay__title {
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -0.59px;
}
.offcanvas-yaPay__txt {
  max-width: 296px;
  display: none;
}
.offcanvas-yaPay__subtitle {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 24px;
}
.offcanvas-yaPay__add {
  padding: 24px 40px 32px;
}
.offcanvas-yaPay__add-content {
  background: var(--Fill-Default-50, #F3F5F7);
  border-radius: 8px;
  padding: 24px;
}
.offcanvas-yaPay__add-title {
  margin-bottom: 28px;
}
.offcanvas-yaPay__add-list__item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E1E7;
}
.offcanvas-yaPay__add-item__icon {
  margin-right: 8px;
}
.offcanvas-yaPay__work {
  padding-left: var(--bs-offcanvas-padding-x);
  padding-right: var(--bs-offcanvas-padding-x);
}
.offcanvas-yaPay__work-list {
  position: relative;
}
.offcanvas-yaPay__work-list::before {
  content: "";
  height: 1px;
  width: 75%;
  position: absolute;
  top: 30px;
  left: 0;
  background: #E2E1E7;
}
.offcanvas-yaPay__work-list__item {
  width: 25%;
}
.offcanvas-yaPay__work-item {
  font-size: 15px;
  line-height: 16px;
}
.offcanvas-yaPay__work-item__img {
  position: relative;
  z-index: 3;
}
.offcanvas-yaPay__work-item__img img {
  height: 79px;
  width: auto;
}
.offcanvas-yaPay__faq {
  margin-top: 64px;
  padding-left: var(--bs-offcanvas-padding-x);
  padding-right: var(--bs-offcanvas-padding-x);
}
.offcanvas-yaPay__faq-list {
  padding-bottom: 24px;
}
.offcanvas-yaPay__faq-txt {
  padding: 16px 0;
}
.offcanvas-yaPay__btn {
  width: 100%;
}

@media (max-width: 1440px) {
  .offcanvas-yaPay__head {
    margin-top: 0;
    padding-top: 54px;
    padding-bottom: 16px;
  }
  .offcanvas-yaPay__logo {
    margin-bottom: 32px;
  }
  .offcanvas-yaPay__logo img {
    height: 28px;
    width: auto;
  }
  .offcanvas-yaPay__title {
    font-size: 28px;
    line-height: 34px;
  }
  .offcanvas-yaPay__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .offcanvas-yaPay__add {
    padding: 20px 36px 28px;
  }
  .offcanvas-yaPay__add-content {
    padding: 20px;
  }
  .offcanvas-yaPay__add-title {
    margin-bottom: 20px;
  }
  .offcanvas-yaPay__add-list__item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .offcanvas-yaPay__add-item__icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .offcanvas-yaPay__work-item {
    font-size: 13px;
    line-height: 16px;
  }
  .offcanvas-yaPay__work-item__img img {
    height: 60px;
  }
  .offcanvas-yaPay__faq {
    margin-top: 52px;
  }
  .offcanvas-yaPay__faq-list {
    padding-bottom: 0;
  }
}
@media (max-width: 932px) {
  .offcanvas-yaPay__head {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .offcanvas-yaPay__title {
    font-size: 26px;
    line-height: 28px;
  }
  .offcanvas-yaPay__txt {
    display: block;
    margin-top: 12px;
  }
  .offcanvas-yaPay__add {
    padding: 36px 14px 28px;
  }
  .offcanvas-yaPay__work-list-wrapper {
    overflow: auto;
    margin-right: calc(-1 * var(--bs-offcanvas-padding-x));
    padding-right: var(--bs-offcanvas-padding-x);
  }
  .offcanvas-yaPay__work-list {
    width: 400px;
  }
  .offcanvas-yaPay__work-list__item:last-child .offcanvas-yaPay__work-item__txt {
    margin-right: -8px;
  }
  .offcanvas-yaPay__work-item__img {
    margin-bottom: 20px;
  }
}
.offcanvas-podeli {
  --podeli-red: #EF3124;
  padding: 64px var(--bs-offcanvas-padding-x);
}
.offcanvas-podeli__logo img {
  border-radius: 10px;
}
.offcanvas-podeli__logo-wrapper {
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.offcanvas-podeli__title {
  font-size: 37px;
  line-height: 34px;
  letter-spacing: -0.5px;
}
.offcanvas-podeli__txt {
  margin-top: 16px;
}
.offcanvas-podeli__txt-2 {
  margin-top: 20px;
  margin-bottom: 64px;
}
.offcanvas-podeli__info {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#FFFFFF));
  background: linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 100%);
  border-radius: 32px;
  padding: 1px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 14px 14px rgba(77, 50, 50, 0.08);
          box-shadow: 0px 14px 14px rgba(77, 50, 50, 0.08);
}
.offcanvas-podeli__info-inner {
  background: var(--white);
  padding: 26px 26px 22px;
  border-radius: inherit;
}
.offcanvas-podeli__info-price {
  font-size: 20px;
  line-height: 120%;
}
.offcanvas-podeli__info-body {
  margin-top: 22px;
  background: #E2E1E7;
  padding: 3px;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}
.offcanvas-podeli__info-switch {
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
.offcanvas-podeli__info-label {
  display: block;
  color: #24252E;
}
.offcanvas-podeli__info-label input:checked + span {
  background: var(--white);
}
.offcanvas-podeli__info-label__content {
  border-radius: 14px;
  height: 54px;
  gap: 4px;
}
.offcanvas-podeli__info-label__qty {
  font-size: 14px;
  line-height: 1;
}
.offcanvas-podeli__info-label__price {
  font-size: 16px;
  line-height: 1;
}
.offcanvas-podeli__info-foot {
  margin-top: 22px;
}
.offcanvas-podeli__info-lines {
  grid-template-columns: 124px 1fr;
  gap: 10px;
}
.offcanvas-podeli__info-lines__txt {
  color: #A6A2AD;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 130%;
}
.offcanvas-podeli__info-lines__line {
  height: 5px;
  border-radius: 26px;
  background: var(--podeli-red);
}
.offcanvas-podeli__info-lines__line--grey {
  background: #E2E1E7;
}
.offcanvas-podeli__info-lines__group {
  margin-top: 14px;
}
.offcanvas-podeli__info-lines__then {
  font-size: 14px;
  line-height: 1;
}
.offcanvas-podeli__info-lines__warning {
  width: 22px;
  height: 22px;
  background: #E2E1E7;
  border-radius: 50%;
}
.offcanvas-podeli__info-lines__today {
  position: relative;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.offcanvas-podeli__info-lines__today::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: var(--podeli-red);
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  margin-left: auto;
  margin-right: auto;
}
.offcanvas-podeli__info-lines__today-inner {
  background: var(--podeli-red);
  padding: 6px 10px;
  border-radius: 22px;
  position: relative;
}
.offcanvas-podeli__desc {
  margin-top: 24px;
}
.offcanvas-podeli__slider-wrapper {
  margin-right: calc(-1 * var(--bs-offcanvas-padding-x));
}
.offcanvas-podeli__slide {
  height: 182px;
  position: relative;
  overflow: hidden;
  background: var(--white);
}
.offcanvas-podeli__slide-info {
  max-width: 340px;
}
.offcanvas-podeli__slide-step {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
  color: #A6A2AD;
}
.offcanvas-podeli__slide-title {
  font-size: 17px;
  line-height: 125%;
}
.offcanvas-podeli__slide-txt {
  margin-top: 24px;
  font-size: 14px;
  line-height: 125%;
  color: #A6A2AD;
}
.offcanvas-podeli__slide-img {
  position: absolute;
  top: 0;
  right: -70px;
}
.offcanvas-podeli__pagination {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #E2E1E7;
  --swiper-pagination-color: var(--podeli-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.offcanvas-podeli__foot {
  margin-top: 28px;
  padding-top: 12px;
  border-top: 1px solid #CCCCCC;
}
.offcanvas-podeli__foot-txt {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.offcanvas-podeli__foot-txt--grey {
  color: var(--text-grey);
}
.offcanvas-podeli__foot-txt:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .offcanvas-podeli {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .offcanvas-podeli__logo img {
    border-radius: 8px;
    height: 24px;
    width: auto;
  }
  .offcanvas-podeli__logo-wrapper {
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  .offcanvas-podeli__title {
    font-size: 28px;
    line-height: 34px;
  }
  .offcanvas-podeli__txt {
    margin-top: 12px;
  }
  .offcanvas-podeli__txt-2 {
    margin-top: 16px;
    margin-bottom: 52px;
  }
  .offcanvas-podeli__info {
    border-radius: 24px;
    margin-top: 16px;
  }
  .offcanvas-podeli__info-inner {
    padding: 20px 20px 16px;
  }
  .offcanvas-podeli__info-price {
    font-size: 16px;
  }
  .offcanvas-podeli__info-body {
    margin-top: 16px;
    padding: 2px;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
  }
  .offcanvas-podeli__info-switch {
    gap: 2px;
  }
  .offcanvas-podeli__info-label__content {
    border-radius: 10px;
    height: 42px;
  }
  .offcanvas-podeli__info-label__qty {
    font-size: 12px;
  }
  .offcanvas-podeli__info-label__price {
    font-size: 14px;
  }
  .offcanvas-podeli__info-foot {
    margin-top: 16px;
  }
  .offcanvas-podeli__info-lines {
    grid-template-columns: 92px 1fr;
    gap: 5px;
  }
  .offcanvas-podeli__info-lines__txt {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .offcanvas-podeli__info-lines__line {
    height: 4px;
  }
  .offcanvas-podeli__info-lines__group {
    margin-top: 10px;
  }
  .offcanvas-podeli__info-lines__then {
    font-size: 12px;
  }
  .offcanvas-podeli__info-lines__warning {
    width: 16px;
    height: 16px;
  }
  .offcanvas-podeli__info-lines__today {
    font-size: 12px;
    margin-top: 8px;
  }
  .offcanvas-podeli__info-lines__today::before {
    width: 16px;
    height: 16px;
    border-radius: 1px;
    top: -1px;
  }
  .offcanvas-podeli__info-lines__today-inner {
    padding: 4px 8px;
  }
  .offcanvas-podeli__desc {
    margin-top: 20px;
  }
  .offcanvas-podeli__slide {
    height: 150px;
  }
  .offcanvas-podeli__slide-info {
    max-width: 254px;
  }
  .offcanvas-podeli__slide-step {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .offcanvas-podeli__slide-title {
    font-size: 15px;
  }
  .offcanvas-podeli__slide-txt {
    margin-top: 20px;
    font-size: 12px;
  }
  .offcanvas-podeli__slide-img {
    bottom: 0;
    right: -58px;
  }
  .offcanvas-podeli__slide-img img {
    height: 100%;
    width: auto;
  }
  .offcanvas-podeli__pagination {
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-size: 12px;
  }
  .offcanvas-podeli__foot {
    padding-top: 10px;
  }
  .offcanvas-podeli__foot-txt {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 932px) {
  .offcanvas-podeli {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .offcanvas-podeli__info-lines {
    grid-template-columns: 76px 1fr;
    gap: 4px;
  }
  .offcanvas-podeli__slide {
    height: 192px;
  }
  .offcanvas-podeli__slide-info {
    max-width: 185px;
  }
  .offcanvas-podeli__slide-img {
    bottom: 0;
    right: -124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offcanvas-podeli__slide-img img {
    height: 172px;
  }
}
.offcanvas-paymentInstallments__intro {
  padding: 28px 28px 24px;
  overflow: hidden;
  color: rgb(53, 63, 71);
  background: url(../../static/images/general/payment-installments-bg.png) left 0 bottom 0 no-repeat;
  background-size: 100% auto;
}
.offcanvas-paymentInstallments__intro-logo {
  margin-bottom: 24px;
}
.offcanvas-paymentInstallments__intro-images {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.offcanvas-paymentInstallments__intro-images__circle {
  width: 300px;
  height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1F5EC), to(rgba(225, 245, 236, 0)));
  background: linear-gradient(180deg, #E1F5EC 0%, rgba(225, 245, 236, 0) 100%);
  opacity: 0.98;
}
.offcanvas-paymentInstallments__intro-images__img {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.offcanvas-paymentInstallments__intro-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.1;
  max-width: 456px;
  margin-bottom: 16px;
}
.offcanvas-paymentInstallments__intro-title span {
  background: -webkit-gradient(linear, left top, right top, from(#27D468), to(#0F9ADC));
  background: linear-gradient(90deg, #27D468 0%, #0F9ADC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.offcanvas-paymentInstallments__intro-subtitle {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 364px;
}
.offcanvas-paymentInstallments__intro-txt {
  font-size: 14px;
  line-height: 1.4;
}
.offcanvas-paymentInstallments__content {
  padding: 32px var(--container-padding);
}
.offcanvas-paymentInstallments__schedule {
  margin-bottom: 32px;
  padding: 20px 24px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
.offcanvas-paymentInstallments__schedule-inner {
  gap: 20px;
}
.offcanvas-paymentInstallments__schedule-list {
  gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.offcanvas-paymentInstallments__schedule-btn {
  height: 44px;
  border-radius: 24px;
  background: rgb(243, 245, 251);
  font-size: 14px;
  color: rgb(78, 102, 117);
  width: 100%;
}
.offcanvas-paymentInstallments__schedule-btn.selected {
  background: rgb(255, 255, 255);
  --border-color: linear-gradient(88.46deg, #A0E720 0%, #00D900 22.46%, #21A038 70.5%);
}
.offcanvas-paymentInstallments__schedule-price__value {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  gap: 4px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.offcanvas-paymentInstallments__schedule-price__value span {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
.offcanvas-paymentInstallments__schedule-price__tech {
  margin-top: 2px;
  line-height: 18px;
}
.offcanvas-paymentInstallments__schedule-lines {
  grid-template-columns: 128px 1fr;
  gap: 4px;
}
.offcanvas-paymentInstallments__schedule-linesInner {
  gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.offcanvas-paymentInstallments__schedule-line__content {
  height: 8px;
  border-radius: 24px;
  background: rgb(243, 245, 251);
}
.offcanvas-paymentInstallments__schedule-line__content--green {
  background: linear-gradient(88.46deg, #A0E720 0%, #00D900 22.46%, #21A038 70.5%);
}
.offcanvas-paymentInstallments__schedule-line__txt {
  line-height: 18px;
  margin-top: 6px;
}
.offcanvas-paymentInstallments__desc {
  gap: 64px;
}
.offcanvas-paymentInstallments__subtitle {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 24px;
}
.offcanvas-paymentInstallments__txt {
  --li-margin: 12px;
  --li-dot-bg: rgba(85, 199, 118, 1);
}
.offcanvas-paymentInstallments__txt ol {
  margin-bottom: 24px;
}

@media (max-width: 1440px) {
  .offcanvas-paymentInstallments__intro {
    padding: 20px 20px 12px;
  }
  .offcanvas-paymentInstallments__intro-logo {
    margin-bottom: 18px;
    width: 210px;
  }
  .offcanvas-paymentInstallments__intro-images {
    gap: 16px;
  }
  .offcanvas-paymentInstallments__intro-images__circle {
    width: 224px;
    height: 224px;
  }
  .offcanvas-paymentInstallments__intro-images__img {
    width: 224px;
  }
  .offcanvas-paymentInstallments__intro-title {
    font-size: 32px;
    max-width: 312px;
    margin-bottom: 8px;
  }
  .offcanvas-paymentInstallments__intro-subtitle {
    font-size: 20px;
    max-width: 272px;
  }
  .offcanvas-paymentInstallments__intro-txt {
    font-size: 11px;
  }
  .offcanvas-paymentInstallments__content {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .offcanvas-paymentInstallments__schedule {
    margin-bottom: 28px;
    padding: 20px;
  }
  .offcanvas-paymentInstallments__schedule-inner {
    gap: 16px;
  }
  .offcanvas-paymentInstallments__schedule-price__value {
    font-size: 18px;
  }
  .offcanvas-paymentInstallments__schedule-price__value span {
    font-size: 12px;
  }
  .offcanvas-paymentInstallments__schedule-price__tech {
    margin-top: 0px;
  }
  .offcanvas-paymentInstallments__schedule-lines {
    grid-template-columns: 88px 1fr;
  }
  .offcanvas-paymentInstallments__desc {
    gap: 52px;
  }
  .offcanvas-paymentInstallments__subtitle {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .offcanvas-paymentInstallments__txt {
    --li-margin: 8px;
  }
  .offcanvas-paymentInstallments__txt ol {
    margin-bottom: 20px;
  }
}
@media (max-width: 932px) {
  .offcanvas-paymentInstallments__intro {
    padding: 16px 16px 12px;
  }
  .offcanvas-paymentInstallments__intro-logo {
    margin-bottom: 14px;
    width: 160px;
  }
  .offcanvas-paymentInstallments__intro-images {
    gap: 12px;
    margin-bottom: 12px;
  }
  .offcanvas-paymentInstallments__intro-images__circle {
    width: 172px;
    height: 172px;
  }
  .offcanvas-paymentInstallments__intro-images__img {
    width: 172px;
  }
  .offcanvas-paymentInstallments__intro-title {
    font-size: 24px;
    max-width: 300px;
  }
  .offcanvas-paymentInstallments__intro-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .offcanvas-paymentInstallments__intro-txt {
    font-size: 12px;
  }
  .offcanvas-paymentInstallments__schedule {
    overflow: hidden;
  }
  .offcanvas-paymentInstallments__schedule-list {
    grid-auto-flow: column;
    grid-auto-columns: 62px;
    overflow-x: auto;
    grid-template-columns: initial;
    margin-right: -34px;
    margin-left: -34px;
    padding-left: 34px;
    padding-right: 34px;
  }
}
.detailedDropdown {
  position: absolute;
  z-index: 600;
  width: 452px;
  bottom: 40px;
}
.detailedDropdown--right {
  right: -24px;
}
.detailedDropdown--left {
  left: 0;
}
.detailedDropdown-open {
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.detailedDropdown-open:focus,
.detailedDropdown-open:active {
  outline: none;
}
.detailedDropdown-wrapper {
  position: relative;
}

.mobileBottom {
  display: none;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.mobileBottom.visible {
  display: block;
}
.mobileBottom.animate {
  opacity: 1;
}
.mobileBottom-close {
  width: 16px;
  height: 16px;
  margin-left: auto;
}
.mobileBottom__backdrop {
  display: none;
  background: rgba(0, 0, 0, 0.21);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mobileBottom__head {
  display: none;
  padding: 16px;
}
.mobileBottom__info-content {
  padding: 24px;
  background: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.04), 0px 4.4px 7px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.04), 0px 4.4px 7px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 3;
}
.mobileBottom__info-arrow {
  width: 32px;
  height: 26px;
  bottom: -16px;
  fill: var(--white);
  position: absolute;
  z-index: 4;
}
.mobileBottom__info-arrow svg {
  -webkit-filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.04)), drop-shadow(0px 4.4px 7px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.04)), drop-shadow(0px 4.4px 7px rgba(0, 0, 0, 0.04));
}
.mobileBottom__info-arrow--right {
  right: 16px;
}
.mobileBottom__info-arrow--left {
  left: 64px;
}

@media (min-width: 933px) {
  .offcanvas-body:has(.mobileBottom.visible) {
    overflow: initial;
    padding-right: calc(var(--bs-offcanvas-padding-x) + 8px);
  }
}
@media (max-width: 1440px) {
  .detailedDropdown {
    width: 384px;
    bottom: 32px;
  }
  .detailedDropdown--right {
    right: -20px;
  }
  .mobileBottom__info-content {
    padding: 20px 18px;
  }
  .mobileBottom__info-arrow {
    width: 27px;
    height: 20px;
    bottom: -12px;
  }
  .mobileBottom__info-arrow--left {
    left: 52px;
  }
}
@media (max-width: 932px) {
  .mobileBottom {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .mobileBottom.animate .mobileBottom__content {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .mobileBottom__backdrop {
    display: block;
  }
  .mobileBottom__content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--white);
    border-radius: 20px 20px 0 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .mobileBottom__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobileBottom__info-content {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding: 0 16px 32px;
  }
  .mobileBottom__info-arrow {
    display: none;
  }
  .offcanvas-body:has(.row-card .mobileBottom.visible) .cart-total {
    opacity: 0;
    pointer-events: none;
  }
}
.form-item {
  position: relative;
}
.form-item-select .form-item__group.focused + .form-item__dropdown {
  display: block;
}
.form-item__group {
  position: relative;
}
.form-item__group.focused .form-item__label {
  font-size: 14px;
  padding: 1px 6px;
  background: var(--white);
  left: 14px;
  top: -1px;
  color: var(--black);
}
.form-item__group.focused .form-item__label--hidden {
  visibility: hidden;
}
.form-item__group.focused .form-input {
  border-color: var(--black);
}
.form-item__group.focused .form-item__dropdown {
  display: block;
}
.form-item__group.filled .form-item__label {
  font-size: 14px;
  padding: 1px 6px;
  background: var(--white);
  left: 14px;
  top: -1px;
}
.form-item__group.filled .form-item__label--hidden {
  visibility: hidden;
}
.form-item__group.filled .form-item__clear-default {
  display: none;
}
.form-item__group.filled .form-item__clear-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-item__group.error .form-item__label {
  color: var(--text-error);
}
.form-item__group.error .form-input {
  border-color: var(--stroke-error);
}
.form-item__label {
  color: var(--text-base-grey);
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  pointer-events: none;
}
.form-item__label--textarea {
  top: 20px;
}
.form-item__label--hidden {
  -webkit-transition: 0s;
  transition: 0s;
}
.form-item__label-error {
  display: none;
}
.form-item__txt {
  color: var(--second-color);
  margin-top: 8px;
}
.form-item__dropdown {
  --max-height: 400px;
  position: absolute;
  z-index: 99;
  top: 100%;
  width: 100%;
  margin-top: 8px;
  background: var(--white);
  border-radius: 16px;
  display: none;
  max-height: var(--max-height);
  overflow: hidden;
}
.form-item__dropdown--rounded {
  border-radius: 15px;
}
.form-item__dropdown.show {
  display: block;
}
.form-item__dropdown::before {
  border-color: var(--black);
  z-index: 9;
}
.form-item__dropdown-scroll {
  max-height: var(--max-height);
  overflow: auto;
}
.form-item__dropdown-label {
  display: block;
  cursor: pointer;
}
.form-item__dropdown-label input {
  display: none;
}
.form-item__dropdown-label input:checked + span {
  background: var(--second-element);
}
.form-item__dropdown-label__txt {
  padding: 14px 20px;
  display: block;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  min-height: 50px;
}
.form-item__dropdown-label__txt:hover {
  background: var(--second-element);
}
.form-item__country {
  display: block;
}
.form-item__country:hover .form-item__country-inner {
  background: var(--grey-2);
}
.form-item__country input {
  display: none;
}
.form-item__country input:checked + span {
  background: var(--grey-2);
}
.form-item__country-inner {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.form-item__country-flag {
  width: var(--flag-width);
}
.form-item__country-txt {
  width: calc(100% - var(--flag-width));
  padding-left: 16px;
}
.form-item__clear {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.form-item__clear-icon {
  width: 16px;
  height: 16px;
}
.form-item__clear-active {
  display: none;
}
.form-item__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 14px;
}
.form-input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid var(--stroke-grey);
  border-radius: 16px;
  padding: 0 20px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.form-input::-webkit-input-placeholder {
  color: var(--text-base);
}
.form-input::-moz-placeholder {
  color: var(--text-base);
}
.form-input:-ms-input-placeholder {
  color: var(--text-base);
}
.form-input::-ms-input-placeholder {
  color: var(--text-base);
}
.form-input::placeholder {
  color: var(--text-base);
}
.form-input--no-border {
  border: none;
}
.form-input--rounded {
  border-radius: 40px;
  height: 44px;
}
.form-phone:has(.error) {
  border-color: #FF5601;
}
.form-phone:has(.error) .form-input {
  color: #FF5601;
}
.form-phone:has(.error) .form-input::-webkit-input-placeholder {
  color: #FF5601;
}
.form-phone:has(.error) .form-input::-moz-placeholder {
  color: #FF5601;
}
.form-phone:has(.error) .form-input:-ms-input-placeholder {
  color: #FF5601;
}
.form-phone:has(.error) .form-input::-ms-input-placeholder {
  color: #FF5601;
}
.form-phone:has(.error) .form-input::placeholder {
  color: #FF5601;
}
.form-phone {
  height: 50px;
  border: 1px solid var(--stroke-element);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  border-radius: 12px;
  --flag-width: 20px;
}
.form-phone--big {
  height: 60px;
  --flag-width: 24px;
}
.form-phone.active {
  border-color: var(--black);
}
.form-phone__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.form-phone__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-phone__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-phone__input {
  border: none;
  height: 48px;
}
.form-phone__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid var(--stroke-default);
  padding: 0 16px;
}
.form-phone__btn.active .form-phone__btn-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form-phone__btn-flag {
  width: var(--flag-width);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-phone__btn-icon {
  width: 16px;
  height: 16px;
  margin-left: 16px;
}
.form-phone__btn-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}
.form-textarea {
  height: 112px;
}
.form-select {
  position: relative;
}
.form-select__backdrop {
  position: fixed;
  inset: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.21);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
}
.form-select__btn {
  height: 50px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  white-space: nowrap;
}
.form-select__btn-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-select__btn-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-select__btn.opened::before {
  border-color: var(--black);
}
.form-select__btn.opened .form-select__btn-icon img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form-select__btn::before {
  border-color: var(--stroke-element);
}
.form-select__head {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 20px;
  display: none;
}
.form-select__head-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-select__head-txt {
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.form-select__head-link {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}
.form-select__close {
  position: absolute;
  top: 18px;
  right: 14px;
  display: none;
}
.form-select__dropdown {
  border-radius: 16px;
  padding: 0;
  width: 100%;
  background: var(--white);
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: 4px;
  display: none;
}
.form-select__dropdown.visible {
  display: block;
}
.form-select__dropdown::before {
  border-color: var(--black);
}
.form-select__dropdown-inner {
  max-height: 350px;
  overflow: auto;
}
.form-select__dropdown-inner-wrapper {
  padding: 6px 4px 6px 0;
}
.form-select__dropdown-inner::-webkit-scrollbar {
  width: 6px;
}
.form-select__dropdown-inner::-webkit-scrollbar-track {
  background: transparent;
}
.form-select__dropdown-inner::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 11px;
}
.form-select__radio {
  display: block;
  cursor: pointer;
}
.form-select__radio input {
  display: none;
}
.form-select__radio input:checked + span .form-select__radio-icon {
  opacity: 1;
}
.form-select__radio-content {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.form-select__radio-content--disabled {
  color: var(--grey-13);
}
.form-select__radio-content:hover {
  background: #F5F5F5;
}
.form-select__radio-icon {
  width: 16px;
  height: 16px;
  opacity: 0;
}
.form-select__radio-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-select__radio-txt span {
  margin-right: 4px;
}
.form-select__radio-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-select__radio-subscription__txt {
  margin-right: 8px;
}
.form-select__radio-subscription__icon {
  width: 16px;
  height: 16px;
}
.form-files input {
  display: none;
}
.form-files__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -8px;
  margin-top: 20px;
}
.form-files__list-item {
  margin-bottom: 8px;
  margin-right: 8px;
}
.form-files__label-btn {
  font-size: 16px;
  padding: 11px 20px 10px;
}
.form-files__item {
  padding: 9px 12px 9px 16px;
  background: var(--element-second);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.form-files__item:hover {
  background: var(--element-hover);
}
.form-files__item--loaded {
  background: #FBFBFB;
}
.form-files__item--loaded .form-files__item-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-files__item--loaded .form-files__item-remove {
  display: none;
}
.form-files__item-icon {
  width: 16px;
  height: 16px;
  margin-left: 12px;
}
.form-files__item-load {
  display: none;
}
.form-files__item-remove {
  cursor: pointer;
}

@media (max-width: 1440px) {
  .form-input {
    height: 40px;
    padding: 0 16px;
    border-radius: 12px;
  }
  .form-item__group.focused .form-item__label {
    font-size: 12px;
  }
  .form-item__group.filled .form-item__label {
    font-size: 12px;
  }
  .form-item__label {
    left: 16px;
  }
  .form-item__dropdown {
    --max-height: 320px;
  }
  .form-item__dropdown-label__txt {
    padding: 9px 16px 10px;
    min-height: 40px;
  }
  .form-item__country-inner {
    padding: 10px 16px 11px;
  }
  .form-item__txt {
    margin-top: 6px;
  }
  .form-item__clear-icon {
    width: 14px;
    height: 14px;
  }
  .form-phone {
    --flag-width: 20px;
    height: 40px;
  }
  .form-phone--big {
    height: 50px;
  }
  .form-phone__btn {
    padding-left: 12px;
    padding-right: 12px;
  }
  .form-phone__btn-txt {
    margin-left: 8px;
  }
  .form-phone__btn-icon {
    width: 14px;
    height: 14px;
    margin-left: 12px;
  }
  .form-phone__input {
    height: 38px;
  }
  .form-select__btn {
    height: 40px;
    padding: 0 16px;
    border-radius: 12px;
  }
  .form-select__btn-icon {
    width: 14px;
    height: 14px;
  }
  .form-select__dropdown {
    border-radius: 12px;
  }
  .form-select__dropdown-inner-wrapper {
    padding: 4px 4px 4px 0;
  }
  .form-select__dropdown-inner {
    max-height: 280px;
  }
  .form-select__radio-content {
    padding: 9px 16px 10px 16px;
  }
  .form-select__radio-subscription__txt {
    margin-right: 6px;
  }
  .form-select__radio-subscription__icon {
    width: 14px;
    height: 14px;
  }
  .form-files__label-btn {
    font-size: 14px;
    padding: 9px 18px 8px;
  }
  .form-files__list {
    margin-top: 16px;
    margin-bottom: -6px;
  }
  .form-files__list-item {
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .form-files__item {
    padding: 6px 10px 7px 12px;
  }
  .form-files__item-icon {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
  .form-checkbox {
    --icon-size: 18px;
  }
}
@media (max-width: 932px) {
  .form-select.opened {
    z-index: 151;
  }
  .form-select.opened .form-select__backdrop {
    display: block;
  }
  .form-select__head {
    display: block;
  }
  .form-select__dropdown {
    display: block;
    position: fixed;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 102;
  }
  .form-select__dropdown.visible {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible;
    pointer-events: initial;
  }
  .form-select__dropdown::before {
    display: none;
  }
  .form-select__dropdown-inner-wrapper {
    padding-top: 50px;
  }
  .form-select__dropdown-inner {
    max-height: 70vh;
  }
  .form-select__dropdown-inner::-webkit-scrollbar {
    width: 3px;
  }
  .form-select__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-select__list {
    padding-right: 10px;
    padding-left: 14px;
  }
  .form-select__list-item {
    border-top: 1px solid #EDEDED;
  }
  .form-select__radio-content {
    padding: 16px 0;
  }
  .form-select__radio-content:hover {
    background: transparent;
  }
  .form-select__radio-icon {
    width: 14px;
    height: 14px;
  }
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked + span .form-checkbox__icon::before {
  opacity: 1;
}
.form-checkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-checkbox__icon {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  border: 1px solid var(--base-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-checkbox__icon--rounded-2 {
  border-radius: 2px;
}
.form-checkbox__icon--grey {
  border-color: var(--text-second);
  border-radius: 6px;
}
.form-checkbox__icon::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--base-color);
  opacity: 0;
}
.form-checkbox__icon--big-rounded {
  border-radius: 8px;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}
.form-checkbox__txt {
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1.4;
}
.form-checkbox__info {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 1440px) {
  .form-checkbox__icon {
    width: 18px;
    height: 18px;
  }
  .form-checkbox__icon::before {
    width: 10px;
    height: 10px;
  }
  .form-checkbox__icon--big-rounded {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    margin-right: 8px;
  }
}
.delivery-form__input {
  height: auto;
  border: none;
  border-bottom: 1px solid var(--stroke-base);
  border-radius: 0;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 90%;
  letter-spacing: -0.04em;
  padding: 0 0 15px;
  font-weight: 500;
}
.delivery-form__input::-webkit-input-placeholder {
  color: var(--text-light_grey);
}
.delivery-form__input::-moz-placeholder {
  color: var(--text-light_grey);
}
.delivery-form__input:-ms-input-placeholder {
  color: var(--text-light_grey);
}
.delivery-form__input::-ms-input-placeholder {
  color: var(--text-light_grey);
}
.delivery-form__input::placeholder {
  color: var(--text-light_grey);
}
.delivery-form .form-item__dropdown {
  --max-height: 320px;
}
.delivery-form .form-item__dropdown-label__txt {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: initial;
}
.delivery-form__txt {
  font-size: 14px;
  line-height: 1;
  color: var(--text-grey);
  margin-top: 12px;
}
.delivery-null {
  margin-top: 68px;
  text-align: center;
}
.delivery-null__title {
  font-size: 24px;
}
.delivery-null__txt {
  margin-top: 16px;
  width: 260px;
}
.delivery-result {
  margin-top: 32px;
}
.delivery-result__list {
  border-radius: 12px;
}
.delivery-result__list-item {
  width: 100%;
  border-bottom: 1px solid var(--stroke-base);
}
.delivery-result__list-item--fw {
  width: 50%;
  border-right: 1px solid var(--stroke-base);
  border-bottom: none;
}
.delivery-result__item {
  --height: 72px;
  border-radius: 6px;
}
.delivery-result__item-grid {
  grid-template-columns: 1fr 0.5fr 0.5fr;
  min-height: var(--height);
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.delivery-result__item-inner {
  min-height: var(--height);
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.delivery-result__item-title {
  font-size: 24px;
  font-weight: 500;
}
.delivery-result__item-name {
  color: #B6B4C1;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1;
}
.delivery-result__top-txt {
  margin-top: 20px;
}
.delivery-result__bottom-txt {
  margin-top: 32px;
}
.delivery-result__bottom-txt p {
  margin-bottom: 16px;
}
.delivery-result__bottom-txt p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .delivery-form__input {
    font-size: 24px;
    padding-bottom: 12px;
  }
  .delivery-form__txt {
    font-size: 12px;
  }
  .delivery-null {
    margin-top: 58px;
  }
  .delivery-null__title {
    font-size: 18px;
  }
  .delivery-null__txt {
    margin-top: 12px;
  }
  .delivery-result {
    margin-top: 28px;
  }
  .delivery-result__item {
    --height: 68px;
  }
  .delivery-result__item-grid {
    gap: 6px;
    padding: 16px 12px;
  }
  .delivery-result__item-inner {
    padding: 16px 12px;
  }
  .delivery-result__item-title {
    font-size: 20px;
  }
  .delivery-result__item-name {
    font-size: 12px;
  }
  .delivery-result__item-icon {
    width: 20px;
    height: 20px;
  }
  .delivery-result__item-icon svg {
    width: 100%;
    height: 100%;
  }
  .delivery-result__top-txt {
    margin-top: 16px;
  }
  .delivery-result__bottom-txt {
    margin-top: 28px;
  }
  .delivery-result__bottom-txt p {
    margin-bottom: 10px;
  }
}
@media (max-width: 932px) {
  .delivery-form__input {
    font-size: 20px;
    padding-bottom: 0;
  }
  .delivery-null {
    margin-top: 60px;
  }
  .delivery-null__title {
    font-size: 16px;
  }
  .delivery-result {
    margin-top: 24px;
  }
  .delivery-result__item-grid {
    min-height: initial;
    padding: 16px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }
  .delivery-result__item-title {
    grid-column: span 2/span 2;
  }
  .delivery-result__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 22px;
  }
  .delivery-result__item-txt {
    max-width: 84px;
  }
  .delivery-result__bottom-txt {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .delivery-content {
    margin-top: 24px;
    min-height: 188px;
  }
}
.promocode.error .promocode__input {
  border-color: var(--error);
}
.promocode.error .promocode__input::-webkit-input-placeholder {
  color: transparent;
}
.promocode.error .promocode__input::-moz-placeholder {
  color: transparent;
}
.promocode.error .promocode__input:-ms-input-placeholder {
  color: transparent;
}
.promocode.error .promocode__input::-ms-input-placeholder {
  color: transparent;
}
.promocode.error .promocode__input::placeholder {
  color: transparent;
}
.promocode.error .promocode__error {
  display: block;
}
.promocode__group {
  position: relative;
}
.promocode__error {
  background: var(--white);
  padding: 3px 5px;
  color: var(--error);
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  line-height: 120%;
  display: none;
}
.promocode__input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px dashed var(--base-color);
  border-radius: 16px;
  padding-left: 18px;
  padding-right: 130px;
  text-transform: uppercase;
}
.promocode__input::-webkit-input-placeholder {
  color: var(--grey);
}
.promocode__input::-moz-placeholder {
  color: var(--grey);
}
.promocode__input:-ms-input-placeholder {
  color: var(--grey);
}
.promocode__input::-ms-input-placeholder {
  color: var(--grey);
}
.promocode__input::placeholder {
  color: var(--grey);
}
.promocode__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.promocode__input:focus::-moz-placeholder {
  color: transparent;
}
.promocode__input:focus:-ms-input-placeholder {
  color: transparent;
}
.promocode__input:focus::-ms-input-placeholder {
  color: transparent;
}
.promocode__input:focus::placeholder {
  color: transparent;
}
.promocode__btn {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.promocode__btn[disabled] {
  color: var(--second-color);
}
.promocode__list {
  margin-top: 8px;
  margin-bottom: -8px;
}
.promocode__list-item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.promocode__badge {
  padding: 6px 12px;
  background: var(--second-element);
  border-radius: 20px;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promocode__badge-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

@media (max-width: 1440px) {
  .promocode__error {
    font-size: 12px;
  }
  .promocode__input {
    height: 44px;
    padding-left: 16px;
    padding-right: 100px;
    border-radius: 12px;
  }
  .promocode__list {
    margin-top: 4px;
    margin-bottom: -4px;
  }
  .promocode__list-item {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .promocode__badge {
    padding: 4px 8px;
    font-size: 13px;
  }
  .promocode__badge-icon {
    width: 16px;
    height: 16px;
    margin-left: 6px;
  }
}
@media (max-width: 932px) {
  .promocode__input {
    height: 50px;
    border-radius: 16px;
  }
}
.cart-list {
  margin-bottom: 24px;
}
.cart-list__item {
  border-bottom: 1px solid var(--base-color);
}
.cart-promocode {
  margin-bottom: 4px;
}
.cart-promocode--checkout {
  margin-top: 18px;
}
.cart-total {
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  bottom: -20px;
  z-index: 9;
  background: var(--white);
}
.cart-total__top {
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-total__top-right {
  text-align: right;
}
.cart-total__btn {
  width: 100%;
}
.cart-total__title {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.02em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.cart-total__title-icon {
  width: 18px;
  height: 18px;
  margin-left: 6px;
}
.cart-total__txt {
  font-size: 14px;
  line-height: normal;
  color: var(--second-color);
}
.cart-total__list {
  margin-bottom: 20px;
}
.cart-total__list-item {
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 17px;
  line-height: 130%;
  font-weight: normal;
  text-transform: initial;
}
.cart-total__list-item:last-child {
  margin-bottom: 0;
}
.cart-total__list-item__value {
  text-align: right;
}
.cart-total__list-item__value--red {
  color: var(--cancel);
}
.cart-total__total {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-total__total-item:last-child {
  text-align: right;
}
.cart-total__total-item__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.cart-total__total-item__txt {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: var(--second-color);
  text-transform: initial;
}
.cart-delivery__content {
  padding: 24px 28px;
  background: var(--second-element);
  border-radius: 16px;
  font-size: 16px;
  line-height: 130%;
}
.cart-delivery__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  margin-top: 4px;
}
.cart-recomend {
  margin-top: 20px;
  border-top: 1px solid var(--base-color);
  margin-left: var(--bs-offcanvas-padding-x-negative);
  margin-right: var(--bs-offcanvas-padding-x-negative);
  padding-left: var(--bs-offcanvas-padding-x);
  padding-right: var(--bs-offcanvas-padding-x);
  padding-top: var(--bs-offcanvas-padding-y);
}
.cart-recomend__head {
  margin-bottom: 16px;
}
.cart-recomend__head-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-recomend__controls-btn {
  margin-right: 4px;
}
.cart-recomend__controls-btn:last-child {
  margin-right: 0;
}
.cart-slider__slide {
  width: 286px;
}
.cart-null {
  padding: 44px 0;
}
.cart-null .account-null {
  margin-top: 0;
}
.cart-null + .cart-recomend {
  margin-top: 0;
}

@media (max-width: 1440px) {
  .cart-list {
    margin-bottom: 20px;
  }
  .cart-total {
    padding-top: 16px;
    padding-bottom: 16px;
    bottom: -16px;
  }
  .cart-total__top {
    margin-bottom: 12px;
  }
  .cart-total__title {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .cart-total__title-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }
  .cart-total__txt {
    font-size: 12px;
  }
  .cart-total__list {
    margin-bottom: 16px;
  }
  .cart-total__list-item {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .cart-total__list-item__name {
    line-height: 130%;
  }
  .cart-total__list-item__value {
    line-height: 120%;
  }
  .cart-total__total-item__title {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .cart-total__total-item__txt {
    font-size: 12px;
  }
  .cart-delivery__content {
    padding: 20px 24px;
    border-radius: 12px;
    font-size: 14px;
  }
  .cart-delivery__icon {
    width: 16px;
    height: 16px;
    margin-right: 12px;
  }
  .cart-recomend {
    margin-top: 16px;
  }
  .cart-recomend__head {
    margin-bottom: 12px;
  }
  .cart-slider__slide {
    width: 215px;
  }
  .cart-null {
    padding: 24px 0 36px;
  }
}
@media (max-width: 932px) {
  .cart-total__btn {
    font-size: 15px;
    line-height: 16px;
    padding: 17px;
  }
  .cart-total__list {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed var(--base-color);
  }
  .cart-delivery__content {
    padding: 20px;
  }
  .cart-recomend__head {
    margin-bottom: 16px;
  }
  .cart-recomend__head-controls {
    display: none;
  }
  .cart-recomend__title {
    font-weight: normal;
    font-size: 28px;
  }
  .cart-recomend__body {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
  }
  .cart-recomend__body::-webkit-scrollbar {
    display: none;
  }
  .cart-slider__slide {
    width: 190px;
  }
  .cart-null {
    padding: 36px 0;
  }
}
.sorting {
  position: relative;
}
.sorting-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sorting-btn:hover {
  color: var(--text-black-hover);
  fill: var(--text-black-hover);
}
.sorting-btn__icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.sorting-btn__icon path {
  stroke: var(--black);
}
.sorting-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 12px;
  width: 358px;
  border-radius: 20px;
  background: var(--white);
  z-index: 999;
  overflow: hidden;
}
.sorting-dropdown--rounded {
  border-radius: 20px;
}
.sorting-dropdown--size {
  width: 212px;
}
.sorting-dropdown::before {
  border-color: var(--black);
}

.mobileBottom {
  display: none;
  opacity: 0;
}
.mobileBottom.visible {
  display: block;
}
.mobileBottom.animate {
  opacity: 1;
}
.mobileBottom__head {
  display: none;
}
.mobileBottom__title {
  display: none;
}

@media (max-width: 1440px) {
  .sorting-btn__icon {
    width: 14px;
    height: 14px;
    margin-left: 6px;
  }
  .sorting-dropdown--size {
    width: 188px;
  }
}
@media (max-width: 932px) {
  .mobileBottom {
    background: none;
    opacity: 1;
  }
  .mobileBottom.animate .mobileBottom__content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .mobileBottom.animate .mobileBottom__backdrop {
    display: block;
  }
  .mobileBottom::before {
    display: none;
  }
  .mobileBottom__head {
    display: block;
    padding: 18px 0px;
  }
  .mobileBottom__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
  }
  .mobileBottom__content {
    background: var(--white);
    border-radius: 10px 10px 0 0;
    position: fixed;
    z-index: 101;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 14px 10px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .mobileBottom-close {
    margin-left: auto;
    width: 14px;
    height: 14px;
  }
  .sorting-btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 14px;
  }
  .sorting-btn.button {
    font-size: 15px;
    font-weight: normal;
  }
  .sorting-dropdown__list-item--m-border {
    border-top: 0.5px solid var(--stroke-grey);
  }
}
.ashWarning {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 200;
  bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  pointer-events: none;
  visibility: hidden;
}
.ashWarning.visible {
  visibility: visible;
  pointer-events: initial;
}
.ashWarning.animate {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.ashWarning-content {
  background: var(--bg-light-peach);
  padding: 24px 28px;
  width: var(--content-center);
  max-width: 100%;
  margin: auto;
  border-radius: 16px;
}
.ashWarning-content__icon {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 12px;
}

@media (max-width: 1440px) {
  .ashWarning-content {
    padding: 20px 24px;
    border-radius: 12px;
  }
  .ashWarning-content__icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 932px) {
  .ashWarning {
    bottom: initial;
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .ashWarning-content {
    padding: 16px 12px;
  }
  .ashWarning-content__icon {
    margin-right: 10px;
  }
}
#availabilityListOffcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#availabilityListOffcanvas .offcanvas-body__sticky-foot {
  margin-top: auto;
}
#availabilityListOffcanvas .offcanvas__tabs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#availabilityListOffcanvas .offcanvas__tabs .tabs-content.active {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 932px) {
  #availabilityListOffcanvas .pickupPoint-tabs__link:not(.selected)::after {
    height: 0;
  }
  #availabilityListOffcanvas .offcanvas-header {
    padding-top: 24px;
    padding-bottom: 12px;
    border: none;
  }
  #availabilityListOffcanvas .offcanvas-body {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #availabilityListOffcanvas .offcanvas__tabs {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: calc(-1 * var(--bs-offcanvas-padding-x));
    margin-right: calc(-1 * var(--bs-offcanvas-padding-x));
    overflow: hidden;
  }
  #availabilityListOffcanvas .offcanvas__tabs .tabs-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: var(--bs-offcanvas-padding-x);
    padding-right: var(--bs-offcanvas-padding-x);
    overflow: auto;
  }
  #availabilityListOffcanvas .offcanvas__tabs .tabs-content:has(.availabilityShopBottom) {
    overflow: hidden;
  }
  #availabilityListOffcanvas .offcanvas__head-tabs {
    padding-left: var(--bs-offcanvas-padding-x);
    padding-right: var(--bs-offcanvas-padding-x);
    margin-left: 0;
    margin-right: 0;
    position: sticky;
    top: 0px;
    background: var(--bg-white);
  }
}
.availabilityLabel {
  color: var(--text-second);
  border-radius: 4px;
}
.availabilityLabel:first-child {
  margin-top: 28px;
}
.availabilityLabel input:checked + span {
  background: var(--bg-black);
}
.availabilityLabel input:checked + span .availabilityLabel__info-name {
  color: var(--text-white);
}
.availabilityLabel input:checked + span .radio-icon {
  border-color: var(--text-white);
}
.availabilityLabel input:checked + span .radio-icon::before {
  background: var(--text-white);
  opacity: 1;
}
.availabilityLabel__content {
  padding: 16px;
  background: #F6F6F6;
  border-radius: 16px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.availabilityLabel__content-inner {
  grid-template-columns: 20px 1fr;
  gap: 16px;
}
.availabilityLabel__info {
  color: var(--text-grey_bckgr);
}
.availabilityLabel__info-group {
  gap: 16px;
}
.availabilityLabel__info-name {
  color: var(--black);
}
.availabilityLabel__info-color {
  gap: 12px;
}
.availabilityLabel__info-color__icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.availabilityLabel__info-address {
  margin-top: 12px;
  display: block;
}
.availabilityLabel__info-list {
  gap: 12px;
  padding-top: 12px;
  padding-left: 36px;
}
.availabilityLabel__info-item {
  gap: 12px;
}
.availabilityLabel__info-item__icon {
  width: 16px;
  height: 16px;
  fill: var(--text-grey_bckgr);
}

#availabilityMap, #availabilityMapMobile {
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .availabilityLabel:first-child {
    margin-top: 24px;
  }
  .availabilityLabel__content {
    padding: 12px;
  }
  .availabilityLabel__content-inner {
    grid-template-columns: 18px 1fr;
    gap: 12px;
  }
  .availabilityLabel__info-group {
    gap: 12px;
  }
  .availabilityLabel__info-color {
    gap: 8px;
  }
  .availabilityLabel__info-color__icon {
    width: 10px;
    height: 10px;
  }
  .availabilityLabel__info-address {
    margin-top: 8px;
  }
  .availabilityLabel__info-list {
    gap: 8px;
    padding-top: 8px;
    padding-left: 30px;
  }
  .availabilityLabel__info-item {
    gap: 8px;
  }
  .availabilityLabel__info-item__icon {
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }
}
@media (max-width: 932px) {
  .availabilityLabel:first-child {
    margin-top: 16px;
  }
}
.availabilitySize {
  background: var(--bg-white);
  position: sticky;
  top: 0;
  padding-top: 20px;
}
.availabilitySize__inner {
  gap: 16px;
}
.availabilitySize-item__icon {
  width: 16px;
  height: 16px;
}
.availabilitySize-item__icon path {
  stroke: var(--base-color);
  stroke-width: 1.1;
}

@media (max-width: 1440px) {
  .availabilitySize-item__icon {
    width: 14px;
    height: 14px;
  }
  .availabilitySize-item__txt {
    line-height: 14px;
  }
  .availabilitySize .sorting-btn {
    font-weight: 400;
  }
}
@media (max-width: 932px) {
  .availabilitySize {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 12px;
  }
  .availabilitySize-item {
    font-size: 12px;
    gap: 4px;
  }
  #availabilityMapMobile {
    margin-left: calc(-1 * var(--bs-offcanvas-padding-x));
    margin-right: calc(-1 * var(--bs-offcanvas-padding-x));
    width: auto;
    height: calc(100vh - 122px);
  }
}
.availabilityProduct__group {
  margin-bottom: 32px;
  gap: 16px;
}
.availabilityProduct__group:last-child {
  margin-bottom: 0;
}
.availabilityProduct__shop {
  color: var(--text-grey_bckgr);
}
.availabilityProduct__fields {
  gap: 20px;
}
.availabilityProduct .availabilityLabel__info-address {
  margin-top: 0;
}

@media (max-width: 1440px) {
  .availabilityProduct__group {
    margin-bottom: 28px;
    gap: 12px;
  }
  .availabilityProduct__group > .title {
    margin-bottom: 4px;
  }
  .availabilityProduct__fields {
    gap: 16px;
  }
}
@media (max-width: 932px) {
  .availabilityProduct__shop {
    gap: 8px;
  }
}
.availabilityShopBottom {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: var(--white);
  border-radius: 20px 20px 0px 0px;
  padding: 40px var(--container-padding) 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.availabilityShopBottom.visible {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.availabilityShopBottom-close {
  width: 34px;
  height: 34px;
  right: 4px;
  top: 6px;
}
.availabilityShopBottom-close svg {
  width: 14px;
  height: 14px;
}
.availabilityShopBottom__group {
  padding: 16px 0;
  color: var(--text-grey);
}
.availabilityShopBottom__group path {
  stroke: var(--text-grey);
}

.product-notification {
  padding: 24px 28px;
  background: var(--element-second);
  border-radius: 16px;
}
.product-notification--peach {
  background: var(--light-peach);
}
.product-notification--peach-2 {
  background: var(--light-peach-2);
  --answer-border: #ED611F;
}
.product-notification__item {
  margin-bottom: 12px;
  line-height: 140%;
}
.product-notification__item--red {
  color: var(--error);
  fill: var(--error);
}
.product-notification__item-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  margin-top: 4px;
}
.product-notification__item-icon--outline {
  stroke: var(--black);
}
.product-notification__item:last-child {
  margin-bottom: 0;
}
.product-notification__item-txt__item {
  margin-bottom: 16px;
}
.product-notification__item-txt__item:last-child {
  margin-bottom: 0;
}
.product-notification__answer {
  padding-left: 16px;
  border-left: 2px solid var(--answer-border);
}
.product-notification__answer-value {
  font-size: 18px;
}
.product-notification__answer-name {
  margin-bottom: 2px;
}

@media (max-width: 1440px) {
  .product-notification {
    padding: 20px 24px;
    border-radius: 12px;
  }
  .product-notification__item {
    margin-bottom: 12px;
  }
  .product-notification__item-icon {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }
  .product-notification__item-txt__item {
    margin-bottom: 12px;
  }
  .product-notification__answer {
    padding-left: 14px;
  }
  .product-notification__answer-value {
    font-size: 16px;
  }
}
@media (max-width: 932px) {
  .product-notification {
    padding: 20px;
  }
  .product-notification__item-icon {
    margin-top: 3px;
  }
}
body:has(.intro) .header {
  background: transparent;
  --base-color-header: #FFFFFF;
}
body:has(.intro) .header.scrolled, body:has(.intro) .header.opened {
  --base-color-header: #252525;
}
body:has(.intro) .header.scrolled .header__conetnt, body:has(.intro) .header.opened .header__conetnt {
  background: var(--white);
}

.intro {
  position: relative;
  margin-top: calc(-1 * var(--header-height));
}
.intro-img {
  height: 100vh;
}
.intro-img__mobile {
  display: none;
}
.intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-container {
  height: 100%;
  padding-left: 28px;
  padding-right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-info {
  max-width: 1104px;
}
.intro-title {
  font-size: 6.25vw;
  line-height: 77%;
  letter-spacing: -0.03em;
  margin-bottom: 2.5vw;
  color: var(--white);
  text-transform: uppercase;
}
.intro-btn {
  padding: 12px 28px;
  background: var(--bg-yellow);
  color: var(--base-color);
  text-transform: initial;
}

@media (max-width: 1440px) {
  .intro-btn {
    padding: 11px 24px;
  }
  .intro-title {
    margin-bottom: 2vw;
  }
  .intro-info {
    margin-left: 62px;
  }
}
@media (max-width: 767px) {
  .intro-img__desctop {
    display: none;
  }
  .intro-img__mobile {
    display: block;
  }
  .intro-title {
    font-size: 11.2820512821vw;
    line-height: 87%;
    margin-bottom: 5.1282051282vw;
  }
  .intro-btn {
    padding: 11px 16px;
  }
  .intro-info {
    margin-left: 0;
  }
  .intro-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.shoes {
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
}
.shoes-list__item {
  width: 50%;
  border-right: 1px solid var(--base-color);
}
.shoes-list__item:last-child {
  border: none;
}
.shoes-item {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.shoes-item:hover .shoes-item__img img {
  border-radius: 186px;
}
.shoes-item__img {
  margin-bottom: 24px;
}
.shoes-item__img img {
  width: 100%;
  -webkit-transition: border-radius 0.2s ease-in-out;
  transition: border-radius 0.2s ease-in-out;
}
.shoes-item__title {
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.shoes-item__btn {
  width: 100%;
  padding: 12px;
  text-transform: initial;
}

@media (max-width: 1440px) {
  .shoes-item {
    padding: 16px;
  }
  .shoes-item:hover .shoes-item__img img {
    border-radius: 140px;
  }
  .shoes-item__img {
    margin-bottom: 20px;
  }
  .shoes-item__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .shoes-item__btn {
    padding: 11px;
    line-height: normal;
  }
}
@media (max-width: 720px) {
  .shoes-list__item {
    width: 100%;
    border: none;
  }
  .shoes-list__item:first-child {
    border-bottom: 1px solid var(--base-color);
  }
  .shoes-item__img {
    margin-bottom: 16px;
  }
  .shoes-item__title {
    margin-bottom: 16px;
  }
}
.mainCategory {
  padding: 140px 0;
  border-top: 1px solid var(--base-color);
}
.mainCategory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainCategory-list__item {
  margin-bottom: -2px;
}
.mainCategory-list__item:last-child {
  margin-bottom: 0;
}
.mainCategory-link {
  position: relative;
  font-size: 6.2vw;
  line-height: 93%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}
.mainCategory-link__txt {
  -webkit-transition: -webkit-transform 0.8s var(--ease-out-cubic);
  transition: -webkit-transform 0.8s var(--ease-out-cubic);
  transition: transform 0.8s var(--ease-out-cubic);
  transition: transform 0.8s var(--ease-out-cubic), -webkit-transform 0.8s var(--ease-out-cubic);
  position: relative;
  z-index: 3;
}
.mainCategory-link__img {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainCategory-link__img picture {
  height: 100%;
}
.mainCategory-link__img img {
  height: 100%;
  width: auto;
  opacity: 0;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transition: opacity 0.6s var(--ease-out-cubic), -webkit-transform 1.2s var(--ease-out-cubic);
  transition: opacity 0.6s var(--ease-out-cubic), -webkit-transform 1.2s var(--ease-out-cubic);
  transition: transform 1.2s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
  transition: transform 1.2s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic), -webkit-transform 1.2s var(--ease-out-cubic);
}

@media (min-width: 721px) {
  .mainCategory-link:hover .mainCategory-link__txt {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .mainCategory-link:hover .mainCategory-link__img img {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 720px) {
  .mainCategory {
    padding: 72px 0;
  }
  .mainCategory .container {
    padding: 0 20px;
    overflow: hidden;
  }
  .mainCategory-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 0;
    padding: 0;
    white-space: normal;
  }
  .mainCategory-list__item {
    margin-bottom: -2px;
    flex: initial;
  }
  .mainCategory-link {
    display: flex;
    border: 0;
    border-radius: 0;
    min-height: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    font-size: min(14vw, 58px);
    line-height: 90%;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
    background: transparent;
  }
  .mainCategory-link__txt {
    display: block;
    max-width: 100%;
  }
  .mainCategory-link__img {
    display: flex;
  }
}
.mainAbout {
  background: #F1F1F1;
}
.mainAbout-content__top {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 2px;
  padding: 40px 0;
}
.mainAbout-content__top-title {
  grid-area: 1/1/2/2;
}
.mainAbout-content__top-quote {
  grid-area: 2/1/3/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainAbout-content__top-founder {
  grid-area: 3/1/4/2;
}
.mainAbout-content__top-img {
  grid-area: 1/2/4/3;
}
.mainAbout-content__bottom {
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  padding: 40px 0;
}
.mainAbout-content__bottom-info {
  padding-left: 34px;
  padding-top: 16px;
  gap: 2px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto) 1fr;
}
.mainAbout-content__bottom-title {
  margin-bottom: 38px;
  grid-area: 1/1/2/7;
}
.mainAbout-content__bottom-txt-1 {
  grid-area: 2/1/3/5;
  margin-bottom: 16px;
}
.mainAbout-content__bottom-txt-2 {
  grid-area: 3/3/4/7;
  margin-bottom: 16px;
}
.mainAbout-content__bottom-btn {
  grid-area: 4/1/5/7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mainAbout__quote {
  font-size: 24px;
  line-height: 1.44;
  font-style: italic;
  position: relative;
  padding-right: 80px;
  text-transform: uppercase;
  text-align: justify;
  margin-top: 48px;
}
.mainAbout__quote-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: -50px;
}
.mainAbout__quote-txt span {
  display: inline;
  padding-left: 280px;
}
.mainAbout__founder {
  text-transform: uppercase;
}
.mainAbout__founder-title {
  font-size: 36px;
}
.mainAbout__founder-txt {
  font-size: 18px;
}
.mainAbout__img img {
  width: 100%;
}
.mainAbout__img-1 img {
  border-radius: 132px;
}
.mainAbout__img-2 img {
  border-radius: 186px;
}
.mainAbout__txt {
  text-transform: uppercase;
  text-align: justify;
}
.mainAbout__btn {
  width: 100%;
}

@media (max-width: 1440px) {
  .mainAbout-content__top {
    padding: 30px 0;
  }
  .mainAbout-content__top-title {
    padding-top: 18px;
  }
  .mainAbout-content__top-founder {
    padding-bottom: 8px;
  }
  .mainAbout-content__bottom-info {
    padding-left: 28px;
    padding-top: 0;
  }
  .mainAbout-content__bottom-title {
    margin-bottom: 30px;
  }
  .mainAbout-content__bottom-txt-1, .mainAbout-content__bottom-txt-2 {
    margin-bottom: 12px;
  }
  .mainAbout__quote {
    font-size: 20px;
    padding-right: 56px;
    margin-top: 32px;
  }
  .mainAbout__quote-icon {
    width: 50px;
    height: 50px;
    top: -44px;
  }
  .mainAbout__quote-txt span {
    padding-left: 164px;
  }
  .mainAbout__founder-title {
    font-size: 32px;
  }
  .mainAbout__founder-txt {
    font-size: 16px;
  }
  .mainAbout__img-2 img {
    border-radius: 136px;
  }
  .mainAbout__btn {
    padding: 11px;
  }
}
@media (max-width: 932px) {
  .mainAbout-content__top {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .mainAbout-content__top-title {
    padding-top: 0;
  }
  .mainAbout-content__bottom {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .mainAbout-content__bottom-title {
    margin-bottom: 16px;
  }
  .mainAbout-content__bottom-txt-1 {
    grid-area: 2/1/3/7;
  }
  .mainAbout-content__bottom-txt-2 {
    grid-area: 3/1/4/7;
  }
  .mainAbout__img img {
    border-radius: 60px;
  }
  .mainAbout__quote {
    font-size: 18px;
    margin-top: 58px;
    margin-bottom: 32px;
  }
  .mainAbout__quote-icon {
    width: 42px;
    height: 42px;
    top: -26px;
  }
  .mainAbout__founder-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .mainAbout {
    border-top: 1px solid var(--stroke-element);
  }
  .mainAbout-content__top {
    grid-template-columns: 1fr;
  }
  .mainAbout-content__top-title {
    grid-area: 1/1/2/2;
    margin-bottom: 12px;
  }
  .mainAbout-content__top-img {
    grid-area: 2/1/3/2;
    margin-bottom: 46px;
  }
  .mainAbout-content__top-quote {
    grid-area: 3/1/4/2;
    margin-bottom: 20px;
  }
  .mainAbout-content__top-founder {
    grid-area: 4/1/5/2;
  }
  .mainAbout-content__bottom {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mainAbout-content__bottom-info {
    padding-left: 0;
  }
  .mainAbout-content__bottom .blockTitle {
    max-width: 294px;
  }
  .mainAbout-content__bottom-txt-1, .mainAbout-content__bottom-txt-2 {
    margin-bottom: 0;
  }
  .mainAbout-content__bottom-btn {
    display: none;
  }
  .mainAbout__quote {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .mainAbout__quote-txt span {
    padding-left: 90px;
  }
  .mainAbout__txt {
    font-size: 16px;
  }
}
.runningline {
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
  background: var(--bg-yellow);
  overflow: hidden;
}
.runningline__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: ticker 24s linear infinite;
          animation: ticker 24s linear infinite;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.runningline__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  padding: 11px 0;
}
.runningline__scroll-item {
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-right: 24px;
  white-space: nowrap;
}
.runningline__scroll-item--italic {
  font-style: italic;
}

@-webkit-keyframes ticker {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes ticker {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1440px) {
  .runningline__scroll {
    padding: 8px 0;
  }
  .runningline__scroll-item {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .runningline__scroll {
    padding: 6px 0;
  }
  .runningline__scroll-item {
    font-size: 18px;
    margin-right: 12px;
  }
}
.mainSimilar {
  overflow: hidden;
  padding-top: 4.1vw;
  padding-bottom: 54px;
}
.mainSimilar-head {
  margin-bottom: 28px;
}
.mainSimilar-head__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainSimilar-title {
  font-size: 4.1vw;
  line-height: 93%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.mainSimilar-btn {
  padding: 12px 28px;
  text-transform: initial;
}
.mainSimilar-btn__icon {
  display: none;
}

.mainProducts-slider-wrapper {
  position: relative;
}
.mainProducts-slider-wrapper:hover .mainProducts-slider__btn {
  opacity: 1;
}
.mainProducts-slider__btn {
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.mainProducts-slider__prev {
  left: 24px;
}
.mainProducts-slider__next {
  right: 24px;
}

@media (max-width: 1440px) {
  .mainSimilar {
    padding-bottom: 48px;
  }
  .mainSimilar-head {
    margin-bottom: 24px;
  }
  .mainSimilar-btn {
    line-height: normal;
    padding: 11px 24px;
    opacity: 0;
  }
  .mainProducts-slider__btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .mainProducts-slider__btn svg {
    width: 16px;
    height: 16px;
  }
  .mainProducts-slider__prev {
    left: 20px;
  }
  .mainProducts-slider__next {
    right: 20px;
  }
}
@media (max-width: 720px) {
  .mainProducts-slider__btn {
    display: none;
  }
  .mainSimilar {
    padding: 28px 0;
  }
  .mainSimilar .mainProducts-slider-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }
  .mainSimilar-title {
    font-size: 28px;
  }
  .mainSimilar-head {
    margin-bottom: 16px;
  }
  .mainSimilar-head__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mainSimilar-btn {
    width: 20px;
    height: 20px;
    font-size: 0;
    margin-left: 8px;
    border-radius: 0;
    padding: 0;
  }
  .mainSimilar-btn__txt {
    display: none;
  }
  .mainSimilar-btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainSimilar-btn::before {
    display: none;
  }
}
.mainCatalog {
  padding-top: 40px;
  padding-bottom: 54px;
  overflow: hidden;
  border-top: 1px solid var(--base-color);
}

@media (max-width: 1440px) {
  .mainCatalog {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}
@media (max-width: 720px) {
  .mainCatalog {
    padding-top: 16px;
    padding-bottom: 28px;
  }
  .mainCatalog .container {
    padding-left: 0;
    padding-right: 8px;
  }
}
.mainSale {
  border-top: 1px solid var(--base-color);
}
.mainSale-content__left {
  width: 50%;
  position: relative;
}
.mainSale-content__right {
  width: 50%;
  padding: 200px 16px;
}
.mainSale-img {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.mainSale-img__content {
  height: 100%;
}
.mainSale-img__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
}
.mainSale-img__decor {
  position: absolute;
  top: -240px;
  left: -240px;
}
.mainSale-img__decor img {
  -webkit-transform: rotate(105deg);
      -ms-transform: rotate(105deg);
          transform: rotate(105deg);
  max-width: 50vw;
}
.mainSale-img__btn {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 28px;
}
.mainSale-btn {
  text-transform: initial;
  color: var(--text-yellow);
  width: 100%;
  font-size: 20px;
  padding: 16px;
}
.mainSale-btn::before {
  border-color: var(--text-yellow);
}
.mainSale-list {
  max-width: 458px;
  margin-left: auto;
  margin-right: auto;
}
.mainSale-list__item {
  margin-bottom: 120px;
}
.mainSale-list__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .mainSale-content__right {
    padding: 120px 16px;
  }
  .mainSale-img__btn {
    left: 16px;
    right: 16px;
    bottom: 20px;
  }
  .mainSale-img__decor {
    top: -160px;
    left: -160px;
  }
  .mainSale-btn {
    line-height: normal;
    padding: 11px;
    font-size: 15px;
  }
  .mainSale-list__item {
    margin-bottom: 58px;
  }
}
@media (max-width: 720px) {
  .mainSale-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainSale-content__left {
    width: 100%;
    position: sticky;
    z-index: 9;
    top: 69px;
  }
  .mainSale-content__right {
    width: 100%;
    padding: 48px 16px;
  }
  .mainSale-img {
    height: 326px;
  }
  .mainSale-img__decor {
    top: -100px;
    left: -100px;
  }
  .mainSale-img__decor img {
    max-width: 356px;
  }
  .mainSale-list {
    max-width: 292px;
  }
  .mainSale-list__item {
    margin-bottom: 20px;
  }
}
.musthave-content__top {
  padding-bottom: 3.3333333333vw;
  padding-top: 6.6666666667vw;
  height: calc(100vh - 107px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  top: 107px;
}
.musthave-content__bottom {
  padding: 9.0625vw 0 14.2708333333vw;
}
.musthave-info {
  max-width: 63.8541666667vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.musthave-info__title {
  font-size: 8.3333333333vw;
  line-height: 93%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.musthave-info__title span {
  display: block;
  margin-bottom: -1.09375vw;
}
.musthave-info__title span:nth-child(2) {
  font-style: italic;
  margin-left: 15.8333333333vw;
}
.musthave-info__title span:nth-child(3) {
  font-style: italic;
  margin-left: 8.0208333333vw;
}
.musthave-info__title span:last-child {
  margin-bottom: 0;
}
.musthave-info__txt {
  position: absolute;
  width: 38.0208333333vw;
  font-size: 1.25vw;
  line-height: 136%;
  letter-spacing: -0.03em;
  bottom: 0.7291666667vw;
  right: -5.7291666667vw;
}
.musthave-products {
  margin-top: auto;
}
.musthave-products__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.musthave-products__list-item {
  margin-right: 2.5vw;
}
.musthave-products__list-item:last-child {
  margin-right: 0;
}
.musthave-products__item {
  width: 8.6979166667vw;
}
.musthave-products__item img {
  width: 100%;
}
.musthave-images {
  text-align: center;
}
.musthave-images__item {
  margin-bottom: 72px;
}
.musthave-images__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .musthave-content__top {
    padding-top: 8.3333333333vw;
    padding-bottom: 4.8611111111vw;
  }
  .musthave-info {
    max-width: 63.8888888889vw;
  }
  .musthave-info__title {
    font-size: 8.4722222222vw;
  }
  .musthave-info__txt {
    font-size: 1.25vw;
    width: 38.6111111111vw;
    bottom: 1.1111111111vw;
    right: -7.7777777778vw;
  }
  .musthave-products__item {
    width: 8.8888888889vw;
  }
  .musthave-images__item {
    margin-bottom: 3.8888888889vw;
    margin-left: auto;
    margin-right: auto;
  }
  .musthave-images__item:first-child {
    max-width: 36.1111111111vw;
  }
  .musthave-images__item:last-child {
    max-width: 21.6666666667vw;
  }
}
@media (max-width: 720px) {
  .musthave-content__top {
    height: calc(100svh - 69px);
    padding: 52px 0;
    top: 69px;
  }
  .musthave-content__bottom {
    padding-bottom: 170px;
  }
  .musthave-info {
    max-width: initial;
    text-align: center;
    margin-bottom: 156px;
  }
  .musthave-info__title {
    font-size: 44px;
    margin-bottom: 12px;
  }
  .musthave-info__title span:first-child {
    margin-left: 0;
  }
  .musthave-info__title span:nth-child(2) {
    margin-left: 0;
  }
  .musthave-info__title span:nth-child(3) {
    margin-left: 0;
  }
  .musthave-info__txt {
    position: initial;
    width: 100%;
    font-size: 15px;
    line-height: 136%;
  }
  .musthave-products__list-item {
    margin-right: 20px;
  }
  .musthave-products__item {
    width: 80px;
  }
  .musthave-images__item {
    margin-bottom: 180px;
  }
  .musthave-images__item:first-child {
    max-width: 241px;
  }
  .musthave-images__item:last-child {
    max-width: 238px;
  }
}
.hits {
  padding-bottom: 4.38vw;
}
.hits__title {
  display: none;
}
.hits-content__top {
  position: sticky;
  padding-top: 6.25vw;
  top: 0;
  margin-bottom: 2.08vw;
}
.hits-content__bottom {
  padding-top: 1.04vw;
}
.hits-images {
  width: 68.54vw;
  position: relative;
  z-index: 4;
  margin-left: 11.46vw;
}
.hits-images__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hits-images__item img {
  width: 100%;
}
.hits-images__item-1 {
  width: 28.65vw;
}
.hits-images__item-2 {
  margin-left: auto;
  width: 14.38vw;
  -webkit-transform: translateY(-1vw);
      -ms-transform: translateY(-1vw);
          transform: translateY(-1vw);
}
.hits-info__title {
  font-size: 8.33vw;
  line-height: 93%;
  text-transform: uppercase;
  width: 63.85vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  letter-spacing: -0.04em;
  left: -0.42vw;
  margin-bottom: 1.46vw;
}
.hits-info__title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hits-info__title span:last-child {
  font-style: italic;
  margin-left: 16.35vw;
  margin-top: -1.04vw;
}
.hits-info__txt-item {
  margin-bottom: 0.78vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.89vw;
  line-height: 144%;
  text-transform: uppercase;
  text-align: justify;
}
.hits-info__txt-item-1 {
  width: 36.04vw;
  left: 10.21vw;
  -webkit-transform: translateX(10.21vw);
      -ms-transform: translateX(10.21vw);
          transform: translateX(10.21vw);
}
.hits-info__txt-item-2 {
  display: none;
}
.hits-info__txt-item-3 {
  width: 31.98vw;
}
.hits-info__txt-item-4 {
  width: 31.98vw;
  margin-bottom: 1.25vw;
}
.hits-info__txt-item-5 {
  width: 31.98vw;
  margin-bottom: 0;
}
.hits-info__products {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.71vw;
}

@media (max-width: 1440px) {
  .hits {
    padding-top: 5vw;
    padding-bottom: 3.89vw;
  }
  .hits-info__title {
    width: 79.86vw;
    margin-right: 0;
    font-size: 8.47vw;
    margin-bottom: 0.69vw;
  }
  .hits-info__txt-item {
    font-size: 1.04vw;
    margin-bottom: 0.9vw;
  }
  .hits-info__txt-item-1 {
    width: 35.97vw;
    -webkit-transform: translateX(9.86vw);
        -ms-transform: translateX(9.86vw);
            transform: translateX(9.86vw);
  }
  .hits-info__txt-item-3 {
    width: 32.5vw;
  }
  .hits-info__txt-item-4 {
    width: 32.5vw;
    margin-bottom: -2.22vw;
  }
  .hits-info__products {
    gap: 2.78vw;
    position: relative;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .hits {
    padding: 7.18vw 0;
    overflow: hidden;
  }
  .hits__title {
    display: block;
    margin-bottom: 6.15vw;
  }
  .hits-content {
    position: relative;
  }
  .hits-content__top {
    padding: 0;
    margin: 0;
  }
  .hits-content__bottom {
    padding: 0;
    position: absolute;
    top: 48.72vw;
  }
  .hits-images {
    width: 100%;
    margin-left: 0;
  }
  .hits-images__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hits-images__item {
    width: auto;
  }
  .hits-images__item-1 {
    width: 65.64vw;
  }
  .hits-images__item-2 {
    width: 42.05vw;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    margin-left: 48.72vw;
  }
  .hits-images__item img {
    width: 100%;
    height: auto;
    max-width: initial;
  }
  .hits-info__title {
    display: none;
    font-size: 13.85vw;
    margin-left: 0;
    width: 100%;
    font-style: italic;
  }
  .hits-info__title span:last-child {
    margin-left: auto;
    margin-top: 8.21vw;
  }
  .hits-info__products {
    width: 48.21vw;
    gap: 1.03vw;
    margin-left: auto;
    margin-right: auto;
  }
  .hits-info__txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hits-info__txt-item {
    width: 100%;
    font-size: 3.85vw;
  }
  .hits-info__txt-item-1 {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12.31vw;
  }
  .hits-info__txt-item-2 {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 16.41vw;
  }
  .hits-info__txt-item-2 .hits-info__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hits-info__txt-item-5 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 9.23vw;
  }
  .hits-info__txt-item-3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 3.08vw;
  }
  .hits-info__txt-item-4 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: 0;
  }
}
.order {
  position: relative;
  padding: 112px 0;
}
.order-subtitle {
  font-size: 27px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.order__mobile {
  display: none;
}
.order__head {
  margin-bottom: 64px;
}
.order__title {
  text-align: center;
  font-size: 65px;
  line-height: 90%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.order__content {
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}
.order__content-col {
  grid-column: span 3;
}
.order__content-center {
  grid-column: span 6;
}

@media (max-width: 1440px) {
  .order {
    padding: 72px 0;
  }
  .order-subtitle {
    font-size: 20px;
  }
  .order__head {
    margin-bottom: 52px;
  }
  .order__title {
    font-size: 49px;
  }
  .order__content {
    gap: 6px;
  }
}
@media (max-width: 932px) {
  .order {
    padding-top: 0;
  }
  .order__desktop {
    display: none;
  }
  .order__mobile {
    display: block;
  }
  .order__content {
    grid-template-columns: 1fr;
  }
  .order__content-col {
    grid-column: span 1;
  }
  .order__content-col--m-hidden {
    display: none;
  }
}
.order-form {
  max-width: var(--content-center);
  margin-left: auto;
  margin-right: auto;
}
.order-form__hidden-block:not(.visible) {
  display: none;
}
.order-form__inner {
  gap: 64px;
}
.order-form__group {
  gap: 20px;
}
.order-form__group-body {
  gap: 32px;
}
.order-form__group-item {
  gap: 16px;
}
.order-form__group-payments {
  gap: 20px;
}
.order-form__title {
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -0.02em;
}
.order-form__subtitle {
  font-size: 18px;
  line-height: 21px;
}
.order-form__fields {
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 20px;
}
.order-form__fields-item--fw {
  grid-column: span 2;
}
.order-form__fields2 {
  grid-template-columns: repeat(6, 1fr);
}
.order-form__fields2-item {
  grid-column: span 2;
}
.order-form__fields2-item--fw {
  grid-column: span 6;
}
.order-form__fields2-item--w50 {
  grid-column: span 3;
}
.order-form__controls {
  gap: 24px;
}
.order-form__controls-items {
  gap: 16px;
}
.order-form__controls-txt {
  font-size: 14px;
  line-height: 18px;
  color: #BBBBBB;
}
.order-form__btn {
  width: 100%;
  text-transform: initial;
  line-height: 18px;
  padding: 16px;
}
.order-form__payments-list {
  gap: 8px;
}
.order-form__payment {
  display: block;
  cursor: pointer;
  line-height: 20px;
}
.order-form__payment input {
  display: none;
}
.order-form__payment input:checked + .order-form__payment-content::before {
  border-color: var(--black);
}
.order-form__payment input:checked + .order-form__payment-content .order-form__payment-check {
  border-color: var(--black);
}
.order-form__payment input:checked + .order-form__payment-content .order-form__payment-check::before {
  opacity: 1;
}
.order-form__payment-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: var(--second-element);
  padding: 13px 20px 13px 16px;
}
.order-form__payment-content::before {
  border-color: var(--second-element);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.order-form__payment-content__group {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-form__payment-content__hidden {
  padding: 20px 32px 14px;
  display: block;
}
.order-form__payment-txt__inner {
  gap: 8px;
}
.order-form__payment-txt__sale {
  font-size: 12px;
  line-height: 17px;
  padding: 0 6px;
  background: #F48011;
  border-radius: 24px;
  color: var(--white);
  font-weight: bold;
}
.order-form__payment-txt-2 {
  line-height: 130%;
  display: block;
  margin-bottom: 20px;
}
.order-form__payment-link {
  font-size: 16px;
  line-height: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  fill: var(--black);
}
.order-form__payment-link__icon {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
.order-form__payment-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  position: relative;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.order-form__payment-check::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.order-form__payment-txt {
  margin-left: 12px;
}
.order-form__payment-icon {
  margin-left: auto;
}
.order-form__payment-points {
  gap: 5px;
}
.order-form__payment-points__value {
  background: -webkit-gradient(linear, left top, right top, from(#FF5C4D), color-stop(40%, #EB469F), to(#8341EF));
  background: linear-gradient(90deg, #FF5C4D 0%, #EB469F 40%, #8341EF 100%);
  height: 24px;
  padding-left: 3px;
  padding-right: 4px;
  color: var(--white);
  font-size: 20px;
  line-height: 18px;
  gap: 2px;
  border-radius: 12px 2px 2px 12px;
}
.order-form__payment-points__value-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.order-form__payment-points__txt {
  line-height: 24px;
}
.order-form__shipment-wrap {
  padding-top: 8px;
  gap: 20px;
}

@media (max-width: 1440px) {
  .order-form__inner {
    gap: 52px;
  }
  .order-form__title {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
  }
  .order-form__group {
    gap: 16px;
  }
  .order-form__group-body {
    gap: 28px;
  }
  .order-form__group-item {
    gap: 12px;
  }
  .order-form__group-payments {
    gap: 16px;
  }
  .order-form__subtitle {
    font-size: 16px;
    line-height: 19px;
  }
  .order-form__fields {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 16px;
  }
  .order-form__payment {
    line-height: 18px;
  }
  .order-form__payment-content {
    padding: 10px 16px 10px 12px;
    border-radius: 12px;
  }
  .order-form__payment-content__hidden {
    padding: 16px 28px 10px;
  }
  .order-form__payment-txt__inner {
    gap: 6px;
  }
  .order-form__payment-txt__sale {
    font-size: 11px;
    line-height: 15px;
  }
  .order-form__payment-txt-2 {
    line-height: 140%;
    margin-bottom: 10px;
  }
  .order-form__payment-link {
    font-size: 14px;
  }
  .order-form__payment-link__icon {
    width: 14px;
    height: 14px;
    margin-left: 2px;
  }
  .order-form__payment-check {
    width: 18px;
    height: 18px;
  }
  .order-form__payment-check::before {
    width: 8px;
    height: 8px;
  }
  .order-form__payment-icon {
    max-width: 39px;
  }
  .order-form__payment-txt {
    margin-left: 10px;
  }
  .order-form__payment-points__value {
    height: 18px;
    padding-left: 2px;
    padding-right: 3px;
    font-size: 15px;
    line-height: 14px;
    border-radius: 9px 2px 2px 9px;
  }
  .order-form__payment-points__value-icon {
    width: 14px;
    height: 14px;
  }
  .order-form__payment-points__txt {
    line-height: 18px;
  }
  .order-form__controls {
    gap: 20px;
  }
  .order-form__controls-items {
    gap: 12px;
  }
  .order-form__controls-txt {
    font-size: 12px;
    line-height: 18px;
  }
  .order-form__btn {
    padding: 12px;
    line-height: 20px;
  }
  .order-form__shipment-wrap {
    padding-top: 6px;
    gap: 28px;
  }
}
@media (max-width: 932px) {
  .order-form__fields3 {
    grid-template-columns: 1fr;
  }
  .order-form__btn {
    padding: 16px 32px;
    line-height: 18px;
  }
}
.order-total {
  padding: 36px;
  border-radius: 30px;
  overflow: hidden;
  position: sticky;
  top: 142px;
  max-width: 614px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.order-total::before {
  border-style: dashed;
}
.order-total__head {
  margin-bottom: 20px;
}
.order-total__head-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-total__head-link {
  color: var(--second-color);
}
.order-total__products {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
}
.order-total__list {
  padding-top: 16px;
  padding-bottom: 20px;
}
.order-total__list::before {
  border-style: dashed;
}
.order-total__list-item {
  margin-bottom: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-total__list-item:last-child {
  margin-bottom: 0;
}
.order-total__list-item__value--red {
  color: var(--cancel);
}
.order-total__bottom {
  padding-top: 20px;
  position: relative;
  border-top: 1px dashed var(--base-color);
}
.order-total__bottom-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-total__bottom-item:last-child {
  text-align: right;
}
.order-total__bottom-item__title {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.order-total__bottom-item__txt {
  color: var(--second-color);
}
.order-card {
  --img-width: 124px;
  --item-mb: 6px;
  font-size: 16px;
  line-height: normal;
}
.order-card__img {
  width: var(--img-width);
  position: relative;
}
.order-card__info {
  width: calc(100% - var(--img-width));
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-card__title {
  font-size: 14px;
  line-height: normal;
  margin-bottom: var(--item-mb);
}
.order-card__category {
  margin-bottom: var(--item-mb);
}
.order-card__size {
  font-size: 14px;
  line-height: normal;
}
.order-card__size-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-card__size-txt {
  margin-right: 4px;
}
.order-card__size-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.order-card__size-absolute {
  position: absolute;
  bottom: 6px;
  right: 6px;
  height: 30px;
  width: 30px;
  background: var(--white);
  border-radius: 50%;
  font-size: 12px;
}
.order-card__price {
  margin-top: auto;
  font-size: 16px;
  line-height: normal;
}

@media (max-width: 1440px) {
  .order-total {
    padding: 32px;
  }
  .order-total__head {
    margin-bottom: 20px;
  }
  .order-total__products {
    padding: 20px 0;
  }
  .order-total__list {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .order-total__list-item {
    margin-bottom: 8px;
  }
  .order-total__bottom {
    padding-top: 16px;
  }
  .order-total__bottom::before, .order-total__bottom::after {
    width: 18px;
    height: 18px;
  }
  .order-total__bottom::before {
    left: -37px;
  }
  .order-total__bottom::after {
    right: -37px;
  }
  .order-total__bottom-item__title {
    font-size: 16px;
    margin-bottom: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order-total__bottom-item__title-icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .order-card {
    --img-width: 96px;
    --item-mb: 4px;
    font-size: 14px;
  }
  .order-card__info {
    padding-left: 16px;
  }
  .order-card__price {
    font-size: 14px;
  }
}
@media (max-width: 932px) {
  .order-card {
    --img-width: 108px;
  }
  .order-card__info {
    padding-left: 16px;
  }
  .order-card__price {
    font-size: 16px;
  }
}
.shipment-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.shipment-item {
  background: var(--second-element);
  position: relative;
  border-radius: 16px;
  height: 100%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.shipment-item:hover {
  background: var(--element-hover);
}
.shipment-item input:checked + span {
  background: #F959D6;
}
.shipment-item input:checked + span .shipment-item__txt, .shipment-item input:checked + span .shipment-item__date-name {
  color: var(--base-color);
}
.shipment-item__inner, .shipment-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shipment-item__inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: inherit;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.shipment-item__inner::before {
  opacity: 0;
  border-color: var(--black);
}
.shipment-item__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.shipment-item__check {
  margin-bottom: 16px;
}
.shipment-item__name {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 140%;
}
.shipment-item__txt {
  margin-bottom: 24px;
  line-height: 140%;
  color: var(--text-base);
  margin-bottom: 8px;
}
.shipment-item__txt-bottom {
  font-size: 14px;
  line-height: 130%;
  color: #939393;
}
.shipment-item__img {
  position: absolute;
  top: 17px;
  right: 12px;
}
.shipment-item__free {
  padding: 4px 10px;
  background: var(--bg-yellow);
  color: var(--base-color);
  border-radius: 2px;
}
.shipment-item__price {
  margin-top: auto;
}
.shipment-item__group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-top: auto;
}
.shipment-item__group--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 24px;
}
.shipment-item__date {
  line-height: 140%;
}
.shipment-item__date-name {
  color: var(--text-grey_bckgr);
}
.shipment-item__icon {
  top: 20px;
  right: 20px;
  fill: #1B1B1D;
}

@media (max-width: 1440px) {
  .shipment-list {
    gap: 6px;
  }
  .shipment-item {
    border-radius: 12px;
  }
  .shipment-item__inner {
    padding: 16px;
  }
  .shipment-item__check {
    margin-bottom: 12px;
  }
  .shipment-item__name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .shipment-item__free {
    padding: 4px 8px;
    line-height: 16px;
  }
  .shipment-item__date-name {
    font-size: 15px;
  }
  .shipment-item__date-value {
    font-size: 15px;
  }
  .shipment-item__icon {
    top: 16px;
    right: 16px;
    width: 18px;
    height: 18px;
  }
  .shipment-item__group--column {
    gap: 20px;
  }
}
@media (max-width: 932px) {
  .shipment-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .shipment-list__item--m-fw {
    grid-column: span 2;
  }
  .shipment-item__check {
    margin-bottom: 8px;
  }
  .shipment-item__name {
    margin-bottom: 6px;
    font-size: 15px;
  }
  .shipment-item__txt {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 130%;
  }
  .shipment-item__txt-bottom {
    font-size: 12px;
  }
  .shipment-item__img {
    top: 12px;
  }
  .shipment-item__img img {
    height: 20px;
    width: auto;
  }
  .shipment-item__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .shipment-item__group--column {
    gap: 20px;
  }
  .shipment-item__group--m-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .shipment-item__date {
    line-height: 130%;
  }
  .shipment-item__date-name {
    font-size: 12px;
  }
  .shipment-item__date-value {
    font-size: 15px;
  }
  .shipment-item__price {
    font-size: 16px;
  }
}
.orderMap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 560;
  display: none;
}
.orderMap.visible {
  display: block;
}
.orderMap-content {
  width: 100%;
  height: 100%;
  max-width: calc(100vw - 656px);
  position: relative;
}
.orderMap-search {
  width: 100%;
}
.orderMap-search__input {
  height: 44px;
  min-height: 44px;
  border: none;
  border-radius: 40px 0 0 40px;
}
.orderMap-actions {
  position: absolute;
  left: 40px;
  top: 64px;
  z-index: 9;
  width: 920px;
  max-width: calc(100vw - 736px);
  background: var(--bg-white);
  border-radius: 40px;
}
.orderMap-actions::before {
  z-index: 3;
}
.orderMap-actions .sorting {
  height: 100%;
}
.orderMap-actions .sorting-btn {
  height: 100%;
  padding: 8px 16px;
}
.orderMap-actions__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.orderMap-actions__list-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid var(--stroke-base);
}
.orderMap-actions__list-item:last-child {
  border: none;
}
.orderMap-actions__list-item--search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.orderMap-actions__btnLabel {
  display: block;
  height: 100%;
}
.orderMap-actions__btnLabel input {
  display: none;
}
.orderMap-actions__btnLabel input:checked + span {
  --icon-stroke: var(--text-white);
  background: var(--bg-black);
  color: var(--text-white);
}
.orderMap-actions__btnLabel-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 100%;
  padding: 8px 16px;
}
.orderMap-actions__btnLabel-icon {
  width: 16px;
  height: 16px;
}
.orderMap-controls__zoom {
  position: absolute;
  z-index: 6;
  bottom: 30px;
  right: 30px;
}
.orderMap-controls__zoom-item {
  margin-bottom: 6px;
}
.orderMap-controls__zoom-item:last-child {
  margin-bottom: 0;
}
.orderMap-locationBtn {
  position: absolute;
  z-index: 6;
  bottom: 30px;
  left: var(--container-padding);
  -webkit-box-shadow: 0px 2px 10.1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 10.1px rgba(0, 0, 0, 0.08);
  background: var(--bg-white);
  gap: 12px;
  padding: 12px 16px;
  border-radius: 40px;
  color: var(--base-color);
}
.orderMap-locationBtn__icon {
  width: 16px;
  height: 16px;
}
.orderMap-zoomBtn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  -webkit-box-shadow: 0px 2px 10.1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 10.1px rgba(0, 0, 0, 0.08);
}

#pickupPointsMap, #pickupPointsMapMobile {
  width: 100%;
  height: 100%;
}

#pickupPointsMap {
  max-width: calc(100vw - 656px);
}

@media (max-width: 1440px) {
  #pickupPointsMap {
    max-width: calc(100vw - 492px);
  }
  .orderMap-content {
    max-width: calc(100vw - 492px);
  }
  .orderMap-actions {
    top: 50px;
    left: 30px;
    width: 734px;
    max-width: calc(100vw - 552px);
  }
  .orderMap-actions__btnLabel-inner {
    gap: 8px;
  }
  .orderMap-actions__btnLabel-icon {
    width: 14px;
    height: 14px;
  }
  .orderMap-controls__zoom-item {
    margin-bottom: 4px;
  }
  .orderMap-zoomBtn {
    width: 40px;
    height: 40px;
  }
  .orderMap-zoomBtn__icon {
    width: 14px;
    height: 14px;
  }
  .orderMap-search__input {
    height: 40px;
    min-height: 40px;
  }
  .orderMap-locationBtn {
    left: var(--container-padding);
    gap: 8px;
    padding: 10px 14px;
  }
  .orderMap-locationBtn__icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 932px) {
  .orderMap-actions {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    max-width: 100%;
  }
  .orderMap-actions .sorting-btn {
    padding-left: 16px;
    padding-right: 14px;
  }
  .orderMap-actions__openSearch {
    padding-left: 20px;
    padding-right: 16px;
    height: 100%;
    width: 100%;
  }
  .orderMap-actions__openSearch svg {
    width: 14px;
    height: 14px;
  }
  .orderMap-actions__btnLabel-inner {
    padding-left: 16px;
    padding-right: 18px;
  }
  .orderMap-locationBtn {
    bottom: 16px;
    right: 16px;
    left: initial;
  }
  .orderMap-search__input {
    border-radius: 40px;
    border: 1px solid var(--stroke-base);
  }
}
.pickupPoint-list__item {
  border-top: 1px solid var(--stroke-base);
}
.pickupPoint-list__item:first-child {
  border: none;
}
.pickupPoint-item {
  padding: 20px var(--bs-offcanvas-padding-x);
  margin: 0 calc(-1 * var(--bs-offcanvas-padding-x));
  cursor: pointer;
  display: block;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.pickupPoint-item:hover {
  background: var(--element-second);
}
.pickupPoint-item__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pickupPoint-item__title-txt {
  margin-right: 6px;
}
.pickupPoint-item__title-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--element-second);
}
.pickupPoint-item__address {
  line-height: 140%;
}
.pickupPoint-item__date {
  margin-top: 20px;
  font-size: 14px;
  line-height: normal;
  color: var(--text-grey);
}
.pickupPoint-detail {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pickupPoint-detail__groups {
  margin-bottom: 24px;
}
.pickupPoint-detail__group {
  margin-bottom: 32px;
}
.pickupPoint-detail__group:last-child {
  margin-bottom: 0;
}
.pickupPoint-detail__title {
  margin-bottom: 12px;
}
.pickupPoint-detail__address {
  margin-bottom: 24px;
}
.pickupPoint-detail__type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pickupPoint-detail__type-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pickupPoint-detail__info {
  margin-top: 12px;
}
.pickupPoint-detail__work-item {
  margin-bottom: 6px;
}
.pickupPoint-detail__work-item:last-child {
  margin-bottom: 0;
}
.pickupPoint-detail__work-item__left {
  width: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px;
}
.pickupPoint-detail__foot {
  padding: 10px var(--bs-offcanvas-padding-x) var(--bs-offcanvas-padding-x);
  position: sticky;
  z-index: 9;
  bottom: 0;
  margin-left: calc(-1 * var(--bs-offcanvas-padding-x));
  margin-right: calc(-1 * var(--bs-offcanvas-padding-x));
  background: var(--white);
  margin-top: auto;
}
.pickupPoint-detail__foot.hidden {
  display: none;
}
.pickupPoint-detail__btn {
  width: 100%;
}
.pickupPoint-tabs__list {
  padding-top: 12px;
}
.pickupPoint-tabs__list--pt-0 {
  padding-top: 0;
}
.pickupPoint-tabs__list-item {
  width: 50%;
}
.pickupPoint-tabs__link {
  padding-bottom: 12px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #959595;
}
.pickupPoint-tabs__link::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--stroke-grey);
}
.pickupPoint-tabs__link.selected {
  color: var(--base-color);
  font-weight: 500;
}
.pickupPoint-tabs__link.selected::after {
  background: var(--base-color);
  height: 2px;
}
.pickupPoint-mSearch {
  padding: 8px 14px;
  display: none;
}
.pickupPoint-mSearch__list {
  display: none;
  margin-left: -14px;
  margin-right: -14px;
}
.pickupPoint-mSearch__list.visible {
  display: block;
}
.pickupPoint-mobile-actions {
  padding: 12px 16px 0;
  position: sticky;
  top: 0;
  z-index: 9;
  background: var(--bg-white);
}
.pickupPoint-mobile-actions--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.pickupPoint-content {
  height: 100%;
}
.pickupPoint-content__item {
  height: 100%;
}

.infoBlock {
  background: var(--element-second);
  border-radius: 4px;
  padding: 24px 20px;
}
.infoBlock__icon {
  width: 16px;
  height: 16px;
  margin: 3px 16px 0 0;
}

@media (max-width: 1440px) {
  .pickupPoint-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pickupPoint-item__title {
    margin-bottom: 6px;
  }
  .pickupPoint-item__title-icon {
    width: 22px;
    height: 22px;
  }
  .pickupPoint-item__title-icon img {
    width: 14px;
  }
  .pickupPoint-item__date {
    margin-top: 16px;
  }
  .pickupPoint-detail__title {
    margin-bottom: 8px;
  }
  .pickupPoint-detail__address {
    margin-bottom: 24px;
  }
  .pickupPoint-detail__info {
    margin-top: 8px;
    margin-bottom: 28px;
  }
  .pickupPoint-detail__group {
    margin-bottom: 28px;
  }
  .pickupPoint-detail__work-item {
    margin-bottom: 4px;
  }
  .pickupPoint-detail__type-icon {
    width: 14px;
    height: 14px;
  }
  .infoBlock {
    padding: 20px 16px;
  }
  .infoBlock__icon {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }
}
@media (max-width: 932px) {
  .pickupPoint-list {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}
.order-infoBlock {
  padding: 24px 0;
  border-top: 1px solid var(--black);
}
.order-infoBlock__group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-infoBlock__right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 370px;
}
.order-infoBlock__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 24px;
}
.order-infoBlock__btn {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-infoBlock__btn-icon {
  width: 16px;
  height: 16px;
}
.order-infoBlock__title {
  font-weight: 500;
  margin-bottom: 8px;
}
.order-infoBlock__title-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-infoBlock__title-txt {
  margin-right: 8px;
}
.order-infoBlock__title-icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-infoBlock__txt-item {
  margin-bottom: 8px;
}
.order-infoBlock__txt-item:last-child {
  margin-bottom: 0;
}
.order-infoBlock__bottom {
  margin-top: 32px;
}
.order-infoBlock__comment-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 3px;
}

@media (max-width: 1440px) {
  .order-infoBlock {
    padding: 20px 0;
  }
  .order-infoBlock__bottom {
    margin-top: 28px;
  }
  .order-infoBlock__btn {
    padding: 8px 14px;
  }
  .order-infoBlock__btn--m-circle {
    padding: 0;
  }
  .order-infoBlock__title {
    margin-bottom: 6px;
  }
  .order-infoBlock__title-icon {
    width: 14px;
    height: 14px;
  }
  .order-infoBlock__txt-item {
    margin-bottom: 6px;
  }
  .order-infoBlock__comment-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .order-infoBlock__btn {
    gap: 4px;
  }
  .order-infoBlock__btn-icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 932px) {
  .order-infoBlock__bottom {
    margin-top: 20px;
  }
  .order-infoBlock__btn {
    padding: 0;
    width: 34px;
    height: 34px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order-infoBlock__btn-txt {
    display: none;
  }
}
.order__m-head {
  border-bottom: 1px solid var(--black);
  margin-left: calc(-1 * var(--container-padding));
  margin-right: calc(-1 * var(--container-padding));
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  padding-top: 24px;
  padding-bottom: 16px;
  margin-bottom: -1px;
  position: sticky;
  top: 69px;
  z-index: 9;
  background: var(--bg-white);
}
.order__m-head-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order__m-head-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 6px;
}
.order__m-head-close {
  width: 20px;
  height: 20px;
}
.order__m-head-step {
  font-size: 12px;
  margin-bottom: 6px;
}
.order__m-head-title {
  font-size: 24px;
  line-height: 90%;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
  text-transform: uppercase;
  max-width: 288px;
}
.order-mobile__group {
  border-top: 1px solid var(--stroke-base);
}
.order-mobile__group--no-border {
  border: none;
}
.order-mobile__item {
  padding: 20px 0;
}
.order-mobile__delivery {
  padding-bottom: 20px;
}
.order-mobile__delivery.error .order-mobile__delivery-info {
  color: var(--error);
  fill: var(--error);
}
.order-mobile__delivery.error .order-mobile__delivery-btn {
  color: var(--error);
}
.order-mobile__delivery.error .order-mobile__delivery-btn::before {
  border-color: var(--error);
}
.order-mobile__delivery-btn {
  line-height: 18px;
  padding: 11px;
  width: 100%;
  margin-top: 20px;
}
.order-mobile__delivery-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-mobile__delivery-price {
  padding: 3px 8px 4px;
  border-radius: 2px;
  background: var(--bg-yellow);
  color: var(--base-color);
  font-weight: 500;
  text-transform: lowercase;
  font-size: 12px;
  line-height: normal;
}
.order-mobile__delivery-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: normal;
}
.order-mobile__delivery-info-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.order-mobile__delivery-info-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 500;
}
.order-mobile__delivery-info-txt__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-mobile__delivery-info-txt__txt {
  margin-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.order-mobile__delivery-info-lightning {
  width: 18px;
  height: 18px;
}
.order-mobile__delivery-desc {
  margin-top: 16px;
  margin-bottom: 4px;
}
.order-mobile__delivery-txt {
  color: var(--text-grey);
  margin-top: 16px;
  line-height: normal;
}
.order-mobile__delivery-txt-group {
  margin-top: 16px;
}
.order-mobile__delivery-txt.d-grid {
  margin-top: 6px;
  grid-template-columns: 14px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.order-mobile__delivery-txt.d-grid:first-child {
  margin-top: 0;
}
.order-mobile__delivery-txt__icon {
  fill: var(--text-grey);
  width: 14px;
  height: 14px;
}
.order-mobile__delivery-open {
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--grey-6);
  margin-top: 16px;
}
.order-mobile__delivery-open-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
}
.order-mobile__delivery-open[aria-expanded=true] .order-mobile__delivery-open-icon img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.order-mobile__delivery-hidden {
  color: var(--text-grey);
  font-size: 15px;
  line-height: 140%;
}
.order-mobile__delivery-hidden__inner {
  padding-top: 12px;
}
.order-mobile__delivery-hidden__txt {
  margin-bottom: 12px;
  line-height: normal;
}
.order-mobile__delivery-hidden__list-item {
  margin-bottom: 6px;
}
.order-mobile__delivery-hidden__list-item:last-child {
  margin-bottom: 0;
}
.order-mobile__delivery-hidden__list-left {
  width: 50px;
  margin-right: 32px;
}
.order-mobile__item.error .order-mobile__item-btn {
  color: var(--error);
  fill: var(--error);
}
.order-mobile__item-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  min-height: 24px;
  align-items: center;
  font-weight: 500;
}
.order-mobile__item-btn-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order-mobile__item-btn-arrow {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order-mobile__item-btn-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
}
.order-mobile__item-btn-link {
  white-space: nowrap;
  font-size: 14px;
  color: var(--text-grey);
}
.order-mobile__item-payments {
  margin-top: 16px;
}
.order-mobile__item-products {
  margin-top: 16px;
}
.order-mobile__item-products-list {
  margin-bottom: -6px;
  margin-right: -6px;
}
.order-mobile__item-products-item {
  margin-right: 6px;
  margin-bottom: 6px;
}
.order-mobile__item-product {
  width: 98px;
  height: 120px;
  background: #F3F3F3;
  position: relative;
}
.order-mobile__item-product-img img {
  mix-blend-mode: darken;
  max-width: 68px;
}
.order-mobile__item-product-size {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: var(--white);
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
}
.order-mobile__item-desc {
  margin-top: 8px;
}
.order-mobile__item-desc .slider {
  margin-left: calc(-1 * var(--container-padding));
  margin-right: calc(-1 * var(--container-padding));
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  overflow: hidden;
}
.order-mobile__item-txt {
  margin-bottom: 4px;
  color: var(--text-grey);
  font-size: 15px;
  line-height: normal;
}
.order-mobile__item-txt:last-child {
  margin-bottom: 0;
}
.order-mobile__stickyPay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  z-index: 99;
  padding: 16px 14px 20px;
  display: none;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.order-mobile__stickyPay.visible {
  display: block;
}
.order-mobile__stickyPay.animate {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.order-mobile__stickyPay-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-mobile__stickyPay-btn {
  padding: 17px 18.5px 16px;
}
.order-mobile__stickyPay-type {
  margin-bottom: 4px;
}
.order-mobile__stickyPay-value {
  font-size: 16px;
  line-height: 135%;
}
.order-mobile__dropdownPrice {
  --bs-offcanvas-height: auto;
  border-radius: 20px 20px 0 0;
}
.order-mobile__dropdownPrice .order-info__total {
  margin-bottom: 0;
}
.order-mobile__dropdownPrice-inner {
  padding: 50px 14px 32px;
}
.order-mobile__dropdownPrice-close {
  position: absolute;
  top: 18px;
  right: 14px;
}
.order-mobile__dropdownPrice-top {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed var(--stroke-element);
}

@media (max-width: 932px) {
  .order-info__price {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .order-info__controls-txt {
    color: var(--text-standart);
    margin-top: 16px;
  }
}
.order--status {
  padding-top: 36px;
}
.order-status__bottom {
  margin-top: 20px;
}
.order-status__bottom--mt {
  margin-top: 52px;
}
.order-status__info {
  padding: 54px 40px;
  border-radius: 28px;
  text-align: center;
}
.order-status__info::before {
  border-color: var(--black);
}
.order-status__info-img {
  margin-bottom: 32px;
}
.order-status__info-title {
  font-size: 48px;
  line-height: 87%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}
.order-status__info-desc {
  width: 384px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.order-status__info-desc__item-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.order-status__info-desc__item-icon {
  width: 16px;
  height: 16px;
  stroke: var(--text-base);
}
.order-status__info-link {
  margin: 24px auto 0;
}
.order-status__payment {
  gap: 20px;
}
.order-status__payment-title {
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.order-status__payment-title__icon {
  display: none;
}
.order-information {
  padding: 24px;
  border-radius: 6px;
}
.order-information::before {
  border-style: dashed;
}
.order-information__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 24px;
}
.order-information__list {
  gap: 10px;
}
.order-information__list-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-information__list-item__value {
  text-align: right;
}
.order__grey-txt {
  text-align: center;
  margin-top: 20px;
  color: #BEBEBE;
}

@media (max-width: 1440px) {
  .order-status__info {
    padding: 44px 40px 36px;
    border-radius: 20px;
  }
  .order-status__info-img {
    margin-bottom: 36px;
  }
  .order-status__info-img img {
    width: 175px;
  }
  .order-status__info-title {
    font-size: 36px;
    margin-bottom: 12px;
    max-width: 300px;
  }
  .order-status__info-desc--sm {
    width: 254px;
  }
  .order-status__info-desc__item-icon {
    width: 14px;
    height: 14px;
  }
  .order-status__info-link {
    margin-top: 20px;
  }
  .order-status__payment {
    gap: 16px;
  }
  .order-status__payment-title {
    font-size: 20px;
  }
  .order-information {
    padding: 24px 20px;
  }
  .order-information__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .order-information__list {
    gap: 8px;
  }
}
@media (max-width: 932px) {
  .order--status {
    padding-top: 44px;
  }
  .order-status__bottom--mt {
    margin-top: 40px;
  }
  .order-status__info {
    border-radius: 0;
    padding: 0;
  }
  .order-status__info::before {
    display: none;
  }
  .order-status__info-img {
    margin-bottom: 44px;
  }
  .order-status__info-img img {
    width: 88px;
  }
  .order-status__payment {
    border-top: 1px solid #626262;
    padding-top: 20px;
  }
  .order-status__payment-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 18px;
    text-transform: initial;
  }
  .order-status__payment-title__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
  }
  .order-status__payment-btn {
    margin-top: 4px;
  }
}
.catalog-head {
  padding: 40px 0;
  border-bottom: 1px solid var(--base-color);
  background: var(--white);
}
.catalog-head--not-border {
  border: none;
}
.catalog-head__group {
  margin-top: 32px;
}
.catalog-head__group--m-0 {
  margin-top: 0 !important;
}
.catalog-head__group-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-head__group-category {
  max-width: 940px;
  width: 100%;
}
.catalog-head__group-filter {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.catalog-head__group-category-slider {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 40px;
}
.catalog-head__title {
  margin-top: 3.2vw;
  font-weight: normal;
  font-size: 3.5vw;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.catalog-head__search-title h1 {
  margin-bottom: 0;
}
.catalog-head__banner {
  margin-top: -26px;
  margin-bottom: 40px;
}
.catalog-search {
  padding-top: 80px;
  padding-bottom: 120px;
}
.catalog-search__content-img {
  width: 306px;
  height: 306px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-search__content-title {
  text-align: center;
}
.catalog-search__title {
  font-size: 64px;
  line-height: 112%;
  text-transform: uppercase;
}
.catalog-banner__info {
  width: 522px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.catalog-banner__img {
  width: calc(100% - 522px);
  padding-left: 92px;
}
.catalog-banner__img-desctop {
  border-radius: 144px;
  overflow: hidden;
}
.catalog-banner__img-mobile {
  display: none;
}
.catalog-banner__title {
  line-height: 90%;
  margin-bottom: 12px;
  max-width: 490px;
}
.catalog-banner__txt {
  font-size: 20px;
  line-height: 107%;
  letter-spacing: -0.03em;
}
.catalog-open-filter {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--base-color);
  stroke: var(--text-white);
}
.catalog-open-filter svg {
  width: 18px;
  height: 18px;
}
.catalog-category__open {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 10.3vw;
  line-height: 99%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.catalog-category__open-icon {
  margin-left: 10px;
  margin-bottom: 7px;
}
.catalog-category__open-icon img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.catalog-category__open[aria-expanded=true] .catalog-category__open-icon {
  margin-bottom: 0;
}
.catalog-category__open[aria-expanded=true] .catalog-category__open-icon img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-category__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-category__list-item {
  margin-bottom: 2px;
}
.catalog-category__list-item:last-child {
  margin-bottom: 0;
}
.catalog-category__link {
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category__link-txt {
  position: relative;
}
.catalog-category__link-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}
.catalog-category__link-qty {
  font-size: 12px;
  line-height: 136%;
  letter-spacing: -0.03em;
  margin-left: 6px;
}
.catalog-category__link.selected .catalog-category__link-txt::after {
  background: var(--base-color);
}
.catalog-category__btn {
  height: 44px;
  padding-left: 16px;
  padding-right: 12px;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.catalog-category__btn::before {
  display: none;
}
.catalog-category__btn-qty {
  margin-left: 3px;
  font-size: 11px;
  position: relative;
  top: -3px;
}
.catalog-category__btn.selected {
  background: var(--base-color);
  color: var(--white);
}
.catalog-category-slider {
  overflow: hidden;
}
.catalog-category-slider__slide {
  width: auto;
}
.catalog-content {
  padding: 40px 0;
}
.catalog-list {
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -40px;
}
.catalog-list__item {
  width: 25%;
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 40px;
}
.catalog__sticky-btn {
  position: sticky;
  bottom: 0px;
  width: 100%;
  z-index: 9;
  padding-bottom: 40px;
  pointer-events: none;
  display: none;
}
.catalog__sticky-btn a {
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto;
}

@media (max-width: 1440px) {
  .catalog-head {
    padding: 32px 0;
  }
  .catalog-head__group {
    margin-top: 24px;
  }
  .catalog-head__group-category {
    max-width: 706px;
  }
  .catalog-head__title {
    margin-top: 3.9vw;
    margin-bottom: 16px;
  }
  .catalog-head__banner {
    margin-top: -22px;
  }
  .catalog-search {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .catalog-search__content-img {
    width: 218px;
    height: 218px;
  }
  .catalog-search__title {
    font-size: 40px;
  }
  .catalog-banner__info {
    width: 402px;
  }
  .catalog-banner__img {
    width: calc(100% - 402px);
    padding-left: 52px;
  }
  .catalog-banner__img-desctop {
    border-radius: 96px;
  }
  .catalog-banner__title {
    letter-spacing: -0.04em;
    margin-bottom: 12px;
  }
  .catalog-banner__txt {
    font-size: 18px;
  }
  .catalog-category__list-item {
    margin-bottom: 0;
  }
  .catalog-category__link {
    font-size: 30px;
  }
  .catalog-category__link-qty {
    font-size: 10px;
    margin-left: 4px;
  }
  .catalog-category__btn {
    height: 40px;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 8px;
  }
  .catalog-category__btn-qty {
    font-size: 11px;
  }
  .catalog-open-filter {
    width: 36px;
    height: 36px;
  }
  .catalog-open-filter svg {
    width: 16px;
    height: 16px;
  }
  .catalog-content {
    padding: 32px 0;
  }
  .catalog-list {
    margin-bottom: -32px;
  }
  .catalog-list__item {
    width: 33.3333333333%;
    margin-bottom: 32px;
  }
}
@media (max-width: 932px) {
  body:has(.catalog-banner) .header {
    --base-color-header: #FFFFFF;
    background: transparent;
  }
  body:has(.catalog-banner) .header.scrolled {
    --base-color-header: #252525;
    background: var(--white);
  }
  .catalog {
    position: relative;
  }
  .catalog-head {
    padding: 16px 0;
  }
  .catalog-head--sticky {
    position: sticky;
    z-index: 98;
    padding-bottom: 0;
  }
  .catalog-head__back--m-absolute {
    position: absolute;
    left: 16px;
    top: 16px;
    fill: var(--white);
    z-index: 9;
  }
  .catalog-head__title {
    margin-bottom: 4px;
  }
  .catalog-head__title--m-sm {
    font-size: 24px;
    line-height: 1;
  }
  .catalog-head__group {
    margin-top: 32px;
  }
  .catalog-head__group-filter {
    display: none;
  }
  .catalog-head__group-category {
    max-width: 100%;
  }
  .catalog-head__group-category-slider {
    padding-right: 0;
    padding: 12px 16px;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
  }
  .catalog-head__group-category-slider::-webkit-scrollbar {
    display: none;
  }
  .catalog-head__banner {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
    margin-top: -85px;
  }
  .catalog-head__search-title {
    padding-bottom: 16px;
  }
  .catalog-head__search-title br {
    display: none;
  }
  .catalog-search__content-img {
    width: 176px;
    height: 176px;
  }
  .catalog-search__title {
    font-size: 16px;
  }
  .catalog-banner {
    position: relative;
  }
  .catalog-banner__info {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 28px 16px;
    color: var(--white);
  }
  .catalog-banner__img {
    width: 100%;
    padding-left: 0;
  }
  .catalog-banner__img-desctop {
    display: none;
  }
  .catalog-banner__img-mobile {
    display: block;
  }
  .catalog-banner__img-mobile img {
    width: 100%;
  }
  .catalog-banner__title {
    max-width: 316px;
  }
  .catalog-banner__txt {
    font-size: 14px;
    line-height: 111%;
    text-transform: uppercase;
  }
  .catalog-category-slider {
    overflow: visible;
    width: max-content;
    min-width: 100%;
  }
  .catalog-content {
    padding-top: 0;
  }
  .catalog-list-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
  }
  .catalog-list {
    margin-bottom: -20px;
  }
  .catalog-list__item {
    margin-bottom: 20px;
  }
  .catalog__sticky-btn {
    display: block;
  }
}
@media (max-width: 665px) {
  .catalog-head--m-pb-0 {
    padding-bottom: 0;
  }
  .catalog-head__title {
    font-size: 10.3vw;
    margin-top: 32px;
  }
  .catalog-head__title--m-sm {
    font-size: 24px;
    line-height: 1;
  }
  .catalog-category__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
  }
  .catalog-category__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 18px;
  }
  .catalog-category__list-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }
  .catalog-category__list-item {
    border-bottom: 1px solid var(--base-color);
  }
  .catalog-category__list-item--current {
    display: none;
  }
  .catalog-category__list-col:last-child .catalog-category__list-item:last-child {
    border-bottom: none;
  }
  .catalog-category__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 11px 16px;
  }
  .catalog-category__link.selected {
    display: none;
  }
  .catalog-category__link-txt {
    letter-spacing: -0.03em;
  }
  .catalog-category__link-txt::after {
    display: none;
  }
  .catalog-category__link-qty {
    font-size: 30px;
    line-height: 99%;
  }
  .catalog-list__item {
    width: 50%;
  }
}
#filter {
  --bs-offcanvas-width: 648px ;
}

.offcanvas-filter__head {
  gap: 12px;
}
.offcanvas-filter__head-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.offcanvas-filter__head-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.offcanvas-filter__links {
  gap: 12px;
}
.offcanvas-filter__link {
  background: transparent;
  border: 0;
  font-size: 38px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}
.offcanvas-filter__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-1 * var(--bs-offcanvas-padding-y));
  height: 4px;
  background: var(--bg-black);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.offcanvas-filter__link:not(.selected) {
  color: #959595;
}
.offcanvas-filter__link:not(.selected)::after {
  opacity: 0;
}

.leopard {
  background: url(../../static/images/general/leo-color.png) 0 0 no-repeat;
  background-size: cover;
}

.tooltip {
  --bs-tooltip-font-size: 16px;
  --bs-tooltip-bg: #FFFFFF;
  --bs-tooltip-opacity: 1;
}
.tooltip-inner {
  --bs-tooltip-bg: #FFFFFF;
  --bs-tooltip-padding-x: 20px;
  --bs-tooltip-padding-y: 12px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.04), 0px 4.4px 7px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.04), 0px 4.4px 7px rgba(0, 0, 0, 0.04);
  line-height: 1;
}

.filter {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filter-btn:hover {
  color: var(--text-black-hover);
  fill: var(--text-black-hover);
}
.filter-btn.active .filter-btn__qty {
  opacity: 1;
}
.filter-btn__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.filter-btn__qty {
  height: 21px;
  background: var(--black);
  color: var(--white);
  border-radius: 14px;
  margin-left: 8px;
  padding-left: 4px;
  padding-right: 4px;
  min-width: 24px;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 8px), -50%);
      -ms-transform: translate(calc(100% + 8px), -50%);
          transform: translate(calc(100% + 8px), -50%);
}
.filter__bottom {
  margin-top: auto;
  padding-top: 16px;
  margin-left: calc(-1 * var(--bs-offcanvas-padding-x));
  margin-right: calc(-1 * var(--bs-offcanvas-padding-x));
  padding-left: var(--bs-offcanvas-padding-x);
  padding-right: var(--bs-offcanvas-padding-x);
  padding-bottom: var(--bs-offcanvas-padding-x);
  position: sticky;
  bottom: 0;
  z-index: 9;
  background: var(--white);
  border-top: 1px solid var(--stroke-element);
}
.filter__bottom-actions {
  margin-bottom: 20px;
}
.filter__bottom-actions:not(.visible) {
  display: none;
}
.filter__bottom-actions__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter__qty {
  font-size: 15px;
  line-height: normal;
}
.filter__clear {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  stroke: var(--black);
}
.filter__clear-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.filter__group {
  border-bottom: 1px solid var(--stroke-element);
  padding: 28px 0;
}
.filter__group-sorting {
  padding: 28px 0;
}
.filter__group-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}
.filter__group-clear {
  color: #CFCFCF;
}
.filter__group-clear:not(.active) {
  display: none;
}
.filter__sorting {
  padding: 28px 0;
}
.filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.filter__title.active .filter-btn__qty {
  opacity: 1;
}
.filter__title-txt {
  font-weight: 500;
}
.filter-colors {
  gap: 28px;
}
.filter-color input {
  display: none;
}
.filter-color input:checked + span {
  background: var(--bg-black);
}
.filter-color input:checked + span::before {
  border-color: var(--black);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.filter-color__content {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.filter-color__content::before {
  border-color: transparent;
}
.filter-color__content:hover {
  background: #EFEFEF;
}
.filter-color__content span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.filter-color__content span::before {
  border-color: #E7E7E7;
}
.filter-labels {
  gap: 4px;
}
.filter-label {
  display: block;
  line-height: 24px;
}
.filter-label input {
  display: none;
}
.filter-label input:checked + span {
  background: var(--bg-black);
  color: var(--text-white);
  border-radius: 40px;
}
.filter-label input:checked + span:hover {
  background: var(--bg-black);
}
.filter-label input[disabled] + span {
  color: var(--text-second);
}
.filter-label span {
  display: block;
  padding: 10px 20px;
  background: var(--element-second);
  -webkit-transition: background 0.2s ease-in-out, border-radius 0.2s linear;
  transition: background 0.2s ease-in-out, border-radius 0.2s linear;
}
.filter-label span::before {
  opacity: 0;
}
.filter-label span:hover {
  background: #EFEFEF;
}
.filter-label--sm .outline-border {
  padding: 6px 18px;
}
.filter__btn {
  width: 100%;
}

@media (max-width: 1440px) {
  .offcanvas-filter__links {
    gap: 8px;
  }
  .offcanvas-filter__link {
    font-size: 27px;
  }
  .offcanvas-filter__link::after {
    height: 3px;
  }
  .tooltip {
    --bs-tooltip-font-size: 14px;
  }
  .tooltip-inner {
    --bs-tooltip-padding-x: 16px;
    --bs-tooltip-padding-y: 8px;
    border-radius: 8px;
  }
  .filter-btn__icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .filter-btn__qty {
    height: 18px;
    min-width: 19px;
    font-size: 12px;
  }
  .filter__sorting {
    padding: 20px 0;
  }
  .filter__group {
    padding: 20px 0;
  }
  .filter__group-head {
    margin-bottom: 20px;
  }
  .filter-label {
    line-height: 20px;
  }
  .filter-label span {
    padding: 10px 18px;
  }
  .filter-colors {
    gap: 20px;
  }
  .filter-color__content {
    width: 32px;
    height: 32px;
  }
  .filter-color__content span {
    width: 16px;
    height: 16px;
  }
  .filter__bottom {
    padding-top: 12px;
  }
  #filter {
    --bs-offcanvas-width: 486px;
  }
}
@media (max-width: 932px) {
  .offcanvas-filter__link {
    font-size: 24px;
  }
  .filter__bottom {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .filter__group:last-child {
    border: none;
  }
  .filter-colors {
    gap: 24px;
  }
  .filter-color__content {
    width: 28px;
    height: 28px;
  }
}
.product-disabled .product-gallery, .product-disabled .product-title, .product-disabled .product-price {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.4;
}
.product-inner__gallery {
  border-bottom: 1px solid var(--black);
}
.product-inner__content {
  padding-top: 32px;
  padding-bottom: 52px;
}
.product-inner__similar {
  padding: 52px 0;
  border-top: 1px solid var(--base-color);
  overflow: hidden;
}
.product-head {
  padding: 28px 0;
}
.product-head__title {
  margin-left: 30px;
  margin-right: 30px;
}
.product-head__price {
  margin-left: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.product-head__installments {
  display: none;
}
.product-title__category {
  display: block;
  font-size: 17px;
  line-height: 86%;
  margin-bottom: 8px;
  text-transform: lowercase;
}
.product-title__name {
  font-size: 3.8vw;
  line-height: 86%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: block;
}
.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.8vw;
  line-height: 86%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-price__old {
  font-size: 17px;
  line-height: 86%;
  letter-spacing: -0.04em;
  text-decoration: line-through;
  color: var(--grey-2);
  margin-right: 12px;
}
.product-gallery-wrapper {
  position: relative;
}
.product-gallery-wrapper:hover .product-gallery__buttons {
  opacity: 1;
}
.product-gallery {
  overflow-x: hidden;
}
.product-gallery__slide {
  width: auto;
}
.product-gallery__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  height: 500px;
}
.product-gallery__img picture {
  width: auto;
  height: 100%;
  display: inline-block;
}
.product-gallery__img img {
  width: auto;
  height: 100%;
}
.product-gallery__link {
  position: absolute;
  right: 40px;
  bottom: -44px;
}
.product-gallery__buttons {
  position: absolute;
  bottom: 16px;
  width: 100%;
  padding-left: 30%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 9;
}
.product-gallery__buttons-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-gallery__btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--white);
  margin-right: 4px;
}
.product-gallery__btn:last-child {
  margin-right: 0;
}
.product-gallery__btn svg {
  width: 18px;
  height: 18px;
}
.product-gallery__pagination-wrapper {
  position: absolute;
  bottom: 24px;
  z-index: 9;
  display: none;
}
.product-gallery__pagination {
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-content__left {
  width: 66.66666667%;
}
.product-content__right {
  width: 33.33333333%;
  position: sticky;
  bottom: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
}
.product-content__col {
  width: 50%;
}
.product-label {
  display: block;
}
.product-label input {
  display: none;
}
.product-label input:checked + .product-label__content::before {
  opacity: 1;
}
.product-label__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-label__content::before {
  opacity: 0;
}
.product-colors {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--base-color);
}
.product-colors__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 86%;
}
.product-colors__list-item {
  width: 72px;
}
.product-colors__label.selected .product-colors__label-content {
  border-radius: 26px;
}
.product-colors__label.selected .product-colors__label-content::before {
  opacity: 1;
}
.product-colors__label-content {
  overflow: hidden;
}
.product-colors__label-content::before {
  border-width: 2px;
}
.product-colors__label-content img {
  width: 100%;
}
.product-colors__label-content picture {
  width: 100%;
  height: 100%;
}
.product-link {
  font-size: 12px;
  line-height: 86%;
  text-decoration: underline;
}
.product-link:hover {
  text-decoration: none;
}
.product-size {
  margin-left: -2px;
  padding-left: 2px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--base-color);
}
.product-size__head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
.product-size__title {
  text-transform: uppercase;
  line-height: 86%;
}
.product-size__list-item {
  width: 52px;
}
.product-size__label input:checked + span {
  border-radius: 30px;
  background: var(--base-color);
  color: var(--white);
}
.product-size__label input[data-availability=false]:checked + span {
  border-radius: 0;
  background: var(--grey-3);
  color: var(--second-color);
}
.product-size__label input[data-availability=false]:checked + span::before {
  opacity: 1;
}
.product-size__label-content {
  width: 52px;
  height: 44px;
  background: var(--grey-3);
  -webkit-transition: border-radius 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-radius 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.product-size__label-content--null {
  color: var(--second-color);
}
.product-installments {
  padding: 20px 0;
}
.product-installments__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-desc__group {
  border-bottom: 1px solid var(--base-color);
}
.product-desc__group:first-child {
  border-top: 1px solid var(--base-color);
}
.product-desc__item-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 0;
}
.product-desc__item-txt {
  line-height: 110%;
}
.product-desc__item-txt p {
  margin-bottom: 12px;
}
.product-desc__item-txt p strong {
  font-weight: 500;
}
.product-desc__item-txt p:last-child {
  margin-bottom: 0;
}
.product-desc__item-content__inner {
  padding-bottom: 20px;
}
.product-desc__item-list {
  gap: 16px;
}
.product-desc__item-list__item {
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-desc__item-list__icon {
  width: 16px;
  height: 16px;
}
.product-desc__item-list__txt {
  line-height: 86%;
}
.product-desc__item-list__txt__grey {
  color: #B8B8B8;
}
.product-desc__title {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-desc__open {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-desc__open .icon-minus {
  display: none;
}
.product-desc__open[aria-expanded=true] .icon-minus {
  display: block;
}
.product-desc__open[aria-expanded=true] .icon-plus {
  display: none;
}
.product-actions__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-actions__right {
  margin-left: 4px;
}
.product-actions__btn {
  padding-left: 68px;
  padding-right: 68px;
}
.product-actions__fav {
  padding: 16px 28px;
  background: var(--bg-white);
}
.product-actions__fav-txt {
  display: none;
}
.product-actions__fav-icon {
  width: 18px;
  height: 18px;
}
.product-actions__inform {
  padding: 16px 28px;
}
.product-actions__inform-icon {
  width: 18px;
  height: 18px;
  margin-left: 6px;
}
.product-actions__btn.hidden {
  display: none;
}
.product-similar__title {
  margin-bottom: 32px;
}
.product-sizeForm__list {
  margin-bottom: 32px;
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-sizeForm__list-item {
  margin-bottom: 24px;
}
.product-sizeForm__list-item:last-child {
  margin-bottom: 0;
}
.product-sizeForm__subtitle {
  margin-bottom: 20px;
}
.product-sizeForm__group {
  margin-bottom: 32px;
}
.product-sizeForm__txt {
  color: var(--grey-5);
  font-size: 14px;
  line-height: normal;
}
.product-sizeForm__group-right {
  width: 162px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-sizeForm__group-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 12px;
}
.product-sizeForm__group-btn {
  margin-top: 16px;
}
.product-sizeForm__inputs {
  grid-template-columns: repeat(2, 1fr);
}
.product-sizeForm__btn {
  height: 44px;
  padding-left: 28px;
  padding-right: 28px;
}
.product-sizeForm__input {
  display: block;
  width: 100%;
  height: 44px;
  border: none;
  border-bottom: 1px solid var(--base-color);
}
.product-sizeForm__input::-webkit-input-placeholder {
  color: var(--base-color);
}
.product-sizeForm__input::-moz-placeholder {
  color: var(--base-color);
}
.product-sizeForm__input:-ms-input-placeholder {
  color: var(--base-color);
}
.product-sizeForm__input::-ms-input-placeholder {
  color: var(--base-color);
}
.product-sizeForm__input::placeholder {
  color: var(--base-color);
}

@media (max-width: 1440px) {
  .product-head {
    padding: 20px 0;
  }
  .product-head__title {
    margin-left: 28px;
  }
  .product-inner__content {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .product-title__category {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .product-price__old {
    font-size: 15px;
    margin-right: 10px;
  }
  .product-gallery__img {
    height: 485px;
  }
  .product-gallery__link {
    right: 30px;
  }
  .product-gallery__buttons {
    bottom: 12px;
    padding-left: 25%;
  }
  .product-gallery__btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .product-gallery__btn svg {
    width: 16px;
    height: 16px;
  }
  .product-content__col__inner {
    padding-right: 16%;
  }
  .product-content__left {
    width: 75%;
  }
  .product-content__left-left {
    width: 44.4444%;
  }
  .product-content__left-right {
    width: 55.5556%;
  }
  .product-content__right {
    width: 25%;
  }
  .product-colors {
    padding-bottom: 16px;
  }
  .product-colors__title {
    margin-bottom: 16px;
  }
  .product-colors__list-item {
    width: 64px;
  }
  .product-colors__label.selected .product-colors__label-content {
    border-radius: 21px;
  }
  .product-size {
    padding-bottom: 16px;
  }
  .product-size__head {
    margin-bottom: 40px;
  }
  .product-size__list-item {
    width: 45px;
  }
  .product-size__label input:checked + span {
    border-radius: 40px;
  }
  .product-size__label-content {
    width: 45px;
    height: 40px;
  }
  .product-installments {
    padding: 18px 0;
  }
  .product-installments__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .product-installments__img img {
    max-width: 40px;
  }
  .product-desc__item-head {
    padding: 18px 0;
  }
  .product-desc__item-list {
    gap: 8px;
  }
  .product-desc__item-list__item {
    gap: 10px;
  }
  .product-desc__item-list__icon {
    width: 14px;
    height: 14px;
  }
  .product-desc__item-list__txt {
    line-height: 1.2;
  }
  .product-desc__item-content__inner {
    padding-bottom: 16px;
    padding-top: 8px;
  }
  .product-desc__item-txt p {
    margin-bottom: 10px;
  }
  .product-desc__open {
    width: 16px;
    height: 16px;
  }
  .product-actions__right {
    margin-left: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .product-actions__left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .product-actions__fav {
    padding: 14px 24px;
  }
  .product-actions__fav-icon {
    width: 16px;
    height: 16px;
  }
  .product-actions__btn {
    width: 100%;
    line-height: 86%;
  }
  .product-actions__add {
    padding: 15px 16px 16px;
  }
  .product-actions__inform {
    padding: 14px 24px;
  }
  .product-actions__inform-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }
  .product-sizeForm__list {
    margin-bottom: 28px;
    max-width: 188px;
  }
  .product-sizeForm__list-item {
    margin-bottom: 20px;
  }
  .product-sizeForm__txt {
    margin-bottom: 16px;
  }
  .product-sizeForm__group {
    margin-bottom: 16px;
  }
  .product-sizeForm__group-right {
    width: 140px;
  }
  .product-sizeForm__group-left {
    padding-right: 8px;
  }
  .product-sizeForm__group-btn {
    margin-top: 12px;
  }
  .product-sizeForm__btn {
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .product-sizeForm__input {
    height: 40px;
  }
  .product-sizeForm__txt {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .product-actions__fav {
    padding: 14px 32px;
  }
  .product-actions__add {
    padding-left: 44px;
    padding-right: 44px;
  }
  .product-actions__inform {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 1124px) {
  .product-gallery__link {
    display: none;
  }
  .product-actions {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
  }
  .product-actions__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-actions__left {
    width: 100%;
  }
  .product-actions__right {
    width: 100%;
    margin-left: 0;
    margin-top: 6px;
  }
  .product-actions__add, .product-actions__inform {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .product-actions__fav {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .product-actions__fav-txt {
    display: block;
    margin-right: 8px;
  }
}
@media (max-width: 932px) {
  body:has(.product) .header {
    background: var(--grey-4);
  }
  body:has(.product) .header.scrolled {
    background: var(--white);
  }
  .product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-inner__similar {
    padding: 28px 0;
  }
  .product-inner__gallery {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-bottom: 1px solid var(--base-color);
  }
  .product-inner__head {
    border-bottom: 1px solid var(--base-color);
  }
  .product-inner__content {
    padding: 24px 0;
  }
  .product-content__col__inner {
    padding-right: 0;
  }
  .product-similar__title {
    margin-bottom: 16px;
  }
  .product-similar__list-item {
    width: 194px;
  }
  .product-head {
    padding: 16px 0;
  }
  .product-head__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-head__back {
    display: none;
  }
  .product-head__title {
    width: 100%;
    margin-left: 0;
    margin-bottom: 28px;
  }
  .product-head__price {
    width: 100%;
    padding-top: 0;
  }
  .product-head__installments {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  .product-title {
    font-size: 22px;
    line-height: 102%;
    font-style: normal;
    max-width: 320px;
  }
  .product-title__category {
    display: none;
  }
  .product-title__name {
    display: block;
  }
  .product-title span {
    display: inline;
    font-size: inherit;
    text-transform: uppercase;
  }
  .product-title > .product-title__category {
    display: none !important;
  }
  .product-price {
    font-size: 18px;
    letter-spacing: -0.05em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .product-price__new {
    font-weight: bold;
    margin-right: 8px;
  }
  .product-price__old {
    margin-right: 0;
    font-size: 15px;
  }
  .product-content__left {
    width: 100%;
  }
  .product-content__right {
    width: 100%;
    background: var(--white);
    z-index: 9;
    bottom: 0;
  }
  .product-content__col {
    width: 100%;
  }
  .product-content__col--mobile-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .product-installments {
    display: none;
    background: transparent;
    padding: 12px;
    border-radius: 4px;
    font-size: 13px;
  }
  .product-installments__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .product-installments__img {
    margin-right: 10px;
  }
  .product-installments--mobile {
    display: block;
  }
  .product-actions {
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    max-width: initial;
    width: initial;
  }
  .product-actions__right {
    width: 50px;
    margin-top: 0;
  }
  .product-actions__left {
    width: calc(100% - 50px);
    padding-right: 4px;
  }
  .product-actions__fav {
    width: 100%;
    height: 50px;
    padding: 0;
  }
  .product-actions__fav-txt {
    display: none;
  }
  .product-actions__add {
    width: 100%;
    height: 50px;
    padding: 0;
  }
  .product-actions__inform {
    width: 100%;
    height: 50px;
    padding: 0;
  }
  .product-size {
    border-bottom: none;
    padding-bottom: 28px;
  }
  .product-size__head {
    margin-bottom: 20px;
  }
  .product-size__title {
    text-transform: capitalize;
  }
  .product-size__list-item {
    width: 56px;
  }
  .product-size__label input:checked + span {
    border-radius: 32px;
  }
  .product-size__label-content {
    width: 56px;
    height: 36px;
  }
  .product-colors {
    padding-bottom: 24px;
    border-bottom: none;
  }
  .product-colors__title {
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .product-colors__list-item {
    width: 86px;
  }
  .product-colors__label.selected .product-colors__label-content {
    border-radius: 25px;
  }
  .product-colors__label-content {
    width: 86px;
    height: 86px;
  }
  .product-desc__item-list {
    gap: 12px;
  }
  .product-desc__item-content__inner {
    padding-bottom: 20px;
  }
  .product-gallery__buttons {
    display: none;
  }
  .product-gallery__pagination-wrapper {
    display: block;
  }
  .product-gallery__slide {
    aspect-ratio: 1/1;
  }
  .product-gallery__img {
    height: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .product-gallery__slide {
    width: 100%;
  }
  .product-sizeForm__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-sizeForm__group-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .product-sizeForm__group-right {
    width: 100%;
  }
  .product-sizeForm__group-btn {
    margin-top: 8px;
  }
  .product-sizeForm__inputs {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .product-sizeForm__btn {
    width: 100%;
  }
}
.gallery {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--white);
  padding: 68px;
  padding-bottom: 72px;
  overflow: hidden;
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.gallery.visible {
  display: block;
}
.gallery.animate {
  opacity: 1;
}
.gallery__inner {
  height: 100%;
}
.gallery-close {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 9;
}
.gallery-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.gallery-list {
  height: 100%;
}
.gallery-list__img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  height: 100%;
}
.gallery-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-thumbs-wrapper {
  height: 726px;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 64px;
  margin-top: auto;
  margin-bottom: auto;
}
.gallery-thumbs {
  height: 100%;
  width: 102px;
}
.gallery-thumbs__slide:not(.swiper-slide-thumb-active) {
  opacity: 0.6;
}
.gallery-thumbs__img img {
  width: 100%;
}
.gallery-mobile-wrapper {
  display: none;
  height: 100%;
}
.gallery-mobile {
  height: 100%;
}
.gallery-mobile__img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-mobile__img picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery-mobile__img img {
  width: 100%;
}
.gallery-mobile__pagination {
  --swiper-pagination-bottom: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  z-index: 99;
  padding: 0 20px;
}

@media (max-width: 1440px) {
  .gallery {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .gallery-close {
    top: 50px;
    right: 50px;
  }
  .gallery-thumbs-wrapper {
    height: 656px;
  }
  .gallery-thumbs {
    left: 34px;
    width: 94px;
  }
  .gallery-list-wrapper {
    max-width: 804px;
  }
}
@media (max-width: 932px) {
  .gallery {
    padding: 0;
  }
  .gallery-list-wrapper {
    display: none;
  }
  .gallery-thumbs-wrapper {
    display: none;
  }
  .gallery-close {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
  }
  .gallery-close svg {
    width: 20px;
    height: 20px;
  }
  .gallery-mobile-wrapper {
    display: block;
  }
}
.productInfoBlock__content {
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  overflow: hidden;
  height: calc(100vh - var(--header-height));
}
.productInfoBlock__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--stroke-element);
}
.productInfoBlock__content-top {
  grid-area: 1/1/2/2;
  padding: 60px 40px;
  overflow: auto;
}
.productInfoBlock__content-bottom {
  grid-area: 2/1/3/2;
  padding: 40px;
  align-self: end;
  overflow: auto;
}
.productInfoBlock__content-right {
  grid-area: 1/2/3/3;
}
.productInfoBlock__top-head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
.productInfoBlock__subtitle {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  text-transform: uppercase;
}
.productInfoBlock__txt {
  line-height: 1.1;
  max-width: 762px;
}
.productInfoBlock__txt p:last-child {
  margin-bottom: 0;
}
.productInfoBlock__img {
  height: 100%;
  position: relative;
}
.productInfoBlock__img-bg {
  width: 100%;
  height: 100%;
}
.productInfoBlock__img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productInfoBlock__img-content-wrap {
  position: absolute;
  inset: 0;
  padding-left: 106px;
  padding-right: 106px;
}
.productInfoBlock__img-content {
  width: 100%;
  aspect-ratio: 1/1;
  background: #F1F1F1;
  border-radius: 50%;
  overflow: hidden;
  padding: 56px;
}
.productInfoBlock__img-content img {
  mix-blend-mode: darken;
}

@media (max-width: 1440px) {
  .productInfoBlock__content-top {
    padding: 48px 30px;
  }
  .productInfoBlock__content-bottom {
    padding: 30px;
  }
  .productInfoBlock__top-head {
    margin-bottom: 28px;
  }
  .productInfoBlock__subtitle {
    font-size: 20px;
  }
  .productInfoBlock__txt {
    max-width: 592px;
  }
  .productInfoBlock__img-content-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
  .productInfoBlock__img-content {
    padding: 40px;
  }
}
@media (max-width: 932px) {
  .productInfoBlock__content {
    height: auto;
  }
  .productInfoBlock__content-top {
    padding: 16px;
  }
  .productInfoBlock__content-bottom {
    padding: 16px;
  }
  .productInfoBlock__subtitle {
    font-size: 18px;
  }
  .productInfoBlock__top-head {
    margin-bottom: 12px;
  }
  .productInfoBlock__head__txt {
    text-align: right;
  }
  .productInfoBlock__head__txt span {
    display: block;
  }
  .productInfoBlock__img {
    height: auto;
  }
  .productInfoBlock__img-content-wrap {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .productInfoBlock__content {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: initial;
  }
  .productInfoBlock__content-top {
    grid-area: 1/1/2/2;
    padding: 28px 16px 0;
  }
  .productInfoBlock__content-right {
    grid-area: 2/1/3/2;
    padding: 0 16px;
  }
  .productInfoBlock__content-bottom {
    grid-area: 3/1/4/2;
    padding: 0;
    padding: 0 16px 28px;
  }
  .productInfoBlock__img {
    overflow: hidden;
  }
  .productInfoBlock__img-bg {
    border-radius: 58px;
    overflow: hidden;
  }
  .productInfoBlock__img-bg img {
    min-height: 366px;
  }
  .productInfoBlock__img-content-wrap {
    padding: 8px;
  }
  .productInfoBlock__img-content {
    width: 350px;
    max-width: 100%;
  }
}
.account {
  --link-hover: #F9F9F9;
}
.account--gray {
  background: var(--second-element);
}
.account__left {
  max-width: 380px;
  width: 100%;
}
.account__left-user {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--base-color);
}
.account__left-usermenu {
  margin-bottom: 20px;
}
.account__left-menu {
  padding-bottom: 52px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--base-color);
}
.account__right {
  padding-top: 104px;
  margin-left: auto;
}
.account__right-total {
  margin-bottom: 20px;
}
.account__right-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account-user {
  padding: 14px 14px 20px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.account-user::before {
  border-color: var(--black);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.account-user__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-user__inner-left {
  width: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-user__inner-middle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 16px;
}
.account-user__inner-right {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-user__avatar {
  width: 65px;
  height: 65px;
  border-radius: 18px;
  background: var(--black);
  font-size: 36px;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
}
.account-user__name {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.account-user__mail {
  color: #979797;
  line-height: 118.8%;
}
.account-user__edit {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.account-user__edit svg {
  width: 16px;
  height: 16px;
}
.account-user:hover {
  background: var(--gray);
}
.account-user:hover .account-user__edit {
  opacity: 1;
}
.account-user:active::before {
  opacity: 1;
}
.account-userMenu__link {
  padding: 14px;
  font-size: 17px;
  line-height: 130%;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  border-radius: 4px;
}
.account-userMenu__link::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  border-color: var(--black);
  opacity: 0;
}
.account-userMenu__link-txt {
  padding: 0 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.account-userMenu__link-qty {
  height: 21px;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 24px;
  border-radius: 14px;
  background: var(--link-hover);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.account-userMenu__link-qty--black {
  background: var(--black);
  color: var(--white);
}
.account-userMenu__link:hover, .account-userMenu__link--selected {
  background: var(--link-hover);
}
.account-userMenu__link:hover .account-userMenu__link-qty:not(.account-userMenu__link-qty--black), .account-userMenu__link--selected .account-userMenu__link-qty:not(.account-userMenu__link-qty--black) {
  background: var(--white);
}
.account-userMenu__link:active::before {
  opacity: 1;
}
.account-menu {
  font-size: 16px;
  line-height: 20px;
}
.account-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 14px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  border-radius: 4px;
}
.account-menu__link-qty {
  padding: 2px 8px;
  background: var(--link-hover);
  font-size: 14px;
  line-height: 16px;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.account-menu__link::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  border-color: var(--black);
  opacity: 0;
}
.account-menu__link:hover, .account-menu__link--selected {
  background: var(--link-hover);
}
.account-menu__link:hover .account-menu__link-qty, .account-menu__link--selected .account-menu__link-qty {
  background: var(--white);
}
.account-menu__link:active::before {
  opacity: 1;
}
.account-head {
  margin-bottom: 64px;
}
.account-head--mb-2 {
  margin-bottom: 48px;
}
.account-head--mobile {
  display: none;
}
.account-head__group {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.account-head__back {
  margin-bottom: 32px;
}
.account-head__icon {
  width: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-head__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0 16px;
}
.account-head__order {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--text-standart);
  fill: var(--text-standart);
  margin-bottom: 12px;
}
.account-head__order-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.account-head__title {
  font-size: 38px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.account-title {
  text-align: center;
  font-size: 3.4vw;
  line-height: 90%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.account-list__item {
  border-top: 1px solid var(--base-color);
  padding: 24px 0;
}
.account-list__item:last-child {
  border-bottom: 1px solid var(--base-color);
}
.account-subtitle {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}
.account-subscriptions__switch {
  margin-bottom: 32px;
}
.account-subscriptions__title {
  margin-bottom: 20px;
}
.account-subscriptions__list-item {
  border-top: 1px solid var(--base-color);
}
.account-subscriptions__list-item:last-child {
  border-bottom: 1px solid var(--base-color);
}
.account-favorite__list {
  margin-bottom: -40px;
}
.account-favorite__list-item {
  width: 50%;
  margin-bottom: 40px;
}
.account-order__top-info {
  width: 216px;
}
.account-order__top-price {
  margin-left: 20px;
}
.account-order__top-status {
  margin-left: auto;
}
.account-order__title {
  margin-bottom: 6px;
}
.account-order__number {
  font-size: 16px;
  color: var(--text-standart);
}
.account-order__price {
  font-size: 16px;
  color: var(--text-standart);
}
.account-order__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: var(--orange);
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
}
.account-order__status-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
.account-order__status--ready {
  color: var(--black);
}
.account-order__status--cancel {
  color: var(--error);
}
.account-order__bottom {
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.account-order__bottom-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-order__bottom-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 8px;
}
.account-order__list {
  margin-bottom: -8px;
}
.account-order__list-item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.account-order__product {
  position: relative;
  display: block;
  width: 80px;
}
.account-order__product-img {
  display: block;
}
.account-order__product-size {
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: var(--white);
  border-radius: 50%;
  font-size: 12px;
  height: 30px;
  min-width: 30px;
}
.account-order__btn {
  width: 18px;
  height: 18px;
}
.account-address__inner {
  padding: 0;
  border-radius: 0;
  background: none;
}
.account-address__title {
  margin-bottom: 8px;
}
.account-address__info {
  padding-left: 0;
}
.account-payment {
  margin-top: 20px;
}
.account-payment__group {
  margin-bottom: 24px;
}
.account-payment__group:last-child {
  margin-bottom: 0;
}
.account-payment__btn {
  width: 100%;
}
.account-payment__txt {
  font-size: 14px;
  line-height: normal;
  color: #BBBBBB;
}
.account-payment__txt a {
  text-decoration: underline;
}
.account-payment__txt a:hover {
  text-decoration: none;
}

@media (max-width: 1440px) {
  .account__left {
    max-width: 288px;
  }
  .account__left-user {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .account__left-usermenu {
    margin-bottom: 16px;
  }
  .account__left-menu {
    padding-bottom: 44px;
    margin-bottom: 16px;
  }
  .account__right {
    padding-top: 90px;
  }
  .account-user {
    padding: 10px 10px 14px;
  }
  .account-user__inner-left {
    width: 54px;
  }
  .account-user__inner-middle {
    padding-left: 12px;
  }
  .account-user__inner-right {
    width: 34px;
  }
  .account-user__avatar {
    width: 54px;
    height: 54px;
    font-size: 30px;
    border-radius: 15px;
  }
  .account-user__name {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .account-user__mail {
    font-size: 14px;
  }
  .account-user__edit {
    width: 34px;
    height: 34px;
  }
  .account-user__edit svg {
    width: 14px;
    height: 14px;
  }
  .account-userMenu__link {
    padding: 10px 12px;
    font-size: 15px;
    min-height: 40px;
  }
  .account-userMenu__link-icon {
    width: 16px;
    height: 16px;
  }
  .account-userMenu__link-txt {
    padding: 0 10px;
  }
  .account-userMenu__link-qty {
    height: 18px;
    min-width: 19px;
    font-size: 12px;
    line-height: 1;
    padding-left: 6px;
    padding-right: 6px;
  }
  .account-menu {
    font-size: 14px;
    line-height: 18px;
  }
  .account-menu__link {
    padding: 8px 12px;
  }
  .account-menu__link-qty {
    font-size: 12px;
    line-height: 14px;
    padding: 2px 6px;
  }
  .account-head {
    margin-bottom: 44px;
  }
  .account-head--mb-2 {
    margin-bottom: 28px;
  }
  .account-head__icon {
    width: 22px;
  }
  .account-head__order {
    margin-bottom: 10px;
  }
  .account-head__order-icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
  .account-head__title {
    font-size: 34px;
  }
  .account-subtitle {
    font-size: 16px;
  }
  .account-list__item {
    padding: 20px 0;
  }
  .account-favorite__list {
    margin-bottom: -32px;
  }
  .account-favorite__list-item {
    margin-bottom: 32px;
  }
  .account-order__bottom {
    margin-top: 16px;
  }
  .account-order__product {
    width: 68px;
  }
  .account-order__product-size {
    bottom: 4px;
    right: 4px;
    height: 26px;
    min-width: 26px;
  }
  .account-order__status {
    font-size: 12px;
  }
  .account-order__status-icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .account-order__title {
    margin-bottom: 4px;
  }
  .account-order__number {
    font-size: 14px;
  }
  .account-order__price {
    font-size: 14px;
  }
  .account-order__top-price {
    margin-left: 90px;
  }
  .account-order__list {
    margin-bottom: -6px;
  }
  .account-order__list-item {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .account-order__btn {
    width: 16px;
    height: 16px;
  }
  .account-payment__group {
    margin-bottom: 20px;
  }
  .account-payment__txt {
    font-size: 12px;
  }
}
@media (max-width: 932px) {
  .account__left {
    display: none;
  }
  .account__right {
    padding-top: 0;
  }
  .account-head {
    margin-bottom: 24px;
  }
  .account-head--desctop {
    display: none;
  }
  .account-head--mobile {
    display: block;
  }
  .account-head--mb-2 {
    margin-bottom: 28px;
  }
  .account-head__group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .account-head__icon {
    width: 20px;
    height: 20px;
  }
  .account-head__icon--m-hidden {
    display: none;
  }
  .account-head__info {
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: 32px;
    padding: 0;
  }
  .account-head__order {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .account-head__order-icon {
    width: 16px;
    height: 16px;
  }
  .account-head__title {
    font-size: 28px;
  }
  .account-title {
    font-size: 36px;
    line-height: 99%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .account-title--start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .account-title__txt {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .account-title__qty {
    font-size: 13px;
    line-height: normal;
    margin-left: 4px;
  }
  .account-subscriptions__switch {
    margin-bottom: 28px;
  }
  .account-subscriptions__title {
    margin-bottom: 16px;
    max-width: 210px;
  }
  .account-favorite {
    margin-left: -16px;
    margin-right: -16px;
  }
  .account-favorite__list {
    border-top: 1px solid var(--base-color);
    margin-bottom: -20px;
  }
  .account-favorite__list-item {
    margin-bottom: 20px;
  }
  .account-order__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .account-order__top-info {
    max-width: 192px;
  }
  .account-order__top-price {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }
  .account-order__title {
    font-weight: 500;
    margin-bottom: 2px;
  }
  .account-order__product {
    width: 64px;
  }
  .account-order__product-size {
    height: 20px;
    min-width: 20px;
    font-size: 10px;
    bottom: 4px;
    right: 4px;
  }
  .account-address__address {
    max-width: 236px;
  }
  .account-menu__link {
    padding: 16px;
  }
  .account-menu__link-qty {
    background: var(--second-element);
  }
  .account-user {
    padding: 10px 14px;
    height: 66px;
  }
  .account-user::before {
    display: none;
  }
  .account-user__inner {
    height: 100%;
  }
  .account-user__inner-left {
    width: 46px;
  }
  .account-user__inner-middle--pl-0 {
    padding-left: 0;
  }
  .account-user__avatar {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 28px;
  }
  .account-user__edit {
    opacity: 1;
    background: none;
  }
  .account-user__name {
    margin-bottom: 2px;
  }
  .account-user__mail {
    line-height: 130%;
  }
  .account-list--m-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -6px;
    margin-left: -3px;
    margin-right: -3px;
  }
  .account-list__item--m-columns {
    width: 104px;
    padding: 0 3px;
    border: none !important;
    margin-bottom: 6px;
  }
  .account-payment {
    margin-top: 16px;
  }
  .account-payment__group {
    margin-bottom: 16px;
  }
}
.account-settings__top {
  margin-bottom: 32px;
}
.account-settings__row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -20px;
}
.account-settings__col {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}
.account-settings__group {
  margin-left: -4px;
  margin-right: -4px;
}
.account-settings__group-col {
  width: 50%;
  padding-left: 4px;
  padding-right: 4px;
}
.account-settings__bottom {
  text-align: right;
}
.account-settings__bottom-item {
  margin-bottom: 16px;
}
.account-settings__bottom-item:last-child {
  margin-bottom: 0;
}
.account-settings__btn {
  margin-left: auto;
  padding: 15px 88px;
}
.account-settings__txt {
  margin-left: auto;
  max-width: 390px;
  color: var(--second-color);
  font-size: 14px;
  line-height: 18px;
}
.account-settings__txt a {
  text-decoration: underline;
}
.account-settings__txt a:hover {
  text-decoration: none;
}
.account-settings__gender {
  display: block;
}
.account-settings__gender input {
  display: none;
}
.account-settings__gender input:checked + span::before {
  border-color: var(--stroke-element);
}
.account-settings__gender-btn {
  height: 50px;
  border-radius: 12px;
  background: var(--second-element);
}
.account-settings__gender-btn::before {
  border-color: var(--second-element);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

@media (max-width: 1440px) {
  .account-settings__top {
    margin-bottom: 28px;
  }
  .account-settings__row {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -16px;
  }
  .account-settings__col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 16px;
  }
  .account-settings__group {
    margin-left: -3px;
    margin-right: -3px;
  }
  .account-settings__group-col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .account-settings__gender-btn {
    height: 40px;
  }
  .account-settings__txt {
    font-size: 12px;
    max-width: 340px;
  }
  .account-settings__btn {
    padding: 12px 60px 11px;
  }
  .account-settings__bottom-item {
    margin-bottom: 12px;
  }
}
@media (max-width: 932px) {
  .account-settings__row {
    margin-bottom: -20px;
  }
  .account-settings__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .account-settings__col--fake {
    display: none;
  }
  .account-settings__btn {
    width: 100%;
  }
  .account-settings__bottom-item {
    margin-bottom: 16px;
  }
  .account-settings__txt {
    max-width: 100%;
    text-align: left;
  }
}
.account-mobile {
  min-height: calc(100svh - 69px);
  background: var(--second-element);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.account-mobile__foot {
  margin-top: auto;
  background: var(--second-element);
}
.account-mobile__top {
  padding: 32px 16px;
  border-bottom: 1px solid var(--base-color);
}
.account-mobile__title {
  font-size: 32px;
  line-height: 99%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.account-mobile__middle {
  background: var(--white);
  border-bottom: 1px solid var(--base-color);
  margin-bottom: 64px;
}
.account-mobile__orders {
  border-bottom: 1px solid var(--base-color);
  margin-bottom: 12px;
}
.account-mobile__orders-col {
  width: 50%;
}
.account-mobile__orders-col:not(:last-child) {
  border-right: 1px solid var(--base-color);
}
.account-mobile__link {
  padding: 16px;
  min-height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.account-mobile__link-icon {
  width: 18px;
  height: 18px;
  margin-bottom: auto;
}
.account-mobile__link-txt {
  font-size: 15px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-mobile__link-txt span {
  height: 18px;
  min-width: 18px;
  border-radius: 14px;
  background: var(--second-element);
  font-size: 12px;
  line-height: 1;
  margin-left: 4px;
  padding: 0 6px;
}
.account-status {
  margin-bottom: 32px;
}
.account-status__inner {
  margin-left: -2px;
  margin-right: -2px;
}
.account-status__inner-col {
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
}
.account-status__item {
  color: #BEBEBE;
}
.account-status__item--current {
  color: var(--orange);
}
.account-status__item--current .account-status__item-line {
  background: var(--orange);
}
.account-status__item--ready .account-status__item-line {
  background: var(--black);
}
.account-status__item--cancel {
  color: var(--error);
}
.account-status__item--cancel .account-status__item-line {
  background: var(--error);
}
.account-status__item--black {
  color: var(--black);
}
.account-status__item-line {
  height: 6px;
  background: #DEDEDE;
}
.account-status__item-line--first {
  border-radius: 3px 0 0 3px;
}
.account-status__item-line--last {
  border-radius: 0 3px 3px 0;
}
.account-status__item-txt {
  margin-top: 12px;
}
.account-status__warning {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .account-status {
    margin-bottom: 28px;
  }
  .account-status__inner {
    margin-left: -1px;
    margin-right: -1px;
  }
  .account-status__inner-col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .account-status__item-line {
    height: 4px;
    margin-bottom: 10px;
  }
}
@media (max-width: 932px) {
  .account-status {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }
  .account-status__lines {
    min-width: 466px;
  }
}
@media (max-width: 480px) {
  .account-status__lines--transform {
    -webkit-transform: translateX(-126px);
        -ms-transform: translateX(-126px);
            transform: translateX(-126px);
  }
}
.account-orderTotal__content {
  border-radius: 30px;
  padding: 36px;
}
.account-orderTotal__content::before {
  border-style: dashed;
}
.account-orderTotal__list {
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--base-color);
  margin-bottom: 20px;
}
.account-orderTotal__list-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.account-orderTotal__list-item:last-child {
  margin-bottom: 0;
}
.account-orderTotal__list-item__value {
  white-space: nowrap;
}
.account-orderTotal__total {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account-orderTotal__total-item {
  line-height: normal;
}
.account-orderTotal__total-item:last-child {
  text-align: right;
}
.account-orderTotal__total-item__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.account-orderTotal__total-item__txt {
  font-size: 14px;
  color: var(--second-color);
}
.account-orderTotal__bottom {
  margin-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account-orderTotal__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: normal;
  color: var(--text-standart);
  fill: var(--text-standart);
}
.account-orderTotal__link--orange {
  color: var(--error);
  fill: var(--error);
}
.account-orderTotal__link-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

@media (max-width: 1440px) {
  .account-orderTotal__content {
    border-radius: 26px;
    padding: 32px;
  }
  .account-orderTotal__list {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .account-orderTotal__list-item {
    margin-bottom: 8px;
  }
  .account-orderTotal__total-item__title {
    font-size: 16px;
  }
  .account-orderTotal__total-item__txt {
    font-size: 12px;
  }
  .account-orderTotal__bottom {
    margin-top: 20px;
  }
  .account-orderTotal__link {
    font-size: 14px;
  }
  .account-orderTotal__link-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}
@media (max-width: 932px) {
  .account-orderTotal {
    padding-top: 24px;
    border-top: 1px solid var(--base-color);
    margin-top: 24px;
  }
  .account-orderTotal__content {
    border-radius: 0;
    padding: 0;
  }
  .account-orderTotal__content::before {
    display: none;
  }
  .account-list--m-columns {
    margin-bottom: 12px;
  }
}
.account-orderInfo {
  border-radius: 12px;
  background: var(--second-element);
  padding: 36px 140px 36px 48px;
  margin-bottom: 32px;
}
.account-orderInfo__list {
  margin-left: -54px;
  margin-right: -54px;
  margin-bottom: -28px;
}
.account-orderInfo__col {
  width: 50%;
  padding-left: 54px;
  padding-right: 54px;
  margin-bottom: 28px;
}
.account-orderInfo__item-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}
.account-orderInfo__item-black, .account-orderInfo__item-contacts {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 8px;
}
.account-orderInfo__item-black:last-child, .account-orderInfo__item-contacts:last-child {
  margin-bottom: 0;
}
.account-orderInfo__item-gray {
  font-size: 16px;
  line-height: 130%;
  color: #ADADAD;
}
.account-orderInfo__hidden {
  line-height: 130%;
  color: #ADADAD;
}
.account-orderInfo__hidden-inner {
  padding-top: 12px;
}
.account-orderInfo__hidden-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-orderInfo__hidden-item:last-child {
  margin-bottom: 0;
}
.account-orderInfo__hidden-item span:first-child {
  min-width: 40px;
  margin-right: 32px;
}
.account-orderInfo__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ADADAD;
  fill: #ADADAD;
  margin-top: 12px;
}
.account-orderInfo__open-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
}
.account-orderInfo__open:hover {
  color: var(--text-hover);
  fill: var(--text-hover);
}
.account-orderInfo__open[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1440px) {
  .account-orderInfo {
    padding: 32px 54px 32px 40px;
  }
  .account-orderInfo__list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .account-orderInfo__col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .account-orderInfo__item-icon {
    width: 18px;
    height: 18px;
    margin-bottom: 16px;
  }
  .account-orderInfo__item-black {
    margin-bottom: 6px;
  }
  .account-orderInfo__item-gray {
    font-size: 14px;
  }
  .account-orderInfo__hidden-inner {
    padding-top: 10px;
  }
  .account-orderInfo__hidden-item {
    margin-bottom: 8px;
  }
  .account-orderInfo__hidden-item span:first-child {
    min-width: 34px;
  }
  .account-orderInfo__open {
    margin-top: 10px;
  }
  .account-orderInfo__open-icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 932px) {
  .account-orderInfo {
    padding: 0;
    background: none;
    margin-bottom: 16px;
  }
  .account-orderInfo__list {
    margin-bottom: 0;
  }
  .account-orderInfo__col {
    width: 100%;
  }
  .account-orderInfo__col:last-child {
    margin-bottom: 0;
  }
  .account-orderInfo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .account-orderInfo__item-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
  .account-orderInfo__item-black {
    width: calc(100% - 20px);
    padding-left: 10px;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 0;
    font-weight: 500;
  }
  .account-orderInfo__item-black br {
    display: none;
  }
  .account-orderInfo__item-gray {
    font-size: 15px;
    line-height: 140%;
    width: 100%;
    margin-top: 16px;
  }
  .account-orderInfo__item-gray br {
    display: none;
  }
  .account-orderInfo__item-contacts {
    color: #A5A5A5;
    margin-top: 16px;
    font-size: 15px;
    line-height: normal;
  }
  .account-orderInfo__item-contacts-txt {
    margin-bottom: 8px;
  }
  .account-orderInfo__item-contacts-txt:last-child {
    margin-bottom: 0;
  }
  .account-orderInfo__hidden {
    width: 100%;
    font-size: 15px;
    line-height: 140%;
  }
  .account-orderInfo__hidden-inner {
    padding-top: 12px;
  }
  .account-orderInfo__hidden-item {
    margin-bottom: 6px;
  }
  .account-orderInfo__hidden-item:first-child {
    margin-bottom: 12px;
  }
  .account-orderInfo__hidden-item span:first-child {
    min-width: 50px;
  }
  .account-orderInfo__open {
    margin-top: 16px;
  }
}
.account-warning {
  border-radius: 16px;
  background: #FFE8E1;
  padding: 24px 28px;
}
.account-warning__inner-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
}
.account-warning__inner-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 12px;
}
.account-warning__icon {
  width: 16px;
  height: 16px;
  fill: var(--base-color);
}

@media (max-width: 1440px) {
  .account-warning {
    padding: 20px 24px;
    border-radius: 12px;
  }
  .account-warning__inner-icon {
    width: 14px;
  }
  .account-warning__icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 932px) {
  .account-warning {
    padding: 20px 40px 20px 20px;
  }
}
.account-null {
  width: 338px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
.account-null__img {
  width: 304px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.account-null__img img {
  width: 100%;
}
.account-null__info {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.account-null__txt {
  line-height: 130%;
}
.account-null__txt img {
  width: 26px;
  height: 26px;
  margin-bottom: -4px;
  position: relative;
  top: -4px;
}
.account-null__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 15px 20px;
}

@media (max-width: 1440px) {
  .account-null {
    margin-top: 70px;
  }
  .account-null__img {
    width: 226px;
    margin-bottom: 20px;
  }
  .account-null__info {
    max-width: 340px;
  }
  .account-null__txt img {
    width: 22px;
    height: 22px;
  }
  .account-null__btn {
    padding: 12px 16px;
  }
}
@media (max-width: 932px) {
  .account-null {
    margin-top: 0px;
    max-width: initial;
    width: auto;
  }
  .account-null--cart {
    width: 294px;
  }
  .account-null:not(.account-null--cart) {
    margin-left: calc(-1 * var(--container-padding));
    margin-right: calc(-1 * var(--container-padding));
    padding: 44px 0px;
    border-top: 1px solid var(--base-color);
  }
  .account-null__txt img {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    top: 0;
  }
  .account-null__info--addresses {
    max-width: 300px;
  }
  .account-null__img {
    margin-bottom: 24px;
    width: 242px;
  }
}
.notFound__content {
  text-align: center;
}
.notFound__img {
  margin-bottom: 72px;
}
.notFound__title {
  font-size: 70px;
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.notFound__btn {
  margin: 24px auto 0;
  padding: 12px 28px;
}

@media (max-width: 1440px) {
  .notFound__img {
    margin-bottom: 64px;
  }
  .notFound__img img {
    width: 922px;
  }
  .notFound__title {
    font-size: 58px;
    margin-bottom: 16px;
  }
  .notFound__btn {
    padding: 11px 32px;
  }
}
@media (max-width: 932px) {
  .notFound {
    padding: 80px 0;
  }
  .notFound__img {
    margin-bottom: 32px;
  }
  .notFound__img img {
    width: 358px;
  }
  .notFound__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .notFound__txt {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .notFound__btn {
    width: 100%;
  }
}
.infoPage__left {
  max-width: 380px;
  position: sticky;
  top: calc(32px + var(--header-height));
}
.infoPage__left-controls {
  display: none;
}
.infoPage__right {
  position: sticky;
  top: calc(32px + var(--header-height));
}
.infoPage-menu {
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}
.infoPage-menu__item {
  border-bottom: 1px solid var(--stroke-element);
}
.infoPage-menu__item:last-child {
  border-bottom: none;
}
.infoPage-menu__link {
  padding: 12px;
  display: block;
}
.infoPage-menu__link.selected {
  background: var(--second-element);
}
.infoPage-questions {
  font-size: 16px;
  line-height: 1.4;
}
.infoPage-questions__title {
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.infoPage-questions__txt {
  margin-bottom: 28px;
}
.infoPage-questions__links {
  margin-bottom: 28px;
}
.infoPage-questions__links-item {
  margin-bottom: 6px;
}
.infoPage-questions__links-item:last-child {
  margin-bottom: 0;
}
.infoPage-questions__phone {
  font-weight: bold;
  margin-bottom: 2px;
  text-decoration: underline;
}
.infoPage-questions__worktime {
  color: var(--text-standart);
  line-height: 1.3;
}
.infoPage-questions__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.infoPage-questions__link-icon {
  width: 20px;
  height: 20px;
}
.infoPage__title {
  text-align: center;
  margin-bottom: 64px;
}
.infoPage__desc {
  line-height: 1.4;
}
.infoPage__desc-mb-32 {
  margin-bottom: 32px;
}
.infoPage__desc ul {
  list-style: none;
  padding: 0;
}
.infoPage__desc ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}
.infoPage__desc ul li:last-child {
  margin-bottom: 0;
}
.infoPage__desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--base-color);
}
.infoPage-columnDesc {
  margin-bottom: 24px;
}
.infoPage-columnDesc__item {
  margin-bottom: 10px;
}
.infoPage-columnDesc__item:last-child {
  margin-bottom: 0;
}
.infoPage-columnDesc__col {
  width: 50%;
}
.infoPage-contacts {
  max-width: 736px;
}
.infoPage-contacts__row {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 40px;
}
.infoPage-contacts__col {
  width: 50%;
  padding-left: 24px;
  padding-right: 24px;
}
.infoPage-contacts__title {
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.infoPage-contacts__btn {
  padding: 12px 28px;
  text-transform: initial;
}
.infoPage-contacts__txt {
  margin-bottom: 24px;
}
.infoPage-contacts__link a {
  text-decoration: underline;
}
.infoPage-contacts__link a:hover {
  text-decoration: none;
}
.infoPage-contacts__bottom {
  max-width: 652px;
}
.infoPage-contacts__btn {
  margin-left: 0;
}

.slideToggle--bottom {
  margin-top: 40px;
}
.slideToggle-list__item {
  border-bottom: 1px solid var(--stroke-base);
}
.slideToggle-list__item:first-child {
  border-top: 1px solid var(--stroke-base);
}
.slideToggle-item__open {
  line-height: 115%;
  padding: 20px 0;
  text-transform: uppercase;
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideToggle-item__open--fz-17 {
  font-size: 17px;
}
.slideToggle-item__open-right {
  width: 16px;
  height: 16px;
}
.slideToggle-item__open-right svg:last-child {
  display: none;
}
.slideToggle-item__open-left {
  width: calc(100% - 16px);
  padding-right: 16px;
}
.slideToggle-item__open-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideToggle-item__open-group-img {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.slideToggle-item__open-group-img img {
  width: 40px;
  height: 20px;
}
.slideToggle-item__open[aria-expanded=true] .slideToggle-item__open-right img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slideToggle-item__open[aria-expanded=true] .slideToggle-item__open-right svg:last-child {
  display: block;
}
.slideToggle-item__open[aria-expanded=true] .slideToggle-item__open-right svg:first-child {
  display: none;
}
.slideToggle-item__txt {
  padding-top: 4px;
  padding-bottom: 32px;
}
.slideToggle-item__txt-w610 {
  max-width: 610px;
}
.slideToggle-item__txt-mb20 {
  margin-bottom: 20px;
}
.slideToggle-item__txt-mb24 {
  margin-bottom: 24px;
}
.slideToggle-item__txt p, .slideToggle-item__txt .tab-wrap {
  margin-bottom: 16px;
}
.slideToggle-item__txt ul {
  margin-bottom: 24px;
}
.slideToggle-item__txt a {
  text-decoration: underline;
}
.slideToggle-item__txt a:hover {
  text-decoration: none;
}
.slideToggle-item__txt > *:last-child {
  margin-bottom: 0;
}
.slideToggle-item__info {
  padding-top: 4px;
  padding-bottom: 28px;
}
.slideToggle-item__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 16px;
}
.slideToggle-item__g-block {
  padding: 36px 94px 36px 48px;
  border-radius: 6px;
  background: var(--element-second);
  margin-bottom: 32px;
}
.slideToggle-item__g-block-list {
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: -26px;
}
.slideToggle-item__g-block-col {
  width: 50%;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 26px;
}
.slideToggle-item__g-block-item__img {
  margin-bottom: 16px;
}
.slideToggle-item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.slideToggle-item__link-icon {
  margin-right: 8px;
}
.slideToggle-item__blocks {
  margin-bottom: 32px;
}
.slideToggle-item__blocks-item {
  margin-bottom: 8px;
  background: var(--element-second);
  border-radius: 5px;
  padding: 36px 48px;
}
.slideToggle-item__blocks-item:last-child {
  margin-bottom: 0;
}
.slideToggle-item__blocks-item__start {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.slideToggle-item__blocks-item__start p {
  margin-bottom: 0;
}
.slideToggle-item__blocks-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: normal;
  margin-top: 28px;
  stroke: var(--black);
}
.slideToggle-item__blocks-item__info--red {
  color: var(--text-error);
  stroke: var(--text-error);
  fill: var(--text-error);
}
.slideToggle-item__blocks-item__info-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.slideToggle-item__blocks-item__info-txt {
  -ms-flex-item-align: center;
      align-self: center;
}
.slideToggle-item__blocks-item__group {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slideToggle-item__blocks-item__group-col:first-child {
  width: 203px;
}
.slideToggle-item__blocks-item__group-col:last-child {
  width: 332px;
  margin-left: auto;
}
.slideToggle-item__blocks-item__group:last-child {
  margin-bottom: 0;
}
.slideToggle-item__blocks-item ol {
  padding-left: 20px;
  margin-bottom: 16px;
}
.slideToggle-item__blocks-item ul:not([class]) {
  list-style: disc;
  padding-left: 24px;
  margin: 0;
}
.slideToggle-item__blocks-item ul:not([class]) li {
  padding-left: 0;
  margin: 0;
}
.slideToggle-item__blocks-item ul:not([class]) li::before {
  display: none;
}

.faq__group {
  margin-bottom: 64px;
}
.faq__group:last-child {
  margin-bottom: 0;
}
.faq__title {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 20px;
}

#map {
  height: 690px;
}

.shopInfo {
  font-size: 16px;
  line-height: 140%;
}
.shopInfo__list {
  margin-bottom: 24px;
}
.shopInfo__list-item {
  margin-bottom: 16px;
}
.shopInfo__list-item a {
  text-decoration: underline;
}
.shopInfo__list-item:last-child {
  margin-bottom: 0;
}
.shopInfo__item {
  max-width: 350px;
}
.shopInfo__item-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  margin-top: 2px;
}
.shopInfo__item-txt {
  -ms-flex-item-align: center;
      align-self: center;
}
.shopInfo__links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shopInfo__links-item a {
  text-decoration: underline;
}
.shopInfo__links-item a:hover {
  text-decoration: none;
}
.shopInfo__title {
  font-size: 15px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.shopInfo__close {
  position: absolute;
  top: 16px;
  right: 14px;
  width: 14px;
  height: 14px;
}

.shops-links {
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: none;
}
.shops-links__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid var(--stroke-element);
}
.shops-links__list-item {
  margin-right: 12px;
}
.shops-links__list-item:last-child {
  margin-right: 0;
}
.shops-links__item {
  padding-bottom: 4px;
  display: block;
  position: relative;
  color: var(--text-disable);
}
.shops-links__item::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--black);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.shops-links__item.selected {
  color: var(--black);
}
.shops-links__item.selected::after {
  opacity: 1;
}
.shops-mobile {
  padding: 40px 14px 34px;
  border-radius: 20px 20px 0px 0px;
  background: var(--white);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: none;
}
.shops-mobile.visible {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  visibility: visible;
}

.tab-wrap {
  overflow-x: auto;
}

.tab {
  border-top: 1px solid #ddd;
}

.tab td, .tab th {
  border-bottom: 1px solid #ddd;
}

.tab th {
  padding: 5px 10px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #777;
}

.tab td {
  padding: 10px;
}

.tab tr:nth-child(odd) td {
  background: #f7f7f7;
}

.tab-innerborder td {
  border-right: 1px solid #ddd;
}

.tab-innerborder tr td:last-child {
  border-right: 0;
}

.sizetab {
  width: 30%;
}

.sizetab td, .sizetab th {
  padding: 5px 10px;
  text-align: center;
}

@media (max-width: 1440px) {
  .infoPage__left {
    max-width: 288px;
  }
  .infoPage__desc ul li {
    padding-left: 18px;
  }
  .infoPage__desc ul li::before {
    width: 6px;
    height: 6px;
  }
  .infoPage-menu {
    font-size: 16px;
    line-height: 20px;
  }
  .infoPage-menu__link {
    padding: 10px 12px;
  }
  .infoPage-questions {
    font-size: 14px;
    padding-left: 16px;
  }
  .infoPage-questions__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .infoPage-questions__txt {
    margin-bottom: 24px;
  }
  .infoPage-questions__links {
    margin-bottom: 24px;
  }
  .infoPage-questions__links-item {
    margin-bottom: 4px;
  }
  .infoPage-questions__link {
    gap: 8px;
  }
  .infoPage-questions__phone {
    font-size: 16px;
  }
  .infoPage__title {
    margin-bottom: 44px;
  }
  .infoPage-contacts {
    max-width: 600px;
  }
  .infoPage-contacts__row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 32px;
  }
  .infoPage-contacts__col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .infoPage-contacts__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .infoPage-contacts__txt {
    margin-bottom: 16px;
  }
  .infoPage-contacts__bottom {
    max-width: 100%;
  }
  .infoPage-contacts__btn {
    padding: 12px 24px;
  }
  .slideToggle--bottom {
    margin-top: 32px;
  }
  .slideToggle-item__open {
    padding: 16px 0;
    min-height: 50px;
  }
  .slideToggle-item__open--fz-17 {
    font-size: 15px;
  }
  .slideToggle-item__open-right {
    width: 14px;
    height: 14px;
  }
  .slideToggle-item__open-left {
    width: calc(100% - 14px);
  }
  .slideToggle-item__open-group-img {
    width: 36px;
    margin-right: 8px;
  }
  .slideToggle-item__open-group-img img {
    width: 36px;
    height: 18px;
  }
  .slideToggle-item__txt {
    padding-top: 8px;
  }
  .slideToggle-item__info {
    padding-bottom: 24px;
  }
  .slideToggle-item__blocks {
    margin-bottom: 28px;
  }
  .slideToggle-item__blocks-item {
    margin-bottom: 6px;
    padding: 32px 40px;
  }
  .slideToggle-item__blocks-item__start {
    margin-bottom: 20px;
  }
  .slideToggle-item__blocks-item ol {
    margin-bottom: 10px;
  }
  .slideToggle-item__blocks-item__info {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1;
  }
  .slideToggle-item__blocks-item__info-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .slideToggle-item__blocks-item__group {
    margin-bottom: 10px;
  }
  .slideToggle-item__blocks-item__group-col:first-child {
    width: 165px;
  }
  .slideToggle-item__blocks-item__group-col:last-child {
    width: 240px;
  }
  .slideToggle-item__subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .slideToggle-item__g-block {
    margin-bottom: 28px;
    padding: 32px 80px 32px 40px;
  }
  .slideToggle-item__g-block-list {
    margin-left: -22px;
    margin-right: -22px;
    margin-bottom: -32px;
  }
  .slideToggle-item__g-block-col {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 32px;
  }
  .slideToggle-item__g-block-item__img {
    width: 82px;
    margin-bottom: 12px;
  }
  .faq__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .faq__group {
    margin-bottom: 52px;
  }
  .shopInfo {
    font-size: 14px;
  }
  .shopInfo__list {
    margin-bottom: 20px;
  }
  .shopInfo__list-item {
    margin-bottom: 12px;
  }
  .shopInfo__item-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
@media (max-width: 932px) {
  .infoPage {
    padding: 16px 0 32px;
  }
  .infoPage__left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .infoPage__left-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .infoPage__left-controls .btn-circle {
    position: relative;
    z-index: 3;
  }
  .infoPage__left-menu {
    display: none;
  }
  .infoPage__right {
    padding-top: 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .infoPage__right--map {
    padding-top: 0;
  }
  .infoPage-contacts__col {
    width: 100%;
    margin-bottom: 32px;
  }
  .infoPage-contacts__col:last-child {
    margin-bottom: 0;
  }
  .infoPage-contacts__txt {
    margin-bottom: 12px;
  }
  .infoPage-questions {
    padding-left: 0;
  }
  .shops-links {
    display: block;
    margin-left: calc(-1 * var(--container-padding));
    margin-right: calc(-1 * var(--container-padding));
    margin-bottom: 0;
    border-bottom: 1px solid var(--stroke-base);
  }
  .shops-links__list {
    width: 100%;
    border: none;
  }
  .shops-links__list-item {
    margin: 0;
    width: 50%;
  }
  .shops-links__item {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: var(--text-base-grey);
  }
  .shops-links__item.selected {
    font-weight: 500;
    -webkit-transition: font-weight 0.2s linear;
    transition: font-weight 0.2s linear;
  }
  .shops-map {
    margin-left: calc(-1 * var(--container-padding));
    margin-right: calc(-1 * var(--container-padding));
    display: none;
    position: relative;
    overflow: hidden;
    margin-bottom: -32px;
  }
  .shops-map.visible {
    display: block;
  }
  .shops-mobile {
    display: block;
  }
  .shops-list.hidden {
    display: none;
  }
}
@media (max-width: 932px) {
  .infoPage__title {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 28px;
  }
  .infoPage-columnDesc__item {
    margin-bottom: 6px;
  }
  .slideToggle-item__txt {
    padding-top: 4px;
    padding-bottom: 24px;
  }
  .slideToggle-item__subtitle {
    padding-right: 6px;
  }
  .slideToggle-item__subtitle br {
    display: none;
  }
  .slideToggle-item__blocks-item {
    padding: 24px 16px 24px 20px;
  }
  .slideToggle-item__blocks-item p {
    margin-bottom: 10px;
  }
  .slideToggle-item__blocks-item__start {
    margin-bottom: 16px;
  }
  .slideToggle-item__blocks-item__info {
    margin-top: 16px;
    max-width: 295px;
  }
  .slideToggle-item__blocks-item__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 15px;
    line-height: normal;
  }
  .slideToggle-item__blocks-item__group-col:first-child {
    width: 100%;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .slideToggle-item__blocks-item__group-col:last-child {
    width: 100%;
  }
  .slideToggle-item__g-block {
    padding: 18px;
  }
  .slideToggle-item__g-block-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slideToggle-item__g-block-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slideToggle-item__g-block-item__img {
    margin-bottom: 5px;
  }
  .faq__group {
    margin-bottom: 36px;
  }
  #map {
    height: 580px;
  }
}
