@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Smooch&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

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;
  }
}

.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;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.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);
}

:root {
  --base-color: #1B1B1D;
  --white: #FFFFFF;
  --black: #000000;
  --orange: #FD9433;
  --cancel: #ED611F;
  --error: #DE6019;
  --sale: #EC9D71;
  --new: #3E9B2F;
  --gray: #F9F9F9;
  --element-second: #F6F6F6;
  --stroke-element: #F0F0F0;
  --stroke-element-hover: #D6D6D6;
  --text-hover: #A2A2A2;
  --text-black-hover: #444;
  --text-standart: #BEBEBE;
  --text-background: #adadad;
  --text-disable: #C3C3C3;
  --text-disable-2: #E3E3E3;
  --element-hover: #F0F0F0;
  --btn-hover: #222222;
  --card--bg: #F3F3F3;
  --green: #55C776;
  --light-peach: #FFCCB2;
  --light-peach-2: #FFE8E1;
  --margin-1: 32px;
  --Fill-Default-50: #F3F5F7;
  --button-default: #1B1B1D;
  --text-grey: #BCB8C4;
  --text-grey_bckgr: #B0ABB9;
  --text-light_grey: #D6D4E0;
  --stroke-default: #E2E1E7;
  --stroke-dash: #CBC9D6;
  --grey-1: #B0B0B0;
  --grey-2: #F5F5F5;
  --grey-3: #AAAAAA;
  --grey-4: #BBBBBB;
  --grey-5: #E2E2E2;
  --grey-6: #A5A5A5;
  --grey-7: #C1C1C1;
  --grey-8: #B9B9B9;
  --grey-9: #E6E6E6;
  --grey-10: #B5B5B5;
  --grey-11: #CCCCCC;
  --grey-12: #F3F3F3;
  --grey-13: #C2C2C2;
  --grey-14: #F1F1F1;
  --grey-15: #B1B1B1;
  --grey-16: #D8D8D8;
  --grey-17: #E1E1E1;
  --status-green: #42A56B;
  --container-width: 1860px;
  --container-padding: 40px;
  --gutter-x: 10px;
  --px: 8px;
  --height-content: 124px;
  --height-scroll: 118px;
  --content-center: 770px;
  --list-gutter-x: 4px;
  --rounded-1: 6px;
  --notification-height: 0px;
  --second-ff: "Halvar Breit Md";
  --li-margin: 16px;
}

@media (max-width: 1440px) {
  :root {
    --container-width: 1400px;
    --container-padding: 30px;
    --gutter-x: 14px;
    --margin-1: 28px;
    --height-content: 102px;
    --height-scroll: 94px;
    --content-center: 614px;
    --h5: 24px;
    --list-gutter-x: 3px;
    --rounded-1: 4px;
  }
}
@media (max-width: 932px) {
  :root {
    --height-content: 61px;
    --height-scroll: 61px;
    --container-padding: 14px;
  }
}
@media (max-width: 480px) {
  :root {
    --h3-375: 22px;
    --h4-375: 20px;
  }
}
@font-face {
  font-family: "Halvar Breit Md";
  src: url("../fonts/HalvarBreit-Md.woff2") format("woff2"), url("../fonts/HalvarBreit-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arimo";
  src: url("../fonts/Arimo-SemiBold.woff2") format("woff2"), url("../fonts/Arimo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arimo";
  src: url("../fonts/Arimo-Regular.woff2") format("woff2"), url("../fonts/Arimo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arimo";
  src: url("../fonts/Arimo-Medium.woff2") format("woff2"), url("../fonts/Arimo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FK Screamer Trial";
  src: url("../fonts/FKScreamerTrial-Medium.woff2") format("woff2"), url("../fonts/FKScreamerTrial-Medium.woff") format("woff");
  font-weight: 500;
  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;
  padding-left: 24px;
}

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;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

textarea {
  resize: none;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

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

.d-none {
  display: none;
}

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

.d-grid {
  display: grid;
}

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

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

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

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

.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;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon svg, .icon img {
  width: 100%;
  height: 100%;
}
.icon svg, .icon path {
  stroke: inherit;
}

.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;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon-outline svg {
  width: 100%;
  height: 100%;
}

.icon-black {
  stroke: var(--black);
}

.medium {
  font-weight: 500;
}

.s-bold {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.lh-90 {
  line-height: 90%;
}

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

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

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

.underline {
  text-decoration: underline;
}

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

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

@media (max-width: 1440px) {
  .icon, .icon-outline {
    width: 18px;
    height: 18px;
  }
  .d-grid-list {
    gap: 6px;
  }
}
.svg {
  width: 22px;
  height: 22px;
  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;
}
.svg svg {
  width: 100%;
  height: 100%;
  fill: inherit;
}

@media (max-width: 1440px) {
  .svg {
    width: 20px;
    height: 20px;
  }
}
body {
  font-family: "Arimo";
  line-height: normal;
  font-size: 17px;
  line-height: 140%;
  padding-top: 124px;
  -webkit-transition: padding-top 0.2s ease-in-out;
  transition: padding-top 0.2s ease-in-out;
  color: var(--base-color);
}
body.no-padding {
  padding-top: 0 !important;
}
body.body-pt-scroll {
  padding-top: 118px;
}

@media (max-width: 1440px) {
  body {
    font-size: 15px;
    line-height: 140%;
    padding-top: 102px;
  }
  body.body-pt-scroll {
    padding-top: 96px;
  }
}
@media (max-width: 932px) {
  body {
    padding-top: 61px;
  }
  body.body-pt-scroll {
    padding-top: 61px;
  }
  body:has(.account-certificateNull) .header__bg {
    background: var(--grey-14);
  }
}
body {
  background: var(--white);
  color: var(--base-color);
}

.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;
}

.tabsRadio-content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: none;
}
.tabsRadio-content.active {
  display: block;
}
.tabsRadio-content.animate {
  opacity: 1;
}

.video video {
  display: block;
  max-width: 100%;
}

.slider {
  overflow: hidden;
}
.slider-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 27px;
  margin: 0 8px;
  background: var(--white);
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.slider-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background: var(--white);
}
.slider-paginationVerical {
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-inactive-color: #ECECF0;
  --swiper-pagination-bullet-vertical-gap: 8px;
  --swiper-pagination-color: #E2E1E7;
}
.slider-paginationVerical .swiper-pagination-bullet {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.slider-paginationVerical .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
.slider-paginationVerical .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.slider-paginationVerical .swiper-pagination-bullet-active {
  height: 28px;
  border-radius: 28px;
}
.slider-full-width {
  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;
}

.item-fw {
  margin-left: calc(-1 * var(--container-padding));
  margin-right: calc(-1 * var(--container-padding));
}

.o-hidden {
  overflow: hidden;
}

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

.container {
  width: 100%;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin-left: auto;
  margin-right: auto;
}

.ttl {
  font-family: "Halvar Breit Md";
  letter-spacing: -0.04em;
}

h3, .h3 {
  font-size: 50px;
  line-height: 90%;
  letter-spacing: -2px;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 38px;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 27px;
  line-height: normal;
  text-transform: uppercase;
}

.title1, .title2 {
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.title1 {
  font-size: 18px;
}

.title2 {
  font-size: 16px;
}

.txt-base {
  font-size: 17px;
  line-height: 130%;
}

.txt-base-u {
  font-size: 17px;
  line-height: 115%;
  text-transform: uppercase;
}

.outline-border {
  position: relative;
}
.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-element);
}
.outline-border-top::before {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.outline-border-bottom::before {
  border-left: none;
  border-right: none;
  border-top: none;
}

.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;
}

.switch {
  line-height: 130%;
}
.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: 24px 0;
}
.switch__content--subscriptions .switch__content-txt {
  padding-left: 0;
}
.switch__content--subscriptions::before {
  border-color: var(--grey-9);
  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;
}

.content__col {
  width: 100%;
}
.content__col-3 {
  width: 25%;
}
.content__col-4 {
  width: 33.33333333%;
}
.content__col-5 {
  width: 41.66666667%;
}
.content__col-6 {
  width: 50%;
}
.content__col-7 {
  width: 58.33333333%;
}
.content__col-8 {
  width: 66.66666667%;
}
.content__col-9 {
  width: 75%;
}
.content__col-center {
  margin-left: auto;
  margin-right: auto;
}
.content__info {
  max-width: 810px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content__info--map {
  padding-left: 36px;
  padding-right: 36px;
}

.link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.link-icon__icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.link-icon__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nowrap {
  white-space: nowrap;
}

ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
ul:not([class]) li {
  padding-left: 24px;
  position: relative;
  margin-bottom: var(--li-margin);
}
ul:not([class]) li:last-child {
  margin-bottom: 0;
}
ul:not([class]) li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--base-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.radio {
  display: block;
  --icon-size: 20px;
  --border-color: var(--button-default);
}
.radio-bg {
  background: var(--element-second);
}
.radio-bg:hover {
  background: var(--element-hover);
}
.radio input {
  display: none;
}
.radio input:checked + .radio-content .radio-icon, .radio input:checked + .radio-outline .radio-icon {
  border-color: var(--black);
}
.radio input:checked + .radio-content .radio-icon::before, .radio input:checked + .radio-outline .radio-icon::before {
  opacity: 1;
}
.radio input:checked + .radio-outline::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));
}
.radio-outline {
  border-radius: inherit;
}
.radio-outline::before {
  opacity: 0;
  border-color: var(--border-color);
}

.sale {
  color: #DE6019;
}

.backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.21);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
  z-index: 101;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(-1 * var(--list-gutter-x));
  margin-right: calc(-1 * var(--list-gutter-x));
  row-gap: 8px;
}

.col {
  padding-left: var(--list-gutter-x);
  padding-right: var(--list-gutter-x);
}

.second-bg {
  background: var(--element-second);
}

.height-full {
  height: 100%;
}

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

.rounded-1 {
  border-radius: var(--rounded-1);
}

@media (max-width: 1440px) {
  .tabs-content--buyer {
    padding-top: 24px;
  }
  ul:not([class]) li {
    padding-left: 18px;
  }
  ul:not([class]) li::before {
    width: 6px;
    height: 6px;
  }
  h3, .h3 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
  h4, .h4 {
    font-size: 29px;
  }
  h5, .h5 {
    font-size: 24px;
  }
  h6, .h6 {
    font-size: 20px;
  }
  .title1 {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .title2 {
    font-size: 14px;
    letter-spacing: -0.21px;
  }
  .txt-base {
    font-size: 15px;
    line-height: 140%;
  }
  .txt-base-u {
    font-size: 15px;
  }
  .txt-sm {
    font-size: 14px;
  }
  .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;
  }
  .content__info {
    max-width: 658px;
  }
  .content__info--map {
    padding-left: 24px;
    padding-right: 24px;
  }
  .radio {
    --icon-size: 18px;
  }
  .radio-icon::before {
    width: 8px;
    height: 8px;
  }
  .list {
    row-gap: 6px;
  }
  .link-icon {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .link-icon__icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 932px) {
  *::-webkit-scrollbar {
    display: none;
  }
  .desktop {
    display: none;
  }
  .content__info {
    padding-left: 0;
    padding-right: 0;
  }
  .content__col {
    width: 100%;
  }
  .tabs-content--buyer {
    padding-top: 0;
    border: none;
  }
  .desctop {
    display: none;
  }
  .mobile {
    display: block;
  }
  h3, .h3 {
    font-size: 32px;
    line-height: 98%;
    letter-spacing: -1.76px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 14px;
  }
  .title1 {
    font-size: 14px;
  }
  .mobile-overlflow-hidden {
    overflow: hidden;
  }
  .mobile-overflow-hidden .header {
    z-index: 99;
  }
  .link-icon {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .slider-full-width-m {
    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;
  }
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

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

@media (max-width: 932px) {
  .align-start-m {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.textBlock p {
  margin-bottom: 24px;
}
.textBlock ul {
  margin-bottom: 24px;
}

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

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

@media (max-width: 1440px) {
  .textBlock p {
    margin-bottom: 20px;
  }
  .textBlock ul {
    margin-bottom: 20px;
  }
}
.text-grey {
  color: var(--text-grey);
}

.d-block {
  display: block;
}

@media (max-width: 932px) {
  .m-hidden {
    display: none !important;
  }
}
.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;
  }
}
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

@media (max-width: 932px) {
  .static-m {
    position: static;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

@media (max-width: 932px) {
  .overflow-x-scroll-m {
    overflow-x: scroll;
  }
  .list-scroll-m {
    margin-left: calc(-1 * var(--container-padding));
    margin-right: calc(-1 * var(--container-padding));
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}
h2, .h2 {
  font-size: 3.5vw;
  line-height: 90%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  h2, .h2 {
    font-size: 4vw;
  }
}
@media (max-width: 428px) {
  h2, .h2 {
    font-size: 6.4vw;
    letter-spacing: -0.02em;
  }
}
.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);
}

.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(--black);
  color: var(--white);
  border-radius: 6px;
  font-size: 17px;
  line-height: 115%;
  font-weight: normal;
  text-transform: uppercase;
  padding: 20px 40px;
  gap: 10px;
}
.btn[disabled] {
  color: var(--text-disable);
  background: var(--grey-14);
}
.btn[disabled]:hover {
  background: var(--grey-14);
}
.btn:hover {
  background: var(--btn-hover);
}
.btn__icon {
  stroke: var(--white);
  width: var(--icon-size);
  height: var(--icon-size);
}
.btn-outline {
  position: relative;
  background: transparent;
  color: var(--black);
}
.btn-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--black);
  border-radius: inherit;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.btn-outline:hover {
  background: transparent;
  color: var(--btn-hover);
}
.btn-outline:hover::before {
  border-color: var(--btn-hover);
}
.btn-outline-white {
  color: var(--white);
}
.btn-outline-white::before {
  border-color: var(--white);
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--base-color);
}
.btn-outline-white:hover::before {
  border-color: var(--base-color);
}
.btn-rounded {
  border-radius: 46px;
}
.btn-white {
  background: var(--white);
  color: var(--black);
}
.btn-white:hover {
  background: var(--element-hover);
  color: var(--black);
}
.btn-white:active {
  background: var(--white);
}

.back-btn svg {
  width: 16px;
  height: 16px;
}

.w-full {
  width: 100%;
}

@media (max-width: 1440px) {
  .btn-circle {
    --btn-size: 34px;
    --btn-size-icon: 14px;
  }
  .back-btn svg {
    width: 14px;
    height: 14px;
  }
  .btn {
    font-size: 15px;
    padding: 17px 20px 16px;
    border-radius: 4px;
  }
  .btn-rounded {
    border-radius: 46px;
  }
}
@media (max-width: 932px) {
  .m-w-full {
    width: 100%;
  }
}
.button {
  --icon-size: 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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px 12px 18px;
  background: var(--white);
  color: var(--black);
  gap: 10px;
  border-radius: 26px;
  line-height: 20px;
}
.button--icon-left {
  padding: 12px 18px 12px 16px;
}
.button--circle {
  padding: 12px;
}
.button__icon {
  width: var(--icon-size);
  height: var(--icon-size);
}

.button-label input {
  display: none;
}
.button-label input:checked + span::before {
  opacity: 1;
}
.button-label__content::before {
  border-color: var(--black);
  opacity: 0;
}

.button-badge input {
  display: none;
}
.button-badge input:checked + .button-badge__content::before {
  opacity: 1;
}
.button-badge__content {
  padding: 11px 20px;
  display: block;
  background: var(--element-second);
  border-radius: 4px;
}
.button-badge__content::before {
  border-color: var(--black);
  opacity: 0;
}

@media (max-width: 1440px) {
  .button {
    gap: 8px;
    padding: 10px 14px 10px 16px;
    --icon-size: 14px;
  }
  .button--icon-left {
    padding: 10px 16px 10px 14px;
  }
  .button-badge__content {
    padding: 9px 16px 10px;
  }
}
@media (max-width: 932px) {
  .button {
    padding: 6px 12px 7px 14px;
    min-height: 33px;
  }
  .button--icon-left {
    padding: 6px 14px 7px 12px;
  }
  .button-badge__content {
    padding-top: 7px;
    padding-bottom: 8px;
  }
}
.sticker {
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: uppercase;
}
.sticker--sale {
  color: var(--sale);
}
.sticker--new {
  color: var(--new);
}
.sticker--grey {
  color: #606060;
}

.banner-title {
  font-size: 5.2vw;
  line-height: 76%;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.banner-title-second {
  font-size: 4.5vw;
  line-height: 80%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.subtitle {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.txt-sm {
  font-size: 16px;
  line-height: 140%;
}

.txt-label {
  font-size: 12px;
  line-height: 14px;
}

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

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

.fw-500 {
  font-weight: 500;
}

.technic {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 1440px) {
  .subtitle {
    font-size: 32px;
  }
  .title {
    font-size: 16px;
  }
  .txt-sm {
    font-size: 14px;
  }
  .tech-14 {
    font-size: 12px;
  }
  .sticker {
    font-size: 12px;
  }
  .technic {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  .banner-title {
    font-size: 9.6vw;
  }
  .banner-title-second {
    font-size: 7.5vw;
    line-height: 90%;
  }
  .subtitle {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.footer {
  background: #0F0F11;
  color: #E4E4E4;
}
.footer__content {
  margin-left: -4px;
  margin-right: -4px;
}
.footer__content--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__content--bottom-reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer__bottom {
  padding-bottom: 36px;
}
.footer__col {
  padding-left: 4px;
  padding-right: 4px;
}
.footer__col-6 {
  width: 50%;
}
.footer__col-3 {
  width: 33.33333333%;
}
.footer__col-4 {
  width: 66.66666667%;
}
.footer__top {
  padding: 82px 0;
}
.footer-logo {
  text-align: center;
}
.footer-download {
  max-width: 498px;
  color: #E4E4E4;
}
.footer-download__qr {
  width: 157px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.footer-download__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-download__txt {
  line-height: 115%;
  text-transform: uppercase;
  margin-bottom: auto;
}
.footer-download__links {
  margin-top: 8px;
}
.footer-download__link {
  display: block;
  margin-right: 8px;
}
.footer-download__link img {
  height: 46px;
  height: auto;
}
.footer-download__link:last-child {
  margin-right: 0;
}
.footer__middle {
  padding-bottom: 32px;
}
.footer-info__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.footer-info__title-icon {
  display: none;
  width: 14px;
  height: 14px;
}
.footer-info__title-icon path {
  stroke: var(--white);
}
.footer-menu {
  color: #8C8794;
}
.footer-menu__item {
  margin-bottom: 12px;
  line-height: 1.4;
}
.footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer-contacts {
  max-width: 216px;
}
.footer-contacts__list {
  margin-bottom: 32px;
}
.footer-contacts__list-item {
  margin-bottom: 10px;
}
.footer-contacts__list-item:last-child {
  margin-bottom: 0;
}
.footer-contacts__phones {
  margin-bottom: 24px;
  font-weight: 500;
}
.footer-contacts__phones-item {
  display: block;
  margin-bottom: 6px;
  line-height: normal;
}
.footer-contacts__phones-item:last-child {
  margin-bottom: 0;
}
.footer-contacts__btn {
  padding: 10px 16px;
  text-transform: uppercase;
  line-height: 115%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
}
.footer-contacts__btn::before {
  border-color: #BEBEBE;
}
.footer-contacts__btn:hover, .footer-contacts__btn.selected {
  background: var(--white);
  color: var(--black);
}
.footer-contacts__write {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-contacts__dropdown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  margin-top: 5px;
  width: 298px;
  height: 72px;
  background: url(../img/general/union.svg) top 0px center no-repeat;
  padding-bottom: 20px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.footer-contacts__dropdown.show {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.footer-contacts__dropdown-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.footer-contacts__dropdown-item {
  margin-right: 24px;
}
.footer-contacts__dropdown-item:last-child {
  margin-right: 0;
}
.footer-contacts__dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 130%;
}
.footer-contacts__dropdown-link-icon {
  width: 20px;
  height: 20px;
  stroke: var(--white);
}
.footer-contacts__dropdown-link-txt {
  margin-left: 8px;
}
.footer-mailing__txt {
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 115%;
}
.footer-mailing__group {
  position: relative;
  width: 398px;
}
.footer-mailing__input {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 42px;
  border: 1px solid #64646F;
  padding: 0 60px 0 20px;
  text-transform: uppercase;
  background: transparent;
  color: var(--white);
}
.footer-mailing__input::-webkit-input-placeholder {
  color: var(--white);
}
.footer-mailing__input::-moz-placeholder {
  color: var(--white);
}
.footer-mailing__input:-ms-input-placeholder {
  color: var(--white);
}
.footer-mailing__input::-ms-input-placeholder {
  color: var(--white);
}
.footer-mailing__input::placeholder {
  color: var(--white);
}
.footer-mailing__btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  background: #F6F6F6;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-mailing__btn:hover {
  background: #D2D2D2;
}
.footer-mailing__txt-bottom {
  margin-top: 24px;
  color: #8C8794;
  max-width: 550px;
}
.footer-social__item {
  margin-right: 8px;
}
.footer-social__item:last-child {
  margin: 0;
}
.footer-social__link {
  width: 60px;
  height: 60px;
  border: 1px solid var(--white);
  border-radius: 50%;
  fill: var(--white);
}
.footer-social__link svg {
  width: 20px;
  height: 20px;
}
.footer-social__link--white {
  background: var(--white);
  fill: var(--button-default);
}
.footer-txt {
  font-size: 14px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
}
.footer-txt__item {
  margin-bottom: 8px;
}
.footer-txt__item a {
  text-decoration: underline;
}
.footer-txt__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .footer__top {
    padding: 64px 0;
  }
  .footer-logo img {
    width: 78px;
    height: 112px;
  }
  .footer-download {
    max-width: 432px;
  }
  .footer-download__qr {
    width: 136px;
    height: 136px;
  }
  .footer-download__info {
    padding-left: 20px;
  }
  .footer-download__link {
    margin-right: 6px;
  }
  .footer-download__link img {
    height: 41px;
    width: auto;
  }
  .footer-info__title {
    margin-bottom: 16px;
  }
  .footer-menu__item {
    margin-bottom: 8px;
  }
  .footer-contacts {
    max-width: 198px;
  }
  .footer-contacts__list {
    margin-bottom: 28px;
    word-break: break-word;
  }
  .footer-contacts__phones {
    margin-bottom: 28px;
  }
  .footer-contacts__btn {
    padding: 9px 14px 8px;
  }
  .footer-contacts__dropdown {
    margin-top: 6px;
    width: 256px;
    height: 59px;
    background: url(../img/general/union-1440.svg) bottom 0px center;
    padding-bottom: 16px;
  }
  .footer-contacts__dropdown-item {
    margin-right: 20px;
  }
  .footer-contacts__dropdown-link {
    font-size: 14px;
  }
  .footer-contacts__dropdown-link-icon {
    width: 18px;
    height: 18px;
  }
  .footer__middle {
    padding-bottom: 24px;
  }
  .footer-social__item {
    margin-right: 6px;
  }
  .footer-social__link {
    width: 50px;
    height: 50px;
  }
  .footer-social__link svg {
    width: 18px;
    height: 18px;
  }
  .footer-mailing__txt {
    margin-bottom: 12px;
  }
  .footer-mailing__group {
    width: 306px;
  }
  .footer-mailing__input {
    height: 50px;
    padding-left: 16px;
  }
  .footer-mailing__btn {
    width: 34px;
    height: 34px;
    right: 8px;
  }
  .footer-mailing__btn img {
    width: 18px;
  }
  .footer-mailing__txt-bottom {
    margin-top: 20px;
    max-width: 474px;
  }
  .footer-txt {
    font-size: 12px;
  }
  .footer-txt__item {
    margin-bottom: 4px;
  }
}
@media (min-width: 1025px) {
  .footer-info__content {
    display: block !important;
  }
  .footer-contacts__btn:hover, .footer-contacts__btn.selected {
    background: var(--base-color);
    color: var(--black);
  }
  .footer-contacts__btn:hover::before, .footer-contacts__btn.selected::before {
    border-color: transparent;
  }
}
@media (max-width: 1024px) {
  .footer__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__col {
    width: 100%;
  }
  .footer__top {
    padding: 32px 0;
  }
  .footer-logo img {
    width: 45px;
    height: 66px;
  }
  .footer-download {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-download__qr {
    display: none;
  }
  .footer-download__info {
    padding-left: 0;
    text-align: center;
  }
  .footer-download__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .footer-download__link {
    margin-right: 8px;
  }
  .footer-download__link img {
    height: 46px;
  }
  .footer-download__txt {
    font-size: 14px;
    line-height: 113.3%;
    margin-bottom: 16px;
  }
  .footer-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
  .footer-info--first {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }
  .footer-info__content-inner {
    padding-top: 8px;
    padding-bottom: 24px;
  }
  .footer-info__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0;
    margin-bottom: 0;
  }
  .footer-info__title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-info__title-txt {
    width: calc(100% - 14px);
    padding-right: 8px;
  }
  .footer-info__title[aria-expanded=true] svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer__middle {
    padding-bottom: 52px;
  }
  .footer-mailing {
    margin-bottom: 32px;
  }
  .footer-mailing__txt {
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
  }
  .footer-mailing__group {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-mailing__txt-bottom {
    text-align: center;
    margin-top: 12px;
  }
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-txt {
    margin-top: 32px;
    text-align: center;
    font-size: 12px;
    line-height: normal;
  }
  .footer-txt__item {
    margin-bottom: 16px;
  }
  .footer__bottom {
    padding-bottom: 32px;
  }
  .footer-contacts__dropdown {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    left: 0;
    top: initial;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 4px;
    background: url(../img/general/union-mobile.svg) 0 0 no-repeat;
    padding-bottom: 0;
    padding-top: 16px;
    width: 275px;
    height: 58px;
  }
  .footer-contacts__dropdown-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-contacts__dropdown-item {
    margin-right: 24px;
  }
  .footer-contacts__phones {
    margin-bottom: 20px;
  }
}
@media (max-width: 932px) {
  .footer-mailing__group {
    width: 100%;
  }
}
.supportChat {
  z-index: 99;
  bottom: var(--container-padding);
  right: var(--container-padding);
  --btn-size: 60px;
  --active-bg: #F8F8F8;
}
.supportChat-btn {
  --btn-size: 60px;
  --btn-size-icon: 20px;
  -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);
}
.supportChat-btn.opened {
  background: var(--active-bg);
}
.supportChat-btn.opened svg:first-child {
  display: none;
}
.supportChat-btn.opened svg:last-child {
  display: block;
}
.supportChat-btn.opened .supportChat-btn__indicator {
  display: none;
}
.supportChat-btn.active {
  --btn-bg: #2B2B2B;
  --active-bg: #323236;
  --btn-bg-hover: #323236;
}
.supportChat-btn.active path {
  stroke: var(--white);
}
.supportChat-btn svg:last-child {
  display: none;
}
.supportChat-btn__indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--white);
  top: -2px;
  right: -2px;
}
.supportChat-dropdown {
  top: 50%;
  right: 81px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.supportChat-dropdown__inner {
  width: calc(2 * var(--btn-size));
  grid-template-columns: repeat(2, 1fr);
  background: var(--white);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.supportChat-dropdown__btn {
  height: var(--btn-size);
}
.supportChat-dropdown__btn:hover {
  background: var(--active-bg);
}
.supportChat-dropdown__arrow {
  width: 17px;
  height: 24px;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1440px) {
  .supportChat {
    --btn-size: 50px;
  }
  .supportChat path {
    stroke-width: 1.2;
  }
  .supportChat-btn {
    --btn-size: 50px;
    --btn-size-icon: 18px;
  }
  .supportChat-btn__indicator {
    width: 8px;
    height: 8px;
  }
  .supportChat-dropdown {
    right: 66px;
  }
  .supportChat-dropdown__arrow {
    right: -9px;
  }
}
@media (max-width: 932px) {
  .supportChat-btn {
    --btn-size: 40px;
  }
  .supportChat-dropdown {
    right: 52px;
  }
}
.offcanvas {
  background: var(--white);
  --offcanvas-px: 40px;
}
.offcanvas:has(.search) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.offcanvas.search-opened .offcanvas__head-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__head {
  padding-bottom: 20px;
}
.offcanvas__inner {
  height: 100%;
  overflow: auto;
  position: relative;
  overflow-x: hidden;
}
.offcanvas__inner--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offcanvas__inner::-webkit-scrollbar {
  display: none;
}
.offcanvas__form, .offcanvas__tabs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.offcanvas__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offcanvas__tabs .tabs-content.active {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.offcanvas__sticky-foot {
  background: var(--white);
  position: sticky;
  bottom: 0;
  z-index: 9;
  padding: 16px var(--offcanvas-px) var(--offcanvas-px);
}
.offcanvas__sticky-foot__txt {
  margin-top: 16px;
}
.offcanvas.offcanvas-end {
  width: 656px;
}
.offcanvas.offcanvas-fh {
  height: 100%;
  background: transparent;
}
.offcanvas.offcanvas-ha {
  height: auto;
}
.offcanvas-backdrop.show {
  opacity: 0.12;
}
.offcanvas__head {
  padding: 64px 40px 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 11;
}
.offcanvas__head--has-search {
  padding-bottom: 20px;
}
.offcanvas__head--image {
  padding: 38px 46px 50px;
  position: static;
}
.offcanvas__head--has-step {
  padding-top: 40px;
}
.offcanvas__head-back {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.offcanvas__head-back--mobile {
  display: none;
}
.offcanvas__head-right {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.offcanvas__head-left {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 24px;
}
.offcanvas__head-search {
  margin-top: 20px;
}
.offcanvas__head-step {
  margin-bottom: 12px;
}
.offcanvas__body {
  padding: 0 40px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}
.offcanvas__body > .form {
  margin-top: 10px;
}
.offcanvas__body--cerificate-bg {
  background: var(--cert-bg);
  color: var(--text-color);
}
.offcanvas__body--no-padding {
  padding: 0 !important;
}
.offcanvas__body--py-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.offcanvas__body--pt-28 {
  padding-top: 28px;
}
.offcanvas-close--absolute {
  position: fixed;
  z-index: 9;
  top: 64px;
  right: 40px;
  z-index: 10;
}
.offcanvas-close--hidden {
  display: none;
}
.offcanvas-close img {
  width: 16px;
  height: 16px;
}
.offcanvas-desc__title {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 24px;
}
.offcanvas-determine__table {
  width: 100%;
  table-layout: fixed;
  text-transform: uppercase;
  margin-bottom: 64px;
}
.offcanvas-determine__table thead {
  border-bottom: 1px solid var(--stroke-element);
  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;
}
.offcanvas-shares__title {
  margin-bottom: 20px;
}
.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;
}
.offcanvas-subscribe__checkboxes {
  margin-bottom: 32px;
}
.offcanvas-subscribe__checkboxes-col {
  margin-right: 146px;
}
.offcanvas-subscribe__checkboxes-col:last-child {
  margin-right: 0;
}
.offcanvas-subscribe__checkboxes-item {
  margin-bottom: 24px;
}
.offcanvas-subscribe__checkboxes-item:last-child {
  margin-bottom: 0;
}
.offcanvas-subscribe__txt {
  margin-bottom: 20px;
}
.offcanvas-subscribe__group {
  --px: 4px;
  margin-bottom: 32px;
  margin-left: calc(-1 * var(--px));
  margin-right: calc(-1 * var(--px));
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 16px;
}
.offcanvas-subscribe__group-col {
  width: 50%;
  padding-left: var(--px);
  padding-right: var(--px);
}
.offcanvas-subscribe__group-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: var(--px);
  padding-right: var(--px);
}
.offcanvas-subscribe__group-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: var(--px);
  padding-right: var(--px);
}
.offcanvas-subscribe__btn {
  padding: 15px 20px;
  height: 50px;
}
.offcanvas-subscribe__bottom-txt {
  font-size: 14px;
  line-height: normal;
  color: #ABA9A9;
}
.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;
}
.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: 464px;
}
.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 {
  margin-left: auto;
  padding: 17px 25px 16px;
  font-size: 15px;
}
.offcanvas-feedback__files-title {
  font-size: 28px;
  margin-bottom: 24px;
}

@media (max-width: 1440px) {
  .offcanvas {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05), 0 12px 16px 0 rgba(0, 0, 0, 0.02), 0 32px 51px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05), 0 12px 16px 0 rgba(0, 0, 0, 0.02), 0 32px 51px 0 rgba(0, 0, 0, 0.04);
    --offcanvas-px: 30px;
  }
  .offcanvas.offcanvas-end {
    width: 492px;
    max-width: 100%;
  }
  .offcanvas__sticky-foot {
    padding-top: 12px;
  }
  .offcanvas__head {
    padding: 54px 30px 36px;
  }
  .offcanvas__head--image {
    padding: 28px 34px 38px;
  }
  .offcanvas__head--has-search {
    padding-bottom: 16px;
  }
  .offcanvas__head--has-step {
    padding-top: 32px;
  }
  .offcanvas__head--pb-2 {
    padding-bottom: 54px;
  }
  .offcanvas__head-right {
    width: 34px;
  }
  .offcanvas__head-back {
    width: 34px;
    margin-right: 12px;
  }
  .offcanvas__head-search {
    margin-top: 16px;
  }
  .offcanvas__head-step {
    margin-bottom: 8px;
  }
  .offcanvas-close--absolute {
    top: 54px;
    right: 30px;
  }
  .offcanvas__body {
    padding: 0 30px 30px;
  }
  .offcanvas__body > .form {
    margin-top: 6px;
  }
  .offcanvas__body--py-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .offcanvas__body--pt-28 {
    padding-top: 24px;
  }
  .offcanvas-desc__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .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;
  }
  .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__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;
  }
  .offcanvas-subscribe__checkboxes {
    margin-bottom: 28px;
  }
  .offcanvas-subscribe__checkboxes-col {
    margin-right: 106px;
  }
  .offcanvas-subscribe__checkboxes-item {
    margin-bottom: 20px;
  }
  .offcanvas-subscribe__txt {
    margin-bottom: 16px;
  }
  .offcanvas-subscribe__group {
    --px: 3px;
    margin-bottom: 16px;
    row-gap: 12px;
  }
  .offcanvas-subscribe__btn {
    padding: 12px 16px 11px;
    height: 40px;
  }
  .offcanvas-subscribe__bottom-txt {
    font-size: 12px;
  }
  .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: 17px 24px 16px;
  }
  .offcanvas-feedback__files-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .offcanvas-feedback__status-img {
    margin-bottom: 28px;
  }
  .offcanvas-feedback__status-img img {
    width: 64px;
  }
  .offcanvas-feedback__status-group {
    max-width: 310px;
  }
  .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 {
    --offcanvas-px: 14px;
  }
  .offcanvas.show-sale::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.21);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .offcanvas.offcanvas-end {
    width: 100%;
    max-width: 100%;
  }
  .offcanvas__inner {
    overflow-x: hidden;
  }
  .offcanvas__inner--m-no-overflow {
    overflow: hidden;
  }
  .offcanvas__sticky-foot {
    padding-top: 8px;
  }
  .offcanvas__head {
    padding: 20px var(--container-padding);
  }
  .offcanvas__head--has-step {
    padding: 16px var(--container-padding) 20px;
  }
  .offcanvas__head--has-search {
    padding-bottom: 12px;
  }
  .offcanvas__head--image {
    padding: 22px 26px 28px;
  }
  .offcanvas__head--m-pb-0 {
    padding-bottom: 0;
  }
  .offcanvas__head-back {
    margin-right: 24px;
  }
  .offcanvas__head-back--mobile {
    display: block;
  }
  .offcanvas__head-hiddenSearch__inner {
    padding-top: 16px;
  }
  .offcanvas__head-step {
    text-align: center;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .offcanvas__title {
    font-size: 18px;
  }
  .offcanvas__title--m-center {
    text-align: center;
  }
  .offcanvas__body {
    padding: 0 var(--container-padding) 14px;
  }
  .offcanvas__body--py-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .offcanvas__body--m-overflow {
    overflow-y: auto;
    max-height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .offcanvas-close--absolute {
    top: 20px;
    right: 14px;
  }
  .offcanvas-shares__title br {
    display: none;
  }
  .offcanvas-shares__price {
    padding: 20px 12px;
  }
  .offcanvas-subscribe {
    padding-top: 28px;
  }
  .offcanvas-subscribe__checkboxes-col {
    margin-right: 136px;
  }
  .offcanvas-subscribe__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 8px;
  }
  .offcanvas-subscribe__group-left {
    width: 100%;
    padding-right: 0;
  }
  .offcanvas-subscribe__group-right {
    width: 100%;
  }
  .offcanvas-subscribe__group-col {
    width: 100%;
  }
  .offcanvas-subscribe__btn {
    width: 100%;
  }
  .offcanvas-feedback__btn {
    width: 100%;
  }
  .offcanvas-feedback__status-img {
    margin-bottom: 24px;
  }
  .offcanvas-feedback__status-title {
    font-size: 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;
  }
  .second-open .offcanvas__head-step {
    display: none;
  }
  .second-open .offcanvas__head-right {
    opacity: 0;
    pointer-events: none;
  }
  .second-open .offcanvas__head {
    padding: 20px var(--container-padding);
  }
}
.offcanvas-split__title {
  font-weight: 600;
  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 p {
  margin-bottom: 12px;
}
.offcanvas-split__consent p:last-child {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.4);
}
.offcanvas-split__consent a {
  color: var(--green);
}
.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 var(--stroke-default);
}
.offcanvas-yaPay__add-item__icon {
  margin-right: 8px;
}
.offcanvas-yaPay__work {
  padding-left: var(--offcanvas-px);
  padding-right: var(--offcanvas-px);
}
.offcanvas-yaPay__work-list {
  position: relative;
}
.offcanvas-yaPay__work-list::before {
  content: "";
  height: 1px;
  width: 75%;
  position: absolute;
  top: 30px;
  left: 0;
  background: var(--stroke-default);
}
.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(--offcanvas-px);
  padding-right: var(--offcanvas-px);
}
.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(--offcanvas-px));
    padding-right: var(--offcanvas-px);
  }
  .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(--offcanvas-px);
}
.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: var(--stroke-default);
  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: var(--stroke-default);
}
.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: var(--stroke-default);
  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(--offcanvas-px));
}
.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-cert {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.offcanvas-cert .certificate-img__content-text {
  display: block;
}
.offcanvas-cert--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.offcanvas-cert__decor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  right: -40px;
  margin: auto;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 9;
  pointer-events: none;
  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-cert__decor.visible {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -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;
}
.offcanvas-cert .certificate-img-shadow .certificate-img__inner {
  -webkit-box-shadow: 0px 4px 14px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 14px 4px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.offcanvas-cert .certificate-img-shadow .certificate-img__promocode {
  -webkit-box-shadow: 0px 4px 14px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 14px 4px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.offcanvas-cert__status {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--black);
}
.offcanvas-cert__status-group {
  margin-bottom: 24px;
}
.offcanvas-cert__status-group__item {
  margin-bottom: 16px;
}
.offcanvas-cert__status-group__item:last-child {
  margin-bottom: 0;
}
.offcanvas-cert__status-group:last-child {
  margin-bottom: 0;
}
.offcanvas-cert__btn {
  width: 100%;
}

#cert {
  background: var(--cert-bg);
}

@media (max-width: 1440px) {
  .offcanvas-cert__decor {
    left: -30px;
    right: -30px;
  }
  .offcanvas-cert__status {
    margin-top: 20px;
    padding-top: 16px;
  }
  .offcanvas-cert__status-group {
    margin-bottom: 16px;
  }
  .offcanvas-cert__status-group__item {
    margin-bottom: 16px;
  }
  .offcanvas-cert__btn {
    padding-top: 12px;
    padding-bottom: 11px;
  }
}
@media (max-width: 932px) {
  .offcanvas-cert__status .account-certCard__right-item {
    padding-top: 0;
  }
}
.offcanvas-return__product-wrap {
  margin-bottom: 24px;
}
.offcanvas-return__product {
  max-width: 468px;
  grid-template-columns: 90px 1fr;
}
.offcanvas-return__product-img {
  padding-bottom: 24px;
  height: 110px;
}
.offcanvas-return__product-img img {
  max-width: 62px;
}
.offcanvas-return__label {
  border-radius: 4px;
}
.offcanvas-return__label-content {
  grid-template-columns: 38px 1fr 20px;
  grid-template-rows: minmax(38px, auto);
  gap: 12px;
  padding: 11px 16px;
}
.offcanvas-return__label-content--no-img {
  grid-template-columns: 1fr 20px;
}
.offcanvas-return__files-group {
  margin-top: 32px;
}
.offcanvas-return__files-group__head {
  margin-bottom: 20px;
}
.offcanvas-return__files-title {
  max-width: 430px;
}
.offcanvas-return__files-txt {
  margin-top: 12px;
}
.offcanvas-return__notification {
  margin-bottom: 32px;
}
.offcanvas-return__methods-list {
  margin-bottom: 20px;
}
.offcanvas-return__methods-label {
  border-radius: 24px;
}
.offcanvas-return__methods-label__content {
  grid-template-columns: 32px 1fr;
  padding: 6px 18px 6px 6px;
}
.offcanvas-return__info {
  border-radius: 6px;
  padding: 32px 28px;
}
.offcanvas-return__info-group {
  margin-bottom: 20px;
}
.offcanvas-return__info-group.error .offcanvas-return__info-title {
  color: var(--error);
}
.offcanvas-return__info-group.error .form-input {
  border-color: var(--error);
}
.offcanvas-return__info-group:last-child {
  margin-bottom: 0;
}
.offcanvas-return__info-title {
  margin-bottom: 12px;
}
.offcanvas-return__info-subtitle {
  margin-bottom: 4px;
}
.offcanvas-return__info-notification {
  margin-top: 24px;
}

@media (max-width: 1440px) {
  .offcanvas-return__notification {
    margin-bottom: 28px;
  }
  .offcanvas-return__product-wrap {
    margin-bottom: 20px;
  }
  .offcanvas-return__product {
    grid-template-columns: 68px 1fr;
    max-width: 314px;
  }
  .offcanvas-return__product-img {
    height: 82px;
    padding-bottom: 18px;
  }
  .offcanvas-return__product-img img {
    max-width: 46px;
  }
  .offcanvas-return__label-content {
    padding: 9px 12px;
    grid-template-columns: 32px 1fr 18px;
    grid-template-rows: minmax(32px, auto);
    gap: 8px;
  }
  .offcanvas-return__label-content--no-img {
    grid-template-columns: 1fr 18px;
  }
  .offcanvas-return__files-group {
    margin-top: 28px;
  }
  .offcanvas-return__files-group__head {
    margin-bottom: 16px;
  }
  .offcanvas-return__files-title {
    margin-top: 8px;
  }
  .offcanvas-return__methods-list {
    margin-bottom: 16px;
  }
  .offcanvas-return__methods-label__content {
    grid-template-columns: 28px 1fr;
    padding: 6px 16px 6px 6px;
  }
  .offcanvas-return__info {
    padding: 28px 20px;
  }
  .offcanvas-return__info-title {
    margin-bottom: 6px;
  }
  .offcanvas-return__info-subtitle {
    margin-bottom: 2px;
  }
  .offcanvas-return__info-group {
    margin-bottom: 16px;
  }
  .offcanvas-return__info-notification {
    margin-top: 20px;
  }
}
@media (max-width: 932px) {
  .offcanvas__body:has(.show-date) {
    z-index: 12;
  }
  .offcanvas-return__product {
    grid-template-columns: 86px 1fr;
    max-width: 100%;
  }
  .offcanvas-return__product-img {
    height: 106px;
    padding-bottom: 22px;
  }
  .offcanvas-return__product-img img {
    max-width: 60px;
  }
  .offcanvas-return__methods-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
  .offcanvas-return__methods-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .offcanvas-return__info {
    padding: 24px 20px;
  }
  .offcanvas-return__info-title {
    margin-bottom: 10px;
  }
}
/* начало шапки */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150;
  --height-content: 124px;
  --height-scroll: 118px;
  --header-line-bg: var(--white);
}
.header-transparent {
  background: #f6f6f6;
}
.header-transparent .header__bg {
  display: none;
}
.header-black-transparent {
  width: 100%;
}
.header-black-transparent .header__bg {
  height: 0;
}
.header.scrolled .header__content {
  height: var(--height-scroll);
}
.header.scrolled .header__bg {
  height: var(--height-scroll);
}
.header.scrolled .header__logo {
  bottom: 16px;
}
.header.scrolled .header__menu {
  height: calc(100% - var(--height-scroll));
}
.header.scrolled .header-menu__navigation {
  padding-top: 0;
}
.header.notbg {
  width: 100%;
  top: 0;
}
.header.notbg .header__content {
  color: var(--white);
  fill: var(--white);
}
.header.notbg .header__content .user-menu__link-qty {
  color: var(--black);
}
.header.notbg .header__bg {
  height: 0;
}
.header.notbg.scrolled .header__bg {
  height: var(--height-scroll);
}
.header.notbg.scrolled .header__content {
  color: var(--black);
  fill: var(--black);
}
.header.opened .header__bg {
  height: var(--height-content);
}
.header.opened .header__content {
  color: var(--black);
  fill: var(--black);
}
.header.opened.scrolled .header__bg {
  height: var(--height-content);
  -webkit-transition: initial;
  transition: initial;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  height: var(--height-content);
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}
.header__content {
  height: var(--height-content);
  padding-bottom: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: height 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
  margin-left: -14px;
  margin-right: -14px;
  padding-left: 14px;
  padding-right: 14px;
}
.header__logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 86px;
  -webkit-transition: position 0.2s ease-in-out;
  transition: position 0.2s ease-in-out;
}
.header__search {
  margin-left: auto;
}
.header__user-menu {
  margin-left: 130px;
}
.header__link {
  margin-left: 104px;
}
.header__menu {
  height: calc(100vh - var(--height-content));
  display: none;
  position: relative;
  z-index: 10;
  overflow: auto;
  color: var(--base-color);
}
.header__menu::-webkit-scrollbar {
  width: 6px;
}
.header__menu::-webkit-scrollbar-track {
  background: var(--white);
}
.header__menu::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 11px;
}
.header__menu.open {
  display: block;
}
.header__menu-inner {
  display: grid;
  grid-template-rows: 0.5fr;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: grid-template-rows 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: grid-template-rows 0.2s ease-in-out, opacity 0.2s ease-in-out, -ms-grid-rows 0.2s ease-in-out;
  min-height: 750px;
}
.header__menu-inner.open {
  grid-template-rows: 1fr;
  opacity: 1;
}
.header__menu-inner.open .header-menu__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header__menu-inner__animate {
  background: var(--white);
}
.header-tabs__item {
  margin-right: 8px;
}
.header-tabs__item--mobile {
  display: none;
}
.header-tabs__item:last-child {
  margin: 0;
}
.header-tabs__link {
  line-height: 115%;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  border-radius: 24px;
  font-weight: 600;
}
.header-tabs__link:hover {
  background: var(--grey-12);
}
.header-tabs__link.selected {
  background: var(--black);
  color: var(--white);
}
.header-menu {
  padding-bottom: 40px;
}
.header-menu__navigation {
  padding-top: 16px;
  padding-bottom: 28px;
}
.header-menu__content {
  -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-menu__row {
  margin-left: -20px;
  margin-right: -20px;
}
.header-menu__col {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}
.header-menu__col--sm {
  width: 16.6666666667%;
}
.header-menu__title {
  border-top: 1px solid var(--black);
  padding-top: 20px;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
}
.header-menu__mobile-links {
  display: none;
  border-bottom: 1px solid var(--stroke-element);
  margin-top: 6px;
}
.header-menu__controls {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 13px;
  padding-bottom: 14px;
}
.header-menu__close {
  width: 20px;
  height: 20px;
}
.header-menu__user {
  font-size: 14px;
  padding: 10px;
  border-radius: 33px;
  background: var(--element-second);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.header-menu__user-txt {
  margin-right: 8px;
}
.header-menu__user-icon {
  width: 14px;
  height: 14px;
}
.header-category {
  font-weight: 500;
  font-size: 30px;
  line-height: normal;
}
.header-category__item {
  margin-bottom: 20px;
}
.header-category__item:last-child {
  margin-bottom: 0;
}
.header-category__link:hover {
  color: var(--text-black-hover);
}
.header-category__link-img {
  display: none;
}
.header-nav {
  font-size: 18px;
  line-height: normal;
}
.header-nav--medium {
  font-size: 30px;
  font-weight: 500;
}
.header-nav__item {
  margin-bottom: 18px;
}
.header-nav__item:last-child {
  margin-bottom: 0;
}
.header-nav__link:hover {
  color: var(--text-black-hover);
}
.header-nav__link-arrow {
  display: none;
  width: 14px;
  height: 14px;
}
.header-nav__link-img {
  display: none;
  width: 50px;
  height: 50px;
}
.header-nav__link-img img {
  border-radius: 4px;
}
.header-nav-img__link-img {
  display: none;
}

.custom-header .header.notbg:not(.opened) .header__content {
  color: var(--accent-color);
  fill: var(--accent-color);
}
.custom-header .header {
  color: var(--accent-color);
  fill: var(--accent-color);
}
.custom-header .header .header__bg {
  background: var(--custom-header-bg);
}
.custom-header .header.opened .header__bg {
  background: var(--white);
}

.user-menu__item {
  margin-right: 40px;
}
.user-menu__item:last-child {
  margin-right: 0;
}
.user-menu__link {
  position: relative;
}
.user-menu__link-qty {
  position: absolute;
  top: 6px;
  bottom: 2px;
  left: 0;
  right: 1px;
  font-size: 12px;
  line-height: 1;
  color: var(--white);
}

.logo {
  display: inline-block;
  -webkit-transition: initial;
  transition: initial;
}
.logo__img {
  width: 59px;
  height: 86px;
}
.logo__img svg {
  -webkit-transition: initial;
  transition: initial;
}

.open-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.open-menu__icon {
  margin-right: 12px;
}
.open-menu__icon-close {
  display: none;
}
.open-menu.active .open-menu__icon-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.open-menu.active .open-menu__icon-burger {
  display: none;
}

@media (max-width: 1440px) {
  .header {
    --height-content: 102px;
    --height-scroll: 94px;
  }
  .header.scrolled .header__logo {
    bottom: 12px;
  }
  .header__content {
    padding-bottom: 25px;
  }
  .header__logo {
    height: 70px;
  }
  .header__user-menu {
    margin-left: 84px;
  }
  .header__link {
    margin-left: 52px;
  }
  .header__menu-inner {
    min-height: 590px;
  }
  .header-menu__navigation {
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .header-menu__title {
    padding-top: 16px;
    margin-bottom: 24px;
    font-size: 14px;
  }
  .header-menu__row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .header-menu__col {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-tabs__item {
    margin-right: 0;
  }
  .header-tabs__link {
    padding: 8px 18px 9px;
  }
  .header-category {
    font-size: 26px;
  }
  .header-category__item {
    margin-bottom: 16px;
  }
  .header-nav {
    font-size: 16px;
  }
  .header-nav--medium {
    font-size: 26px;
  }
  .header-nav__item {
    margin-bottom: 14px;
  }
  .logo__img {
    width: 49px;
    height: 70px;
  }
  .user-menu__item {
    margin-right: 28px;
  }
  .user-menu__link-qty {
    font-size: 10px;
    bottom: 3px;
    right: 1px;
  }
}
@media (max-width: 1024px) {
  .header-menu__col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-menu__row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 932px) {
  .header {
    --height-content: 61px;
    --height-scroll: 61px;
  }
  .header.opened {
    height: 100%;
  }
  .header.opened .header__bg {
    height: 0;
  }
  .header.scrolled .header__logo {
    bottom: 4px;
  }
  .header.notbg .header__bg {
    height: 0;
  }
  .header-black-transparent .header__content {
    fill: var(--white);
  }
  .header-black-transparent .open-menu {
    color: var(--white);
  }
  .header-black-transparent.scrolled .header__content {
    fill: var(--black);
  }
  .header-black-transparent.scrolled .open-menu {
    color: var(--black);
  }
  .header__content {
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__link {
    display: none;
  }
  .header__search {
    margin-left: 24px;
  }
  .header__logo {
    height: 53px;
    bottom: 4px;
  }
  .header__user-menu {
    margin-left: auto;
  }
  .header__menu {
    overflow-y: auto;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    background: var(--white);
    z-index: 10000;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: block;
    min-height: 100vh;
    padding-bottom: 16px;
  }
  .header__menu.open {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    height: 100vh;
  }
  .header__menu .container {
    width: 100vw;
  }
  .header__menu-inner {
    width: 100%;
    grid-template-rows: 1fr;
  }
  .header-menu__navigation {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .header-menu__row {
    margin-bottom: -20px;
  }
  .header-menu__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .header-menu__col--image {
    display: none;
  }
  .header-menu__col--m-order-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .header-menu__title {
    border: none;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
    padding: 0;
  }
  .header-menu__mobile-links {
    display: block;
  }
  .header-menu__content {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
  .header-menu__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-category {
    margin-left: -3px;
    margin-right: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 15px;
    line-height: 140%;
    font-weight: normal;
  }
  .header-category__item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
    width: 50%;
  }
  .header-category__item--long {
    width: 100%;
  }
  .header-category__item--long .header-category__link-txt {
    max-width: 105px;
  }
  .header-category__item--white {
    color: var(--white);
  }
  .header-category__item--mobile-hidden {
    display: none;
  }
  .header-category__link {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: block;
  }
  .header-category__link-img {
    display: block;
  }
  .header-category__link-img img {
    width: 100%;
    min-height: 92px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header-category__link-txt {
    position: absolute;
    top: 12px;
    left: 16px;
    max-width: 136px;
  }
  .header-nav {
    font-size: 15px;
    font-weight: normal;
  }
  .header-nav--medium .header-nav__item:last-child {
    border-bottom: none;
  }
  .header-nav__item {
    margin-bottom: 0;
    margin-bottom: 2px;
  }
  .header-nav__item:last-child {
    margin-bottom: 0;
  }
  .header-nav__item--py-0 {
    padding: 0;
  }
  .header-nav__item--mobile-hidden {
    display: none;
  }
  .header-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f3f3f3;
    border-radius: 4px;
    padding: 4px 10px 4px 4px;
  }
  .header-nav__link--no-img {
    padding: 16px 16px;
  }
  .header-nav__link-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin-right: 19px;
  }
  .header-nav__link-txt {
    padding-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header-nav__link-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: var(--base-color);
  }
  .header-nav-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -2px;
    margin-top: -18px;
    --link-radius: 4px;
  }
  .header-nav-img__item {
    width: 50%;
    padding: 0 1px;
    border: none !important;
    margin-bottom: 2px;
  }
  .header-nav-img__item:first-child .header-nav-img__link {
    border-radius: var(--link-radius) 0 0 0;
  }
  .header-nav-img__item:nth-child(2) .header-nav-img__link {
    border-radius: 0 var(--link-radius) 0 0;
  }
  .header-nav-img__item:nth-last-child(2) .header-nav-img__link {
    border-radius: 0 0 0 var(--link-radius);
  }
  .header-nav-img__item:last-child .header-nav-img__link {
    border-radius: 0 0 var(--link-radius) 0;
  }
  .header-nav-img__link {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0;
    border-radius: 0;
  }
  .header-nav-img__link--m-white {
    color: var(--white);
  }
  .header-nav-img__link-img {
    display: block;
  }
  .header-nav-img__link-img img {
    width: 100%;
  }
  .header-nav-img__link-txt {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 16px;
    right: 20px;
    max-width: 136px;
  }
  .header__navigation {
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .header-tabs {
    overflow: auto;
  }
  .header-tabs::-webkit-scrollbar {
    display: none;
  }
  .header-tabs__item {
    margin-right: 12px;
  }
  .header-tabs__item--mobile {
    display: block;
  }
  .header-tabs__link {
    color: var(--grey-16);
    font-size: 14px;
    line-height: 130%;
    border-radius: 0;
    border-bottom: 1.5px solid transparent;
    padding: 0 0 3.5px;
    font-weight: 500;
  }
  .header-tabs__link:hover {
    background: transparent;
  }
  .header-tabs__link.selected {
    background: none;
    color: var(--black);
    border-color: var(--black);
  }
  .open-menu__icon {
    margin-right: 0px;
  }
  .open-menu__txt {
    display: none;
  }
  .open-menu.active .open-menu__icon-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .open-menu.active .open-menu__icon-close {
    display: none;
  }
  .logo__img {
    height: 53px;
    width: 36px;
  }
  .user-menu__item {
    margin-right: 24px;
  }
  .user-menu__item--m-hidden {
    display: none;
  }
  .user-menu__link-qty {
    bottom: 2px;
  }
  .productPage .header__bg {
    background: var(--grey-12);
  }
}
/* конец шапки */
.form-item {
  position: relative;
  z-index: 9;
}
.form-item.opened {
  z-index: 10;
}
.form-item:has(.focused), .form-item:has(.show-date) {
  z-index: 10;
}
.form-item__group {
  position: relative;
}
.form-item__group.focused .form-item__label, .form-item__group.error .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, .form-item__group.error .form-item__label--hidden {
  visibility: hidden;
}
.form-item__group.focused .form-input, .form-item__group.error .form-input {
  border-color: var(--black);
}
.form-item__group.focused .form-input--light, .form-item__group.error .form-input--light {
  border-color: #D4D4D4;
}
.form-item__group.focused .form-item__dropdown, .form-item__group.error .form-item__dropdown {
  display: block;
}
.form-item__group.error .form-input {
  border-color: var(--error);
}
.form-item__group.error .form-item__label {
  color: var(--error);
}
.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.show-date .form-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: var(--black);
}
.form-item__group.show-date .form-input--rounded-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-item__group.show-date .form-item__dropdown-calendar {
  display: block;
}
.form-item__label {
  color: #BBBBBB;
  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(--grey-1);
  margin-top: 8px;
}
.form-item__dropdown {
  --max-height: 362px;
  position: absolute;
  z-index: 9;
  top: 100%;
  width: 100%;
  margin-top: 6px;
  display: none;
  background: var(--white);
  border-radius: 4px;
  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-content {
  background: var(--white);
  border-radius: 4px;
  max-height: var(--max-height);
  padding: 6px 1px;
}
.form-item__dropdown-content::before {
  border-color: var(--black);
}
.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(--grey-2);
}
.form-item__dropdown-label input:checked + span .form-item__dropdown-label__icon {
  opacity: 1;
}
.form-item__dropdown-label__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 22px;
  padding: 14px 20px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.form-item__dropdown-label__info:hover {
  background: var(--grey-2);
}
.form-item__dropdown-label__icon {
  width: 16px;
  height: 16px;
  opacity: 0;
}
.form-item__dropdown-label__txt {
  display: block;
  padding: 10px 16px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.form-item__dropdown-label__txt span {
  color: var(--grey-3);
}
.form-item__dropdown-label__txt:hover {
  background: var(--grey-2);
}
.form-item__dropdown-label__content {
  display: block;
  padding: 14px 20px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.form-item__dropdown-label__content:hover {
  background: var(--grey-2);
}
.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__clear.active .form-item__clear-default {
  display: none;
}
.form-item__clear.active .form-item__clear-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-item__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.form-item__right-info {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--grey-7);
  fill: var(--grey-7);
}
.form-item__right-icon {
  width: 16px;
  height: 16px;
}
.form-item__right-icon.active {
  fill: var(--black);
}
.form-item__dropdown-calendar {
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  z-index: 9;
  padding: 10px 12px 12px;
  border-radius: 0 4px 4px 4px;
  background: var(--white);
  display: none;
}
.form-item__dropdown-calendar--right {
  left: initial;
  right: 0;
}
.form-item__dropdown-calendar::before {
  border-color: var(--black);
}
.form-item__close {
  display: none;
}
.form-datepicker .air-datepicker {
  border: none;
  border-radius: 0;
  background: none;
  font-family: "Arimo";
  --adp-cell-background-color-selected: #000000;
  --adp-background-color-selected-other-month-focused: transparent;
  --adp-cell-background-color-hover: transparent;
  --adp-nav-arrow-color: var(--base-color);
  --adp-nav-action-size: 14px;
  --adp-background-color-active: transparent;
  --adp-background-color-hover: transparent;
  --adp-nav-height: 46px;
}
.form-datepicker .air-datepicker-nav {
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  font-weight: 500;
}
.form-datepicker .air-datepicker-nav--action {
  height: var(--adp-nav-action-size);
}
.form-datepicker .air-datepicker-nav--action path {
  stroke-width: initial;
}
.form-datepicker .air-datepicker-cell.-selected- {
  background: none;
  position: relative;
}
.form-datepicker .air-datepicker-cell.-selected-::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  background: var(--black);
  z-index: -1;
  border-radius: 24px;
}
.form-datepicker .air-datepicker-cell.-selected-.-month-::before {
  width: 100%;
}
.form-datepicker .air-datepicker-cell.-selected-.-year-::before {
  width: 100%;
}
.form-datepicker .air-datepicker-cell.-selected-.-focus- {
  background: none;
}
.form-datepicker .air-datepicker-body--cells.-days-, .form-datepicker .air-datepicker-body--day-names {
  grid-column-gap: 12px;
  grid-row-gap: 4px;
}
.form-datepicker .air-datepicker--content {
  padding: 0;
}
.form-datepicker .air-datepicker {
  width: 324px;
}
.form-datepicker .air-datepicker-cell {
  height: 36px;
}
.form-datepicker .air-datepicker-body--day-names {
  padding-top: 10px;
  margin-bottom: 4px;
  margin-top: 0;
}
.form-datepicker .air-datepicker-body--day-name {
  height: 36px;
  color: #333333;
}
.form-input {
  display: block;
  width: 100%;
  height: 50px;
  min-height: 50px;
  border: 1px solid var(--stroke-element);
  border-radius: 4px;
  padding: 14px 20px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  overflow: hidden;
}
.form-input::-webkit-input-placeholder {
  color: var(--text-grey);
}
.form-input::-moz-placeholder {
  color: var(--text-grey);
}
.form-input:-ms-input-placeholder {
  color: var(--text-grey);
}
.form-input::-ms-input-placeholder {
  color: var(--text-grey);
}
.form-input::placeholder {
  color: var(--text-grey);
}
.form-input--no-border {
  border: none;
}
.form-input--rounded {
  border-radius: 40px;
}
.form-input--hidden-placeholder::-webkit-input-placeholder {
  color: transparent;
}
.form-input--hidden-placeholder::-moz-placeholder {
  color: transparent;
}
.form-input--hidden-placeholder:-ms-input-placeholder {
  color: transparent;
}
.form-input--hidden-placeholder::-ms-input-placeholder {
  color: transparent;
}
.form-input--hidden-placeholder::placeholder {
  color: transparent;
}
.form-input--hidden-placeholder:focus::-webkit-input-placeholder {
  color: var(--text-grey);
}
.form-input--hidden-placeholder:focus::-moz-placeholder {
  color: var(--text-grey);
}
.form-input--hidden-placeholder:focus:-ms-input-placeholder {
  color: var(--text-grey);
}
.form-input--hidden-placeholder:focus::-ms-input-placeholder {
  color: var(--text-grey);
}
.form-input--hidden-placeholder:focus::placeholder {
  color: var(--text-grey);
}
.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: 4px;
  --flag-width: 24px;
}
.form-phone.active {
  border-color: var(--black);
  z-index: 99;
}
.form-phone:has(.error) {
  border-color: var(--error);
}
.form-phone__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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;
  min-height: 48px;
}
.form-phone__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid var(--stroke-element);
  padding: 0 16px 0 20px;
}
.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: 20px;
}
.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__btn {
  height: 50px;
  border-radius: 4px;
  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: 4px;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.form-files input {
  display: none;
}
.form-files__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 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-load img, .form-files__item--loaded .form-files__item-load svg {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.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;
}
.form-checkbox {
  cursor: pointer;
  display: block;
  --icon-size: 20px;
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked + span .form-checkbox__icon {
  border-color: var(--black);
}
.form-checkbox input:checked + span .form-checkbox__icon::before {
  opacity: 1;
}
.form-checkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-checkbox__content--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-checkbox__icon {
  width: var(--icon-size);
  height: var(--icon-size);
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  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::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--black);
  opacity: 0;
}
.form-checkbox__icon--circle {
  border-radius: 50%;
}
.form-checkbox__icon--circle::before {
  border-radius: inherit;
}
.form-checkbox__info {
  width: calc(100% - var(--icon-size));
  padding-left: 10px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (max-width: 1440px) {
  .form-input {
    height: 40px;
    min-height: 40px;
    padding: 10px 16px;
  }
  .form-textarea {
    height: 114px;
  }
  .form-item__group.focused .form-item__label, .form-item__group.error .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;
  }
  .form-item__dropdown-label__content {
    padding: 9px 16px 10px;
  }
  .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__btn {
    padding-left: 16px;
    padding-right: 12px;
  }
  .form-phone__btn-txt {
    margin-left: 8px;
  }
  .form-phone__btn-icon {
    width: 14px;
    height: 14px;
    margin-left: 16px;
  }
  .form-phone__input {
    height: 38px;
    min-height: 38px;
  }
  .form-select__btn {
    height: 40px;
    padding: 0 16px;
  }
  .form-select__btn-icon {
    width: 14px;
    height: 14px;
  }
  .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 {
    gap: 16px;
  }
  .form-files__label-btn {
    font-size: 14px;
    padding: 9px 18px 8px;
  }
  .form-files__list {
    gap: 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;
  }
  .form-checkbox__icon {
    border-radius: 4px;
  }
  .form-datepicker .air-datepicker-cell {
    height: 28px;
    font-size: 14px;
  }
  .form-datepicker .air-datepicker-body--day-names {
    padding-top: 0;
    margin-bottom: 2px;
  }
  .form-datepicker .air-datepicker {
    width: 246px;
  }
  .form-datepicker .air-datepicker-body--cells.-days-, .form-datepicker .air-datepicker-body--day-names {
    row-gap: 2px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .form-datepicker .form-datepicker .air-datepicker-cell.-selected-::before {
    width: 26px;
    height: 24px;
  }
}
@media (max-width: 932px) {
  .form-datepicker .air-datepicker {
    --adp-color: #333333;
    --adp-color-other-month: #333333;
    --adp-color-current-date: #333333;
    --adp-nav-color-secondary: #333333;
    --adp-nav-action-size: 14px;
    --adp-nav-height: 68px;
  }
  .form-datepicker .air-datepicker-body--cells.-days- {
    row-gap: 12px;
  }
  .form-item__dropdown-label input:checked + span {
    background: transparent;
  }
  .form-item__dropdown-label__info {
    padding: 16px 0;
  }
  .form-item__dropdown-label__info:hover {
    background: transparent;
  }
  .form-item__group.show-date .backdrop {
    display: block;
  }
  .form-item__group.show-date-animate .form-item__dropdown-calendar {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .form-item__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-item__dropdown-calendar {
    z-index: 102;
    border-radius: 10px 10px 0 0;
    width: auto;
    max-width: initial;
    left: 0px;
    right: 0px;
    bottom: 0;
    top: initial;
    -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;
    position: fixed;
    padding: 0 var(--container-padding) 36px;
  }
  .form-item__dropdown-calendar::before {
    display: none;
  }
  .form-item__close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 28px;
    right: 26px;
  }
  .form-datepicker .air-datepicker {
    width: 100%;
  }
  .form-datepicker .air-datepicker--navigation {
    max-width: calc(100% - 67px);
  }
  .form-datepicker .air-datepicker-nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-datepicker .air-datepicker-nav--action {
    height: var(--adp-nav-action-size);
  }
  .form-datepicker .air-datepicker-nav--action svg {
    width: var(--adp-nav-action-size);
    height: var(--adp-nav-action-size);
  }
  .form-datepicker .air-datepicker-nav--title {
    padding: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
  }
  .form-datepicker .air-datepicker-cell {
    height: 38px;
  }
  .form-datepicker .air-datepicker-body--day-names {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 12px;
    color: #333333;
  }
  .form-datepicker .air-datepicker-body--day-name {
    height: 32px;
  }
  .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: 390px;
  }
  .form-select__dropdown-inner::-webkit-scrollbar {
    width: 3px;
  }
  .form-select__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-select__list {
    padding-right: 14px;
    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;
  }
}
.delivery-form__input {
  height: auto;
  border: none;
  border-bottom: 1px solid var(--button-default);
  border-radius: 0;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 90%;
  letter-spacing: -0.04em;
  padding: 0 0 15px;
}
.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;
  margin-top: 0;
}
.delivery-form .form-item__dropdown-label__txt {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.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-item {
  width: 100%;
}
.delivery-result__list-item--fw {
  width: 50%;
}
.delivery-result__item {
  --height: 72px;
  border-radius: 6px;
  background: #F6F6F6;
}
.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;
}
.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;
  }
}
.productCard {
  --padding-top: 138px;
  --padding-bottom: 132px;
  --padding-x: 64px;
}
.productCard.unfavorite .productCard__img, .productCard.unfavorite .productCard__bottom {
  opacity: 0.3;
}
.productCard__top {
  position: relative;
  margin-bottom: 18px;
}
.productCard__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: #F3F3F3;
}
.productCard__img--no-padding {
  padding: 0 !important;
  height: auto !important;
}
.productCard__img--no-padding img {
  width: 100%;
  min-width: 100%;
  height: auto;
  max-width: initial !important;
}
.productCard__img img {
  mix-blend-mode: darken;
}
.productCard__sale {
  position: absolute;
  top: 16px;
  left: 16px;
  color: var(--sale);
}
.productCard__favorite {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.productCard__favorite .svg-sprite-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.productCard__favorite .icon-heart-fill {
  visibility: hidden;
}
.productCard__favorite.active .icon-heart-fill {
  visibility: visible;
}
.productCard__favorite.active .icon-heart {
  visibility: hidden;
}
.productCard__title {
  margin-bottom: 4px;
}
.productCard__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productCard__price-new {
  margin-right: 12px;
}
.productCard__price-old {
  color: #B3B3B3;
  text-decoration: line-through;
}
.productCard__tags {
  margin-top: 18px;
}
.productCard__tags-item {
  margin-right: 2px;
}

@media (max-width: 1440px) {
  .productCard {
    --padding-top: 104px;
    --padding-bottom: 98px;
    --padding-x: 56px;
  }
  .productCard__top {
    margin-bottom: 16px;
  }
  .productCard__sale {
    top: 14px;
    left: 14px;
    font-size: 12px;
    line-height: normal;
  }
  .productCard__favorite {
    width: 20px;
    height: 20px;
    top: 14px;
    right: 14px;
  }
  .productCard__title {
    margin-bottom: 2px;
  }
  .productCard__price-new {
    margin-right: 8px;
  }
  .productCard__tags {
    margin-top: 14px;
  }
  .productCard__tags-item img {
    height: 20px;
    width: auto;
  }
}
@media (max-width: 932px) {
  .productCard {
    --padding-top: 40px;
    --padding-bottom: 36px;
    --padding-x: 16px;
  }
  .productCard__top {
    margin-bottom: 10px;
  }
  .productCard__img {
    height: 213px;
    padding-bottom: 36px;
  }
  .productCard__img img {
    max-width: 140px;
  }
  .productCard__sale {
    top: 10px;
    left: 10px;
  }
  .productCard__favorite {
    width: 16px;
    height: 16px;
    right: 10px;
    top: 10px;
  }
  .productCard__title {
    font-size: 14px;
    line-height: 16px;
  }
  .productCard__price {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.015em;
  }
  .productCard__price-new {
    margin-right: 6px;
  }
  .productCard__tags {
    margin-top: 10px;
  }
  .productCard__tags-item img {
    height: 18px;
  }
}
.card {
  --card--bg: #F3F3F3;
  position: relative;
  height: 100%;
  background: var(--card--bg);
  display: block;
}
.card.unfavorite .card-img, .card.unfavorite .card-img-mobile, .card.unfavorite .card-info, .card.unfavorite .card-hidden__sizes, .card.unfavorite .card-hidden__colors {
  opacity: 0.3;
}
.card.card-no-colors .card-hidden {
  bottom: 0;
}
.card.null .card-img {
  opacity: 0.3;
}
.card.null .card-info__name {
  color: var(--text-disable);
}
.card-subscribe {
  position: absolute;
  z-index: 100;
  top: 16px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-subscribe__icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  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;
}
.card-img-mobile {
  display: none;
  background: var(--card--bg);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.card-img-mobile img {
  width: 100%;
  mix-blend-mode: darken;
}
.card-img {
  height: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: darken;
}
.card-img__slider-img {
  background: var(--card--bg);
  height: 588px;
  padding-top: 62px;
  text-align: center;
}
.card-img__slider-img img {
  height: 404px;
  width: auto;
}
.card-img__slider-img--sm {
  padding-top: 82px;
  height: 512px;
}
.card-img__slider-img--sm img {
  height: 280px;
}
.card-img__pagination {
  position: absolute;
  z-index: 10;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-img__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  background: none;
}
.card-hidden {
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  padding: 0 36px 24px;
  z-index: 11;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background: var(--card--bg);
}
.card-hidden__sizes {
  margin-bottom: 8px;
}
.card-sizes {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-sizes__item {
  margin-right: 20px;
}
.card-sizes__item--mr-2 {
  margin-right: 14px;
}
.card-sizes__item:last-child {
  margin-right: 0;
}
.card-sizes__item--disabled {
  color: var(--text-disable);
}
.card-colors {
  max-width: 382px;
  margin-left: auto;
  margin-right: auto;
}
.card-colors__list {
  margin-left: -1px;
  margin-right: -1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-colors__list-item {
  padding-left: 1px;
  padding-right: 1px;
  width: 16.6666666667%;
}
.card-colors__item {
  height: 100%;
  background: var(--card--bg);
}
.card-colors__item img {
  mix-blend-mode: darken;
}
.card-colors__item--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 14px;
}
.card-info {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 36px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.card-info__name {
  margin-bottom: 6px;
  line-height: 140%;
}
.card-info__sizes {
  margin-top: 24px;
}
.card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.015em;
  line-height: normal;
}
.card-price--null {
  color: var(--error);
  letter-spacing: initial;
}
.card-price__new {
  margin-right: 4px;
  font-weight: 500;
}
.card-price__old {
  color: var(--text-disable);
  text-decoration: line-through;
}
.card-favorite {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 11;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.card-favorite .svg-sprite-icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.card-favorite .icon-heart-fill {
  visibility: hidden;
}
.card-favorite.active .icon-heart-fill {
  visibility: visible;
}
.card-favorite.active .icon-heart {
  visibility: hidden;
}
.card-favorite.active .card-favorite__animate {
  opacity: 1;
}
.card-favorite__animate {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.card-stickers {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 11;
}
.card-stickers__item--sale {
  color: #EC9D71;
}
.card-stickers__item--sale-2 {
  color: #F458C0;
}
.card-stickers__item--sale-3 {
  color: #C26BF4;
}
.card-stickers__item--grey {
  color: #606060;
}
.card-stickers__item--brown {
  color: #9D6B36;
}

@media (min-width: 933px) {
  .card:hover {
    z-index: 99;
  }
  .card:hover .card-info {
    pointer-events: none;
    visibility: hidden;
  }
  .card:hover .card-info--cart {
    visibility: visible;
  }
  .card:hover .card-hidden {
    visibility: visible;
    opacity: 1;
  }
  .card:hover .card-hidden::after {
    content: "";
    width: 100%;
    height: 8px;
    background: var(--white);
    position: absolute;
    left: 0;
    bottom: -8px;
  }
  .card.null:hover .card-info {
    visibility: visible;
    pointer-events: initial;
  }
}
@media (max-width: 1440px) {
  .card:hover .card-hidden::after {
    height: 6px;
    bottom: -6px;
  }
  .card-img__slider-img {
    padding-top: 46px;
    height: 441px;
  }
  .card-img__slider-img img {
    height: 304px;
  }
  .card-img__slider-img--sm {
    padding-top: 54px;
    height: 430px;
  }
  .card-img__slider-img--sm img {
    height: 252px;
  }
  .card-info {
    padding: 28px;
  }
  .card-info__name {
    margin-bottom: 4px;
    line-height: normal;
  }
  .card-info__sizes {
    margin-top: 20px;
  }
  .card-price {
    line-height: normal;
  }
  .card-stickers {
    left: 12px;
    top: 12px;
  }
  .card-favorite {
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
  }
  .card-price {
    letter-spacing: 0;
  }
  .card-price__new {
    font-size: 14px;
    margin-right: 4px;
  }
  .card-price__old {
    font-size: 15px;
  }
  .card-hidden {
    bottom: -44px;
    padding: 0 30px 20px;
  }
  .card-hidden__sizes {
    margin-bottom: 6px;
  }
  .card-sizes__item {
    margin-right: 16px;
  }
  .card-sizes__item--mr-2 {
    margin-right: 11px;
  }
  .card-colors {
    max-width: 280px;
  }
  .card-colors__item--txt {
    padding-bottom: 10px;
  }
  .card-subscribe {
    top: 12px;
    right: 12px;
  }
  .card-subscribe__icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 932px) {
  .card {
    overflow: hidden;
  }
  .card .card-info, .card .card-stickers, .card .card-favorite {
    will-change: transform;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 10;
    -ms-touch-action: none;
        touch-action: none;
  }
  .card .card-favorite {
    -webkit-transform: scale(2) translateZ(0);
            transform: scale(2) translateZ(0);
  }
  .card-img img {
    height: 174px;
  }
  .card-img__pagination {
    display: none;
  }
  .card-img__slider-img {
    height: 254px;
    padding-top: 22px;
  }
  .card-img__slider-img--sm {
    padding-top: 32px;
    height: 464px;
  }
  .card-img__slider-img--sm img {
    height: 280px;
  }
  .card-img-mobile {
    height: 254px;
    padding-top: 22px;
    text-align: center;
  }
  .card-img-mobile img {
    height: 174px;
    width: auto;
  }
  .card-img-mobile__inner {
    position: relative;
    top: -32px;
  }
  .card-info {
    padding: 16px;
    pointer-events: none;
  }
  .card-info__name {
    letter-spacing: -0.02em;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }
  .card-info__sizes {
    margin-top: 20px;
  }
  .card-price {
    letter-spacing: -0.015em;
    font-size: 14px;
    line-height: 16px;
  }
  .card-price__old {
    font-size: 14px;
  }
  .card-favorite {
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
  }
  .card-stickers {
    top: 10px;
    left: 10px;
  }
  .card-stickers__item {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .card__mobile-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card__mobile-grid .card-img {
    height: initial;
    width: 50%;
    overflow: hidden;
  }
  .card__mobile-grid .card-info {
    position: initial;
    padding: 18px;
    width: 50%;
  }
  .card__mobile-grid .card-info__sizes {
    margin-top: 38px;
  }
  .card__mobile-grid .card-info__name {
    margin-top: auto;
    font-weight: 600;
    font-size: 16px;
  }
  .card__mobile-grid .card-sizes__item--mr-2 {
    margin-right: 8px;
    letter-spacing: -0.015em;
    font-size: 12px;
    line-height: 14px;
  }
  .card-img__slider-img--m-sm {
    height: 174px;
    padding: 0;
  }
  .card-img__slider-img--m-sm img {
    height: 100%;
  }
}
.breadcrumbs {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: normal;
}
.breadcrumbs-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--grey-10);
}
.breadcrumbs-list__link::after {
  content: "/";
  margin: 0 8px;
}

@media (max-width: 1440px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
@media (max-width: 932px) {
  .breadcrumbs {
    display: none;
  }
}
#downloadPopup {
  --img-left: -66px;
  --img-bottom: 0px;
  --img-width: 348px;
  --qr-size: 120px;
  --pl: 280px;
}

#quizPopup {
  --img-left: -30px;
  --img-bottom: -12px;
  --img-width: 284px;
  --qr-size: 129px;
  --pl: 280px;
}

.downloadPopup {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  width: 614px;
  background: var(--black);
  color: #E4E4E4;
  border-radius: 10px;
  padding: 28px 28px 28px var(--pl);
  display: none;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  min-height: 360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.downloadPopup.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.downloadPopup.animate {
  opacity: 1;
}
.downloadPopup__img {
  position: absolute;
  bottom: var(--img-bottom);
  left: var(--img-left);
  width: var(--img-width);
}
.downloadPopup__close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.downloadPopup__close svg {
  width: 16px;
}
.downloadPopup__qr {
  width: var(--qr-size);
  margin-bottom: 24px;
}
.downloadPopup__qr img {
  width: 100%;
}
.downloadPopup__title {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-bottom: 12px;
}
.downloadPopup__txt {
  max-width: 290px;
}
.downloadPopup__btn {
  padding: 10px 16px;
  color: var(--white);
  border-radius: 46px;
}
.downloadPopup__btn::before {
  border-color: var(--white);
}
.downloadPopup__img-btn {
  display: none;
}
.downloadPopup__button {
  display: none;
}

@media (max-width: 1440px) {
  #downloadPopup {
    --img-left: -58px;
    --img-width: 286px;
    --qr-size: 100px;
    --pl: 214px;
  }
  #quizPopup {
    --img-left: -28px;
    --img-width: 239px;
    --qr-size: 112px;
    --pl: 230px;
  }
  .downloadPopup {
    width: 516px;
    bottom: 30px;
    right: 30px;
    padding: 24px 24px 24px var(--pl);
    min-height: 302px;
  }
  .downloadPopup__qr {
    margin-bottom: 20px;
  }
  .downloadPopup__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .downloadPopup__txt {
    max-width: 256px;
  }
  .downloadPopup__btn {
    line-height: 18px;
    padding: 8px 14px;
  }
  .downloadPopup__close {
    top: 12px;
    right: 12px;
  }
  .downloadPopup__close svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  #downloadPopup {
    --img-width: 277px;
    --pb: 240px;
    --info-width: 256px;
  }
  #quizPopup {
    --img-width: 356px;
    --pb: 124px;
    --img-bottom: 0px;
    --info-width: 312px;
  }
  .downloadPopup {
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 46px 12px var(--pb);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    border-radius: 10px 10px 0 0;
    min-height: initial;
  }
  .downloadPopup.animate {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .downloadPopup__close {
    right: 12px;
  }
  .downloadPopup__info {
    max-width: var(--info-width);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .downloadPopup__qr {
    display: none;
  }
  .downloadPopup__title {
    font-size: 24px;
  }
  .downloadPopup__txt {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .downloadPopup__btn {
    display: none;
  }
  .downloadPopup__img {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .downloadPopup__img-btn {
    display: block;
  }
  .downloadPopup__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 10px 8px 14px;
  }
  .downloadPopup__button-icon {
    width: 14px;
    height: 14px;
  }
}
.notification-top {
  background: var(--black);
  color: var(--white);
  padding-top: 17px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 151;
  display: none;
}
.notification-top.visible {
  display: block;
}
.notification-top a {
  text-decoration: underline;
}
.notification-top a:hover {
  text-decoration: none;
}
.notification-hasClose {
  padding: 12px var(--container-padding);
}
.notification-hasClose .notification__txt {
  padding: 0 14px;
}
.notification-close {
  width: 14px;
  height: 14px;
  fill: var(--white);
  position: absolute;
  right: var(--container-padding);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.notification__txt--sm {
  font-size: 14px;
  line-height: 20px;
  text-transform: initial;
}

.has-notification {
  padding-top: 174px;
}
.has-notification .header {
  top: 50px;
}
.has-notification .header .header__content {
  height: var(--height-scroll);
}
.has-notification .header .header__logo {
  bottom: 16px;
}
.has-notification .header .header__menu {
  height: calc(100% - var(--height-scroll));
}
.has-notification .header .header-menu__navigation {
  padding-top: 0;
}
.has-notification .catalog-banner {
  margin-top: 50px;
}

@media (max-width: 1440px) {
  .notification-top {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .notification-hasClose {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .notification__txt--sm {
    font-size: 12px;
    line-height: 18px;
  }
  .has-notification {
    padding-top: 142px;
  }
  .has-notification .header {
    top: 42px;
  }
  .has-notification .header .header__logo {
    bottom: 12px;
  }
  .has-notification .catalog-banner {
    margin-top: 42px;
  }
}
@media (max-width: 932px) {
  .notification-hasClose {
    text-align: left;
  }
  .notification-hasClose .notification__txt {
    padding-left: 0;
    padding-right: 22px;
  }
  .notification__txt--sm {
    line-height: 14px;
  }
  .notification-close {
    top: 10px;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
  .has-notification {
    padding-top: 103px;
  }
  .has-notification .header {
    top: 42px;
  }
  .has-notification .header .header__logo {
    bottom: 4px;
  }
  .has-notification .header .header__menu {
    top: 42px;
  }
  .has-notification.body-pt-scroll .header__menu {
    top: 0;
    height: 100svh;
  }
  .has-notification .catalog:has(.catalog-banner) .catalog__head {
    padding-top: 78px;
  }
}
.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(--light-peach);
  padding: 24px 28px;
  width: var(--content-center);
  max-width: 100%;
  margin: auto;
  border-radius: 6px;
}
.ashWarning-content__icon {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 12px;
}

@media (max-width: 1440px) {
  .ashWarning-content {
    padding: 20px 24px;
  }
  .ashWarning-content__icon {
    width: 14px;
    height: 14px;
  }
  .ashWarning-content__icon path {
    stroke-width: 1.1;
  }
}
@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;
  }
}
.ashTimer-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.ashTimer-item {
  background: var(--button-default);
  color: #EBEBF4;
  padding: 0.75rem;
  text-align: center;
  border-radius: 0.5rem;
}
.ashTimer-item::before {
  border-color: #65636E;
}
.ashTimer-item__value {
  font-size: 2.75rem;
  line-height: normal;
}
.ashTimer-item__name {
  font-size: 1rem;
  line-height: 1.125rem;
}

@media (max-width: 1440px) {
  .ashTimer-grid {
    gap: 0.125rem;
  }
  .ashTimer-item {
    padding: 0.5rem;
  }
  .ashTimer-item__value {
    font-size: 2.5rem;
  }
  .ashTimer-item__name {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media (max-width: 480px) {
  .ashTimer-item {
    padding: 0.5rem;
  }
  .ashTimer-item__value {
    font-size: 2rem;
    line-height: 2.3125rem;
  }
  .ashTimer-item__name {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.modal-content {
  background: var(--white);
  border-radius: 20px;
  padding: 56px 52px 52px;
  position: relative;
}
.modal-content--p-0 {
  padding: 0 !important;
}
.modal-contentNull {
  pointer-events: auto;
  width: 100%;
}
.modal-close {
  z-index: 9;
  --top: 16px;
  --right: 16px;
}
.modal-close--absolute {
  position: absolute;
  top: var(--top);
  right: var(--right);
}
.modal-close--top-right {
  top: var(--top);
  right: var(--right);
}
.modal-close--top-left {
  top: var(--top);
  left: var(--right);
}
.modal-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;
}
.modal-head__inner-btn {
  width: 40px;
}
.modal-head__inner-logo {
  display: none;
}
.modal-dialog {
  max-width: 522px;
}
.modal-login {
  --bs-modal-padding: 0px;
}
.modal-login__head {
  margin-bottom: 36px;
}
.modal-login__txt {
  max-width: 348px;
  margin-top: 8px;
}
.modal-login__bottom {
  text-align: center;
}
.modal-login__bottom.repeat .modal-login__bottom-txt {
  display: none;
}
.modal-login__bottom.repeat .modal-login__repeat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.modal-login__bottom-txt {
  color: #B7B7B7;
}
.modal-login__repeat {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-login__repeat-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.modal-login__more {
  margin-top: 36px;
}
.modal-login__more-buttons {
  margin-top: 16px;
}
.modal-login__more-txt {
  color: var(--text-grey);
}
.modal-login__more-btn {
  --btn-size: 60px;
  --btn-size-icon: 30px;
}
.modal-login__more-btn--big {
  --btn-size-icon: 48px;
}
.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__bottom-txt {
  margin-top: 36px;
}
.modal-sms__txt {
  max-width: 100%;
}
.modal-form__input {
  position: relative;
  border-radius: 6px;
  height: 60px;
}
.modal-form__input:has(.dropdown-menu.show)::before {
  border-color: var(--button-default);
}
.modal-form__input-inner {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-form__input-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-form__input-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modal-form__country {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.modal-form__country-flag {
  width: 24px;
  height: 17px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -2px;
}
.modal-form__country-icon {
  width: 16px;
  height: 16px;
  stroke: var(--black);
  margin-left: 16px;
}
.modal-form__country[aria-expanded=true] .modal-form__country-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal-form__field {
  padding: 0 20px;
  border: none;
  border-left: 1px solid var(--stroke-element);
  height: 25px;
  background: transparent;
}
.modal-form__field::-webkit-input-placeholder {
  color: var(--text-grey);
}
.modal-form__field::-moz-placeholder {
  color: var(--text-grey);
}
.modal-form__field:-ms-input-placeholder {
  color: var(--text-grey);
}
.modal-form__field::-ms-input-placeholder {
  color: var(--text-grey);
}
.modal-form__field::placeholder {
  color: var(--text-grey);
}
.modal-form__dropdown {
  width: 100%;
  background: var(--white);
  border-radius: 4px;
  padding: 0;
  margin: 27px 0 !important;
  overflow: hidden;
}
.modal-form__dropdown::before {
  border-color: var(--black);
}
.modal-form__dropdown-inner {
  padding: 6px 0;
}
.modal-form__c-link {
  padding: 15px 20px;
}
.modal-form__c-link.selected, .modal-form__c-link:hover {
  background: #F5F5F5;
}
.modal-form__c-link-flag {
  width: 24px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.modal-form__foot {
  margin-top: 16px;
}
.modal-form__btn {
  width: 100%;
}

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

@media (max-width: 1440px) {
  .modal-close {
    --top: 12px;
    --right: 12px;
  }
  .modal-dialog {
    max-width: 444px;
  }
  .modal-content {
    padding: 48px;
    border-radius: 16px;
  }
  .modal-login__head {
    margin-bottom: 28px;
  }
  .modal-login__txt {
    max-width: 340px;
  }
  .modal-login__repeat-icon {
    width: 14px;
    height: 14px;
  }
  .modal-login__more {
    margin-top: 28px;
  }
  .modal-login__more-buttons {
    margin-top: 12px;
  }
  .modal-login__more-btn {
    --btn-size: 50px;
    --btn-size-icon: 26px;
  }
  .modal-login__more-btn--big {
    --btn-size-icon: 40px;
  }
  .modal-login__user {
    padding: 12px;
    --icon-size: 26px;
  }
  .modal-login__bottom-txt {
    margin-top: 28px;
  }
  .modal-sms__txt {
    max-width: 100%;
  }
  .modal-form__input {
    height: 50px;
    border-radius: 4px;
  }
  .modal-form__foot {
    margin-top: 12px;
  }
  .modal-form__country {
    padding-left: 12px;
    padding-right: 12px;
  }
  .modal-form__country-flag {
    width: 20px;
    height: 14px;
    margin-right: 8px;
  }
  .modal-form__country-icon {
    width: 14px;
    height: 14px;
    margin-left: 12px;
  }
  .modal-form__field {
    padding: 0 16px;
  }
  .modal-form__dropdown {
    margin: 21px 0 !important;
  }
  .modal-form__dropdown-inenr {
    padding: 4px 0;
  }
  .modal-form__c-link {
    padding: 12px 16px;
    font-size: 15px;
  }
  .modal-form__c-link-flag {
    width: 20px;
    height: 14px;
    margin-right: 10px;
  }
  .pin-code-wrapper {
    margin-bottom: 44px;
  }
  .pin-code__input {
    width: 52px;
    height: 64px;
    margin: 0 3px;
    font-size: 34px;
  }
  .pin-code__error {
    font-size: 12px;
    bottom: -28px;
  }
}
@media (max-width: 480px) {
  .modal-close--d-absolute {
    position: initial;
  }
  .modal-dialog {
    margin: 0;
  }
  .modal-dialog-margin {
    --bs-modal-margin: var(--container-padding);
    margin: var(--bs-modal-margin);
  }
  .modal-content {
    border-radius: 0;
    height: 100vh;
    overflow: auto;
    padding: 0;
  }
  .modal-head {
    padding: 16px var(--container-padding) 20px;
    margin-bottom: 0;
  }
  .modal-head__inner-logo {
    display: block;
  }
  .modal-body {
    padding: 16px var(--container-padding) 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-title {
    font-size: 28px;
    margin-bottom: 6px;
  }
  .modal-login__head {
    margin-top: auto;
  }
  .modal-login__bottom {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
  }
  .modal-login__title {
    margin-top: auto;
  }
  .modal-login__txt-number {
    display: block;
  }
  .modal-login__more {
    margin-bottom: auto;
  }
  .modal-login__bottom-txt {
    text-align: center;
  }
  .modal-form--center {
    margin-bottom: auto;
  }
  .modal-sms__txt {
    line-height: 140%;
    margin-bottom: 16px;
  }
  .pin-code-wrapper {
    margin-bottom: 48px;
  }
}
.modal-dialog-halloween {
  max-width: 798px;
}
.modal-halloween {
  padding: 0;
  border-radius: 6px;
  background: #181818;
  color: #ECECEC;
  overflow: hidden;
  position: relative;
}
.modal-halloween__top {
  padding: 48px;
}
.modal-halloween__top--pb {
  padding-bottom: 16px;
}
.modal-halloween__group {
  grid-template-columns: 1fr 286px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 24px;
}
.modal-halloween__group-right {
  padding-bottom: 16px;
}
.modal-halloween__info {
  gap: 20px;
}
.modal-halloween__info--pb {
  padding-bottom: 20px;
}
.modal-halloween__info--mw {
  max-width: 444px;
}
.modal-halloween__info--mw .modal-halloween__txt {
  max-width: 390px;
}
.modal-halloween__info-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 345px;
}
.modal-halloween__title {
  font-size: 38px;
  line-height: 90%;
  letter-spacing: 0;
}
.modal-halloween__txt {
  font-size: 15px;
  line-height: 115%;
}
.modal-halloween__promocode-txt {
  text-align: right;
  margin-top: 34px;
  font-size: 14px;
  line-height: 115%;
}
.modal-halloween__promocode-copy {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.modal-halloween__promocode-copy::before {
  border-color: #CBC9D6;
  border-style: dashed;
}
.modal-halloween__promocode-copy__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-halloween__promocode-copy__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.modal-halloween__promocode-copy__right {
  padding: 0 24px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.modal-halloween__promocode-copy__right::before, .modal-halloween__promocode-copy__right::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px dashed #CBC9D6;
  background: #181818;
  position: absolute;
  left: -7px;
}
.modal-halloween__promocode-copy__right::before {
  top: -7px;
}
.modal-halloween__promocode-copy__right::after {
  bottom: -7px;
}
.modal-halloween__promocode-copy__txt {
  font-size: 20px;
}
.modal-halloween__promocode-copy__btn {
  width: 16px;
  height: 16px;
  fill: var(--white);
}

@media (max-width: 1440px) {
  .modal-dialog-halloween {
    max-width: 716px;
  }
  .modal-halloween__top {
    padding: 40px;
  }
  .modal-halloween__top--pb {
    padding-bottom: 0px;
  }
  .modal-halloween__group {
    grid-template-columns: 1fr 234px;
  }
  .modal-halloween__group-right {
    padding-bottom: 32px;
  }
  .modal-halloween__info {
    gap: 12px;
  }
  .modal-halloween__info--pb {
    padding-bottom: 32px;
  }
  .modal-halloween__info-img {
    width: 308px;
  }
  .modal-halloween__title {
    font-size: 34px;
  }
  .modal-halloween__promocode-txt {
    font-size: 12px;
    margin-top: 30px;
  }
  .modal-halloween__promocode-copy__right {
    min-height: 44px;
    padding: 0 20px;
  }
  .modal-halloween__promocode-copy__right::before, .modal-halloween__promocode-copy__right::after {
    width: 14px;
    height: 14px;
    left: -7px;
  }
  .modal-halloween__promocode-copy__right::before {
    top: -7px;
  }
  .modal-halloween__promocode-copy__right::after {
    bottom: -7px;
  }
  .modal-halloween__promocode-copy__btn {
    width: 14px;
    height: 14px;
  }
  .modal-halloween__promocode-copy__txt {
    font-size: 16px;
  }
}
@media (max-width: 932px) {
  .modal-halloween {
    border-radius: 20px;
  }
  .modal-halloween__top {
    padding: 82px 12px;
  }
  .modal-halloween__top--pb {
    padding-bottom: 0;
  }
  .modal-halloween__top--p2 {
    padding: 12px 12px 36px;
  }
  .modal-halloween__group {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-halloween__group-right {
    padding-bottom: 0;
  }
  .modal-halloween__info {
    text-align: center;
    gap: 8px;
    padding: 0;
  }
  .modal-halloween__info--mw .modal-halloween__txt {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-halloween__info-img {
    position: initial;
    margin-bottom: 12px;
    width: 100%;
  }
  .modal-halloween__info-img img {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-halloween__title {
    font-size: 24px;
  }
  .modal-halloween__txt {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-halloween__txt br {
    display: none;
  }
  .modal-halloween__promocode {
    padding-left: 18px;
    padding-right: 18px;
  }
  .modal-halloween__promocode-txt {
    display: none;
  }
  .modal-halloween__promocode-copy {
    max-width: 286px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-halloween__promocode-copy__txt {
    font-size: 20px;
  }
  .modal-halloween__promocode-copy__right {
    min-height: 50px;
    padding: 0 24px;
  }
  .modal-halloween__promocode-copy__right::before, .modal-halloween__promocode-copy__right::after {
    width: 16px;
    height: 16px;
    left: -7px;
  }
  .modal-halloween__promocode-copy__right::before {
    top: -8px;
  }
  .modal-halloween__promocode-copy__right::after {
    bottom: -8px;
  }
  .modal-halloween__promocode-copy__btn {
    width: 16px;
    height: 16px;
  }
  .modal-halloween__bottom {
    position: initial;
  }
}
.availabilityLabel {
  color: var(--text-grey_bckgr);
  border-radius: 4px;
}
.availabilityLabel:first-child {
  margin-top: 28px;
}
.availabilityLabel__content {
  padding: 16px;
}
.availabilityLabel__content-inner {
  grid-template-columns: 20px 1fr;
  gap: 16px;
}
.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;
  margin-top: 4px;
}
.availabilityLabel__info-item__icon path {
  stroke: 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 {
  bottom: 0;
  left: var(--offcanvas-px);
}
.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-top: 12px;
  }
  .availabilitySize-item {
    font-size: 12px;
    gap: 4px;
  }
}
.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;
}

@media (max-width: 1440px) {
  .availabilityProduct__group {
    margin-bottom: 28px;
    gap: 12px;
  }
  .availabilityProduct__fields {
    gap: 16px;
  }
}
.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__group {
  padding: 16px 0;
  color: var(--text-grey);
}
.availabilityShopBottom__group path {
  stroke: var(--text-grey);
}

.birthday.mainSection {
  margin: var(--my) 0 !important;
}
.birthday + .mainSection {
  margin-top: var(--my);
}
.birthday-main {
  background: #F1EBE1 url(../img/general/birthday/main-1920.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 2.5vw 4.58vw 2.5vw 2.5vw;
  width: 88.33vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.birthday-main__left {
  max-width: 42.92vw;
}
.birthday-main__inner {
  position: relative;
  z-index: 3;
}
.birthday-main__decor-item svg {
  width: 100%;
  height: auto;
}
.birthday-main__decor-item-1 {
  left: -11.25vw;
  bottom: 0;
  width: 33.07vw;
}
.birthday-main__decor-item-2 {
  left: 35.16vw;
  top: 3.02vw;
  width: 24.43vw;
}
.birthday-main__decor-item-3 {
  right: 0.42vw;
  bottom: 0.63vw;
  width: 21.77vw;
}
.birthday__title {
  font-size: 2.29vw;
  line-height: 90%;
}
.birthday__title--sm {
  font-size: 1.41vw;
  line-height: normal;
  letter-spacing: 0em;
}
.birthday__txt {
  margin-top: 1.04vw;
  max-width: 27.81vw;
  font-size: 0.89vw;
}
.birthday__txt--sm {
  font-size: 0.83vw;
  line-height: 118%;
  margin-top: 0.42vw;
  max-width: 15.73vw;
}
.birthday-form {
  position: relative;
}
.birthday-form.error {
  color: var(--cancel);
}
.birthday-form.error .birthday-form__error {
  display: block;
}
.birthday-form.error .birthday-form__inner--col {
  gap: 0.63vw;
}
.birthday-form__inner {
  gap: 1.25vw;
}
.birthday-form__inner--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.birthday-form__group {
  gap: 0.83vw;
}
.birthday-form__group-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.birthday-form__group-dot {
  font-size: 2.08vw;
  line-height: 70%;
  text-align: center;
}
.birthday-form__input {
  display: block;
  height: 2.6vw;
  border: none;
  border-bottom: 2px solid var(--base-color);
  text-align: center;
  background: transparent;
  font-size: 1.77vw;
  line-height: 70%;
  border-radius: 0;
}
.birthday-form__input.error {
  border-color: var(--cancel);
  color: var(--cancel);
}
.birthday-form__input.error::-webkit-input-placeholder {
  color: var(--cancel);
}
.birthday-form__input.error::-moz-placeholder {
  color: var(--cancel);
}
.birthday-form__input.error:-ms-input-placeholder {
  color: var(--cancel);
}
.birthday-form__input.error::-ms-input-placeholder {
  color: var(--cancel);
}
.birthday-form__input.error::placeholder {
  color: var(--cancel);
}
.birthday-form__input::-webkit-input-placeholder {
  color: var(--base-color);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.birthday-form__input::-moz-placeholder {
  color: var(--base-color);
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.birthday-form__input:-ms-input-placeholder {
  color: var(--base-color);
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.birthday-form__input::-ms-input-placeholder {
  color: var(--base-color);
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.birthday-form__input::placeholder {
  color: var(--base-color);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.birthday-form__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.birthday-form__input:focus::-moz-placeholder {
  color: transparent;
}
.birthday-form__input:focus:-ms-input-placeholder {
  color: transparent;
}
.birthday-form__input:focus::-ms-input-placeholder {
  color: transparent;
}
.birthday-form__input:focus::placeholder {
  color: transparent;
}
.birthday-form__input--day {
  width: 2ch;
  min-width: 3.85vw;
}
.birthday-form__input--month {
  width: 2ch;
  min-width: 4.38vw;
}
.birthday-form__input--year {
  width: 4ch;
  min-width: 4.9vw;
}
.birthday-form__btn {
  width: 7.5vw;
  padding: 0.78vw 0;
  font-size: 0.89vw;
}
.birthday-form__error {
  color: var(--cancel);
  font-size: 0.73vw;
  line-height: 130%;
  top: 100%;
  margin-top: 0.83vw;
  display: none;
}
.birthday-form__error--static {
  margin: 0;
}
.birthday-catalog {
  height: 100%;
  overflow: hidden;
  background: #F1EBE1 url(../img/general/birthday/catalog-1920.svg) center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.birthday-catalog__title {
  font-size: 2.6vw;
  line-height: 90%;
}
.birthday-catalog__inner {
  height: 100%;
  gap: 2.08vw;
}
.birthday-catalog__top, .birthday-catalog__bottom {
  z-index: 9;
  position: relative;
}
.birthday-account {
  padding: 1.67vw 0.42vw;
  height: auto;
  border-radius: 6px;
}
.birthday-account__inner {
  gap: 0.42vw;
}
.birthday-account .birthday-form__group {
  gap: 0.42vw;
}
.birthday-account .birthday-form__group-dot {
  font-size: 1.04vw;
}
.birthday-account .birthday-form__input {
  height: 1.98vw;
  font-size: 1.25vw;
}
.birthday-account .birthday-form__input--day {
  width: 3.02vw;
}
.birthday-account .birthday-form__input--month {
  width: 3.33vw;
}
.birthday-account .birthday-form__input--year {
  width: 3.75vw;
}
.birthday-account .birthday-form__btn {
  padding: 0.52vw 0.83vw;
  border-radius: 1.67vw;
  font-size: 0.89vw;
}

@media (max-width: 1440px) {
  .birthday-main {
    padding: 2.5vw 4.86vw 2.5vw 2.5vw;
    background: #F1EBE1 url(../img/general/birthday/main-1440.svg) 0 0 no-repeat;
    background-size: cover;
    width: 87.5vw;
  }
  .birthday-main__left {
    max-width: 45.28vw;
  }
  .birthday__title {
    font-size: 2.43vw;
    letter-spacing: -0.02em;
  }
  .birthday__title--sm {
    font-size: 1.39vw;
    letter-spacing: 0em;
  }
  .birthday__txt {
    margin-top: 1.11vw;
    max-width: 25.97vw;
    font-size: 1.04vw;
  }
  .birthday__txt--sm {
    font-size: 0.97vw;
    margin-top: 0.56vw;
  }
  .birthday-form.error .birthday-form__inner--col {
    gap: 0.69vw;
  }
  .birthday-form__inner {
    gap: 1.39vw;
  }
  .birthday-form__group {
    gap: 0.83vw;
  }
  .birthday-form__group-dot {
    font-size: 2.22vw;
  }
  .birthday-form__btn {
    width: 8.61vw;
    padding: 0.83vw 0 0.76vw;
    font-size: 1.04vw;
  }
  .birthday-form__input {
    height: 2.92vw;
    font-size: 1.94vw;
  }
  .birthday-form__input--day {
    min-width: 4.03vw;
  }
  .birthday-form__input--month {
    min-width: 4.44vw;
  }
  .birthday-form__input--year {
    min-width: 6.53vw;
  }
  .birthday-form__error {
    font-size: 0.83vw;
    margin-top: 0.83vw;
  }
  .birthday-form__error--static {
    margin: 0;
  }
  .birthday-catalog {
    background: #F1EBE1 url(../img/general/birthday/catalog-1440.svg) center no-repeat;
    background-size: cover;
    padding: 1.67vw;
  }
  .birthday-catalog .birthday__info {
    max-width: 37.92vw;
    margin-left: auto;
    margin-right: auto;
  }
  .birthday-catalog__title {
    font-size: 2.43vw;
  }
  .birthday-catalog__inner {
    gap: 1.94vw;
  }
  .birthday-account {
    padding: 2.22vw 0.97vw;
  }
  .birthday-account__inner {
    gap: 0.52vw;
  }
  .birthday-account .birthday-form__group {
    gap: 0.56vw;
  }
  .birthday-account .birthday-form__group-dot {
    font-size: 1.39vw;
  }
  .birthday-account .birthday-form__btn {
    padding: 0.56vw 0.97vw;
    font-size: 1.04vw;
    border-radius: 1.39vw;
    width: auto;
  }
  .birthday-account .birthday-form__input {
    height: 2.36vw;
    font-size: 1.25vw;
  }
  .birthday-account .birthday-form__input--day {
    width: 3.47vw;
  }
  .birthday-account .birthday-form__input--month {
    width: 3.75vw;
  }
  .birthday-account .birthday-form__input--year {
    width: 5vw;
  }
}
@media (max-width: 932px) {
  .birthday {
    --my: 44px;
  }
  .birthday-main {
    padding: 8.53vw 4.27vw;
    background: #F1EBE1 url(../img/general/birthday/main-375.svg) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
  }
  .birthday-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
  }
  .birthday-main__left {
    max-width: 100%;
  }
  .birthday__info {
    text-align: center;
    position: relative;
    z-index: 9;
  }
  .birthday__title {
    font-size: 5.33vw;
    line-height: 112%;
    letter-spacing: 0em;
  }
  .birthday__title--sm {
    font-size: 20px;
  }
  .birthday__txt {
    margin-top: 1.6vw;
    font-size: 3.73vw;
    line-height: 118%;
    text-transform: initial;
    max-width: 80.53vw;
    margin-left: auto;
    margin-right: auto;
  }
  .birthday__txt--sm {
    font-size: 14px;
  }
  .birthday-form {
    position: relative;
  }
  .birthday-form.error .birthday-form__inner {
    gap: 3.2vw;
  }
  .birthday-form.error .birthday-form__inner--col {
    gap: 2.67vw;
  }
  .birthday-form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.27vw;
  }
  .birthday-form__group {
    gap: 2.13vw;
  }
  .birthday-form__group-dot {
    font-size: 5.33vw;
  }
  .birthday-form__input {
    font-size: 4.8vw;
    height: 9.07vw;
  }
  .birthday-form__input--day {
    width: 13.33vw;
  }
  .birthday-form__input--month {
    width: 14.4vw;
  }
  .birthday-form__input--year {
    width: 16vw;
  }
  .birthday-form__btn {
    border-radius: 9.07vw;
    width: auto;
    padding: 2.13vw 3.73vw;
    font-size: 4vw;
    line-height: 115%;
  }
  .birthday-form__error {
    position: initial;
    margin-top: 0;
    font-size: 3.2vw;
  }
  .birthday-catalog {
    background: #F1EBE1 url(../img/general/birthday/catalog-375.svg) center no-repeat;
    background-size: cover;
    padding: 8.53vw 4.27vw;
    height: auto;
  }
  .birthday-catalog .birthday__info {
    max-width: 100%;
  }
  .birthday-catalog__inner {
    gap: 3.2vw;
  }
  .birthday-catalog__title {
    font-size: 5.33vw;
  }
  .birthday-account {
    margin-left: calc(-1 * var(--container-padding));
    margin-right: calc(-1 * var(--container-padding));
    border-radius: 5.33vw;
  }
  .birthday-account .birthday-form__group {
    gap: 2.13vw;
  }
  .birthday-account .birthday-form__group-dot {
    font-size: 5.33vw;
  }
  .birthday-account .birthday-form__input {
    font-size: 4.8vw;
    height: 9.07vw;
  }
  .birthday-account .birthday-form__input--day {
    width: 13.33vw;
  }
  .birthday-account .birthday-form__input--month {
    width: 14.4vw;
  }
  .birthday-account .birthday-form__input--year {
    width: 16vw;
  }
  .birthday-account .birthday-form__btn {
    border-radius: 34px;
    width: auto;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 115%;
  }
}
.intro {
  position: relative;
}
.intro-head {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 14px;
  display: none;
}
.intro-head__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro-head__btn {
  background: var(--white);
}
.intro-head__btn svg {
  width: 16px;
  height: 16px;
}
.intro-head__search {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.intro-head__cart {
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 32px;
}
.intro-head__cart-txt {
  min-width: 16px;
  text-align: center;
  margin-right: 8px;
}
.intro-item {
  position: relative;
  text-align: center;
  color: var(--white);
}
.intro-item__img {
  height: 100vh;
}
.intro-item__img > div {
  height: 100%;
}
.intro-item__img img, .intro-item__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-item__img-mobile {
  display: none;
}
.intro-item__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 58px;
}
.intro-item__content-inner {
  max-width: 696px;
}
.intro-item__title {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro-item__subtitle {
  margin-bottom: 20px;
}
.intro-item__btn {
  margin-left: auto;
  margin-right: auto;
  fill: var(--white);
  padding: 12px 14px 12px 16px;
  border-radius: 46px;
}
.intro-item__btn-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.intro-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 54px !important;
  z-index: 9;
}
.intro-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 27px;
  margin: 0 8px;
  background: var(--white);
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.intro-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background: var(--white);
}

@media (max-width: 1440px) {
  .intro-item__content {
    padding-top: 48px;
  }
  .intro-item__content-inner {
    max-width: 554px;
  }
  .intro-item__title {
    margin-bottom: 24px;
  }
  .intro-item__subtitle {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .intro-item__btn {
    padding: 9.5px 12px 9.5px 14px;
    line-height: 1;
  }
  .intro-item__btn-icon {
    width: 14px;
    height: 14px;
    margin-left: 6px;
  }
  .intro-item__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .intro-pagination {
    bottom: 44px !important;
  }
  .intro-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px !important;
  }
  .intro-pagination .swiper-pagination-bullet-active {
    width: 28px;
  }
}
@media (max-width: 932px) {
  .intro-head {
    display: block;
  }
  .intro-item__img {
    height: 100svh;
  }
  .intro-item__content-inner {
    max-width: 272px;
  }
  .intro-item__title {
    margin-bottom: 10px;
  }
  .intro-pagination {
    bottom: 32px !important;
  }
}
@media (max-width: 480px) {
  .intro-item__img-desctop {
    display: none;
  }
  .intro-item__img-mobile {
    display: block;
  }
  .intro-item__img-mobile img {
    width: 100%;
  }
}
.hits-content {
  padding-left: 3.75vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hits-content__img {
  width: 39.06vw;
  max-width: calc(100% - 37vw);
}
.hits-content__info {
  width: 37vw;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto;
}
.hits-info {
  text-align: center;
}
.hits-info__title {
  margin-bottom: 40px;
}
.hits-info__list {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.hits-info__txt {
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
}
.hits-info__txt span {
  display: block;
}
.hits-list__item {
  width: 50%;
}
.hits-list__img {
  aspect-ratio: 1/1;
}
.hits-list__img img {
  width: auto;
  height: 218px;
  margin-top: -68px;
}
.hits-img {
  text-align: center;
}

.grey-img {
  background: var(--card--bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grey-img img {
  mix-blend-mode: darken;
  width: auto;
}

.mainSections {
  overflow: hidden;
}

.mainSection {
  margin: 9.5vw 0;
  --my: 112px;
}
.mainSection:first-child {
  margin-top: 112px;
}
.mainSection:last-child {
  margin-bottom: 112px;
}
.mainSection__group {
  margin-bottom: 16px;
}
.mainSection__group:last-child {
  margin-bottom: 0;
}
.mainSection-head {
  margin-bottom: 32px;
}
.mainSection-head__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mainSection__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  stroke: var(--black);
  text-transform: uppercase;
}
.mainSection__link-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.mainSection-slider__slide {
  width: 454px;
  height: initial;
}
.mainSection-slider .card {
  height: auto;
}
.mainSection-slider-wrapper {
  position: relative;
}
.mainSection-slider-wrapper:hover .mainSection-btn {
  opacity: 1;
}
.mainSection-slider-fullWidth {
  margin-left: calc(-1 * var(--container-padding));
  margin-right: calc(-1 * var(--container-padding));
}
.mainSection-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  background: var(--white);
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -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);
}
.mainSection-btn.swiper-button-lock, .mainSection-btn.swiper-button-disabled {
  display: none;
}
.mainSection-prev {
  left: 20px;
}
.mainSection-next {
  right: 20px;
}
.mainSection-content__col {
  width: 50%;
  margin-bottom: 0;
}
.mainSection__info {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainSection__info-item--bottom-right .list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainSection__info-item--top-right .list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainSection__info-imgGroup__col {
  width: 50%;
}
.mainSection__img img {
  width: 100%;
}
.mainSection__sm-img {
  max-width: 100%;
}
.mainSection__sm-img img {
  width: 100%;
}

@media (max-width: 1440px) {
  .mainSection {
    margin: 137px 0;
    --my: 84px;
  }
  .mainSection:first-child {
    margin-top: 84px;
  }
  .mainSection:last-child {
    margin-bottom: 84px;
  }
  .mainSection__group {
    margin-bottom: 12px;
  }
  .mainSection-head {
    margin-bottom: 28px;
  }
  .mainSection-slider__slide {
    width: 341px;
  }
  .mainSection-btn {
    width: 40px;
    height: 40px;
  }
  .mainSection-btn svg {
    width: 14px;
    height: 14px;
  }
  .hits-content {
    padding-left: 4.15vw;
  }
  .hits-content__img {
    width: 38.75vw;
    max-width: calc(100% - 36vw);
  }
  .hits-content__info {
    width: 36vw;
  }
  .hits-info__title {
    margin-bottom: 32px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .hits-info__list {
    width: 370px;
    margin-bottom: 32px;
  }
  .hits-list__img img {
    height: 160px;
    margin-top: -48px;
  }
}
@media (max-width: 932px) {
  .mainSection {
    margin: 80px 0;
    --my: 44px;
  }
  .mainSection:first-child {
    margin-top: 44px;
  }
  .mainSection:last-child {
    margin-bottom: 80px;
  }
  .mainSection__group {
    margin-bottom: 8px;
  }
  .mainSection-head {
    margin-bottom: 12px;
  }
  .mainSection-head__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mainSection__link-txt {
    display: none;
  }
  .mainSection__link-icon {
    margin-left: 4px;
    margin-top: 2px;
  }
  .mainSection-slider__slide {
    width: 173px;
  }
  .mainSection-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainSection-content__col {
    width: 100%;
  }
  .mainSection-content__col--img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mainSection__info-item--img {
    display: none;
  }
  .mainSection-btn {
    display: none;
  }
  .hits-content {
    padding-left: 0;
    padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hits-content__img {
    width: 100%;
    margin-bottom: 44px;
    max-width: 100%;
  }
  .hits-content__info {
    width: 100%;
  }
  .hits-info__title {
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }
  .hits-info__list {
    margin-bottom: 12px;
  }
  .hits-list__img img {
    height: 150px;
  }
}
@media (max-width: 428px) {
  .hits-content__img {
    margin-bottom: 12vw;
  }
  .mainSection {
    margin: 19vw 0;
  }
}
.season-head {
  max-width: 566px;
  margin-left: 32px;
}
.season-head--left {
  margin-left: var(--container-padding);
}
.season__title-icon {
  display: none;
  stroke: var(--black);
}
.season__txt {
  max-width: 460px;
  margin-top: 24px;
}
.season__link {
  margin-top: 32px;
  margin-bottom: 40px;
}
.season .mainSection__group:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 1440px) {
  .season-head {
    max-width: 435px;
    margin-left: 24px;
  }
  .season__link {
    margin-top: 24px;
    margin-bottom: 28px;
  }
  .season__txt {
    margin-top: 16px;
    max-width: 362px;
  }
  .season .mainSection__group:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media (max-width: 932px) {
  .season-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    position: relative;
  }
  .season__title {
    margin-bottom: 0;
    max-width: calc(100% - 14px);
    padding-right: 4px;
  }
  .season__txt {
    margin-top: 12px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .season__link {
    margin-top: 0;
    margin-bottom: 6px;
  }
  .season__link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .season__link .mainSection__link-icon {
    margin: 0;
  }
  .season .mainSection__group:not(:last-child) {
    margin-bottom: 2px;
  }
}
.popular-content {
  position: relative;
}
.popular-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 462px;
  width: 454px;
  background: var(--white);
  padding-top: 16px;
  padding-left: 10px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9;
}
.popular-item__title {
  color: #FD9433;
}
.popular-controls {
  padding: 12px;
  width: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 22px;
}
.popular-controls::before {
  border-color: var(--black);
}
.popular-btn {
  width: 16px;
  height: 16px;
  stroke: var(--black);
}

@media (max-width: 1440px) {
  .popular-item {
    width: 341px;
    left: 347px;
    padding-top: 12px;
    padding-right: 120px;
    padding-left: 6px;
  }
  .popular-controls {
    width: 76px;
    padding: 10px;
  }
  .popular-btn {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 932px) {
  .popular-item {
    width: 173px;
    left: 175px;
    padding: 6px;
    pointer-events: none;
  }
  .popular-controls {
    display: none;
  }
}
.ashgirls-slider__slide {
  width: 394px;
}
.ashgirls-item__img {
  margin-bottom: 16px;
}
.ashgirls-item__img img {
  width: 100%;
}
.ashgirls-item__txt {
  color: var(--black);
  line-height: normal;
  text-transform: uppercase;
}
.ashgirls-item__txt span {
  display: block;
}

@media (max-width: 1440px) {
  .ashgirls-slider__slide {
    width: 284px;
  }
  .ashgirls-item__img {
    margin-bottom: 12px;
  }
}
@media (max-width: 932px) {
  .ashgirls-slider__slide {
    width: 162px;
  }
  .ashgirls-item__img {
    margin-bottom: 8px;
  }
}
.journal {
  position: relative;
}
.journal::before {
  content: "";
}
.journal-content__left {
  width: 502px;
  background: var(--white);
  position: relative;
  z-index: 3;
  padding-left: var(--container-padding);
}
.journal-content__right {
  width: calc(100% - 502px);
}
.journal-info {
  height: 376px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.journal-slider__slide {
  width: 454px;
}
.journal-item {
  position: relative;
}
.journal-item__img {
  margin-bottom: 20px;
}
.journal-item__img img {
  width: 100%;
}
.journal-item__info {
  padding-left: 16px;
}
.journal-item__category {
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 8px;
}

@media (max-width: 1440px) {
  .journal-content__left {
    width: 378px;
  }
  .journal-content__right {
    width: calc(100% - 378px);
  }
  .journal-slider__slide {
    width: 456px;
  }
  .journal-info {
    height: 380px;
  }
  .journal-item__img {
    margin-bottom: 16px;
  }
  .journal-item__info {
    padding-left: 14px;
  }
  .journal-item__category {
    margin-bottom: 6px;
  }
}
@media (max-width: 932px) {
  .journal-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .journal-content__left {
    width: 100%;
    margin-bottom: 12px;
  }
  .journal-content__right {
    width: 100%;
    padding-left: var(--container-padding);
  }
  .journal-slider__slide {
    width: 229px;
  }
  .journal-item__img {
    margin-bottom: 10px;
  }
  .journal-item__category {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .journal-item__title {
    font-size: 14px;
  }
  .journal-item__info {
    padding-left: 0;
  }
  .journal-info {
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.newCollection-inner {
  position: relative;
}
.newCollection-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 118px;
}
.newCollection-content__info {
  width: 1234px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 154px;
}
.newCollection-content__slider {
  padding-left: 194px;
  padding-right: 194px;
}
.newCollection-info {
  max-width: 1078px;
  color: var(--white);
}
.newCollection-info__title {
  margin-bottom: 28px;
}
.newCollection-info__title span {
  display: block;
  margin-left: 154px;
}
.newCollection-info__group {
  padding-left: 154px;
  max-width: 762px;
}
.newCollection-info__txt {
  margin-bottom: 20px;
}
.newCollection-info__btn {
  margin-left: 0;
}
.newCollection-slider-wrapper {
  position: relative;
}
.newCollection-slider__slide {
  width: 300px;
}
.newCollection-slider__slide.swiper-slide-next + .swiper-slide .newCollection-item {
  display: none;
}
.newCollection-slider__slide.swiper-slide-next + .swiper-slide + .swiper-slide .newCollection-item {
  display: none;
}
.newCollection-item {
  display: block;
}
.newCollection-controls {
  padding: 10px;
  width: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 22px;
  position: absolute;
  bottom: 0;
  left: 772px;
  z-index: 9;
}
.newCollection-controls::before {
  border-color: var(--white);
}
.newCollection-btn {
  width: 14px;
  height: 14px;
  stroke: var(--white);
}

@media (max-width: 1440px) {
  .newCollection-content {
    padding-top: 86px;
  }
  .newCollection-content__info {
    width: 926px;
    margin-bottom: 102px;
  }
  .newCollection-info__title {
    margin-bottom: 20px;
  }
  .newCollection-info__title span {
    margin-left: 120px;
  }
  .newCollection-info__group {
    padding-left: 120px;
  }
  .newCollection-info__txt {
    margin-bottom: 20px;
  }
  .newCollection-slider__slide {
    width: 224px;
  }
  .newCollection-controls {
    left: 580px;
  }
}
@media (max-width: 932px) {
  .newCollection-bg {
    height: 550px;
  }
  .newCollection-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newCollection-content {
    padding-top: 80px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .newCollection-content__info {
    margin-bottom: 34px;
  }
  .newCollection-content__slider {
    padding-left: 38px;
    padding-right: 38px;
  }
  .newCollection-info {
    text-align: center;
  }
  .newCollection-info__title {
    margin-bottom: 10px;
  }
  .newCollection-info__title span {
    margin-left: 0;
  }
  .newCollection-info__txt {
    margin-bottom: 0;
  }
  .newCollection-info__group {
    padding-left: 10px;
    padding-right: 10px;
    max-width: initial;
  }
  .newCollection-info__btn {
    position: absolute;
    bottom: 76px;
    left: 0;
    right: 0;
    margin-left: auto;
  }
  .newCollection-slider {
    max-width: 176px;
    margin-left: auto;
    margin-right: auto;
  }
  .newCollection-slider-wrapper {
    max-width: 278px;
    margin-left: auto;
    margin-right: auto;
  }
  .newCollection-controls {
    position: initial;
    height: auto;
    padding: 0;
  }
  .newCollection-controls::before {
    display: none;
  }
  .newCollection-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
  }
  .newCollection-prev {
    left: 0;
  }
  .newCollection-next {
    right: 0;
  }
}
.reash-info__title {
  margin-bottom: 32px;
}
.reash-info__txt {
  margin-bottom: 32px;
  max-width: 462px;
}
.reash-slider__slide {
  width: calc(25% - 6px);
}
.reash-slider__slide--big {
  width: calc(50% - 6px);
}
.reash-slider__slide--big .card {
  height: 848px;
}
.reash-slider__slide--big .card-img__slider-img {
  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;
}
.reash-slider__slide--big .card-img__slider-img img {
  max-width: 440px;
}
.reash-slider__slide--big .card-hidden {
  bottom: 0;
}

@media (max-width: 1440px) {
  .reash-info__title {
    margin-bottom: 24px;
  }
  .reash-info__txt {
    max-width: 362px;
    margin-bottom: 24px;
  }
  .reash-slider__slide {
    width: calc(25% - 4px);
  }
  .reash-slider__slide--big {
    width: calc(50% - 4px);
  }
  .reash-slider__slide--big .card {
    height: 634px;
  }
  .reash-slider__slide--big .card-img__slider-img img {
    max-width: 394px;
  }
}
@media (max-width: 932px) {
  .reash-slider__slide {
    width: 173px;
  }
  .reash-slider__slide--big .card {
    height: initial;
  }
  .reash-info {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reash-info__txt {
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reash-info__title {
    margin-bottom: 0;
  }
}
.ashBanner-content {
  position: relative;
}
.ashBanner-content__img img {
  width: 100%;
}
.ashBanner-content__info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ashBanner-info {
  width: 918px;
  max-width: 100%;
  color: var(--white);
}
.ashBanner-info__inner {
  max-width: 684px;
}
.ashBanner-info__title {
  margin-bottom: 28px;
}
.ashBanner-info__txt {
  margin-bottom: 20px;
  max-width: 602px;
}
.ashBanner-info__btn {
  margin-left: 0;
}

@media (max-width: 1440px) {
  .ashBanner-info {
    width: 690px;
  }
  .ashBanner-info__title {
    margin-bottom: 24px;
  }
  .ashBanner-info__txt {
    max-width: 470px;
    margin-bottom: 16px;
  }
}
@media (max-width: 932px) {
  .ashBanner-info {
    width: 290px;
    padding-left: 32px;
  }
  .ashBanner-info__title {
    margin-bottom: 10px;
  }
}
.sCollection-info {
  padding: var(--container-padding);
  color: var(--white);
}
.sCollection__title {
  max-width: 44.38vw;
}
.sCollection__title .icon-outline {
  display: none;
}
.sCollection__txt {
  margin-top: 28px;
  line-height: 115%;
  max-width: 712px;
}
.sCollection-image__vertical {
  display: none;
}
.sCollection-image__vertical img {
  width: 100%;
}
.sCollection-image__horizontal img {
  width: 100%;
}
.sCollection-card {
  background: var(--white);
  padding: 16px 16px 0;
  width: 274px;
  position: absolute;
  right: var(--container-padding);
  bottom: var(--container-padding);
}
.sCollection-card .card-stickers {
  top: 8px;
  left: 8px;
}
.sCollection-card .card-img {
  display: block;
}
.sCollection-card .card-img img {
  min-height: initial;
}
.sCollection-card__inner {
  background: var(--card--bg);
  position: relative;
}
.sCollection-card__img {
  text-align: center;
  padding: 44px 8px 30px;
}
.sCollection-card__icon {
  width: 20px;
  height: 20px;
}
.sCollection-card__close {
  width: 14px;
  height: 14px;
  display: none;
}
.sCollection-favorite {
  position: absolute;
  top: 30px;
  right: 24px;
  --btn-size: 44px;
  --btn-size-icon: 20px;
}
.sCollection-favorite .icon-heart-fill {
  display: none;
}
.sCollection-favorite.active .icon-heart-fill {
  display: block;
}
.sCollection-favorite.active .icon-heart {
  display: none;
}
.sCollection-dot {
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  bottom: 14.45vw;
  right: 25.59vw;
  display: none;
}
.sCollection-dot__inner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #DADADA;
  margin: 5px;
  position: relative;
  z-index: 3;
}
.sCollection-dot__back {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  display: none;
  position: absolute;
}
.sCollection-dot__back span {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.card-bottom-info {
  text-align: center;
  padding: 16px 8px 20px;
  background: var(--white);
}
.card-top-right-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 99;
}
.card-top-right-icon__item {
  width: 20px;
  height: 20px;
}

@media (max-width: 1440px) {
  .sCollection__title {
    max-width: 43.75vw;
  }
  .sCollection__txt {
    margin-top: 24px;
    max-width: 630px;
  }
  .sCollection-favorite {
    top: 30px;
    right: 30px;
    --btn-size: 40px;
    --btn-size-icon: 18px;
  }
  .sCollection-card {
    width: 206px;
    padding: 12px 12px 0;
  }
  .sCollection-card__img {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .sCollection-card__img img {
    width: 132px;
  }
  .card-top-right-icon__item {
    width: 14px;
    height: 14px;
  }
  .card-bottom-info {
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .sCollection.card-visible .sCollection-dot {
    display: none;
  }
  .sCollection.card-visible .sCollection-card {
    display: block;
  }
  .sCollection.card-visible .sCollection-card__icon {
    display: none;
  }
  .sCollection.card-visible .sCollection-card__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sCollection__txt {
    margin-top: 20px;
    max-width: 380px;
  }
  .sCollection-card {
    display: none;
  }
  .sCollection-dot {
    display: block;
  }
}
@media (max-width: 834px) {
  .sCollection-info {
    color: var(--black);
    padding: 0 var(--container-padding);
    margin-bottom: 16px;
    position: initial;
  }
  .sCollection__title {
    max-width: 100%;
    font-size: 6.4vw;
  }
  .sCollection__title .icon-outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .sCollection__txt {
    max-width: 344px;
    margin-top: 12px;
    line-height: 110%;
    text-transform: initial;
  }
  .sCollection-image {
    position: relative;
  }
  .sCollection-image__horizontal {
    display: none;
  }
  .sCollection-image__vertical {
    display: block;
  }
  .sCollection-favorite {
    --btn-size: 34px;
    --btn-size-icon: 14px;
    top: 20px;
  }
  .sCollection-dot {
    bottom: 32.26vw;
    right: 35.48vw;
    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;
  }
  .sCollection-dot__inner {
    width: 16px;
    height: 16px;
    margin: 6px;
  }
  .sCollection-dot__back {
    display: block;
    width: 76px;
    height: 76px;
    padding: 11px;
  }
  .sCollection-dot__back span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .sCollection-card {
    left: 0;
    right: 0;
    bottom: 92px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-bottom-info {
    padding: 8px;
  }
}
@media (max-width: 440px) {
  .sCollection-info {
    padding-right: 30px;
  }
  .sCollection__txt {
    max-width: 100%;
  }
  .sCollection-favorite {
    top: var(--container-padding);
    right: var(--container-padding);
  }
  .sCollection-dot {
    bottom: 35.91vw;
    right: 38.18vw;
  }
  .sCollection-dot__back {
    width: 54px;
    height: 54px;
  }
  .sCollection-dot__back span {
    display: none;
  }
  .sCollection-card {
    width: 190px;
    padding: 8px;
  }
  .sCollection-card__img {
    padding-top: 22px;
    padding-bottom: 8px;
  }
  .sCollection-card__img img {
    height: 174px;
    width: auto;
  }
}
.saleBanners-content__col {
  width: 50%;
}
.saleBanners-item {
  display: block;
  position: relative;
  color: var(--white);
}
.saleBanners-item__img img {
  width: 100%;
}
.saleBanners-item__info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.saleBanners-item__subtitle {
  margin-bottom: 4px;
}

@media (max-width: 1440px) {
  .saleBanners-item__subtitle {
    margin-bottom: 2px;
  }
}
@media (max-width: 932px) {
  .saleBanners-content__col {
    width: 100%;
    margin-bottom: 8px;
  }
  .saleBanners-content__col:last-child {
    margin-bottom: 0;
  }
  .saleBanners-item__subtitle {
    margin-bottom: 6px;
  }
}
.ashclub {
  margin-bottom: -1px;
}
.ashclub-content {
  position: relative;
}
.ashclub-content__img img {
  width: 100%;
}
.ashclub-content__info {
  width: 690px;
  max-width: 100%;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.ashclub-info {
  background: var(--black);
  color: var(--white);
  padding: 60px;
}
.ashclub-info__title {
  margin-bottom: 24px;
}
.ashclub-info__txt {
  margin-bottom: 24px;
  max-width: 444px;
}
.ashclub-info__links-item {
  margin-right: 10px;
}
.ashclub-info__links-item:last-child {
  margin-right: 0;
}
.ashclub-info__link span {
  text-decoration: underline;
}
.ashclub-info__link:hover span {
  text-decoration: none;
}

@media (max-width: 1440px) {
  .ashclub-content__info {
    width: 524px;
    bottom: 30px;
    right: 30px;
  }
  .ashclub-info {
    padding: 48px;
  }
  .ashclub-info__title {
    margin-bottom: 20px;
  }
  .ashclub-info__txt {
    max-width: 370px;
    margin-bottom: 20px;
  }
}
@media (max-width: 932px) {
  .ashclub-content__info {
    width: 286px;
    right: initial;
    right: 14px;
    bottom: 14px;
  }
  .ashclub-info {
    padding: 32px 15px 32px 32px;
  }
  .ashclub-info__title {
    margin-bottom: 16px;
    max-width: 158px;
  }
  .ashclub-info__txt {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .ashclub-content__info {
    right: initial;
    left: 14px;
  }
}
.lastpair-head {
  padding-left: 2.08vw;
  padding-right: 2.81vw;
  margin-bottom: 1.67vw;
}
.lastpair-head__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.92vw;
     -moz-column-gap: 2.92vw;
          column-gap: 2.92vw;
}
.lastpair__title {
  font-size: 5.83vw;
  line-height: 81%;
  letter-spacing: -0.05em;
}
.lastpair__txt {
  text-align: center;
  font-size: 1.35vw;
  line-height: 116%;
}

@media (max-width: 1440px) {
  .lastpair-head {
    padding-left: 2.22vw;
    padding-right: 2.22vw;
  }
  .lastpair-head__inner {
    -webkit-column-gap: 3.06vw;
       -moz-column-gap: 3.06vw;
            column-gap: 3.06vw;
  }
}
@media (max-width: 1199px) {
  .lastpair-head {
    background: var(--card--bg);
    padding: 3.13vw 2.73vw;
    color: #F08346;
  }
  .lastpair-head__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 4.69vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lastpair__title {
    font-size: 8.98vw;
    letter-spacing: -0.02em;
  }
  .lastpair__txt {
    font-size: 2.93vw;
    line-height: 90%;
    text-align: left;
  }
  .lastpair__sale {
    font-size: 6.25vw;
  }
}
@media (max-width: 834px) {
  .lastpair-head {
    padding: 3.76vw 4.03vw;
  }
  .lastpair-head__inner {
    row-gap: 9.68vw;
  }
  .lastpair__title {
    font-size: 12.9vw;
  }
  .lastpair__txt {
    font-size: 4.3vw;
  }
  .lastpair__sale {
    font-size: 10.48vw;
  }
}
.order {
  padding-bottom: 175px;
  padding-top: 36px;
}
.order__subhead {
  margin-bottom: 44px;
}
.order__subhead-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__title {
  text-align: center;
  margin-bottom: 64px;
}
.order__back svg {
  width: 16px;
  height: 16px;
}
.order__qty {
  font-size: 14px;
  letter-spacing: -0.42px;
}
.order__content {
  margin-left: -5px;
  margin-right: -5px;
}
.order__col {
  padding-left: 5px;
  padding-right: 5px;
}
.order__col-3 {
  width: 25%;
}
.order__col-6 {
  width: 50%;
}
.order-info {
  border-radius: 10px;
  padding: 28px;
  margin-top: 12px;
}
.order-info::before {
  border: 1px dashed #D4D4D4;
}
.order-info__title {
  -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: 16px;
}
.order-info__title-link {
  font-size: 14px;
  line-height: normal;
  color: #B0ADAD;
}
.order-info__list {
  margin-bottom: 20px;
}
.order-info__list-item {
  width: 117px;
  margin-right: 6px;
}
.order-info__product {
  position: relative;
  height: 145px;
  background: #F3F3F3;
}
.order-info__product-img img {
  max-width: 82px;
  mix-blend-mode: multiply;
}
.order-info__product-size {
  position: absolute;
  right: 6px;
  bottom: 5px;
  background: var(--white);
  border-radius: 50%;
  font-size: 12px;
  width: 26px;
  height: 26px;
}
.order-info__promocode {
  position: relative;
  margin-bottom: 20px;
}
.order-info__promocode.error .order-info__promocode-error {
  display: block;
}
.order-info__promocode.error .cart-total__promocode-input {
  border-color: var(--cancel);
}
.order-info__promocode.error .cart-total__promocode-input::-webkit-input-placeholder {
  color: transparent;
}
.order-info__promocode.error .cart-total__promocode-input::-moz-placeholder {
  color: transparent;
}
.order-info__promocode.error .cart-total__promocode-input:-ms-input-placeholder {
  color: transparent;
}
.order-info__promocode.error .cart-total__promocode-input::-ms-input-placeholder {
  color: transparent;
}
.order-info__promocode.error .cart-total__promocode-input::placeholder {
  color: transparent;
}
.order-info__promocode-inner {
  position: relative;
}
.order-info__promocode-error {
  padding: 3px 5px;
  background: var(--white);
  color: var(--cancel);
  font-size: 14px;
  line-height: 120%;
  position: absolute;
  left: 14px;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.order-info__promocode-input {
  border-radius: 4px;
  border: 1.3px dashed var(--stroke-dash);
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 110px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.order-info__promocode-input:focus {
  border-color: var(--black);
}
.order-info__promocode-input::-webkit-input-placeholder {
  color: var(--text-grey);
}
.order-info__promocode-input::-moz-placeholder {
  color: var(--text-grey);
}
.order-info__promocode-input:-ms-input-placeholder {
  color: var(--text-grey);
}
.order-info__promocode-input::-ms-input-placeholder {
  color: var(--text-grey);
}
.order-info__promocode-input::placeholder {
  color: var(--text-grey);
}
.order-info__promocode-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.order-info__promocode-btn[disabled] {
  color: transparent;
}
.order-info__promocode-list {
  margin-top: 8px;
  margin-bottom: -8px;
}
.order-info__promocode-list__item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.order-info__promocode-badge {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  padding: 7px 12px;
  background: var(--element-second);
  border-radius: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-info__promocode-badge__icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  cursor: pointer;
}
.order-info__price {
  font-size: 20px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  -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: 4px;
  position: relative;
}
.order-info__price-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.order-info__price-name-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
  cursor: pointer;
}
.order-info__price-name-icon svg, .order-info__price-name-icon path {
  stroke: var(--black);
}
.order-info__price-name:hover {
  color: var(--text-black-hover);
}
.order-info__price-name:hover svg, .order-info__price-name:hover path {
  stroke: var(--text-black-hover);
}
.order-info__total {
  font-size: 14px;
  line-height: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--text-grey);
}
.order-info__dropdown {
  width: 452px;
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 99;
  text-transform: initial;
}
.order-info__dropdown-content {
  background: var(--white);
  padding: 24px 24px 28px;
  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);
}
.order-info__dropdown-arrow {
  width: 32px;
  height: 26px;
  position: absolute;
  left: 70px;
  bottom: -16px;
}
.order-info__dropdown-arrow img {
  -webkit-filter: drop-shadow(0px 4.4px 7px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 4.4px 7px rgba(0, 0, 0, 0.04));
}
.order-info__dropdown-list {
  margin-bottom: 20px;
}
.order-info__dropdown-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 130%;
}
.order-info__dropdown-list__item:last-child {
  margin-bottom: 0;
}
.order-info__dropdown-list__item-name {
  color: #BEBEBE;
}
.order-info__dropdown-list__item-value--red {
  color: #ED611F;
}
.order-form {
  max-width: var(--content-center);
  margin-left: auto;
  margin-right: auto;
}
.order-form__group {
  margin-bottom: 64px;
}
.order-form__group:last-child {
  margin-bottom: 0;
}
.order-form__title {
  margin-bottom: 20px;
}
.order-form__title--mb-1 {
  margin-bottom: 32px;
}
.order-form__subtitle {
  -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: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.order-form__subtitle-txt-sm {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 6px;
}
.order-form__subtitle-error {
  display: none;
  color: var(--error);
}
.order-form__subtitle.error .order-form__subtitle-default {
  display: none;
}
.order-form__subtitle.error .order-form__subtitle-error {
  display: block;
}
.order-form__subtitle-group {
  margin-bottom: 16px;
}
.order-form__subtitle-group__txt {
  color: var(--text-standart);
}
.order-form__subtitle-group .order-form__subtitle {
  margin-bottom: 4px;
}
.order-form__pricedelivery {
  border-radius: 6px;
  background: #E1E6FF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 28px;
  margin-bottom: 32px;
  min-height: 70px;
}
.order-form__item {
  position: relative;
}
.order-form__item-inner {
  position: relative;
}
.order-form__item-txt {
  font-size: 12px;
  line-height: normal;
  margin-top: 8px;
  color: #B0B0B0;
}
.order-form__item.focused .order-form__label {
  font-size: 12px;
  padding: 1px 6px;
  background: var(--white);
  left: 14px;
  top: -8px;
  color: var(--black);
}
.order-form__item.focused .order-form__input {
  border-color: var(--black);
}
.order-form__item.focused .order-form__item-dropdown {
  display: block;
}
.order-form__item.filled .order-form__label {
  font-size: 12px;
  padding: 1px 6px;
  background: var(--white);
  left: 14px;
  top: -8px;
}
.order-form__item-dropdown {
  position: absolute;
  z-index: 9;
  top: 100%;
  width: 100%;
  margin-top: 8px;
  background: var(--white);
  border-radius: 4px;
  display: none;
}
.order-form__item-dropdown::before {
  border-color: var(--black);
}
.order-form__item-label {
  display: block;
  cursor: pointer;
}
.order-form__item-label input {
  display: none;
}
.order-form__item-label input:checked + span {
  background: #F5F5F5;
}
.order-form__item-label span {
  display: block;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 140%;
}
.order-form__item-label span:hover {
  background: #F5F5F5;
}
.order-form__input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid var(--stroke-element);
  padding: 0 20px;
}
.order-form__label {
  font-size: 17px;
  line-height: 130%;
  position: absolute;
  left: 20px;
  top: 14px;
  color: #BBB;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  pointer-events: none;
}
.order-form__info {
  margin-top: 20px;
  margin-bottom: 32px;
  border-radius: 4px;
  background: var(--element-second);
  padding: 24px 48px 24px 28px;
}
.order-form__info-txt {
  font-size: 17px;
  line-height: 130%;
}
.order-form__info-txt-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order-form__info-txt-value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 12px;
}
.order-form__info-txt-value span {
  font-weight: 600;
}
.order-form__info-btn {
  font-size: 16px;
  line-height: normal;
  padding: 11px 20px;
  display: inline-block;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 4px;
  margin-top: 20px;
}
.order-form__info-btn::before {
  border-color: var(--black);
}
.order-form__info-office__group {
  margin-bottom: 20px;
}
.order-form__info-office__group:last-child {
  margin-bottom: 0;
}
.order-form__info-office__left {
  width: 52%;
}
.order-form__info-office__right {
  width: 48%;
}
.order-form__info-office__title span {
  display: block;
}
.order-form__info-office__txt {
  max-width: 304px;
}
.order-form__info-office__txt-item {
  margin-bottom: 10px;
}
.order-form__info-office__txt-item:last-child {
  margin-bottom: 0;
}
.order-form__info-office__txt-left {
  width: 50px;
  margin-right: 20px;
}
.order-form__row-wrapper {
  margin-bottom: 32px;
}
.order-form__row-wrapper--mb-2 {
  margin-bottom: 20px;
}
.order-form__row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -20px;
}
.order-form__row--mb-20 {
  margin-bottom: 20px;
}
.order-form__col {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}
.order-form__col.hidden {
  display: none;
}
.order-form__col--fw {
  width: 100%;
}
.order-form__col--33 {
  width: 33.3333333333%;
}
.order-form__col-item {
  margin-bottom: 12px;
}
.order-form__col-item:last-child {
  margin-bottom: 0;
}
.order-form__checkbox {
  line-height: 130%;
  display: block;
}
.order-form__checkbox input {
  display: none;
}
.order-form__checkbox input:checked + .order-form__checkbox-content .order-form__checkbox-check {
  background: var(--black);
}
.order-form__checkbox-check {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #E2E2E2;
}
.order-form__checkbox-txt {
  width: calc(100% - 20px);
  padding-left: 10px;
}
.order-form__payments {
  margin-bottom: 20px;
}
.order-form__payments-item {
  margin-bottom: 8px;
}
.order-form__payments-item:last-child {
  margin-bottom: 0;
}
.order-form__payment {
  display: block;
  cursor: pointer;
}
.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: 4px;
  background: var(--element-second);
  padding: 13px 20px 13px 16px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.order-form__payment-content:hover {
  background: var(--element-hover);
}
.order-form__payment-content::before {
  border-color: var(--element-second);
  -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-2 {
  font-size: 17px;
  line-height: 130%;
  display: block;
}
.order-form__payment-link {
  font-size: 16px;
  line-height: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  fill: var(--black);
  margin-top: 20px;
}
.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;
  line-height: 1;
}
.order-form__payment-txt__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.order-form__payment-txt__sale {
  font-size: 12px;
  line-height: 140%;
  padding: 0 6px;
  border-radius: 26px;
  background: #F48011;
  color: var(--white);
}
.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__controls-btn {
  margin-bottom: 24px;
}
.order-form__controls-save {
  margin-bottom: 16px;
}
.order-form__controls-txt {
  font-size: 14px;
  line-height: 18px;
  color: #BBB;
}
.order-form__controls-txt a {
  text-decoration: underline;
}
.order-form__controls-txt a:hover {
  text-decoration: none;
}
.order-form__btn {
  width: 100%;
  height: 60px;
  background: var(--black);
  color: var(--white);
  border-radius: 6px;
  font-size: 17px;
  text-transform: uppercase;
  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;
  text-align: center;
}
.order-form__btn[disabled] {
  background: #F1F1F1;
  color: #C3C3C3;
}
.order-form__btn:hover:not([disabled]) {
  background: var(--text-black-hover);
}
.order-form__day-slider {
  margin-bottom: 20px;
}
.order-form__day {
  display: block;
}
.order-form__day input {
  display: none;
}
.order-form__day input:checked + span::before {
  border-color: var(--black);
}
.order-form__day input:checked + span .order-form__day-icon {
  border-color: var(--black);
}
.order-form__day input:checked + span .order-form__day-icon::before {
  opacity: 1;
}
.order-form__day-content {
  background: var(--element-second);
  border-radius: 6px;
  height: 149px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px 14px 12px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.order-form__day-content::before {
  border-color: var(--element-second);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.order-form__day-content:hover {
  background: var(--element-hover);
}
.order-form__day-icon {
  width: 20px;
  height: 20px;
  margin-bottom: auto;
  border: 1px solid var(--grey-5);
  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;
}
.order-form__day-icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--black);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.order-form__day-info {
  line-height: normal;
}
.order-form__day-day {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.order-form__time-slider__item {
  width: auto;
}
.order-form__time {
  display: block;
  --label-bg: var(--element-second);
  --label-bg-hover: var(--element-hover);
}
.order-form__time--white {
  --label-bg: var(--white);
}
.order-form__time input {
  display: none;
}
.order-form__time input:checked + span::before {
  border-color: var(--black);
}
.order-form__time-content {
  background: var(--label-bg);
  border-radius: 24px;
  display: block;
  line-height: normal;
  padding: 12px 18px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.order-form__time-content:hover {
  background: var(--label-bg-hover);
}
.order-form__time-content:hover::before {
  border-color: transparent;
}
.order-form__time-content::before {
  border-color: var(--label-bg);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.order-form__margin-bottom {
  margin-bottom: 32px;
}
.order-form__shipment {
  margin-top: 20px;
}
.order-form__shipment.hidden {
  display: none;
}
.order-form__hidden-block {
  margin-top: 20px;
}
.order-form__hidden-block:not(.visible) {
  display: none;
}
.order-form__info-block {
  margin-top: 20px;
}
.order-mobile__group {
  border-top: 1px solid var(--stroke-default);
}
.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 {
  font-size: 14px;
  padding: 12px;
  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: #6CAC8A;
  color: var(--white);
  font-weight: 500;
  text-transform: lowercase;
  font-size: 14px;
  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;
}
.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;
}
.order-mobile__delivery-info-lightning {
  width: 20px;
  height: 20px;
  fill: #FF6200;
}
.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__icon {
  stroke: var(--text-grey);
}
.order-mobile__delivery-txt.d-grid:first-child {
  margin-top: 0;
}
.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;
}
.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;
  margin-bottom: 20px;
}
.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);
}
.order-status__top {
  background: var(--element-second);
  padding: 54px;
  border-radius: 6px;
}
.order-status__bottom--mt {
  margin-top: 52px;
}
.order-status__info {
  max-width: 474px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.order-status__info-img {
  margin-bottom: 32px;
}
.order-status__info-img--cert {
  height: 296px;
  position: relative;
}
.order-status__info-img--cert img {
  width: 245px;
}
.order-status__info-title {
  margin-bottom: 16px;
}
.order-status__info-title--error {
  color: #FF5601;
}
.order-status__info-desc__item-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-status__info-desc__item-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.order-status__info-link {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}
.order-status__info-buttons {
  margin-top: 24px;
  width: 294px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  --icon-size: 16px;
}
.order-status__info-buttons a {
  width: 100%;
  margin-top: 0;
}
.order-status__info-buttons__item {
  margin-bottom: 8px;
}
.order-status__info-buttons__item:last-child {
  margin-bottom: 0;
}
.order-information {
  border-radius: 6px;
  padding: 24px;
  margin-top: 20px;
}
.order-information::before {
  border-style: dashed;
}
.order-information__title {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 24px;
}
.order-information__list-item {
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-information__list-item:last-child {
  margin-bottom: 0;
}
.order-information__list-item__value {
  text-align: right;
}
.order__grey-txt {
  text-align: center;
  margin-top: 20px;
}
.order__close-btn {
  margin-left: auto;
}
.order__close-btn img {
  width: 16px;
  height: 16px;
}
.order-mobile {
  display: none;
}
.order__m-head {
  display: none;
  padding: 16px var(--container-padding);
  background: var(--white);
  position: sticky;
  top: var(--height-content);
  z-index: 9;
}
.order__m-head-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order__m-head-left {
  max-width: 230px;
}
.order__m-head-step {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 8px;
}
.order__m-head-title {
  font-size: 18px;
  line-height: 90%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.order__m-head-txt {
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1440px) {
  .order {
    padding-top: 28px;
    padding-bottom: 100px;
  }
  .order__back svg {
    width: 14px;
    height: 14px;
  }
  .order__qty {
    font-size: 12px;
  }
  .order__subhead {
    margin-bottom: 32px;
  }
  .order__title {
    margin-bottom: 44px;
  }
  .order-info {
    padding: 24px;
    margin-top: 39px;
  }
  .order-info__title {
    margin-bottom: 12px;
  }
  .order-info__title-link {
    font-size: 12px;
  }
  .order-info__product {
    width: 92px;
    height: 114px;
  }
  .order-info__product-img img {
    max-width: 64px;
  }
  .order-info__list {
    margin-bottom: 16px;
  }
  .order-info__promocode {
    margin-bottom: 16px;
  }
  .order-info__promocode-input {
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
  }
  .order-info__promocode-btn {
    font-size: 14px;
    right: 13px;
  }
  .order-info__promocode-list {
    margin-top: 4px;
    margin-bottom: -6px;
  }
  .order-info__promocode-list__item {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .order-info__promocode-badge {
    font-size: 13px;
    line-height: 1;
    padding: 6px 8px;
  }
  .order-info__promocode-badge__icon {
    width: 14px;
    height: 14px;
    margin-left: 6px;
  }
  .order-info__promocode-error {
    font-size: 12px;
    padding: 3px 5px;
    left: 12px;
  }
  .order-info__price {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .order-info__price-name-icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .order-info__price-value {
    margin-right: 0;
  }
  .order-info__total {
    font-size: 12px;
  }
  .order-info__total-price {
    margin-right: 0;
  }
  .order-info__dropdown {
    width: 384px;
    bottom: 28px;
  }
  .order-info__dropdown-content {
    padding: 20px 18px;
  }
  .order-info__dropdown-arrow {
    width: 27px;
    height: 21px;
    bottom: -11px;
    left: 56px;
  }
  .order-info__dropdown-list {
    margin-bottom: 16px;
  }
  .order-info__dropdown-list__item {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .order-form__group {
    margin-bottom: 52px;
  }
  .order-form__title {
    margin-bottom: 20px;
  }
  .order-form__pricedelivery {
    padding: 20px 24px;
    margin-bottom: 28px;
    min-height: 60px;
  }
  .order-form__pricedelivery-value {
    line-height: normal;
  }
  .order-form__subtitle {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
  }
  .order-form__subtitle-txt-sm {
    font-size: 14px;
    margin-right: 3px;
  }
  .order-form__input {
    height: 40px;
    padding-left: 16px;
    font-size: 15px;
  }
  .order-form__label {
    font-size: 15px;
    top: 10px;
    left: 16px;
  }
  .order-form__item.focused .order-form__label {
    left: 11px;
    top: -14px;
  }
  .order-form__item-txt {
    font-size: 12px;
    margin-top: 6px;
  }
  .order-form__info {
    margin-top: 16px;
    margin-bottom: 28px;
    padding: 20px 48px 20px 24px;
  }
  .order-form__info-txt {
    font-size: 15px;
    line-height: 140%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .order-form__info-txt-icon {
    margin-top: 4px;
    width: 14px;
    height: 14px;
  }
  .order-form__info-txt-value {
    width: calc(100% - 14px);
    padding-left: 12px;
  }
  .order-form__info-btn {
    margin-top: 16px;
    padding: 9px 18px;
    font-size: 14px;
  }
  .order-form__info-office__group {
    margin-bottom: 16px;
  }
  .order-form__info-office__txt-item {
    line-height: 18px;
  }
  .order-form__info-office__txt-left {
    width: 48px;
    margin-right: 19px;
  }
  .order-form__row-wrapper {
    margin-bottom: 28px;
  }
  .order-form__row-wrapper--mb-2 {
    margin-bottom: 16px;
  }
  .order-form__row {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -16px;
  }
  .order-form__col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 16px;
  }
  .order-form__checkbox {
    max-width: 232px;
    line-height: 115%;
  }
  .order-form__checkbox-check {
    width: 18px;
    height: 18px;
  }
  .order-form__checkbox-txt {
    width: calc(100% - 18px);
    padding-left: 8px;
  }
  .order-form__payments {
    margin-bottom: 16px;
  }
  .order-form__payment-content {
    padding: 10px 16px 9px 12px;
  }
  .order-form__payment-content__hidden {
    padding: 16px 28px 10px;
  }
  .order-form__payment-txt-2 {
    font-size: 15px;
    line-height: 140%;
  }
  .order-form__payment-link {
    font-size: 14px;
    margin-top: 10px;
  }
  .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-txt__inner {
    gap: 6px;
  }
  .order-form__payment-txt__sale {
    font-size: 11px;
  }
  .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-btn {
    margin-bottom: 20px;
  }
  .order-form__controls-save {
    margin-bottom: 12px;
  }
  .order-form__controls-txt {
    font-size: 12px;
  }
  .order-form__btn {
    height: 50px;
    font-size: 15px;
  }
  .order-form__switch {
    padding-top: 2px;
  }
  .order-form__slider-day {
    margin-bottom: 16px;
  }
  .order-form__day-content {
    height: 106px;
    padding: 12px 12px 10px;
  }
  .order-form__day-icon {
    width: 18px;
    height: 18px;
  }
  .order-form__day-icon::before {
    width: 8px;
    height: 8px;
  }
  .order-form__day-day {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .order-form__day-date {
    line-height: 140%;
  }
  .order-form__time-content {
    line-height: 140%;
    padding: 9px 16px 10px;
  }
  .order-form__margin-bottom {
    margin-bottom: 28px;
  }
  .order-form__info-block {
    margin-top: 16px;
  }
  .order-status__top {
    padding: 44px;
  }
  .order-status__info {
    max-width: 384px;
  }
  .order-status__info-img {
    margin-bottom: 24px;
  }
  .order-status__info-img--success img {
    width: 266px;
  }
  .order-status__info-img--cert {
    height: 240px;
  }
  .order-status__info-img--cert img {
    width: 198px;
  }
  .order-status__info-title {
    margin-bottom: 12px;
  }
  .order-status__info-desc__item-icon {
    width: 14px;
    height: 14px;
  }
  .order-status__info-link {
    margin-top: 20px;
    padding: 12px 24px 11px;
  }
  .order-status__info-buttons {
    margin-top: 20px;
    width: 220px;
    --icon-size: 14px;
  }
  .order-status__info-buttons__item {
    margin-bottom: 6px;
  }
  .order-information {
    padding: 24px 20px 20px;
  }
  .order-information__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .order-information__list-item {
    margin-bottom: 8px;
  }
  .order__close-btn img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1280px) {
  .order__col {
    width: 100%;
  }
  .order-info {
    max-width: var(--content-center);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 932px) {
  .order {
    padding-bottom: 65px;
    padding-top: 0;
  }
  .order--statusPage {
    padding-top: 0;
    position: relative;
  }
  .order--statusPage .content__info {
    max-width: 100%;
  }
  .order__head {
    padding: 4px 0;
  }
  .order__logo img {
    width: 36px;
    height: 53px;
  }
  .order__subhead {
    margin-bottom: 24px;
    display: none;
  }
  .order__title {
    margin-bottom: 28px;
    display: none;
  }
  .order__m-head {
    display: block;
  }
  .order-info {
    display: none;
  }
  .order-info__promocode {
    margin-bottom: 20px;
  }
  .order-info__promocode-input {
    height: 50px;
    font-size: 15px;
    padding-left: 16px;
  }
  .order-info__promocode-btn {
    font-size: 15px;
    right: 17px;
  }
  .order-info__price {
    font-size: 16px;
    line-height: 135%;
  }
  .order-info__total {
    margin-bottom: 12px;
  }
  .order-info__total--mb-0 {
    margin-bottom: 0;
  }
  .order-info__controls-btn {
    margin-bottom: 16px;
  }
  .order-info__controls-txt {
    font-size: 12px;
    line-height: 18px;
    color: var(--text-grey);
  }
  .order-info__controls-txt a {
    text-decoration: underline;
  }
  .order-info__dropdown-content {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .order-info__dropdown-list {
    margin-bottom: 0;
  }
  .order-info__dropdown-list__item {
    margin-bottom: 8px;
  }
  .order-info__dropdown-line {
    height: 1px;
    margin: 16px 0;
    border-bottom: 1px dashed var(--stroke-element);
  }
  .order-form {
    display: none;
  }
  .order-form__payments {
    margin-bottom: 0;
  }
  .order-form__payments-item {
    margin-bottom: 6px;
  }
  .order-form__info {
    padding: 20px;
    margin-bottom: 0;
    margin-top: 18px;
  }
  .order-form__info--mt-20 {
    margin-top: 20px;
  }
  .order-form__info-txt {
    font-size: 14px;
    line-height: 130%;
  }
  .order-form__row {
    margin-bottom: -20px;
  }
  .order-form__col {
    margin-bottom: 20px;
  }
  .order-form__payment-txt-2 {
    margin-bottom: 8px;
  }
  .order-form__payment-link {
    font-size: 15px;
    line-height: normal;
    margin-top: 16px;
  }
  .order-form__day-slider {
    overflow: initial;
    margin-bottom: 16px;
  }
  .order-form__day-slider__item {
    width: 112px;
  }
  .order-form__day-content {
    height: 112px;
  }
  .order-form__time-slider {
    overflow: initial;
  }
  .order-mobile {
    display: block;
  }
  .order-status__top {
    margin-left: -14px;
    margin-right: -14px;
    border-radius: 0;
  }
  .order-status__bottom {
    margin-top: 20px;
  }
  .order-status__info-img--success img {
    width: 260px;
  }
  .order__close-btn {
    position: absolute;
    top: 16px;
    right: 14px;
    background: var(--white);
  }
  .order__grey-txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order__grey-txt a {
    white-space: nowrap;
  }
  body:has(.order-status) .header__bg {
    background: var(--element-second);
  }
}
@media (max-width: 480px) {
  .order-status__info-buttons {
    width: 100%;
  }
  .order-status__info-desc {
    padding-left: 26px;
    padding-right: 26px;
  }
  .order-status__top {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.order__back img, .order__back svg {
  width: 16px;
  height: 16px;
}
.order-total {
  padding: 32px;
  border-radius: 6px;
  margin-top: 50px;
  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;
  border-color: #D4D4D4;
}
.order-total__head {
  margin-bottom: 24px;
}
.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__products {
  padding-top: 24px;
  padding-bottom: 24px;
}
.order-total__list {
  padding-top: 24px;
  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__name {
  color: var(--text-standart);
}
.order-total__list-item__value--red {
  color: var(--cancel);
}
.order-total__info::before {
  border-bottom-style: dashed;
}
.order-total__bottom {
  padding-top: 20px;
  position: relative;
}
.order-total__bottom::before, .order-total__bottom::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px dashed #D4D4D4;
  background: var(--white);
  top: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.order-total__bottom::before {
  left: -43px;
}
.order-total__bottom::after {
  right: -43px;
}
.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-size: 20px;
  line-height: normal;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.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__img--fw {
  min-width: 100%;
}
.order-card__img img {
  width: 100%;
}
.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 {
  margin-bottom: var(--item-mb);
}
.order-card__category {
  margin-bottom: var(--item-mb);
}
.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;
}
.order-products {
  margin-bottom: -8px;
  margin-left: -4px;
  margin-right: -4px;
}
.order-products__item {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
  width: 33.3333333333%;
}

.promocode-form__group {
  position: relative;
}
.promocode-form__input {
  border-style: dashed;
}
.promocode-form__btn {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--stroke-element-hover);
}

.saveInfo {
  background: var(--element-second);
  border-radius: 6px;
  padding: 36px 36px 36px 48px;
}
.saveInfo__top {
  border-bottom: 1px solid var(--stroke-element);
  margin-bottom: 28px;
}
.saveInfo__group {
  margin-bottom: 6px;
}
.saveInfo__group-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.saveInfo__title {
  max-width: 287px;
}
.saveInfo__change {
  line-height: 115%;
  text-decoration: underline;
}
.saveInfo__change:hover {
  text-decoration: none;
}
.saveInfo__address {
  max-width: 396px;
  margin-bottom: 36px;
}
.saveInfo__comment {
  margin-top: 36px;
  fill: var(--text-background);
  color: var(--text-background);
  margin-bottom: 24px;
}
.saveInfo__comment-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.saveInfo__comment-icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.saveInfo__comment-txt {
  width: calc(100% - 16px);
  padding-left: 12px;
}
.saveInfo__row-wrapper {
  max-width: 582px;
}
.saveInfo__row {
  margin-left: -53px;
  margin-right: -53px;
  margin-bottom: -28px;
}
.saveInfo__col {
  width: 50%;
  padding-left: 53px;
  padding-right: 53px;
  margin-bottom: 28px;
}
.saveInfo-item__icon {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}
.saveInfo-item__txt-item {
  margin-bottom: 8px;
}
.saveInfo-item__sm-txt {
  color: var(--text-background);
}

.determine-location {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: normal;
  margin-top: 14px;
}
.determine-location__icon {
  width: 14px;
  height: 14px;
  stroke: var(--black);
  margin-right: 4px;
}

@media (max-width: 1440px) {
  .order__back img, .order__back svg {
    width: 14px;
    height: 14px;
  }
  .order-total {
    padding: 28px;
    margin-top: 40px;
    top: 116px;
  }
  .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;
  }
  .order-products {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: -6px;
  }
  .order-products__item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
  }
  .order-card {
    --img-width: 96px;
    --item-mb: 4px;
    font-size: 14px;
  }
  .order-card__info {
    padding-left: 16px;
  }
  .saveInfo {
    padding: 32px 32px 32px 40px;
  }
  .saveInfo__group {
    margin-bottom: 6px;
  }
  .saveInfo__address {
    margin-bottom: 32px;
  }
  .saveInfo__top {
    margin-bottom: 24px;
  }
  .saveInfo__row-wrapper {
    max-width: 520px;
  }
  .saveInfo__row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -24px;
  }
  .saveInfo__col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
  }
  .saveInfo__title {
    max-width: 240px;
  }
  .saveInfo__address {
    max-width: 338px;
  }
  .saveInfo-item__icon {
    width: 18px;
    height: 18px;
    margin-bottom: 16px;
  }
  .saveInfo-item__txt-item {
    margin-bottom: 6px;
  }
}
@media (max-width: 1280px) {
  .order-products__item {
    width: 20%;
  }
}
@media (max-width: 932px) {
  .order-total {
    display: none;
  }
  .order-total__list {
    padding: 0;
  }
  .order-total__list-item__name {
    color: var(--black);
  }
  .promocode-form__input {
    height: 50px;
  }
}
.shipment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.shipment-list--3-items {
  grid-template-columns: repeat(3, 1fr);
}
.shipment-item {
  background: var(--element-second);
  position: relative;
  border-radius: 6px;
  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::before {
  opacity: 1;
}
.shipment-item input:checked + span .shipment-item__txt, .shipment-item input:checked + span .shipment-item__date-name {
  color: var(--base-color);
}
.shipment-item input:checked + .shipment-item__inner--selected-lilac {
  background: #CBB6E4;
}
.shipment-item input:checked + .shipment-item__inner--selected-pink {
  background: #FFBFDB;
}
.shipment-item input:checked + .shipment-item__inner--selected-orange {
  background: #FFBA75;
}
.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: 600;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 140%;
}
.shipment-item__txt {
  margin-bottom: 24px;
  line-height: 140%;
  color: var(--text-grey_bckgr);
  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: #6CAC8A;
  color: var(--white);
  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: #FF6200;
}

.determineLocation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  font-size: 16px;
  line-height: normal;
}
.determineLocation__icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  stroke: var(--black);
}

.noCourierInfo.hidden {
  display: none;
}

.courierInfo.hidden {
  display: none;
}

@media (max-width: 1440px) {
  .shipment-list {
    gap: 6px;
  }
  .shipment-item__inner {
    padding: 16px;
  }
  .shipment-item__check {
    margin-bottom: 8px;
  }
  .shipment-item__name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .shipment-item__free {
    padding: 4px 8px;
    line-height: 16px;
  }
  .shipment-item__date {
    line-height: 138%;
  }
  .shipment-item__date-name {
    font-size: 15px;
  }
  .shipment-item__date-value {
    font-size: 15px;
  }
  .shipment-item__icon {
    top: 16px;
    right: 16px;
  }
  .shipment-item__group--column {
    gap: 20px;
  }
  .determineLocation {
    margin-top: 12px;
  }
  .determineLocation__icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 932px) {
  .determineLocation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    margin-top: 8px;
    height: 40px;
  }
  .shipment-list {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  .shipment-list__col--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;
  }
}
.address-list__item {
  margin-bottom: 8px;
}
.address-list__item:last-child {
  margin-bottom: 0;
}
.address-item input:checked + .address-item__inner::before {
  border-color: var(--black);
}
.address-item__more {
  display: none;
}
.address-item__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 20px;
  border-radius: 6px;
  background: var(--element-second);
  width: 100%;
}
.address-item__inner::before {
  border-color: var(--element-second);
}
.address-item__inner-left {
  width: 390px;
}
.address-item__info-info {
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.address-item__info-title {
  margin-bottom: 12px;
}
.address-item__info-txt {
  color: var(--text-background);
}
.address-item__info-txt__item {
  display: block;
  margin-bottom: 24px;
}
.address-item__info-txt__item:last-child {
  margin-bottom: 0;
}
.address-item__info-comment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
  color: var(--text-background);
  fill: var(--text-background);
}
.address-item__info-comment__icon {
  width: 14px;
  height: 14px;
}
.address-item__info-comment__txt {
  width: calc(100% - 14px);
  padding-left: 12px;
}
.address-item__info-status {
  margin-top: 16px;
  color: var(--status-green);
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.address-item__info-status::before {
  content: "";
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: var(--status-green);
  margin-right: 10px;
}
.address-item__actions-item {
  margin-right: 20px;
}
.address-item__actions-item:last-child {
  margin-right: 0;
}
.address-item__actions-btn {
  fill: var(--text-standart);
}
.address-item__actions-btn__txt {
  display: none;
}
.address-item__actions-btn__icon {
  width: 16px;
  height: 16px;
}
.address-item__actions-btn:hover {
  fill: var(--text-hover);
}
.address-item__actions-close {
  display: none;
}
.address-add {
  margin-top: 32px;
}
.address-add__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  line-height: normal;
}
.address-add__btn-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.address-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;
}
.address-form .order-form__info {
  margin-bottom: 20px;
}
.address-form .order-form__subtitle-group {
  margin-top: 16px;
}
.address-form__group {
  margin-bottom: 32px;
}
.address-form__group-title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.address-form__foot {
  margin-top: auto;
  position: sticky;
  bottom: 0;
  z-index: 9;
  padding: 14px;
  margin-left: -14px;
  margin-right: -14px;
  background: var(--white);
}
.address-form__btn {
  width: 100%;
}
.address-form__shipment-slider__slide {
  max-width: 376px;
}
.address-form__shipment-selected {
  margin-top: 12px;
}

#postOfficeMap {
  width: 100%;
  height: 100%;
}

.postOffice-info {
  position: absolute;
  z-index: 9;
  top: 12px;
  left: 12px;
  border-radius: 10px;
  background: var(--white);
  -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);
  max-width: 506px;
  display: none;
}
.postOffice-info.visible {
  display: block;
}
.postOffice-info__inner {
  padding: 32px;
}
.postOffice-info__title {
  margin-bottom: 14px;
}
.postOffice-info__address {
  margin-bottom: 24px;
}
.postOffice-info__work {
  margin-bottom: 24px;
}
.postOffice-info__work-item {
  margin-bottom: 8px;
}
.postOffice-info__work-item__left {
  width: 56px;
  margin-right: 32px;
}
.postOffice-info__btn {
  width: 100%;
  line-height: 115%;
  padding: 10px;
}
.postOffice-info__close {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 16px;
  right: 14px;
}

.get-location {
  padding: 12px 16px 12px 20px;
  background: var(--white);
  position: absolute;
  bottom: 40px;
  right: 44px;
  z-index: 9;
  color: var(--black);
  stroke: var(--black);
  text-transform: initial;
  border-radius: 44px;
}
.get-location__icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

@media (max-width: 1440px) {
  .address-list__item {
    margin-bottom: 6px;
  }
  .address-item__inner {
    padding: 20px 16px;
    border-radius: 4px;
  }
  .address-item__inner-left {
    width: 324px;
  }
  .address-item__info-title {
    margin-bottom: 8px;
  }
  .address-item__info-txt__item {
    margin-bottom: 20px;
  }
  .address-item__info-comment {
    margin-top: 2px;
  }
  .address-item__info-comment__txt {
    padding-left: 8px;
  }
  .address-item__info-status {
    margin-top: 12px;
    font-size: 12px;
  }
  .address-item__info-status::before {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
  .address-item__actions-item {
    margin-right: 16px;
  }
  .address-item__actions-btn__icon {
    width: 14px;
    height: 14px;
  }
  .address-form__shipment-slider__slide {
    max-width: 302px;
  }
  .address-add {
    margin-top: 24px;
  }
  .address-add__btn-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .postOffice-info {
    max-width: 448px;
  }
  .postOffice-info__inner {
    padding: 24px;
  }
  .postOffice-info__title {
    margin-bottom: 12px;
  }
  .postOffice-info__address {
    margin-bottom: 20px;
  }
  .postOffice-info__work-item__left {
    width: 50px;
  }
  .postOffice-info__btn {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .get-location {
    padding: 11px 12px 11px 16px;
    bottom: 40px;
    right: 30px;
  }
  .get-location__icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
}
@media (max-width: 932px) {
  .get-location {
    bottom: 26px;
    right: 26px;
  }
  .get-location.bottom {
    bottom: 340px;
  }
  .postOffice-info {
    position: fixed;
    display: block;
    bottom: 0;
    top: initial;
    left: 0;
    right: 0;
    max-width: initial;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .postOffice-info.visible {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible;
  }
  .postOffice-info__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .postOffice-info__inner {
    padding: 40px 14px 10px;
  }
  .postOffice-info__address {
    max-width: 298px;
  }
  .postOffice-info__btn {
    border-radius: 4px;
    padding-top: 17px;
    padding-bottom: 16px;
  }
  .address-item__inner {
    padding-right: 10px;
  }
  .address-item__inner-left {
    width: calc(100% - 18px);
  }
  .address-item__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: var(--grey-7);
  }
  .address-item__actions {
    display: none;
  }
  .address-item__actions.visible {
    display: block;
  }
  .address-item__actions-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.12);
    z-index: 99;
  }
  .address-item__actions-content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    border-radius: 20px 20px 0 0;
    z-index: 101;
    padding: 50px 14px 10px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .address-item__actions-content.visible {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .address-item__actions-close {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .address-item__actions-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .address-item__actions-item {
    border-top: 1px solid var(--stroke-element);
    margin-right: 0;
    width: 100%;
  }
  .address-item__actions-btn {
    padding: 16px 0;
    display: block;
  }
  .address-item__actions-btn__icon {
    display: none;
  }
  .address-item__actions-btn__txt {
    display: block;
  }
  .address-form__shipment-slider__slide {
    max-width: 204px;
  }
}
.order-infoBlock {
  padding: 24px;
  border-radius: 6px;
}
.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 {
  padding: 11px 16px 10px;
}
.order-infoBlock__title {
  font-weight: 600;
  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 {
  color: var(--text-background);
  fill: var(--text-background);
}
.order-infoBlock__comment-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 3px;
}

@media (max-width: 1440px) {
  .order-infoBlock {
    padding: 20px;
  }
  .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;
  }
}
@media (max-width: 932px) {
  .order-infoBlock {
    padding: 20px 14px;
  }
  .order-infoBlock__bottom {
    margin-top: 20px;
  }
}
.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-actions {
  position: absolute;
  left: 40px;
  top: 64px;
  z-index: 9;
  width: 934px;
  max-width: calc(100vw - 736px);
}
.orderMap-actions__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.orderMap-actions__list-item--search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.orderMap-search {
  width: 100%;
}
.orderMap-search__input {
  height: 44px;
  min-height: 44px;
}
.orderMap-label input {
  display: none;
}
.orderMap-label__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  padding: 11px 18px 11px 16px;
  border-radius: 26px;
}
.orderMap-label__icon {
  margin-right: 10px;
}
.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);
}
.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);
}

.pickupPoint-list {
  padding-top: 16px;
}
.pickupPoint-list__item {
  border-top: 1px solid var(--stroke-element);
}
.pickupPoint-item {
  padding: 20px 40px;
  margin: 0 -40px;
  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-standart);
}
.pickupPoint-detail {
  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: 36px 40px;
  position: sticky;
  z-index: 9;
  bottom: 0;
  margin-left: -40px;
  margin-right: -40px;
  background: var(--white);
  margin-top: auto;
  margin-bottom: -40px;
}
.pickupPoint-detail__foot.hidden {
  display: none;
}
.pickupPoint-detail__btn {
  width: 100%;
}
.pickupPoint-content {
  height: 100%;
}
.pickupPoint-content__item {
  height: 100%;
}
.pickupPoint-tabs__list {
  margin-left: -14px;
  margin-right: -14px;
  padding-top: 14px;
}
.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-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--text-disable);
}
.pickupPoint-tabs__link::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--text-disable);
}
.pickupPoint-tabs__link.selected {
  color: var(--black);
}
.pickupPoint-tabs__link.selected::after {
  background: var(--black);
}
.pickupPoint-mobile-actions {
  padding: 14px;
  position: sticky;
  top: 0;
  z-index: 7;
  background: linear-gradient(182.79deg, #FFFFFF 2.21%, #FFFFFF 82.59%, rgba(255, 255, 255, 0) 97.58%);
}
.pickupPoint-mobile-actions--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
.pickupPoint-mobile-actions:not(.pickupPoint-mobile-actions--absolute) .button {
  background: var(--element-second);
}
.pickupPoint-mobile-actions:not(.pickupPoint-mobile-actions--absolute) .btn-circle {
  background: var(--element-second);
}
.pickupPoint-mobile-actions .btn-circle, .pickupPoint-mobile-actions .label-btn, .pickupPoint-mobile-actions .button {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}
.pickupPoint-mSearch {
  padding: 8px 14px;
  display: none;
}
.pickupPoint-mSearch__list {
  display: none;
  margin-top: 20px;
  margin-left: -14px;
  margin-right: -14px;
}
.pickupPoint-mSearch__list.visible {
  display: block;
}

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

[class*=ymaps-][class*=image-with-content] {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

[class*=ymaps-][class*=image-with-content-content] {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1440px) {
  #pickupPointsMap {
    max-width: calc(100vw - 492px);
  }
  .orderMap-content {
    max-width: calc(100vw - 492px);
  }
  .orderMap-actions {
    top: 50px;
    left: 30px;
    width: 746px;
    max-width: calc(100vw - 552px);
  }
  .orderMap-search__input {
    height: 40px;
    min-height: 40px;
  }
  .orderMap-detail__title {
    margin-bottom: 8px;
  }
  .orderMap-detail__address {
    margin-bottom: 24px;
  }
  .orderMap-detail__info {
    margin-top: 8px;
    margin-bottom: 28px;
  }
  .orderMap-detail__group {
    margin-bottom: 28px;
  }
  .orderMap-controls__zoom-item {
    margin-bottom: 4px;
  }
  .orderMap-zoomBtn {
    width: 40px;
    height: 40px;
  }
  .orderMap-zoomBtn__icon {
    width: 14px;
    height: 14px;
  }
  .infoBlock {
    padding: 20px 16px;
  }
  .infoBlock__icon {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }
  .pickupPoint-item {
    padding: 16px 30px;
    margin: 0 -30px;
  }
  .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__foot {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    margin-bottom: -30px;
  }
  .pickupPoint-detail__work-item {
    margin-bottom: 4px;
  }
  .pickupPoint-detail__type-icon {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 932px) {
  .pickupPoint-list {
    padding: 0 14px;
  }
  .pickupPoint-detail {
    padding-top: 14px;
  }
  .pickupPoint-detail__foot {
    padding: 8px 14px;
    background: var(--white);
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -14px;
    position: sticky;
    bottom: 0;
    z-index: 9;
  }
  .pickupPoint-item {
    margin: 0 -14px;
  }
  .offcanvas__body:has(.mobileBottom.animate) {
    z-index: 99;
  }
  .orderMap-controls__zoom {
    bottom: 16px;
    right: initial;
    left: var(--container-padding);
    display: none;
  }
  .orderMap-locationBtn {
    bottom: 16px;
    line-height: 20px;
    padding: 10px 12px;
    left: initial;
    right: var(--container-padding);
  }
}
.confetti {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.confetti-piece {
  position: absolute;
  width: 6px;
  height: 10px;
  background: #FBBA23;
  top: -10px;
  opacity: 0;
}
.confetti-piece:nth-child(1) {
  left: 7%;
  -webkit-transform: rotate(-53deg);
      -ms-transform: rotate(-53deg);
          transform: rotate(-53deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 375ms;
          animation-delay: 375ms;
  -webkit-animation-duration: 1608ms;
          animation-duration: 1608ms;
}
.confetti-piece:nth-child(2) {
  left: 14%;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 30ms;
          animation-delay: 30ms;
  -webkit-animation-duration: 1014ms;
          animation-duration: 1014ms;
}
.confetti-piece:nth-child(3) {
  left: 21%;
  -webkit-transform: rotate(-69deg);
      -ms-transform: rotate(-69deg);
          transform: rotate(-69deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 779ms;
          animation-delay: 779ms;
  -webkit-animation-duration: 1060ms;
          animation-duration: 1060ms;
}
.confetti-piece:nth-child(4) {
  left: 28%;
  -webkit-transform: rotate(36deg);
      -ms-transform: rotate(36deg);
          transform: rotate(36deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 785ms;
          animation-delay: 785ms;
  -webkit-animation-duration: 1164ms;
          animation-duration: 1164ms;
}
.confetti-piece:nth-child(5) {
  left: 35%;
  -webkit-transform: rotate(-162deg);
      -ms-transform: rotate(-162deg);
          transform: rotate(-162deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 452ms;
          animation-delay: 452ms;
  -webkit-animation-duration: 995ms;
          animation-duration: 995ms;
}
.confetti-piece:nth-child(6) {
  left: 42%;
  -webkit-transform: rotate(55deg);
      -ms-transform: rotate(55deg);
          transform: rotate(55deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 58ms;
          animation-delay: 58ms;
  -webkit-animation-duration: 1600ms;
          animation-duration: 1600ms;
}
.confetti-piece:nth-child(7) {
  left: 49%;
  -webkit-transform: rotate(31deg);
      -ms-transform: rotate(31deg);
          transform: rotate(31deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 517ms;
          animation-delay: 517ms;
  -webkit-animation-duration: 1210ms;
          animation-duration: 1210ms;
}
.confetti-piece:nth-child(8) {
  left: 56%;
  -webkit-transform: rotate(-127deg);
      -ms-transform: rotate(-127deg);
          transform: rotate(-127deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 687ms;
          animation-delay: 687ms;
  -webkit-animation-duration: 1338ms;
          animation-duration: 1338ms;
}
.confetti-piece:nth-child(9) {
  left: 63%;
  -webkit-transform: rotate(-158deg);
      -ms-transform: rotate(-158deg);
          transform: rotate(-158deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 708ms;
          animation-delay: 708ms;
  -webkit-animation-duration: 1503ms;
          animation-duration: 1503ms;
}
.confetti-piece:nth-child(10) {
  left: 70%;
  -webkit-transform: rotate(-88deg);
      -ms-transform: rotate(-88deg);
          transform: rotate(-88deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 706ms;
          animation-delay: 706ms;
  -webkit-animation-duration: 1611ms;
          animation-duration: 1611ms;
}
.confetti-piece:nth-child(11) {
  left: 77%;
  -webkit-transform: rotate(-132deg);
      -ms-transform: rotate(-132deg);
          transform: rotate(-132deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 483ms;
          animation-delay: 483ms;
  -webkit-animation-duration: 1065ms;
          animation-duration: 1065ms;
}
.confetti-piece:nth-child(12) {
  left: 84%;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 153ms;
          animation-delay: 153ms;
  -webkit-animation-duration: 1380ms;
          animation-duration: 1380ms;
}
.confetti-piece:nth-child(13) {
  left: 91%;
  -webkit-transform: rotate(-131deg);
      -ms-transform: rotate(-131deg);
          transform: rotate(-131deg);
  -webkit-animation: makeItRain 1750ms infinite ease-out;
          animation: makeItRain 1750ms infinite ease-out;
  -webkit-animation-delay: 280ms;
          animation-delay: 280ms;
  -webkit-animation-duration: 1477ms;
          animation-duration: 1477ms;
}
.confetti-piece:nth-child(odd) {
  background: #65BB5C;
}
.confetti-piece:nth-child(even) {
  z-index: 1;
}
.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 13px;
  -webkit-animation-duration: 3500ms;
          animation-duration: 3500ms;
  background: #F23B14;
}
.confetti-piece:nth-child(3n) {
  width: 5px;
  height: 13px;
  -webkit-animation-duration: 4375ms;
          animation-duration: 4375ms;
  -webkit-animation-delay: 1750ms;
          animation-delay: 1750ms;
}
.confetti-piece:nth-child(4n-7) {
  background: #2A2F6A;
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(240px);
            transform: translateY(240px);
  }
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(240px);
            transform: translateY(240px);
  }
}
.account {
  line-height: normal;
  padding-top: 64px;
  padding-bottom: 64px;
}
.account--gray {
  background: #F6F6F6;
}
.account-mobile {
  display: none;
}
.account__left {
  max-width: 380px;
}
.account__left-user {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--stroke-element);
}
.account__left-usermenu {
  margin-bottom: 20px;
}
.account__left-menu {
  padding-bottom: 52px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--stroke-element);
}
.account__right {
  position: sticky;
  top: 144px;
}
.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;
  border-radius: 4px;
  -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: 72px;
  -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;
  padding-right: 16px;
  overflow: hidden;
}
.account-user__inner-right {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-user__avatar {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: var(--black);
  font-size: 40px;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
}
.account-user__name {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.account-user__mail {
  color: #979797;
  line-height: 120%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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: #F9F9F9;
  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(--gray);
}
.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: 130%;
}
.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(--gray);
  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(--gray);
}
.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-orderTotal {
  border-radius: 10px;
  padding: 28px;
  overflow: hidden;
}
.account-orderTotal::before {
  border-style: dashed;
  border-color: #D4D4D4;
}
.account-orderTotal__top {
  border-bottom: 1px dashed #D4D4D4;
  padding-bottom: 20px;
}
.account-orderTotal__bottom {
  padding-top: 20px;
  position: relative;
}
.account-orderTotal__bottom::before, .account-orderTotal__bottom::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px dashed #D4D4D4;
  background: var(--white);
  top: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.account-orderTotal__bottom::before {
  left: -39px;
}
.account-orderTotal__bottom::after {
  right: -39px;
}
.account-orderTotal__list-item {
  margin-bottom: 12px;
}
.account-orderTotal__list-item:last-child {
  margin-bottom: 0;
}
.account-orderTotal__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 120%;
}
.account-orderTotal__item-name {
  color: var(--text-grey);
}
.account-receipt {
  color: var(--text-grey);
  stroke: var(--text-grey);
}
.account-receipt:hover {
  color: var(--text-hover);
}
.account-receipt:hover svg, .account-receipt:hover path {
  stroke: var(--text-hover);
}
.account-return {
  color: var(--cancel);
}
.account-head {
  margin-bottom: 64px;
  margin-top: 16px;
}
.account-head__inner {
  -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-head__title {
  text-align: center;
}
.account-head__qty {
  visibility: hidden;
  width: 40px;
}
.account-head__number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: normal;
  color: var(--text-grey);
  margin-bottom: 12px;
}
.account-head__number-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  cursor: pointer;
  fill: var(--text-grey);
}
.account-head__number-icon svg, .account-head__number-icon path {
  fill: inherit;
}
.account-head__number-icon:hover {
  fill: var(--text-hover);
}
.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: var(--text-grey);
}
.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(--cancel);
}
.account-status__item--cancel .account-status__item-line {
  background: var(--cancel);
}
.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;
  position: sticky;
  left: 0;
}
.account-warning {
  border-radius: 6px;
  background: #FFE8E1;
  padding: 24px 28px;
}
.account-warning--orange {
  background: #FFE9D6;
}
.account-warning__inner-icon {
  width: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-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;
}
.account-warning__icon path {
  stroke: var(--black);
}
.account-warning__btn {
  margin-top: 20px;
  padding: 15px 48px;
  --icon-size: 16px;
}
.account-orderInfo {
  border-radius: 6px;
  background: var(--gray);
  padding: 36px 140px 44px 48px;
}
.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 {
  line-height: 130%;
  color: var(--text-grey);
}
.account-orderInfo__hidden {
  line-height: 130%;
  color: var(--text-grey);
}
.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;
  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);
}
.account-orderInfo__open:hover svg, .account-orderInfo__open:hover path {
  stroke: var(--text-hover);
}
.account-orderInfo__open[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.account-orderList {
  border-top: 1px solid var(--stroke-element);
  margin-top: 32px;
}
.account-orderList__item {
  padding: 24px 0;
  border-bottom: 1px solid var(--stroke-element);
}
.account-list__item {
  padding: 24px 0;
  border-top: 1px solid var(--stroke-element);
}
.account-list__item:last-child {
  border-bottom: 1px solid var(--stroke-element);
}
.account-orderItem {
  --img-width: 142px;
  --img-height: 175px;
  --img-width-inner: 100px;
}
.account-orderItem--outline {
  border-radius: 4px;
  padding: 16px;
}
.account-orderItem--sm {
  --img-width: 124px;
  --img-height: 152px;
  --img-width-inner: 86px;
}
.account-orderItem:hover .account-orderItem__hidden {
  opacity: 1;
}
.account-orderItem.remove .account-orderItem__inner-img, .account-orderItem.remove .account-orderItem__group-name, .account-orderItem.disabled .account-orderItem__inner-img, .account-orderItem.disabled .account-orderItem__group-name {
  opacity: 0.3;
}
.account-orderItem__inner-img {
  width: var(--img-width);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-orderItem__inner-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
.account-orderItem__group-favorite {
  margin-left: auto;
}
.account-orderItem__group-name {
  width: 225px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
}
.account-orderItem__group-quantity {
  margin-left: auto;
}
.account-orderItem__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.account-orderItem__bottom--cart {
  margin-top: 16px;
}
.account-orderItem__hidden {
  margin-right: auto;
}
.account-orderItem__hidden-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-orderItem__remove-wrapper {
  margin-right: 110px;
}
.account-orderItem__remove {
  width: 40px;
  height: 40px;
  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;
}
.account-orderItem__remove:hover::before {
  border-color: var(--stroke-element-hover);
}
.account-orderItem__remove svg {
  width: 16px;
  height: 16px;
  stroke: var(--black);
}
.account-orderItem__qty-wrapper--end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.account-orderItem__qty {
  width: 114px;
  height: 40px;
  border-radius: 24px;
  padding: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-orderItem__qty:hover::before {
  border-color: var(--stroke-element-hover);
}
.account-orderItem__qty-btn {
  width: 24px;
  height: 24px;
  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;
}
.account-orderItem__qty-btn[disabled] svg {
  stroke: var(--text-disable);
}
.account-orderItem__qty-btn svg {
  width: 14px;
  height: 14px;
  stroke: var(--black);
}
.account-orderItem__qty-btn path {
  stroke: inherit;
}
.account-orderItem__qty-input {
  border: none;
  width: calc(100% - 48px);
  text-align: center;
}
.account-orderItem__favorite {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.account-orderItem__favorite:hover {
  background: var(--element-second);
}
.account-orderItem__favorite-icon {
  width: 20px;
  height: 20px;
}
.account-orderItem__favorite .icon-heart-fill {
  display: none;
}
.account-orderItem__favorite.active .icon-heart-fill {
  display: block;
}
.account-orderItem__favorite.active .icon-heart {
  display: none;
}
.account-orderItem__open-mobile {
  display: none;
}
.account-orderItem__mobile-top {
  -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: 16px;
}
.account-orderItem__mobile-btn {
  width: 100%;
}
.account-orderItem__mobile-btn::before {
  border-color: var(--grey-9);
}
.account-orderItem__mobile-btn:active::before {
  border-color: var(--black);
}
.account-orderItem__mobile-btn__icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.account-orderItem__mobile-btn .icon-heart-fill {
  display: none;
}
.account-orderItem__mobile-btn.active .icon-heart-fill {
  display: block;
}
.account-orderItem__mobile-btn.active .icon-heart {
  display: none;
}
.account-orderItem__null {
  color: #DE6019;
}
.account-orderItem__img {
  height: var(--img-height);
  background: #F3F3F3;
}
.account-orderItem__img img {
  max-width: var(--img-width-inner);
  mix-blend-mode: darken;
}
.account-orderItem__title {
  margin-bottom: 6px;
}
.account-orderItem__category {
  margin-bottom: 6px;
}
.account-orderItem__price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-orderItem__price .icon-i {
  stroke: initial;
}
.account-orderItem__price--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.account-orderItem__price--column .account-orderItem__price-old {
  margin-left: 0;
  margin-bottom: 4px;
}
.account-orderItem__price--col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.account-orderItem__price--col .account-orderItem__price-old {
  margin: 0;
}
.account-orderItem__price-old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.account-orderItem__price-old-value {
  color: var(--text-grey);
  font-size: 14px;
  line-height: normal;
  text-decoration: line-through;
}
.account-orderItem__price-old-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  stroke: var(--text-grey);
  fill: var(--text-grey);
  position: relative;
}
.account-orderItem__price-old-icon__btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.account-orderItem__price-dropdown {
  width: 452px;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-48%);
      -ms-transform: translateX(-48%);
          transform: translateX(-48%);
  z-index: 9;
  bottom: 36px;
}
.account-orderItem__price-dropdown--right {
  left: initial;
  right: -20px;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.account-orderItem__price-dropdown--right .account-orderItem__price-dropdown__arrow {
  right: 12px;
  left: initial;
}
.account-orderItem__price-dropdown__content {
  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);
  padding: 24px;
}
.account-orderItem__price-dropdown__arrow {
  width: 32px;
  height: 26px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -16px;
}
.account-orderItem__price-dropdown__arrow img {
  -webkit-filter: drop-shadow(0px 4.4px 7px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 4.4px 7px rgba(0, 0, 0, 0.04));
}
.account-orderItem__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-orderItem__size-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 4px;
}
.account-orderItem__size-icon::before {
  border-color: var(--grey-17);
}
.account-orderItem__subscribe {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: normal;
  stroke: var(--black);
}
.account-orderItem__subscribe.active .account-orderItem__subscribe-icon__bell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-orderItem__subscribe.active .account-orderItem__subscribe-icon__unbell {
  display: none;
}
.account-orderItem__subscribe-icon {
  margin-left: 4px;
}
.account-orderItem__subscribe-icon__bell {
  display: none;
}
.account-orderItem__subscribe:hover {
  color: var(--text-black-hover);
  stroke: var(--text-black-hover);
}
.account-orderItem__quantity {
  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;
  text-align: right;
  stroke: var(--black);
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}
.account-orderItem__quantity-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
.account-orderItem__quantity--null {
  color: var(--grey-8);
}
.account-orderItem__quantity--warning {
  color: var(--orange);
}
.account-payment {
  margin-top: 32px;
}
.account-payment__methods {
  margin-bottom: 28px;
}
.account-payment__methods-title {
  margin-bottom: 20px;
}
.account-payment__methods-title-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: none;
}
.account-payment__btn-wrapper {
  margin-bottom: 20px;
}
.account-payment__save {
  margin-bottom: 16px;
}
.account-payment__txt {
  font-size: 14px;
  line-height: 18px;
  color: #BBB;
}
.account-payment__txt a {
  text-decoration: underline;
}
.account-payment__txt a:hover {
  text-decoration: none;
}
.account-mobile {
  padding-top: 20px;
}
.account-mobile__top {
  margin-bottom: 36px;
}
.account-mobile__top--mb-2 {
  margin-bottom: 24px;
}
.account-mobile__banner {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  color: var(--white);
  margin-bottom: 20px;
}
.account-mobile__banner-title {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
.account-mobile__banner-value {
  font-size: 45px;
  line-height: 1;
  position: absolute;
  right: 20px;
  bottom: 12px;
  z-index: 3;
}
.account-mobile__banner-img {
  position: relative;
  height: 154px;
}
.account-mobile__banner-img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-mobile__banner-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.17);
}
.account-mobile__middle {
  margin-bottom: 8px;
  margin-left: -14px;
  margin-right: -14px;
  background: var(--white);
  border-radius: 20px;
  padding: 14px 0;
}
.account-mobile__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 90%;
  letter-spacing: -0.88px;
}
.account-mobile__orders {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 28px;
}
.account-mobile__orders-inner {
  margin-left: -3px;
  margin-right: -3px;
}
.account-mobile__orders-col {
  width: 50%;
  padding-left: 3px;
  padding-right: 3px;
}
.account-mobile__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  background: #F6F6F6;
  font-size: 15px;
  line-height: normal;
  padding: 16px 12px 12px 12px;
}
.account-mobile__link-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 40px;
}
.account-mobile__link-txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-mobile__link-txt span {
  height: 18px;
  min-width: 18px;
  padding-left: 6px;
  padding-right: 6px;
  background: var(--white);
  border-radius: 50%;
  font-size: 12px;
  margin-left: 6px;
}
.account-mobile__link:active {
  background: var(--element-hover);
}
.account-mobile__foot {
  margin-left: -14px;
  margin-right: -14px;
  background: #F6F6F6;
  position: sticky;
  bottom: 0;
  z-index: 9;
  display: none;
}
.account-subscriptions {
  margin-bottom: 32px;
}
.account__subtitle {
  margin-bottom: 20px;
}
.account-mobileHead {
  margin-bottom: 28px;
  display: none;
}
.account-mobileHead__group {
  -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: 24px;
}
.account-mobileHead__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 98%;
  letter-spacing: -0.055em;
}
.account-mobileHead__qty {
  font-size: 12px;
  letter-spacing: -0.03em;
}
.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 {
  color: var(--text-standart);
}
.account-order__price {
  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: 14px;
  line-height: normal;
  text-transform: uppercase;
  stroke: var(--black);
}
.account-order__status-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
.account-order__status--ready {
  color: var(--black);
}
.account-order__status--cancel {
  color: var(--cancel);
}
.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 img {
  width: 16px;
  height: 16px;
}
.account-listRow {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -44px;
}
.account-listRow__item {
  width: 50%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}
.account-address__inner {
  padding: 0;
  border-radius: 0;
  background: none;
}
.account-address__title {
  margin-bottom: 8px;
}
.account-address__info {
  padding-left: 0;
}
.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(--grey-4);
  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(--black);
}
.account-settings__gender-btn {
  height: 50px;
  border-radius: 4px;
  background: var(--element-second);
}
.account-settings__gender-btn::before {
  border-color: var(--element-second);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.account-banner {
  border-radius: 6px;
  background: #1D1D1D url(../img/general/account-banner-1920.svg) top 0px right 0px no-repeat;
  background-size: auto 100%;
  height: 192px;
  padding: 24px;
  position: relative;
  color: #E8E8E8;
  margin-bottom: 8px;
}
.account-banner__inner {
  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;
}
.account-banner__title {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: auto;
  max-width: 360px;
}
.account-banner__txt {
  font-size: 16px;
  line-height: 130%;
}
.account-banner__sale {
  font-size: 120px;
  line-height: 80%;
  letter-spacing: -0.11em;
  position: absolute;
  right: 32px;
  bottom: 10px;
  color: var(--white);
}
.account-links__list-item {
  width: 50%;
}
.account-null__img {
  width: 606px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.account-null__img img {
  width: 100%;
}
.account-null__info {
  text-align: center;
  max-width: 412px;
  margin-left: auto;
  margin-right: auto;
}
.account-null__txt {
  font-size: 20px;
  line-height: 130%;
}
.account-null__txt img {
  width: 20px;
  height: 20px;
}
.account-null__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 15px 20px;
}
.account-banner-wrapper {
  overflow: hidden;
}
.account-banner {
  width: 100%;
}
.account-banner-list {
  display: none;
}
.account-banner-list__item {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.account-certificateBanner {
  position: relative;
}
.account-certificateBanner__img img {
  border-radius: 6px;
}
.account-certificateBanner__info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 16px 12px 20px;
}
.account-certificateBanner__txt {
  font-size: 14px;
  line-height: 106%;
}
.account-certificateBanner__price {
  text-align: right;
  font-size: 22px;
  line-height: normal;
  letter-spacing: -0.05em;
}
.account-certificateNull {
  background: var(--grey-14);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 486px 50px 54px;
}
.account-certificateNull--info {
  margin-top: 8px;
  padding: 40px 44px 54px 54px;
}
.account-certificateNull__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-certificateNull__img img {
  max-width: 770px;
}
.account-certificateNull__info {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
.account-certificateNull__title {
  margin-bottom: 16px;
}
.account-certificateNull__txt {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 24px;
}
.account-certificateNull__txt-2 {
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.account-certificateNull__btn {
  margin: 0 auto;
}
.account-certificateNull__link {
  margin-top: 24px;
}
.account-certificateNull__link a {
  text-decoration: underline;
}
.account-certificateNull__link a:hover {
  text-decoration: none;
}
.account-certificateNull__decor-item {
  position: absolute;
}
.account-certificateNull__decor-item:nth-child(1) {
  top: 0;
  right: -254px;
}
.account-certificateNull__decor-item:nth-child(2) {
  left: -118px;
  top: 255px;
}
.account-certificateNull__decor-item:nth-child(3) {
  right: 0;
  bottom: -164px;
}
.account-certificateNull__content-item:nth-child(1) {
  width: 386px;
  margin-bottom: 84px;
}
.account-certificateNull__content-item:nth-child(2) {
  width: 340px;
  margin-left: auto;
  margin-bottom: 76px;
}
.account-certificateNull__content-item:nth-child(3) {
  width: 360px;
}
.account-certificateNull__item {
  position: relative;
  z-index: 3;
}
.account-certificateNull__item-title {
  font-size: 22px;
  line-height: 112%;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.account-certificateNull__item-txt.sm p {
  font-size: 14px;
  line-height: 140%;
}
.account-certificateNull__item-txt ul {
  padding-left: 24px;
  list-style: disc;
}
.account-certificateNull__item-txt ul, .account-certificateNull__item-txt ol {
  margin-bottom: 20px;
}
.account-certificateNull__item-txt li {
  margin-bottom: 8px;
}
.account-certificateNull__item-txt li:last-child {
  margin-bottom: 0;
}
.account-certificateNull__item-txt p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 140%;
}
.account-certificateNull__item-txt .btn {
  margin-top: 20px;
  margin-left: 0;
  width: 320px;
  max-width: 100%;
}
.account-certificateNull__item-txt > *:last-child {
  margin-bottom: 0;
}
.account-right {
  position: sticky;
  top: 154px;
}
.account-right__item-txt {
  margin-bottom: 20px;
}
.account-right__item-btn {
  margin-bottom: 20px;
}
.account-certificate__list {
  --gurrer-y: 8px;
}
.account-certificate__list-item {
  width: 100%;
}
.account-certificate__subtitle {
  text-transform: initial;
  font-weight: 600;
  margin-bottom: 24px;
}
.account-certificate__group {
  margin-bottom: 36px;
}
.account-certificate__group:last-child {
  margin-bottom: 0;
}
.account-certCard {
  background: var(--gray);
  border-radius: 6px;
  padding: 16px;
}
.account-certCard__img {
  position: relative;
}
.account-certCard__img img {
  border-radius: 8px;
}
.account-certCard__img-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.account-certCard__img-txt.hidden {
  display: none;
}
.account-certCard__left {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-certCard__right {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 4px 20px;
}
.account-certCard__right-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.account-certCard__right-item--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.account-certCard__right-center {
  height: 100%;
}
.account-certCard__btn {
  background: var(--white);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-certCard__btn svg {
  width: 16px;
  height: 16px;
}
.account-certCard__date {
  color: var(--text-disable);
  line-height: normal;
}
.account-certCard__date-name {
  font-size: 14px;
  margin-bottom: 10px;
}
.account-certCard__date-value span {
  display: block;
}
.account-certCard__date-value--active {
  color: var(--black);
}
.account-certCard__group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-certCard__price {
  margin-right: 16px;
}
.account-certCard__bottom {
  margin-top: 20px;
}
.account-certCard__link {
  width: 100%;
}
.account-surveyBanner {
  padding: 36px 8px 30px;
  text-align: center;
  background: #F9F9F9;
  border-radius: 6px;
}
.account-surveyBanner__img {
  margin-bottom: 20px;
}
.account-surveyBanner__title {
  margin-bottom: 8px;
}
.account-surveyBanner__txt {
  max-width: 294px;
  margin-left: auto;
  margin-right: auto;
}
.account-surveyBanner__btn {
  margin-top: 24px;
  padding: 10px 16px;
  margin-left: auto;
  margin-right: auto;
}

body:has(.account-mobile__foot) .wrapper {
  overflow-x: initial;
}

@media (min-width: 1441px) {
  .account-mobile__link {
    padding: 20px 24px;
    font-size: 17px;
    height: 100%;
  }
  .account-mobile__link-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 60px;
  }
}
@media (min-width: 933px) {
  .account-mobile__link {
    padding: 16px 20px;
    background: var(--gray);
  }
  .account-mobile__link:hover {
    background: var(--element-hover);
  }
  .account-mobile__link-txt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1440px) {
  .account-banner {
    height: 154px;
    padding: 20px;
    margin-bottom: 6px;
  }
  .account-banner__title {
    font-size: 24px;
    line-height: 1;
    text-transform: initial;
  }
  .account-banner__txt {
    font-size: 14px;
  }
  .account-banner__sale {
    font-size: 100px;
    right: 24px;
    bottom: 8px;
  }
  .account__left {
    max-width: 286px;
  }
  .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 {
    top: 116px;
  }
  .account__right-total {
    margin-bottom: 16px;
  }
  .account-user {
    padding: 10px;
  }
  .account-user__inner-left {
    width: 58px;
  }
  .account-user__inner-middle {
    padding-left: 12px;
    padding-right: 12px;
  }
  .account-user__inner-right {
    width: 34px;
  }
  .account-user__avatar {
    width: 58px;
    height: 58px;
    font-size: 32px;
  }
  .account-user__name {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .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: 18px;
    height: 18px;
  }
  .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: 130%;
  }
  .account-menu__link {
    padding: 8px 12px;
  }
  .account-menu__link-qty {
    font-size: 12px;
    line-height: 14px;
    padding: 2px 6px;
  }
  .account-orderTotal {
    padding: 24px;
  }
  .account-orderTotal__top {
    padding-bottom: 16px;
  }
  .account-orderTotal__bottom {
    padding-top: 16px;
  }
  .account-orderTotal__bottom::before, .account-orderTotal__bottom::after {
    width: 18px;
    height: 18px;
  }
  .account-orderTotal__bottom::before {
    left: -33px;
  }
  .account-orderTotal__bottom::after {
    right: -33px;
  }
  .account-orderTotal__list-item {
    margin-bottom: 10px;
  }
  .account-orderTotal__item {
    font-size: 15px;
    line-height: 135%;
  }
  .account-receipt {
    font-size: 14px;
  }
  .account-receipt__icon {
    width: 14px;
    height: 14px;
  }
  .account-head {
    margin-bottom: 44px;
    margin-top: 10px;
  }
  .account-head__number {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .account-head__number-icon {
    width: 14px;
    height: 14px;
  }
  .account-head__qty {
    width: 34px;
  }
  .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;
  }
  .account-warning {
    padding: 20px 24px;
  }
  .account-warning__inner-icon {
    width: 14px;
  }
  .account-warning__icon {
    width: 14px;
    height: 14px;
  }
  .account-warning__btn {
    margin-top: 16px;
    padding: 12px 24px;
    --icon-size: 14px;
  }
  .account-orderInfo {
    padding: 32px 54px 38px 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__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;
  }
  .account-orderList {
    margin-top: 28px;
  }
  .account-orderList__item {
    padding: 20px 0;
  }
  .account-orderItem {
    padding-right: 8px;
    --img-width: 106px;
    --img-height: 130px;
    --img-width-inner: 74px;
  }
  .account-orderItem--sm {
    --img-width: 96px;
    --img-height: 116px;
    --img-width-inner: 66px;
  }
  .account-orderItem--outline {
    padding: 12px;
  }
  .account-orderItem--in-cart {
    padding-right: 0;
  }
  .account-orderItem__bottom--cart {
    margin-top: 12px;
  }
  .account-orderItem__inner-info {
    padding-left: 16px;
  }
  .account-orderItem__group-name {
    width: 188px;
  }
  .account-orderItem__title {
    margin-bottom: 4px;
  }
  .account-orderItem__category {
    margin-bottom: 4px;
  }
  .account-orderItem__price-old-txt {
    font-size: 12px;
  }
  .account-orderItem__price-old-icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .account-orderItem__price-dropdown {
    width: 384px;
    bottom: 28px;
  }
  .account-orderItem__price-dropdown__content {
    padding: 20px 18px;
  }
  .account-orderItem__price-dropdown__arrow {
    width: 27px;
    height: 21px;
    bottom: -11px;
  }
  .account-orderItem__favorite {
    width: 34px;
    height: 34px;
  }
  .account-orderItem__favorite-icon {
    width: 18px;
    height: 18px;
  }
  .account-orderItem__quantity {
    font-size: 12px;
  }
  .account-orderItem__quantity-icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .account-orderItem__subscribe {
    font-size: 14px;
  }
  .account-orderItem__subscribe-icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .account-orderItem__remove-wrapper {
    margin-right: 80px;
  }
  .account-orderItem__remove {
    width: 34px;
    height: 34px;
  }
  .account-orderItem__remove svg {
    width: 14px;
    height: 14px;
  }
  .account-orderItem__qty {
    width: 94px;
    height: 34px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .account-orderItem__qty-btn {
    width: 14px;
    height: 14px;
  }
  .account-orderItem__qty-btn svg {
    width: 14px;
    height: 14px;
  }
  .account-orderItem__qty-input {
    width: calc(100% - 28px);
  }
  .account-payment {
    margin-top: 28px;
  }
  .account-payment__btn-wrapper {
    margin-bottom: 20px;
  }
  .account-payment__save {
    margin-bottom: 12px;
  }
  .account-payment__txt {
    font-size: 12px;
  }
  .account-list__item {
    padding: 20px 0;
  }
  .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__top-price {
    margin-left: 90px;
  }
  .account-order__list {
    margin-bottom: -6px;
  }
  .account-order__list-item {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .account-order__btn img {
    width: 14px;
    height: 14px;
  }
  .account-listRow {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: -36px;
  }
  .account-listRow__item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
  }
  .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;
  }
  .account-null__img {
    width: 456px;
    margin-bottom: 20px;
  }
  .account-null__info {
    max-width: 340px;
  }
  .account-null__txt {
    font-size: 18px;
  }
  .account-null__txt img {
    width: 18px;
    height: 18px;
  }
  .account-null__btn {
    padding: 12px 16px;
  }
  .account-certificateNull {
    padding-top: 394px;
    padding-bottom: 44px;
  }
  .account-certificateNull--info {
    padding: 44px 20px 44px 44px;
    margin-top: 6px;
  }
  .account-certificateNull__img img {
    max-width: 614px;
  }
  .account-certificateNull__info {
    max-width: 384px;
  }
  .account-certificateNull__title {
    margin-bottom: 12px;
  }
  .account-certificateNull__title.sm {
    font-size: var(--h5);
  }
  .account-certificateNull__txt, .account-certificateNull__txt-2 {
    margin-bottom: 20px;
  }
  .account-certificateNull__link {
    margin-top: 20px;
  }
  .account-certificateNull__content-item {
    max-width: 100%;
  }
  .account-certificateNull__content-item:nth-child(1) {
    margin-bottom: 64px;
    width: 372px;
  }
  .account-certificateNull__content-item:nth-child(2) {
    margin-bottom: 64px;
    width: 286px;
  }
  .account-certificateNull__content-item:nth-child(3) {
    width: 340px;
  }
  .account-certificateNull__item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .account-certificateNull__item-txt.sm p {
    font-size: 12px;
  }
  .account-certificateNull__item-txt p {
    margin-bottom: 4px;
  }
  .account-certificateNull__item-txt ul, .account-certificateNull__item-txt ol {
    margin-bottom: 16px;
  }
  .account-certificateNull__item-txt li {
    margin-bottom: 4px;
  }
  .account-certificateNull__item-txt .btn {
    margin-top: 16px;
    width: 238px;
  }
  .account-certificateNull__decor-item:nth-child(1) {
    max-width: 569px;
    right: -264px;
  }
  .account-certificateNull__decor-item:nth-child(2) {
    max-width: 343px;
    top: 214px;
    left: -105px;
  }
  .account-certificateNull__decor-item:nth-child(3) {
    max-width: 336px;
    right: -18px;
    bottom: -134px;
  }
  .account-certCard {
    border-radius: 4px;
    padding: 12px;
  }
  .account-certCard__left {
    width: 225px;
  }
  .account-certCard__right {
    padding: 2px 0 2px 16px;
  }
  .account-right__txt {
    margin-bottom: 16px;
  }
  .account-right__btn {
    margin-bottom: 16px;
  }
  .account-surveyBanner {
    padding: 32px 14px;
  }
  .account-surveyBanner__img {
    margin-bottom: 16px;
  }
  .account-surveyBanner__img img {
    height: 50px;
    width: auto;
  }
  .account-surveyBanner__txt {
    max-width: 258px;
  }
  .account-surveyBanner__btn {
    margin-top: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 932px) {
  body:has(.account-mobile) .header__bg {
    background: #F6F6F6;
  }
  .account {
    padding-top: 16px;
    padding-bottom: 52px;
  }
  .account:has(.account-mobile) {
    background: #F6F6F6;
    padding-bottom: 0;
    padding-top: 36px;
  }
  .account:has(.account-mobile) .account-head {
    margin-bottom: 24px;
  }
  .account__left {
    display: none;
  }
  .account-status {
    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;
  }
  .account-mobile {
    display: block;
    padding-top: 0;
  }
  .account-mobileHead__title {
    font-size: 22px;
  }
  .account-links {
    display: none;
  }
  .account-banner {
    margin-bottom: 16px;
    height: 208px;
    padding: 18px 20px 12px;
    background: #1D1D1D url(../img/general/account-banner-375.svg) center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .account-banner__title {
    font-size: 19px;
    max-width: 228px;
  }
  .account-banner__txt {
    font-size: 14px;
    line-height: 106%;
    max-width: calc(100% - 220px);
  }
  .account-banner__sale {
    font-size: 82px;
    line-height: 1;
    bottom: 0;
    right: 20px;
  }
  .account-head {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .account-head--desctop {
    display: none;
  }
  .account-head__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .account-head__middle {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
  .account-head__qty {
    width: auto;
    visibility: visible;
    font-size: 12px;
  }
  .account-head__date {
    text-align: center;
  }
  .account-head__number {
    font-size: 15px;
    line-height: 140%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .account-head__number-icon {
    width: 16px;
    height: 16px;
  }
  .account-status__lines {
    min-width: 466px;
  }
  .account-warning {
    padding: 20px 28px 20px 20px;
  }
  .account-warning__btn {
    margin-top: 12px;
  }
  .account-orderInfo {
    padding: 0;
    background: none;
  }
  .account-orderInfo__col {
    width: 100%;
    margin-bottom: 24px;
  }
  .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;
  }
  .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-orderList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    margin-top: 16px;
  }
  .account-orderList__item {
    padding: 0;
    margin-right: 4px;
    margin-bottom: 4px;
    border: none;
  }
  .account-orderItem {
    width: 92px;
    padding-right: 0;
    --img-width: 100%;
    --img-height: 112px;
    --img-width-inner: 60px;
  }
  .account-orderItem--sm {
    --img-width: 92px;
    --img-width-inner: 64px;
    width: 100%;
  }
  .account-orderItem--sm .account-orderItem__img-size {
    display: none;
  }
  .account-orderItem--sm .account-orderItem__inner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .account-orderItem.disabled .account-orderItem__hidden {
    display: block;
  }
  .account-orderItem.disabled .account-orderItem__qty {
    display: none;
  }
  .account-orderItem.disabled .account-orderItem__remove {
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 0;
  }
  .account-orderItem.disabled .account-orderItem__remove::before {
    display: none;
  }
  .account-orderItem.disabled .account-orderItem__bottom {
    padding-left: 114px;
    margin-top: -18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .account-orderItem.disabled .account-orderItem__bottom .account-orderItem__hidden {
    margin-left: auto;
    margin-right: 0;
  }
  .account-orderItem.disabled .account-orderItem__bottom .account-orderItem__remove-wrapper {
    margin-right: 0;
  }
  .account-orderItem--in-cart {
    width: 100%;
  }
  .account-orderItem--in-cart .account-orderItem__inner-img {
    width: 98px;
  }
  .account-orderItem--in-cart .account-orderItem__inner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 98px);
  }
  .account-orderItem--in-cart .account-orderItem__img {
    height: 120px;
  }
  .account-orderItem--in-cart .account-orderItem__img img {
    max-width: 68px;
  }
  .account-orderItem__price-dropdown {
    position: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
  .account-orderItem__price-dropdown .mobileBottom__title {
    text-transform: initial;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
  }
  .account-orderItem__price-dropdown__content {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .account-orderItem__price-dropdown__arrow {
    display: none;
  }
  .account-orderItem__inner-info {
    display: none;
  }
  .account-orderItem__inner-info--m-visible {
    display: block;
  }
  .account-orderItem__img {
    position: relative;
  }
  .account-orderItem__img-size {
    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;
    position: absolute;
    right: 6px;
    bottom: 4px;
    background: var(--white);
    border-radius: 50%;
    font-size: 12px;
  }
  .account-orderItem__size {
    font-size: 14px;
    line-height: normal;
  }
  .account-orderItem__group-name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 8px;
  }
  .account-orderItem__group-favorite {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .account-orderItem__favorite {
    width: 18px;
    height: 18px;
    border-radius: 0;
  }
  .account-orderItem__favorite:hover {
    background: none;
  }
  .account-orderItem__open-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 18px;
    fill: var(--grey-7);
  }
  .account-orderItem__remove {
    border: 1px solid var(--grey-9);
    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;
  }
  .account-orderItem__remove:hover {
    border-color: var(--element-second);
  }
  .account-orderItem__group-name {
    width: auto;
  }
  .account__right {
    margin-top: 20px;
  }
  .account__right-total {
    margin-bottom: 0px;
  }
  .account__right-receipt, .account__right-group {
    margin-top: 20px;
  }
  .account-orderTotal {
    padding: 0;
    border-radius: 0;
    border-top: 1px solid var(--stroke-element);
    padding-top: 20px;
  }
  .account-orderTotal::before {
    display: none;
  }
  .account-orderTotal__bottom::before, .account-orderTotal__bottom::after {
    display: none;
  }
  .account-orderTotal__list-item {
    margin-bottom: 8px;
  }
  .account-orderTotal__item {
    line-height: 140%;
  }
  .account-payment {
    margin-top: 12px;
    border-top: 1px solid #F0F0F0;
    padding-top: 20px;
  }
  .account-payment__btn-wrapper {
    margin-bottom: 16px;
  }
  .account-payment__save {
    display: none;
  }
  .account-payment__methods {
    margin-bottom: 20px;
  }
  .account-payment__methods-title {
    font-family: "Arimo";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: initial;
  }
  .account-payment__methods-title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .account-menu {
    font-size: 15px;
    line-height: 140%;
  }
  .account-menu__link {
    padding: 9px 14px 10px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .account-menu__link--logout {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .account-menu__link-txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .account-menu__link-icon {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .account-menu__link::before {
    display: none;
  }
  .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;
    font-size: 28px;
  }
  .account-user__edit {
    opacity: 1;
    background: none;
  }
  .account-user__name {
    margin-bottom: 2px;
  }
  .account-user__mail {
    line-height: 130%;
  }
  .account-mobileHead {
    display: block;
    position: relative;
    z-index: 3;
  }
  .account-mobileHead__btn img {
    width: 14px;
    height: 14px;
  }
  .account-subscriptions {
    margin-bottom: 28px;
  }
  .account__subtitle {
    margin-bottom: 16px;
  }
  .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;
  }
  .account-listRow {
    margin-left: -1px;
    margin-right: -1px;
  }
  .account-listRow__item {
    width: 50%;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 36px;
  }
  .account-address__address {
    max-width: 236px;
  }
  .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-null {
    margin-top: 36px;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 64px;
  }
  .account-null__txt {
    font-size: 15px;
    line-height: 140%;
  }
  .account-null__info--addresses {
    max-width: 300px;
  }
  .account-null__img {
    margin-bottom: 24px;
  }
  .account-banner-wrapper {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .account-banner {
    width: 100%;
    max-width: 100%;
  }
  .account-banner--sm {
    width: 374px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 6px;
  }
  .account-banner-scroll {
    overflow-x: scroll;
    margin-right: -14px;
    padding-right: 14px;
  }
  .account-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .account-banner-list__item:last-child {
    margin-right: 0;
  }
  .account-certificateNull {
    margin-top: -139px;
    margin-left: -14px;
    margin-right: -15px;
    border-radius: 0;
    padding-top: 410px;
    margin-bottom: -16px;
  }
  .account-certificateNull--account {
    padding-top: 390px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 52px;
  }
  .account-certificateNull--info {
    margin-bottom: 0;
    margin-top: 22px;
    padding: 32px 14px;
  }
  .account-certificateNull__img img {
    width: 375px;
    max-width: 100%;
  }
  .account-certificateNull__btn {
    width: 350px;
    max-width: 100%;
  }
  .account-certificateNull__title.sm {
    font-size: var(--h3-375);
  }
  .account-certificateNull__txt-2 {
    margin-bottom: 16px;
    max-width: 254px;
    margin-left: auto;
    margin-right: auto;
  }
  .account-certificateNull__content-item:nth-child(1) {
    margin-bottom: 288px;
  }
  .account-certificateNull__content-item:nth-child(2) {
    margin-bottom: 32px;
    width: 318px;
    margin-left: 0;
  }
  .account-certificateNull__content-item:nth-child(3) {
    width: 100%;
  }
  .account-certificateNull__item-title {
    font-size: var(--h4-375);
    letter-spacing: -0.01em;
    line-height: 90%;
    margin-bottom: 12px;
  }
  .account-certificateNull__item-txt ol {
    padding-right: 20px;
  }
  .account-certificateNull__decor-item:nth-child(1) {
    right: initial;
    left: -24px;
    width: 562px;
  }
  .account-certificateNull__decor-item:nth-child(2) {
    right: 0;
    left: initial;
    max-width: 263px;
    top: 134px;
  }
  .account-certificateNull__decor-item:nth-child(3) {
    right: -70px;
    bottom: -68px;
  }
  .account-certCard__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .account-certCard__left {
    width: 100%;
  }
  .account-certCard__right {
    padding: 0;
  }
  .account-certCard__right-center {
    padding-top: 16px;
  }
  .account-certCard__right-item {
    padding-top: 16px;
  }
  .account-certCard__right-item--bottom {
    padding-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -32px;
  }
  .account-certCard__group {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .account-certCard__price {
    font-size: 22px;
  }
  .account-certCard__price--hidden {
    display: none;
  }
  .account-certCard__img {
    height: 294px;
  }
  .account-certCard__img--sm {
    height: 144px;
  }
  .account-certCard__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .account-certCard__img-photo {
    width: 100%;
    height: 100%;
  }
  .account-certCard__img-txt {
    font-size: 22px;
  }
  .account-certCard__img-txt.hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .account-right {
    margin-top: 36px;
  }
  .account-mobile__foot {
    display: block;
  }
  .account-surveyBanner {
    border-radius: 20px;
    margin-left: calc(-1 * var(--container-padding));
    margin-right: calc(-1 * var(--container-padding));
  }
  .account-surveyBanner--m-white {
    background: var(--white);
  }
  .account-surveyBanner__img img {
    height: 54px;
  }
  .account-surveyBanner__title {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .account-status {
    overflow: auto;
  }
  .account-warning__btn {
    width: 100%;
  }
  .account-certificateNull__item-txt .btn {
    width: 100%;
  }
}
.accountReturn a:not([class]):hover {
  text-decoration: underline;
}
.accountReturn__group {
  margin-bottom: var(--margin-1);
}
.accountReturn__group:last-child {
  margin-bottom: 0;
}
.accountReturn__group-item {
  margin-bottom: 20px;
}
.accountReturn__group-item:last-child {
  margin-bottom: 0;
}
.accountReturn-reason__info {
  grid-template-columns: 38px 1fr;
  gap: 8px;
  line-height: 140%;
}
.accountReturn-reason__info--no-icon {
  grid-template-columns: 1fr !important;
}
.accountReturn-reason__info-desc {
  -ms-flex-item-align: center;
      align-self: center;
}
.accountReturn-reason__bottom {
  margin-top: 24px;
}
.accountReturn-reason__images {
  --list-gutter-x: 1px;
  row-gap: 2px;
}
.accountReturn-reason__images-item {
  height: 108px;
  width: 80px;
}
.accountReturn-method {
  padding: 28px;
}
.accountReturn-method__head {
  grid-template-columns: 48px 1fr;
  gap: 16px;
  max-width: 420px;
  margin-bottom: 24px;
}
.accountReturn-method__head--no-icon {
  grid-template-columns: 1fr !important;
}
.accountReturn-method__txt {
  margin-bottom: 16px;
}
.accountReturn-method__txt p {
  margin-bottom: 8px;
}
.accountReturn-method__txt p:last-child {
  margin-bottom: 0;
}
.accountReturn-method__item {
  grid-template-columns: 1fr 340px;
  margin-bottom: 16px;
}
.accountReturn-method__item:last-child {
  margin-bottom: 0;
}
.accountReturn-method__form {
  margin-top: 12px;
}
.accountReturn-method__form-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  --btn-bg: var(--button-default);
  --btn-bg-hover: var(--btn-hover);
}
.accountReturn-method__form-btn[disabled] {
  --btn-bg: var(--element-second);
  --btn-bg-hover: var(--element-second);
}
.accountReturn-method__form-input {
  height: 60px;
}
.accountReturn-method__form-input.error {
  border-color: #DE4819;
}
.accountReturn-method__form-input:hover {
  border-color: #D3D2DB;
}
.accountReturn-method__form-input:focus {
  border-color: var(--black);
}
.accountReturn-method__notification {
  margin-top: 24px;
}
.accountReturn-right__notification {
  margin-top: 28px;
}
.accountReturn-right__info {
  border: 1px dashed var(--stroke-dash);
  padding: 28px;
}
.accountReturn-right__product {
  padding-bottom: 28px;
}
.accountReturn-right__price {
  padding-top: 28px;
  border-top: 1px dashed var(--stroke-dash);
  font-size: 18px;
}
.accountReturn-right__title {
  font-size: 16px;
  margin-bottom: 16px;
}
.accountReturn-right__priceDetail {
  border-top: 1px dashed var(--stroke-dash);
  padding: 20px 0;
}
.accountReturn-right__priceDetail-item {
  margin-bottom: 12px;
}
.accountReturn-right__priceDetail-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .accountReturn__group-item {
    margin-bottom: 16px;
  }
  .accountReturn-reason__info {
    grid-template-columns: 32px 1fr;
  }
  .accountReturn-reason__bottom {
    margin-top: 20px;
  }
  .accountReturn-reason__images-item {
    width: 66px;
    height: 90px;
  }
  .accountReturn-method {
    padding: 24px;
  }
  .accountReturn-method__head {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    max-width: 340px;
    margin-bottom: 20px;
  }
  .accountReturn-method__notification {
    margin-top: 20px;
  }
  .accountReturn-method__txt {
    margin-bottom: 10px;
  }
  .accountReturn-method__txt p {
    margin-bottom: 6px;
  }
  .accountReturn-method__item {
    grid-template-columns: 1fr 268px;
    margin-bottom: 10px;
  }
  .accountReturn-method__form {
    margin-top: 10px;
  }
  .accountReturn-method__form-input {
    height: 50px;
  }
  .accountReturn-method__form-btn {
    right: 8px;
  }
  .accountReturn-right__info {
    padding: 24px;
  }
  .accountReturn-right__product {
    padding-bottom: 20px;
  }
  .accountReturn-right__price {
    padding-top: 24px;
    font-size: 16px;
  }
  .accountReturn-right__notification {
    margin-top: 24px;
  }
}
@media (max-width: 932px) {
  .accountReturn-reason__images-item {
    width: 75px;
    height: 100px;
  }
  .accountReturn-method {
    padding: 20px;
  }
  .accountReturn-method__head {
    margin-bottom: 16px;
  }
  .accountReturn-method__item {
    grid-template-columns: 1fr;
    gap: 2px;
    margin-bottom: 16px;
  }
  .accountReturn-method__item-name {
    font-weight: 600;
  }
  .accountReturn-method__form {
    margin-top: 10px;
  }
  .accountReturn-method__txt {
    margin-bottom: 16px;
  }
  .accountReturn-method__notification {
    margin-top: 16px;
  }
  .accountReturn-right__title {
    display: block;
    margin-top: 20px;
  }
  .accountReturn-right__info {
    padding: 20px;
  }
  .accountReturn-right__product {
    padding-bottom: 16px;
  }
  .accountReturn-right__price {
    font-size: 15px;
    padding-top: 16px;
  }
  .accountReturn-right__notification {
    margin-top: 16px;
  }
}
.infoPage {
  padding: 116px 0;
}
.infoPage__left {
  max-width: 380px;
  position: sticky;
  top: var(--height-content);
}
.infoPage__left-controls {
  display: none;
}
.infoPage__right {
  position: sticky;
  top: var(--height-content);
}
.infoPage-menu {
  font-size: 17px;
}
.infoPage-menu__link {
  padding: 14px;
}
.infoPage-questions {
  font-size: 16px;
  line-height: 130%;
}
.infoPage-questions__title {
  font-size: 17px;
  font-weight: 500;
  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: 600;
  margin-bottom: 2px;
}
.infoPage-questions__worktime {
  color: var(--text-standart);
}
.infoPage-questions__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infoPage-questions__link-icon {
  margin-right: 10px;
  stroke: var(--black);
}
.infoPage__title {
  text-align: center;
  margin-bottom: 64px;
}
.infoPage__desc-mb-32 {
  margin-bottom: 32px;
}
.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-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.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 {
  border-top: 1px solid var(--stroke-default);
}
.slideToggle--bottom {
  margin-top: 40px;
}
.slideToggle-list__item {
  border-bottom: 1px solid var(--stroke-default);
}
.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-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__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: bold;
  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;
}
.slideToggle-item__blocks-item__info-icon {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  stroke: var(--black);
  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;
}

.shopInfo {
  font-size: 16px;
  line-height: 130%;
}
.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: 330px;
}
.shopInfo__item-icon {
  width: 16px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  margin-top: 2px;
}
.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;
}

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

#map {
  height: 690px;
}

.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 {
    padding: 94px 0;
  }
  .infoPage-menu {
    font-size: 15px;
    line-height: 140%;
  }
  .infoPage-menu__link {
    padding: 10px 12px 9px;
  }
  .infoPage-questions {
    font-size: 14px;
  }
  .infoPage-questions__title {
    font-size: 15px;
    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-icon {
    margin-right: 8px;
  }
  .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;
  }
  .infoPage-contacts__txt {
    margin-bottom: 16px;
  }
  .infoPage-contacts__bottom {
    max-width: 100%;
  }
  .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;
  }
  .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;
    margin-top: -2px;
    margin-right: 8px;
  }
}
@media (max-width: 932px) {
  .infoPage {
    padding: 16px 0 90px;
  }
  .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;
  }
  .shops-links {
    display: block;
  }
  .shops-map {
    margin-left: -14px;
    margin-right: -14px;
    display: none;
    position: relative;
    overflow: hidden;
  }
  .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;
  }
}
.cart-sale {
  margin-left: -40px;
  margin-right: -40px;
  padding: 10px 40px;
  background: #E1E6FF;
  position: relative;
}
.cart-sale__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.cart-sale__txt {
  font-size: 16px;
  line-height: 120%;
}
.cart-sale__txt a {
  text-decoration: underline;
}
.cart-sale__txt a:hover {
  text-decoration: none;
}
.cart-sale__txt span {
  font-weight: 600;
}
.cart-sale__icon {
  width: 20px;
  height: 20px;
  stroke: var(--black);
  cursor: pointer;
}
.cart-sale__dropdown {
  width: 460px;
  position: absolute;
  z-index: 9;
  top: 100%;
  right: 25px;
  display: none;
}
.cart-sale__dropdown.visible {
  display: block;
}
.cart-sale__dropdown::before {
  content: url(../img/general/cart-arrow.svg);
  position: absolute;
  top: -12px;
  right: 12px;
}
.cart-sale__dropdown-inner {
  position: relative;
  background: var(--white);
  border-radius: 10px;
  padding: 32px;
  -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);
}
.cart-sale__dropdown-txt {
  margin-bottom: 24px;
}
.cart-sale__dropdown-txt span {
  font-weight: 600;
}
.cart-sale__dropdown-info {
  font-size: 14px;
  line-height: 16px;
}
.cart-sale__dropdown-info__top {
  font-weight: 600;
}
.cart-sale__dropdown-info__top-item {
  width: 33.3333333333%;
}
.cart-sale__dropdown-info__top-item:nth-child(2) {
  text-align: center;
}
.cart-sale__dropdown-info__top-item:last-child {
  text-align: right;
}
.cart-sale__dropdown-info__middle {
  position: relative;
  margin-top: 16px;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-sale__dropdown-info__line {
  height: 3px;
  background: #EBEBEB;
  position: absolute;
  top: 50%;
  left: 14px;
  right: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 4px;
  overflow: hidden;
}
.cart-sale__dropdown-info__line span {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--black);
}
.cart-sale__dropdown-info__circle {
  width: 14px;
  height: 14px;
  border: 2px solid #EBEBEB;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  z-index: 3;
}
.cart-sale__dropdown-info__circle--active {
  border-color: var(--black);
  background: var(--black);
}
.cart-sale__dropdown-info__bottom {
  color: #BFBFBF;
}
.cart-sale__dropdown-info__bottom-item {
  width: 33.3333333333%;
}
.cart-sale__dropdown-info__bottom-item:nth-child(2) {
  text-align: center;
}
.cart-sale__dropdown-info__bottom-item:last-child {
  text-align: right;
}
.cart-sale__dropdown-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 14px;
  display: none;
}
.cart-list {
  margin-bottom: 20px;
}
.cart-list__item {
  padding: 24px 0;
  border-bottom: 1px solid var(--stroke-element);
}
.cart-list__item:first-child {
  border-top: 1px solid var(--stroke-element);
}
.cart-total {
  background: var(--white);
  position: sticky;
  bottom: 0;
  z-index: 9;
  padding-top: 10px;
  padding-bottom: 20px;
}
.cart-total__promocode {
  margin-bottom: 24px;
}
.cart-total__promocode-input {
  height: 60px;
}
.cart-total__btn {
  width: 100%;
  margin-top: 16px;
}
.cart-total__delivery {
  background: var(--element-second);
  border-radius: 4px;
  padding: 24px 28px;
}
.cart-total__delivery-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-total__delivery-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.cart-recomend {
  margin-top: 64px;
  padding-bottom: 36px;
}
.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 {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  border-radius: 50%;
}
.cart-recomend__controls-btn:hover {
  background: var(--element-second);
}
.cart-recomend__controls-btn:last-child {
  margin-right: 0;
}
.cart-slider__slide {
  width: 284px;
}
.cart-card__top {
  position: relative;
  margin-bottom: 18px;
}
.cart-card__sale {
  position: absolute;
  left: 16px;
  top: 16px;
  color: var(--sale);
  font-size: 14px;
  letter-spacing: -0.01em;
}
.cart-card__favorite {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.cart-card__img {
  background: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 65px;
  height: 354px;
}
.cart-card__img img {
  max-width: 186px;
  mix-blend-mode: darken;
}
.cart-card__title {
  margin-bottom: 4px;
}
.cart-card__price {
  letter-spacing: -0.01em;
}
.cart-card__price-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-card__price-old {
  color: #b3b3b3;
  text-decoration: line-through;
  margin-left: 12px;
}
.cart-card__tags {
  margin-top: 16px;
}
.cart-card__tags-inner {
  margin-right: -2px;
  margin-bottom: -2px;
}
.cart-card__tags-item {
  margin-right: 2px;
  margin-bottom: 2px;
}
.cartPage {
  padding: 64px 0;
}
.cartPage__inner {
  overflow-x: hidden;
}
.cartPage__title {
  margin-bottom: 32px;
}

@media (max-width: 1440px) {
  .cartPage {
    padding: 48px 0;
  }
  .cart-list {
    margin-bottom: 16px;
  }
  .cart-sale {
    margin-left: -30px;
    margin-right: -30px;
    padding: 8px 30px;
  }
  .cart-sale__txt {
    font-size: 14px;
  }
  .cart-sale__icon {
    width: 18px;
    height: 18px;
  }
  .cart-sale__dropdown {
    width: 405px;
    right: 16px;
  }
  .cart-sale__dropdown::before {
    content: url(../img/general/cart-arrow-1440.svg);
  }
  .cart-sale__dropdown-inner {
    padding: 24px;
  }
  .cart-sale__dropdown-txt {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .cart-sale__dropdown-info {
    font-size: 12px;
    line-height: 14px;
  }
  .cart-sale__dropdown-info__middle {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .cart-sale__dropdown-info__circle {
    width: 12px;
    height: 12px;
    border-color: #EBEBEB;
  }
  .cart-sale__dropdown-info__circle--active {
    border-color: var(--black);
  }
  .cart-list__item {
    padding: 20px 0;
  }
  .cart-total__promocode {
    margin-bottom: 10px;
  }
  .cart-total__promocode-input {
    height: 50px;
    font-size: 15px;
  }
  .cart-total__promocode-btn {
    font-size: 15px;
  }
  .cart-total__btn {
    margin-top: 8px;
  }
  .cart-total__delivery {
    padding: 20px 24px;
  }
  .cart-total__delivery-icon {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }
  .cart-recomend {
    margin-top: 52px;
  }
  .cart-recomend__head {
    margin-bottom: 12px;
  }
  .cart-recomend__controls-btn {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
  .cart-recomend__controls-btn img {
    width: 14px;
    height: 14px;
  }
  .cart-slider__slide {
    width: 212px;
  }
  .cart-card__top {
    margin-bottom: 16px;
  }
  .cart-card__img {
    height: 264px;
    padding-bottom: 44px;
  }
  .cart-card__img img {
    max-width: 168px;
  }
  .cart-card__sale {
    top: 12px;
    left: 14px;
    font-size: 12px;
    line-height: 14px;
  }
  .cart-card__favorite {
    width: 20px;
    height: 20px;
    top: 14px;
    right: 15px;
  }
  .cart-card__title {
    margin-bottom: 2px;
  }
  .cart-card__price-old {
    margin-left: 8px;
  }
  .cart-card__tags {
    margin-top: 14px;
  }
  .cart-card__tags-item img {
    height: 20px;
    width: auto;
  }
}
@media (max-width: 932px) {
  .cartPage {
    padding: 32px 0;
  }
  .cart-sale {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .cart-sale__dropdown-inner {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cart-total__delivery {
    padding: 20px;
  }
  .cart-total__delivery-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart-total__delivery-icon {
    margin-top: 3px;
  }
  .cart-recomend {
    margin-top: 44px;
  }
  .cart-recomend__controls {
    display: none;
  }
  .cart-recomend__title {
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 18px;
  }
  .cart-slider__slide {
    width: 173px;
  }
  .cart-card__top {
    margin-bottom: 10px;
  }
  .cart-card__img {
    height: 213px;
    padding-bottom: 36px;
  }
  .cart-card__img img {
    max-width: 140px;
  }
  .cart-card__sale {
    top: 10px;
    left: 10px;
  }
  .cart-card__favorite {
    width: 16px;
    height: 16px;
    right: 10px;
    top: 10px;
  }
  .cart-card__title {
    font-size: 14px;
    line-height: 16px;
  }
  .cart-card__price {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.015em;
  }
  .cart-card__price-old {
    margin-left: 6px;
  }
  .cart-card__tags {
    margin-top: 10px;
  }
  .cart-card__tags-item img {
    height: 18px;
  }
}
#search {
  --bs-offcanvas-height: max-content;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100vh;
  background: var(--white);
}
.search__top.focused .search__top-form {
  border-bottom-color: var(--black);
}
.search__top-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid var(--stroke-element);
  border-bottom: 1px solid var(--stroke-element);
}
.search__top-form:hover {
  border-bottom-color: var(--stroke-element-hover);
}
.search__top-close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid var(--stroke-element);
}
.search-form {
  position: relative;
}
.search-form.has-text .search-form__clear {
  visibility: visible;
}
.search-form__input {
  border: none;
  display: block;
  height: 124px;
  width: 100%;
  padding: 0 40px;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: var(--black);
}
.search-form__input::-webkit-input-placeholder {
  color: #DFDFDF;
}
.search-form__input::-moz-placeholder {
  color: #DFDFDF;
}
.search-form__input:-ms-input-placeholder {
  color: #DFDFDF;
}
.search-form__input::-ms-input-placeholder {
  color: #DFDFDF;
}
.search-form__input::placeholder {
  color: #DFDFDF;
}
.search-form__actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-form__clear {
  width: 14px;
  height: 14px;
  visibility: hidden;
}
.search-form__submit {
  width: 44px;
  height: 44px;
  background: var(--black);
  border-radius: 50%;
  margin-left: 20px;
}
.search-form__submit svg {
  width: 16px;
  height: 16px;
}
.search-form__submit path {
  fill: var(--text-disable);
}
.search-form__submit[disabled] {
  background: var(--element-second);
}
.search-form__submit[disabled] path {
  fill: var(--text-disable);
}
.search-close {
  font-weight: 600;
  font-size: 17px;
  height: 124px;
  width: 164px;
}
.search-close__icon {
  display: none;
}
.search__bottom {
  padding: 32px 0px 54px;
  max-height: calc(100vh - 125px);
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.search__bottom.visible {
  display: block;
}
.search__bottom::-webkit-scrollbar {
  display: none;
}
.search-content__left {
  width: 426px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-content__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 36px;
}
.search-menu {
  color: #C2C2C2;
  position: sticky;
  top: 0;
}
.search-menu__group {
  margin-bottom: 32px;
}
.search-menu__group:last-child {
  margin-bottom: 0;
}
.search-menu__title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.search-menu__list-item {
  margin-bottom: 12px;
}
.search-menu__list-link__icon {
  width: 16px;
  height: 16px;
}
.search-menu__list-link__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 12px;
}
.search-menu__list-link__txt span {
  color: var(--black);
}
.search-menu__list-link:hover {
  color: var(--text-black-hover);
}
.search__title {
  font-size: 12px;
  text-transform: uppercase;
  color: #c2c2c2;
  margin-bottom: 20px;
}
.search-list-wrapper {
  margin-left: calc(-1 * var(--container-padding));
  margin-right: calc(-1 * var(--container-padding));
}
.search-list {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}
.search-list__item {
  padding-left: 4px;
  padding-right: 4px;
  width: 25%;
  margin-bottom: 8px;
}
.search__more {
  margin-top: 24px;
}
.search__more.hidden {
  display: none;
}
.search__more-btn {
  border-radius: 24px;
  width: 100%;
  padding: 10px;
}
.search__result-txt {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  color: var(--text-standart);
  margin-bottom: 20px;
}
.search-null {
  padding-top: 80px;
  padding-bottom: 112px;
}
.search-null__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4px;
  margin-right: -4px;
}
.search-null__left {
  padding-left: 4px;
  padding-right: 4px;
  width: 41.66666667%;
}
.search-null__right {
  padding-left: 4px;
  padding-right: 4px;
  width: 58.33333333%;
}
.search-null__title {
  margin-bottom: 20px;
}
.search-null__txt {
  font-size: 20px;
  line-height: 140%;
}
.search-null__img {
  text-align: right;
  margin-right: 82px;
}

@media (max-width: 1440px) {
  .search-form__input {
    height: 102px;
    padding-left: 30px;
    font-size: 29px;
  }
  .search-form__submit {
    width: 40px;
    height: 40px;
    margin-left: 16px;
  }
  .search-form__submit svg {
    width: 14px;
    height: 14px;
  }
  .search-form__actions {
    right: 30px;
  }
  .search-close {
    height: 102px;
    padding: 0 30px;
  }
  .search__bottom {
    padding: 28px 0px 48px;
    max-height: calc(100vh - 103px);
  }
  .search-content__left {
    width: 322px;
  }
  .search-menu__group {
    margin-bottom: 28px;
  }
  .search-menu__title {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .search-menu__list-item {
    margin-bottom: 10px;
  }
  .search-menu__link-icon {
    width: 14px;
    height: 14px;
  }
  .search__title {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .search-list {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: -6px;
  }
  .search-list__item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
  }
  .search__more {
    margin-top: 20px;
  }
  .search__more-btn {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .search__result-txt {
    margin-bottom: 16px;
  }
  .search-null {
    padding-top: 56px;
    padding-bottom: 84px;
  }
  .search-null__inner {
    margin-left: -3px;
    margin-right: -3px;
  }
  .search-null__left {
    padding-left: 3px;
    padding-right: 3px;
  }
  .search-null__right {
    padding-left: 3px;
    padding-right: 3px;
  }
  .search-null__title {
    margin-bottom: 16px;
  }
  .search-null__txt {
    font-size: 18px;
    line-height: 130%;
  }
  .search-null__img {
    margin-right: 70px;
  }
  .search-null__img img {
    max-width: 335px;
  }
}
@media (max-width: 1200px) {
  .search-list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 932px) {
  .search__top {
    padding-left: 14px;
    padding-right: 14px;
  }
  .search__top-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid var(--stroke-element);
  }
  .search__top-form {
    border: none;
  }
  .search__top-close {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border: none;
  }
  .search-form.show-result .search-form__submit {
    display: none;
  }
  .search-form__input {
    height: 60px;
    font-size: 20px;
    padding-left: 10px;
  }
  .search-form__clear {
    right: 0;
  }
  .search-form__actions {
    right: 0px;
  }
  .search-form__submit {
    width: 34px;
    height: 34px;
  }
  .search-close {
    padding: 0;
    width: 34px;
    height: 34px;
    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(--element-second);
    border-radius: 50%;
  }
  .search-close__txt {
    display: none;
  }
  .search-close__icon {
    display: block;
  }
  .search__bottom {
    padding: 20px 0px 32px;
    max-height: calc(100vh - 61px);
    min-height: calc(100vh - 61px);
  }
  .search-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-content__left {
    width: 100%;
    margin-bottom: 32px;
  }
  .search-content__right {
    width: 100%;
    padding-left: 0;
  }
  .search-list {
    margin-bottom: -2px;
    margin-left: -1px;
    margin-right: -1px;
  }
  .search-list__item {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
  }
  .search__more {
    margin-top: 32px;
  }
  .search-null {
    padding-top: 32px;
    padding-bottom: 52px;
  }
  .search-null__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-null__left {
    width: 100%;
    margin-bottom: 24px;
  }
  .search-null__right {
    width: 100%;
  }
  .search-null__img {
    text-align: center;
    margin-right: 0;
  }
  .search-null__img img {
    max-width: 214px;
  }
  .search-null__info {
    text-align: center;
  }
  .search-null__title {
    font-size: 20px;
    line-height: 90%;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
  }
  .search-null__txt {
    font-size: 15px;
    line-height: 140%;
    max-width: 208px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .search-list__item {
    width: 50%;
  }
}
.product {
  --info-width: 616px;
  --subtitle-margin: 20px;
}
.product-page {
  padding-top: 40px;
}
.product-page__more {
  overflow-x: hidden;
}
.product__inner {
  width: 1766px;
  max-width: 100%;
}
.product__right {
  width: var(--info-width);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 124px;
}
.product__left {
  width: calc(100% - var(--info-width));
  padding-right: 80px;
  position: relative;
}
.product-gallery--null .product-gallery__img picture {
  opacity: 0.3;
}
.product-gallery__list {
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -2px;
}
.product-gallery__item {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px;
  width: 33.3333333333%;
  position: relative;
}
.product-gallery__item:first-child {
  width: 100%;
}
.product-gallery__img {
  position: relative;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjA0MDggMjAuNjA3NEg0LjI0ODUyQzMuMTY4MDggMjAuNjA3NCAyLjI5Mjk3IDE5LjczMjMgMi4yOTI5NyAxOC42NTE4VjE2LjY5NjMiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yLjI5Mjk3IDYuOTE3OTVWNC45NjIzOUMyLjI5Mjk3IDMuODgxOTUgMy4xNjgwOCAzLjAwNjg0IDQuMjQ4NTIgMy4wMDY4NEg2LjIwNDA4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUuOTgyNCAzLjAwNjg0SDE3LjkzOEMxOS4wMTg0IDMuMDA2ODQgMTkuODkzNSAzLjg4MTk1IDE5Ljg5MzUgNC45NjIzOVY2LjkxNzk1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTkuODkzNSAxNi42OTYzVjE4LjY1MThDMTkuODkzNSAxOS43MzIzIDE5LjAxODQgMjAuNjA3NCAxNy45MzggMjAuNjA3NEgxNS45ODI0IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi4yMDMxMiAxMS44MDYzSDE1Ljk4MDkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS4wOTEyIDYuOTE2OTlMMTEuMDkxMiAxNi42OTQ4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K), -webkit-zoom-in;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjA0MDggMjAuNjA3NEg0LjI0ODUyQzMuMTY4MDggMjAuNjA3NCAyLjI5Mjk3IDE5LjczMjMgMi4yOTI5NyAxOC42NTE4VjE2LjY5NjMiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yLjI5Mjk3IDYuOTE3OTVWNC45NjIzOUMyLjI5Mjk3IDMuODgxOTUgMy4xNjgwOCAzLjAwNjg0IDQuMjQ4NTIgMy4wMDY4NEg2LjIwNDA4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUuOTgyNCAzLjAwNjg0SDE3LjkzOEMxOS4wMTg0IDMuMDA2ODQgMTkuODkzNSAzLjg4MTk1IDE5Ljg5MzUgNC45NjIzOVY2LjkxNzk1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTkuODkzNSAxNi42OTYzVjE4LjY1MThDMTkuODkzNSAxOS43MzIzIDE5LjAxODQgMjAuNjA3NCAxNy45MzggMjAuNjA3NEgxNS45ODI0IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi4yMDMxMiAxMS44MDYzSDE1Ljk4MDkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS4wOTEyIDYuOTE2OTlMMTEuMDkxMiAxNi42OTQ4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K), zoom-in;
  height: 1333px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 234px;
}
.product-gallery__img img {
  height: 955px;
  width: auto;
}
.product-gallery__img--sm {
  height: 440px;
  padding-bottom: 76px;
}
.product-gallery__img--sm img {
  height: 316px;
}
.product__back {
  z-index: 9;
  top: 30px;
  left: 30px;
  bottom: 0;
  pointer-events: none;
}
.product-back {
  position: absolute;
  top: 24px;
  left: 24px;
  background: var(--white);
  pointer-events: auto;
}
.product-back svg {
  width: 16px;
  height: 16px;
}
.product-back--sticky {
  position: sticky;
  top: calc(30px + var(--height-scroll));
  left: 30px;
}
.product__sticker {
  position: absolute;
  z-index: 9;
  top: 20px;
  right: 20px;
  bottom: 0;
  pointer-events: none;
}
.product-sticker {
  position: absolute;
  top: 16px;
  right: 96px;
}
.product-sticker--sticky {
  position: sticky;
  top: calc(20px + var(--height-scroll));
}
.product-badges {
  position: absolute;
  top: 186px;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2px;
  z-index: 9;
}
.product-badges__item {
  width: 28px;
}
.product-badges__item img {
  height: 100%;
  width: auto;
}
.product__title {
  margin-bottom: 36px;
}
.product__price {
  margin-bottom: 20px;
}
.product__hr {
  height: 1px;
  background: var(--stroke-default);
  margin-top: 24px;
  margin-bottom: 36px;
}
.product__installments {
  gap: 8px;
}
.product-installments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 11px 16px;
  background: var(--element-second);
  border-radius: 4px;
}
.product-installments::before {
  display: none;
}
.product-installments--dashed::before {
  display: block;
  border-style: dashed;
  border-color: var(--stroke-dash);
}
.product-installments--border::before {
  display: block;
  border-color: var(--stroke-dash);
}
.product-installments--transparent {
  background: transparent;
}
.product-installments--lilac {
  background: #CBB6E4;
}
.product-installments__left {
  max-width: 70%;
}
.product-installments__right {
  margin-left: auto;
  position: relative;
  margin-top: -11px;
  margin-bottom: -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-installments__right--dots {
  overflow: hidden;
  padding-left: 38px;
}
.product-installments__right--dots::before, .product-installments__right--dots::after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.product-installments__right--dots::before {
  top: -7px;
}
.product-installments__right--dots::after {
  bottom: -7px;
}
.product-installments__right--dots-dashed::before, .product-installments__right--dots-dashed::after {
  border: 1px dashed var(--stroke-dash);
}
.product-installments__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  stroke: var(--black);
}
.product-installments__link-icon {
  width: 16px;
  height: 16px;
  margin-left: 12px;
}
.product-installments__group {
  gap: 6px;
}
.product-installments__promocode {
  color: #606060;
  fill: #606060;
  gap: 8px;
  font-size: 13px;
  letter-spacing: -0.01em;
}
.product-installments__promocode-icon {
  width: 16px;
  height: 16px;
}
.product__subtitle {
  margin-bottom: var(--subtitle-margin);
  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;
}
.product__subtitle-link {
  font-size: 14px;
  line-height: normal;
  text-decoration: underline;
  color: var(--text-grey_bckgr);
}
.product__subtitle-link:hover {
  text-decoration: none;
}
.product__subtitle-txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
}
.product__colors {
  margin-bottom: 24px;
}
.product-colors__slide {
  width: 95px;
}
.product-colors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 118px;
  padding-bottom: 20px;
}
.product-colors__item::before {
  display: none;
  border-color: var(--black);
}
.product-colors__item.selected::before {
  display: block;
}
.product-colors__item img {
  height: 84px;
}
.product__size {
  margin-bottom: 20px;
}
.product__size-warning {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 115%;
}
.product-size .form-select__btn {
  height: 60px;
}
.product-size__select {
  margin-bottom: 8px;
}
.product-size__actions {
  --btnSize: 60px;
}
.product-size__actions-right {
  width: var(--btnSize);
}
.product-size__actions-left {
  width: calc(100% - var(--btnSize));
  padding-right: 8px;
}
.product-size__list-wrapper {
  margin-bottom: 16px;
}
.product-size__list {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}
.product-size__list-item {
  width: 20%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}
.product-size__list-item--width-auto {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-size__btn-wrapper.hidden {
  display: none;
}
.product-size__btn {
  border-radius: 4px;
  background: var(--element-second);
  height: 44px;
  font-size: 16px;
  line-height: 20px;
  line-height: normal;
  position: relative;
}
.product-size__btn--rounded {
  border-radius: 32px;
  padding: 12px 24px;
}
.product-size__btn.selected::before {
  border-color: var(--black);
}
.product-size__btn.selected .product-size__btn-icon {
  background: url(../img/general/pin-size-active.svg) center no-repeat;
  background-size: cover;
}
.product-size__btn.disabled {
  color: var(--text-disable);
}
.product-size__btn::before {
  border-color: transparent;
}
.product-size__btn-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 6px;
  background: url(../img/general/pin-size.svg) center no-repeat;
  background-size: cover;
}
.product-size__title.error {
  color: var(--error);
}
.product-size__warning-txt {
  padding-top: 20px;
  color: var(--error);
}
.product-cartBtn {
  width: 100%;
  height: var(--btnSize);
  padding: 0;
  position: relative;
}
.product-cartBtn::before {
  border-color: var(--grey-9);
}
.product-cartBtn__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.product-cartBtn__animate {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--black);
  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;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}
.product-cartBtn__animate span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--white);
  margin: 0 6px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.product-cartBtn.animate .product-cartBtn__animate {
  opacity: 1;
}
.product-favoriteBtn {
  padding: 0;
  width: var(--btnSize);
  height: var(--btnSize);
}
.product-favoriteBtn .icon-heart-fill {
  display: none;
}
.product-favoriteBtn::before {
  border-color: var(--grey-9);
}
.product-favoriteBtn .card-favorite__animate {
  width: 40px;
  height: 40px;
  margin: auto;
}
.product-favoriteBtn.active .icon-heart-fill {
  display: block;
}
.product-favoriteBtn.active .icon-heart {
  display: none;
}
.product-favoriteBtn.active .card-favorite__animate {
  opacity: 1;
}
.product__notification {
  margin-bottom: 24px;
}
.product-notification {
  padding: 24px 28px;
  background: var(--element-second);
  border-radius: 4px;
}
.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-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  margin-top: 2.5px;
}
.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;
}
.product-info__group {
  border-top: 1px solid var(--stroke-default);
}
.product-info__group--no-border {
  border: none;
  margin-bottom: 24px;
}
.product-info__group--no-border:last-child {
  margin-bottom: 0;
}
.product-info__item-btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.product-info__item-btn--py-0 {
  padding: 0;
}
.product-info__item-btn__txt {
  line-height: 115%;
}
.product-info__item-btn__icon {
  width: 16px;
  height: 16px;
}
.product-info__item-btn__icon .icon-minus-circle {
  display: none;
}
.product-info__item-btn[aria-expanded=true] .product-info__item-btn__icon .icon-minus-circle {
  display: block;
}
.product-info__item-btn[aria-expanded=true] .product-info__item-btn__icon .icon-plus-circle {
  display: none;
}
.product-info__item-list__item {
  margin-bottom: 6px;
}
.product-info__item-list__item:last-child {
  margin-bottom: 0;
}
.product-info__item-list__name {
  width: 208px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-info__item-list__value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 16px;
}
.product-info__txt {
  padding-top: 8px;
  padding-bottom: 28px;
  max-width: 542px;
  font-size: 15px;
  line-height: 151%;
}
.product-info__content {
  padding-top: 16px;
  padding-bottom: 0;
}
.product-more {
  margin: 112px 0;
}
.product-more__title {
  margin-bottom: 32px;
}
.product-more__list {
  display: none;
  margin-top: 44px;
}
.product-more__list-item {
  margin-bottom: 28px;
}
.product-more__list-item:last-child {
  margin-bottom: 0;
}
.product-mood-wrapper {
  position: relative;
}
.product-mood-wrapper:hover .mainSection-btn {
  opacity: 1;
}
.product-mood__slide {
  width: 394px;
}
.product-mood__img img {
  width: 100%;
}
.product-moodMobile {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}
.product-moodMobile__item:nth-child(1) {
  grid-area: 1/1/3/2;
}
.product-moodMobile__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.product-moodMobile__item:nth-child(3) {
  grid-area: 2/2/3/3;
}
.product-moodMobile__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-mobileMood {
  margin-left: -1px;
  margin-right: -1px;
  display: none;
}
.product-mobileMood__col {
  width: 50%;
  padding-left: 1px;
  padding-right: 1px;
}
.product-mobileMood__item {
  margin-bottom: 2px;
}
.product-mobileMood__item img {
  width: 100%;
}
.product-mobileMood__item:last-child {
  margin-bottom: 0;
}
.product-slider__slide {
  width: 454px;
}
.product-galleryMobile {
  margin-left: -14px;
  margin-right: -14px;
  position: relative;
  display: none;
}
.product-galleryMobile--null .product-galleryMobile__slider {
  opacity: 0.3;
}
.product-galleryMobile__img {
  height: 465px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 80px;
}
.product-galleryMobile__img img {
  height: 334px;
  max-height: 100%;
}
.product-galleryMobile__img--vertical {
  height: calc(468px + var(--height-scroll));
  height: 100%;
  padding-bottom: 46px;
}
.product-galleryMobile__img--mood {
  height: calc(468px + var(--height-scroll));
  height: 100%;
  background: #F3F3F3;
  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: 0;
}
.product-galleryMobile__img--mood video {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-galleryMobile__img--mood picture {
  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;
}
.product-galleryMobile__img--mood img {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-galleryMobile__pagination {
  position: absolute;
  bottom: 14px;
  right: 14px;
  left: initial !important;
  z-index: 9;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.product__availability {
  margin-bottom: 36px;
  position: relative;
}
.product-availabilityBtn {
  border-top: 1px solid var(--stroke-default);
  border-bottom: 1px solid var(--stroke-default);
  padding: 18px 0;
}
.product-availabilityBtn__icon {
  margin-left: auto;
  width: 16px;
  height: 16px;
}
.product-availabilityBtn__icon path {
  stroke-width: 1.1;
}

.copy_code .icon-check-12 {
  display: none;
}
.copy_code.active .icon-check-12 {
  display: block;
}
.copy_code.active .icon-copy {
  display: none;
}

@media (max-width: 1440px) {
  .product {
    --info-width: 455px;
    --subtitle-margin: 16px;
  }
  .product__sticker {
    top: 16px;
    right: 16px;
  }
  .product-sticker {
    top: 12px;
    right: 137px;
  }
  .product-sticker--sticky {
    top: calc(16px + var(--height-scroll));
  }
  .product-favoriteBtn .card-favorite__animate {
    width: 36px;
    height: 36px;
  }
  .product-gallery__img {
    height: 922px;
    padding-bottom: 162px;
  }
  .product-gallery__img img {
    height: 662px;
  }
  .product-gallery__img--sm {
    height: 305px;
    padding-bottom: 54px;
  }
  .product-gallery__img--sm img {
    height: 218px;
  }
  .product-colors__item {
    height: 80px;
    padding-bottom: 14px;
  }
  .product-colors__item img {
    height: 56px;
  }
  .product__hr {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .product__size-warning {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .product__inner {
    width: 1324px;
  }
  .product__left {
    padding-right: 125px;
  }
  .product__right {
    top: 102px;
  }
  .product-back {
    top: 20px;
    left: 20px;
  }
  .product-back--sticky {
    top: calc(30px + var(--height-scroll));
  }
  .product-badges {
    top: 208px;
  }
  .product-badges__item {
    width: 24px;
  }
  .product__title {
    margin-bottom: 32px;
  }
  .product__price {
    margin-bottom: 16px;
  }
  .product__installments {
    gap: 6px;
  }
  .product-installments {
    padding: 10px 16px;
    min-height: 40px;
  }
  .product-installments__icon {
    width: 28px;
  }
  .product-installments__link-icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
  .product-installments__link-img img {
    width: 72px;
  }
  .product-installments__promocode {
    font-size: 11px;
    gap: 4px;
  }
  .product-installments__promocode-icon {
    width: 14px;
    height: 14px;
  }
  .product-installments__right {
    padding-left: 24px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .product-installments__right--dots::before, .product-installments__right--dots::after {
    width: 12px;
    height: 12px;
  }
  .product-installments__right--dots::before {
    top: -6px;
  }
  .product-installments__right--dots::after {
    bottom: -6px;
  }
  .product__subtitle-txt {
    font-size: 14px;
  }
  .product__subtitle-link {
    font-size: 12px;
  }
  .product__colors {
    margin-bottom: 20px;
  }
  .product-colors__slide {
    width: 64px;
  }
  .product__size {
    margin-bottom: 16px;
  }
  .product-size .form-select__btn {
    height: 50px;
  }
  .product-size__select {
    margin-bottom: 6px;
  }
  .product-size__actions {
    --btnSize: 50px;
  }
  .product-size__actions-left {
    padding-right: 6px;
  }
  .product-size__list-wrapper {
    margin-bottom: 12px;
  }
  .product-size__list {
    margin-left: -3px;
    margin-right: -3px;
  }
  .product-size__list-item {
    padding-left: 3px;
    padding-right: 3px;
  }
  .product-size__btn {
    font-size: 14px;
    height: 40px;
  }
  .product-size__btn--rounded {
    padding: 12px 20px;
  }
  .product-size__btn-icon {
    width: 14px;
    height: 14px;
    right: 2px;
  }
  .product-size_warning-txt {
    padding-top: 16px;
  }
  .product-cartBtn__icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .product__notification {
    margin-bottom: 20px;
  }
  .product-notification {
    padding: 20px 24px;
  }
  .product-notification__item {
    margin-bottom: 12px;
  }
  .product-notification__item-icon {
    width: 14px;
    height: 14px;
    margin-right: 12px;
    margin-top: 2px;
  }
  .product-notification__item-txt__item {
    margin-bottom: 12px;
  }
  .product-notification__answer {
    padding-left: 14px;
  }
  .product-notification__answer-value {
    font-size: 16px;
  }
  .product-info__item-btn {
    padding: 16px 0;
  }
  .product-info__item-btn--py-0 {
    padding: 0;
  }
  .product-info__item-btn__icon {
    width: 14px;
    height: 14px;
  }
  .product-info__item-list__name {
    width: 160px;
  }
  .product-info__txt {
    padding-top: 4px;
    padding-bottom: 24px;
    max-width: 422px;
  }
  .product-info__content {
    padding-top: 16px;
    padding-bottom: 0;
  }
  .product-more {
    margin: 84px 0;
  }
  .product-more__title {
    margin-bottom: 28px;
    font-size: 29px;
    letter-spacing: -0.02em;
  }
  .product-mood__slide {
    width: 284px;
  }
  .product-slider__slide {
    width: 341px;
  }
  .product__availability {
    margin-bottom: 32px;
  }
  .product-availabilityBtn {
    padding: 14px 0;
  }
  .product-availabilityBtn__icon {
    margin-left: auto;
    width: 14px;
    height: 14px;
  }
  .product-availabilityBtn__icon path {
    stroke-width: 1.1;
  }
}
@media (max-width: 932px) {
  .product__back {
    display: none;
  }
  .product__sticker {
    top: initial;
    right: initial;
    left: var(--container-padding);
    bottom: 18px;
  }
  .product-page {
    position: relative;
  }
  .product-page::before {
    content: "";
    height: calc(3 * var(--height-content));
    background: var(--grey-12);
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    top: calc(-1 * var(--height-content));
  }
  .product-sticker {
    top: initial;
    right: initial;
    bottom: 12px;
    left: 0px;
    z-index: 9;
  }
  .product-page {
    padding-top: 0;
  }
  .product__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .product__right {
    width: 100%;
    z-index: 99;
  }
  .product-gallery {
    display: none;
  }
  .product-mood {
    display: none;
  }
  .product-back {
    top: 16px;
    left: 14px;
    z-index: 9;
  }
  .product-badges {
    top: 6px;
    right: 0;
    left: initial;
    bottom: initial;
    z-index: 9;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-badges--m-hidden {
    display: none;
  }
  .product-galleryMobile {
    display: block;
  }
  .product__title {
    font-size: 20px;
    line-height: 90%;
    font-weight: 400;
    letter-spacing: 0em;
    margin-bottom: 24px;
    font-family: "Arimo";
    text-transform: initial;
  }
  .product__title span {
    text-transform: uppercase;
  }
  .product__hr {
    margin-top: 12px;
    margin-bottom: 28px;
  }
  .product-info__item-list__name {
    width: 156px;
  }
  .product-info__item-list__value {
    padding-left: 10px;
  }
  .product__price {
    margin-bottom: 12px;
  }
  .product__subtitle-link {
    font-size: 12px;
  }
  .product__colors {
    margin-bottom: 28px;
  }
  .product-colors {
    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;
  }
  .product__size {
    margin-bottom: 12px;
  }
  .product__size-warning {
    margin-bottom: 12px;
  }
  .product-size__actions--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 14px 20px;
    border-top: 1px solid var(--stroke-element);
    background: var(--white);
    z-index: 99;
  }
  .product-size__warning-txt {
    padding-top: 12px;
  }
  .product-size__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 0;
    margin-right: -14px;
    padding-right: 14px;
  }
  .product-size__list-item {
    width: 71px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
  .product-size__list-item--width-auto {
    width: auto;
  }
  .product-size__btn {
    font-size: 15px;
  }
  .product-notification {
    padding: 20px;
  }
  .product-notification__item-icon {
    margin-top: 3px;
  }
  .product-more {
    margin: 64px 0;
  }
  .product-more--mood {
    margin-top: 44px;
  }
  .product-more__title {
    font-size: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
  }
  .product-more__list {
    display: block;
  }
  .product-moodMobile {
    display: grid;
  }
  .product-mobileMood {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-slider__slide {
    width: 173px;
  }
  .product-slider__slideV2 {
    width: 173px;
  }
  .product__availability {
    margin-bottom: 28px;
  }
}
.product-tooltip {
  --icon-size: 16px;
  width: var(--icon-size);
  height: var(--icon-size);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-tooltip--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-tooltip--right .product-tooltip__dropdown {
  right: -30px;
}
.product-tooltip--right .product-tooltip__arrow {
  right: 22px;
  left: initial;
}
.product-tooltip--bottom-center .product-tooltip__dropdown {
  top: 36px;
  bottom: initial;
}
.product-tooltip--bottom-right .product-tooltip__dropdown {
  bottom: initial;
  top: calc(100% + 16px);
}
.product-tooltip--bottom-right .product-tooltip__arrow {
  bottom: initial;
  top: -16px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-tooltip__backdrop {
  background: rgba(62, 62, 62, 0.1);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-tooltip__btn {
  width: var(--icon-size);
  height: var(--icon-size);
  cursor: pointer;
}
.product-tooltip__dropdown {
  position: absolute;
  width: 452px;
  bottom: 36px;
  display: none;
  z-index: 99;
}
.product-tooltip__dropdown.visible {
  display: block;
}
.product-tooltip__content {
  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);
  padding: 24px;
}
.product-tooltip__content-inner {
  gap: 12px;
}
.product-tooltip__arrow {
  width: 32px;
  height: 26px;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -16px;
}
.product-tooltip__arrow img {
  -webkit-filter: drop-shadow(0px 4.4px 7px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 4.4px 7px rgba(0, 0, 0, 0.04));
}
.product-tooltip__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-tooltip__item-name {
  color: var(--text-grey);
}
.product-tooltip__item-value {
  font-size: 16px;
}
.product-tooltip__title {
  font-size: 16px;
  margin-bottom: 12px;
}
.product-tooltip__close-btn {
  position: absolute;
  top: 12px;
  right: var(--container-padding);
  display: none;
}

@media (max-width: 1440px) {
  .product-tooltip {
    --icon-size: 14px;
  }
  .product-tooltip--right .product-tooltip__dropdown {
    right: -20px;
  }
  .product-tooltip--right .product-tooltip__arrow {
    right: 12px;
  }
  .product-tooltip__dropdown {
    width: 384px;
    bottom: 28px;
  }
  .product-tooltip__content {
    padding: 20px 18px;
  }
  .product-tooltip__content-inner {
    gap: 8px;
  }
  .product-tooltip__arrow {
    width: 27px;
    height: 21px;
    bottom: -11px;
  }
  .product-tooltip__item-value {
    font-size: 14px;
  }
}
@media (max-width: 932px) {
  .product-tooltip--right .product-tooltip__dropdown {
    right: 0;
  }
  .product-tooltip__backdrop {
    display: block;
  }
  .product-tooltip__dropdown {
    width: auto;
    height: auto;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
  }
  .product-tooltip__content {
    -webkit-box-shadow: initial;
            box-shadow: initial;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 60px var(--container-padding);
    z-index: 102;
    border-radius: 10px 10px 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;
    border-radius: 20px 20px 0px 0px;
  }
  .product-tooltip__content.visible {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .product-tooltip__arrow {
    display: none;
  }
  .product-tooltip__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-price__points {
  margin-top: 16px;
}
.product-price__right {
  margin-left: auto;
}
.product-price__right--start {
  margin-left: 10px;
}
.product-price__new {
  margin-right: 8px;
  font-size: 32px;
}
.product-price__old {
  gap: 6px;
  fill: var(--text-grey_bckgr);
}
.product-price__old-value {
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
  color: var(--text-grey_bckgr);
}
.product-price__old-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.product-price__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-price__sale-icon {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  position: relative;
}
.product-price__sticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-price__sticker__item {
  margin-right: 8px;
}
.product-price__sticker__item:last-child {
  margin-right: 0;
}
.product-price__sticker-sale {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-price__sticker-sale__icon {
  width: 16px;
  height: 16px;
  stroke: var(--sale);
  margin-left: 2px;
  position: relative;
  cursor: pointer;
}
.product-price__dropdown {
  width: 452px;
  position: absolute;
  right: -30px;
  z-index: 9;
  bottom: 36px;
  display: none;
}
.product-price__dropdown.visible {
  display: block;
}
.product-price__dropdown-inner {
  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);
  padding: 24px;
}
.product-price__dropdown-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.product-price__dropdown-item:last-child {
  margin-bottom: 0;
}
.product-price__dropdown-item__name {
  color: var(--text-standart);
}
.product-price__dropdown-item__value {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
.product-price__dropdown-arrow {
  width: 32px;
  height: 26px;
  position: absolute;
  right: 22px;
  margin-left: auto;
  margin-right: auto;
  bottom: -16px;
}
.product-price__dropdown-arrow img {
  -webkit-filter: drop-shadow(0px 4.4px 7px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 4.4px 7px rgba(0, 0, 0, 0.04));
}
.product-price__dropdown-title {
  font-size: 16px;
  line-height: 135%;
  font-weight: 500;
  margin-bottom: 12px;
  display: none;
}
.product-price__dropdown-close {
  position: absolute;
  top: 18px;
  right: 14px;
  display: none;
}
.product-price__installments {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .product-price__points {
    margin-top: 12px;
  }
  .product-price__new {
    margin-right: 6px;
  }
  .product-price__old-value {
    font-size: 12px;
  }
  .product-price__old-icon {
    width: 14px;
    height: 14px;
  }
  .product-price__sale-icon {
    width: 14px;
    height: 14px;
    margin-left: 2px;
  }
  .product-price__sticker-sale__icon {
    width: 14px;
    height: 14px;
  }
  .product-price__dropdown {
    width: 384px;
    bottom: 28px;
  }
  .product-price__dropdown-inner {
    padding: 20px 18px;
  }
  .product-price__dropdown-item {
    margin-bottom: 10px;
  }
  .product-price__dropdown-item__value {
    font-size: 14px;
  }
  .product-price__dropdown-arrow {
    width: 27px;
    height: 21px;
    bottom: -11px;
  }
  .product-price__installments {
    margin-top: 16px;
  }
}
@media (max-width: 932px) {
  .product-price__new {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
  .product-price__sale {
    font-size: 12px;
  }
  .product-price__dropdown {
    width: auto;
    height: auto;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .product-price__dropdown-backdrop {
    display: block;
  }
  .product-price__dropdown-arrow {
    display: none;
  }
  .product-price__dropdown-inner {
    -webkit-box-shadow: initial;
            box-shadow: initial;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 50px;
    z-index: 102;
    border-radius: 10px 10px 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;
  }
  .product-price__dropdown-inner.visible {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .product-price__dropdown-item__value {
    font-size: 15px;
  }
  .product-price__dropdown-title {
    display: block;
  }
  .product-price__dropdown-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-points__inner {
  gap: 4px;
}
.product-points__group {
  background: #EDEFF2;
  border-radius: 9px 2px 2px 9px;
  height: 18px;
  padding-left: 2px;
  padding-right: 3px;
  font-size: 15px;
  gap: 3px;
}
.product-points__value {
  line-height: 1;
}
.product-points__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}

@media (max-width: 1440px) {
  .product-points__group {
    border-radius: 7px 2px 2px 7px;
    height: 14px;
    padding-right: 2px;
    font-size: 12px;
  }
  .product-points__icon {
    width: 10px;
    height: 10px;
  }
}
.gallery {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1075;
  background: var(--card--bg);
  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 {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 9;
}
.gallery-close svg {
  width: 16px;
  height: 16px;
}
.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__slide {
  height: auto;
}
.gallery-list__img {
  cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMTEyMjggMTkuODAxN0g0LjE1NjczQzMuMDc2MjggMTkuODAxNyAyLjIwMTE3IDE4LjkyNjYgMi4yMDExNyAxNy44NDYyVjE1Ljg5MDYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yLjIwMTE3IDYuMTEyMjhWNC4xNTY3M0MyLjIwMTE3IDMuMDc2MjggMy4wNzYyOCAyLjIwMTE3IDQuMTU2NzMgMi4yMDExN0g2LjExMjI4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUuODkwNiAyLjIwMTE3SDE3Ljg0NjJDMTguOTI2NiAyLjIwMTE3IDE5LjgwMTcgMy4wNzYyOCAxOS44MDE3IDQuMTU2NzNWNi4xMTIyOCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE5LjgwMTcgMTUuODkwNlYxNy44NDYyQzE5LjgwMTcgMTguOTI2NiAxOC45MjY2IDE5LjgwMTcgMTcuODQ2MiAxOS44MDE3SDE1Ljg5MDYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik02LjExMTMzIDExLjAwMDZIMTUuODg5MSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==), -webkit-zoom-out;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMTEyMjggMTkuODAxN0g0LjE1NjczQzMuMDc2MjggMTkuODAxNyAyLjIwMTE3IDE4LjkyNjYgMi4yMDExNyAxNy44NDYyVjE1Ljg5MDYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yLjIwMTE3IDYuMTEyMjhWNC4xNTY3M0MyLjIwMTE3IDMuMDc2MjggMy4wNzYyOCAyLjIwMTE3IDQuMTU2NzMgMi4yMDExN0g2LjExMjI4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUuODkwNiAyLjIwMTE3SDE3Ljg0NjJDMTguOTI2NiAyLjIwMTE3IDE5LjgwMTcgMy4wNzYyOCAxOS44MDE3IDQuMTU2NzNWNi4xMTIyOCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE5LjgwMTcgMTUuODkwNlYxNy44NDYyQzE5LjgwMTcgMTguOTI2NiAxOC45MjY2IDE5LjgwMTcgMTcuODQ2MiAxOS44MDE3SDE1Ljg5MDYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik02LjExMTMzIDExLjAwMDZIMTUuODg5MSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==), zoom-out;
  width: 1224px;
  max-width: 100%;
  height: 1520px;
  padding-bottom: 266px;
}
.gallery-list__img img {
  height: 1088px;
}
.gallery-thumbs-wrapper {
  height: 764px;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin-top: auto;
  margin-bottom: auto;
}
.gallery-thumbs {
  height: 100%;
  width: 76px;
}
.gallery-thumbs__slide {
  height: 94px;
}
.gallery-thumbs__slide::before {
  border-color: var(--black);
}
.gallery-thumbs__slide:not(.swiper-slide-thumb-active)::before {
  border-color: transparent;
}
.gallery-thumbs__img {
  height: 100%;
  padding-bottom: 14px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gallery-thumbs__img img {
  height: 58px;
}
.gallery-mobile-wrapper {
  display: none;
  height: 100%;
}
.gallery-mobile {
  --swiper-pagination-bottom: 32px;
  height: 100%;
}
.gallery-mobile__pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 9;
}

@media (max-width: 1440px) {
  .gallery-close {
    top: 30px;
    right: 30px;
    width: 34px;
    height: 34px;
  }
  .gallery-close svg {
    width: 14px;
    height: 14px;
  }
  .gallery-thumbs-wrapper {
    height: 742px;
    left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gallery-thumbs {
    width: 70px;
  }
  .gallery-thumbs__slide {
    height: 86px;
  }
  .gallery-thumbs__img {
    padding-bottom: 12px;
  }
  .gallery-thumbs__img img {
    height: 52px;
  }
  .gallery-list-wrapper {
    max-width: 1144px;
  }
  .gallery-list__img {
    width: 1144px;
    height: 1418px;
    padding-bottom: 248px;
  }
  .gallery-list__img img {
    height: 1016px;
  }
}
@media (max-width: 932px) {
  .gallery-list-wrapper {
    display: none;
  }
  .gallery-thumbs-wrapper {
    display: none;
  }
  .gallery-close {
    top: 16px;
    right: 14px;
  }
  .gallery-mobile-wrapper {
    display: block;
  }
}
.product-infoTooltip {
  max-width: 458px;
  -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: absolute;
  bottom: 99%;
  left: -4px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.product-infoTooltip:not(.visible) {
  display: none;
}
.product-infoTooltip.animate {
  opacity: 1;
}
.product-infoTooltip::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: var(--button-default);
  position: absolute;
  left: 24px;
  bottom: -8px;
}
.product-infoTooltip__inner {
  background: var(--button-default);
  border-radius: 10px;
  color: var(--white);
  padding: 20px;
  position: relative;
  z-index: 3;
}
.product-infoTooltip__title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1;
}
.product-infoTooltip__btn {
  margin-top: 16px;
  padding: 10px 16px;
}

@media (max-width: 1440px) {
  .product-infoTooltip {
    max-width: 384px;
  }
  .product-infoTooltip::before {
    width: 27px;
    height: 27px;
    left: 14px;
    bottom: -6px;
  }
  .product-infoTooltip__inner {
    padding: 16px;
  }
  .product-infoTooltip__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .product-infoTooltip__btn {
    margin-top: 12px;
    padding: 8px 14px;
  }
}
@media (max-width: 480px) {
  .product-infoTooltip {
    max-width: 100%;
    left: 0;
  }
}
.product__grid {
  grid-template-columns: 1fr 656px;
  row-gap: 8px;
}
.product__grid-left {
  position: relative;
}
.product__grid-right {
  padding: 0 var(--container-padding);
  grid-area: 1/2/3/3;
}
.product__rightInfo {
  gap: 32px;
  position: sticky;
  top: var(--height-scroll);
}
.product__titleV2 {
  font-size: 28px;
  line-height: 90%;
  letter-spacing: -0.02em;
}
.product-swipe {
  display: none;
}
.product-swipe__type {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 28px;
  padding: 2px;
  position: absolute;
  z-index: 9;
  bottom: 14px;
  right: var(--container-padding);
}
.product-swipe__type-btn {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.04em;
  font-family: var(--second-ff);
  text-transform: uppercase;
  color: var(--text-grey);
  border-radius: 30px;
}
.product-swipe__type-btn.selected {
  background: var(--white);
  color: var(--bas-color);
}

.pageProduct {
  --custom-header-bg: var(--white);
}

@media (max-width: 1440px) {
  .product__grid {
    grid-template-columns: 1fr 496px;
    row-gap: 6px;
  }
  .product__rightInfo {
    gap: 28px;
  }
  .product__titleV2 {
    font-size: 20px;
  }
}
@media (max-width: 932px) {
  .pageProduct {
    --custom-header-bg: transparent;
  }
  .pageProduct.body-pt-scroll {
    --custom-header-bg: #F3F3F3;
  }
  .product__grid {
    grid-template-columns: 1fr;
    gap: 0px;
    background: #F3F3F3;
  }
  .product__grid-left {
    position: sticky;
    top: var(--height-scroll);
  }
  .product__grid-right {
    padding-top: 26px;
    position: relative;
    background: #F3F3F3;
    grid-area: initial;
  }
  .product__grid-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--white);
    border-radius: 20px 20px 0 0;
  }
  .product__grid-right::after {
    content: "";
    width: 112px;
    height: 4px;
    border-radius: 24px;
    background: var(--stroke-default);
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
  }
  .product__rightInfo {
    position: relative;
    z-index: 3;
    gap: 24px;
    top: 0;
  }
  .product__titleV2 {
    font-size: 18px;
    letter-spacing: 0em;
  }
  .product-swipe {
    margin-top: calc(-1 * var(--height-scroll));
    display: block;
  }
}
.product-gallery__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.product-gallery__img--v2 {
  height: auto;
  height: 100%;
  padding: 114px 92px 78px;
}
.product-gallery__img--v2 picture {
  width: 100%;
}
.product-gallery__img--v2 img {
  height: auto;
  width: 100%;
}
.product-galleryMobile {
  position: relative;
}
.product-galleryMobile--mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.product-galleryMobile__sliderVertical {
  height: calc(468px + var(--height-scroll));
  height: 90vh;
}
.product-galleryMobile__moodVertical {
  height: calc(468px + var(--height-scroll));
  height: 90vh;
}
.product-galleryMobile__paginationVeritical {
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 28px;
  z-index: 9;
}
.product-galleryMobile__paginationVeritical.swiper-pagination-vertical {
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  top: 0;
}

@media (max-width: 1440px) {
  .product-gallery__img--v2 {
    padding: 86px 68px 56px;
  }
}
@media (max-width: 480px) {
  .product-galleryMobile__sliderVertical {
    height: calc(468px + var(--height-scroll));
  }
  .product-galleryMobile__moodVertical {
    height: calc(468px + var(--height-scroll));
  }
  .product-galleryMobile__img {
    height: 465px;
  }
  .product-galleryMobile__img img {
    height: 334px;
  }
  .product-galleryMobile__img--vertical {
    height: calc(468px + var(--height-scroll));
    padding-bottom: 46px;
  }
  .product-galleryMobile__img--mood {
    height: calc(468px + var(--height-scroll));
    background: #F3F3F3;
    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: 0;
  }
  .product-galleryMobile__img--mood picture {
    width: 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;
  }
  .product-galleryMobile__img--mood img {
    height: 100%;
    width: auto;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-galleryMobile__img--mood-width img {
    height: auto;
  }
}
.product-delivery {
  padding: 24px;
  border-radius: 6px;
}
.product-delivery--margin-top {
  margin-top: 16px;
}
.product-delivery__city {
  margin-bottom: 16px;
}
.product-delivery__list {
  gap: 12px;
}
.product-delivery__item {
  gap: 10px;
}
.product-delivery__item-icon {
  width: 16px;
  height: 16px;
}
.product-delivery__item-txt span {
  color: var(--text-grey_bckgr);
}

@media (max-width: 1440px) {
  .product-delivery {
    padding: 20px;
  }
  .product-delivery--margin-top {
    margin-top: 12px;
  }
  .product-delivery__city {
    margin-bottom: 12px;
  }
  .product-delivery__list {
    gap: 8px;
  }
  .product-delivery__item-icon {
    width: 14px;
    height: 14px;
  }
}
.productImages-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.productImages-grid__title {
  padding: 18px 40px;
  font-size: 29px;
  text-transform: uppercase;
  line-height: 90%;
}
.productImages-grid__img {
  height: 100%;
}
.productImages-grid__img img {
  width: 100%;
}
@media (max-width: 1440px) {
  .productImages-grid__title {
    padding: 18px 15px;
  }
}
@media (max-width: 1180px) {
  .productImages-grid__title {
    font-size: 18px;
  }
}
@media (max-width: 932px) {
  .productImages {
    display: none;
  }
}
.productMedia__inner {
  grid-template-columns: repeat(12, 1fr);
}
.productMedia__inner-left {
  grid-column: span 4;
}
.productMedia__inner-right {
  grid-column: span 8;
}
.productMedia-list--2-items {
  grid-template-columns: repeat(2, 1fr);
}
.productMedia-card--vertical {
  width: 358px;
  margin-left: auto;
  margin-right: auto;
}
.productMedia-card__img {
  height: 390px;
  text-align: center;
}
.productMedia-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productMedia-card__img--vertical img {
  width: auto;
  max-width: 100%;
}
.productMedia-card__info {
  padding: 20px 14px 0;
}
.productMedia-card__info--solo {
  padding: 40px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.productMedia-card__info--center {
  width: 358px;
  max-width: 100%;
}
.productMedia-card__category {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 500;
}
.productMedia-card__title {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.productMedia-card__inner {
  grid-template-columns: repeat(2, 1fr);
}
.productMedia-card__txt {
  font-size: 18px;
  line-height: 139%;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .productMedia-card--vertical {
    width: 268px;
  }
  .productMedia-card--vertical .productMedia-card__info {
    padding-left: 0;
  }
  .productMedia-card__info {
    padding: 16px 16px 0;
  }
  .productMedia-card__info--solo {
    padding: 30px;
  }
  .productMedia-card__img {
    height: 290px;
  }
  .productMedia-card__category {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .productMedia-card__title {
    font-size: 16px;
    line-height: normal;
  }
  .productMedia-card__txt {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 932px) {
  .productMedia__inner {
    grid-template-columns: 1fr;
    row-gap: 0px;
  }
  .productMedia__inner-left, .productMedia__inner-right {
    grid-column: initial;
  }
  .productMedia-list {
    margin-left: calc(-1 * var(--container-padding));
    margin-right: calc(-1 * var(--container-padding));
    gap: 5px;
  }
  .productMedia-card {
    width: 100%;
  }
  .productMedia-card__img {
    height: auto;
  }
  .productMedia-card__img img {
    width: 100%;
  }
  .productMedia-card__info {
    padding: 12px 6px 0 12px;
  }
  .productMedia-card__info--solo {
    padding: 6px 14px 6px 6px;
  }
  .productMedia-card__title {
    font-size: 15px;
    letter-spacing: -0.02em;
  }
  .productMedia-card__txt {
    display: none;
  }
}
.productLike__group {
  margin-bottom: 112px;
}
.productLike__group:last-child {
  margin-bottom: 0;
}
.productLike-grid {
  grid-template-columns: repeat(4, 1fr);
}
.productLike-item {
  width: 336px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.productLike-img {
  position: absolute;
  inset: 0;
  z-index: 99;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.productLike-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1440px) {
  .productLike__group {
    margin-bottom: 64px;
  }
  .productLike-item {
    width: 284px;
  }
}
@media (min-width: 933px) {
  .productLike-item:hover .productLike-img {
    opacity: 0;
  }
}
@media (max-width: 932px) {
  .productLike__group {
    margin-bottom: 28px;
    margin-left: calc(-1 * var(--container-padding));
    margin-right: calc(-1 * var(--container-padding));
  }
  .productLike-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .productLike-item {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .productLike-item .card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .productLike-img {
    position: initial;
  }
  .productLike-img img {
    height: auto;
  }
}
@media (max-width: 480px) {
  .productLike-item {
    grid-template-columns: 1fr;
  }
}
.vacancy {
  padding-top: 36px;
  padding-bottom: 72px;
}
.vacancy__head {
  margin-bottom: 36px;
}
.vacancy__title {
  margin-bottom: 36px;
}
.vacancy__banner {
  margin-bottom: 64px;
}
.vacancy__content {
  gap: 64px;
}
.vacancy__group {
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}
.vacancy__group-left {
  grid-column: span 3;
}
.vacancy__group-right {
  grid-column: span 9;
  padding-left: 72px;
}
.vacancy__desc {
  max-width: 1180px;
}
.vacancy__desc-title {
  font-size: 44px;
  line-height: 129%;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}
.vacancy__desc-title span {
  color: #F05D36;
}
.vacancy__desc-txt {
  font-size: 18px;
  line-height: 159%;
  max-width: 780px;
}
.vacancy__desc-txt p {
  margin-bottom: 16px;
}
.vacancy__desc-txt p:last-child {
  margin-bottom: 0;
}
.vacancy__list {
  gap: 6px;
  max-width: 770px;
}
.vacancy-card {
  padding: 24px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 138%;
}
.vacancy-card::before {
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.vacancy-card:hover .vacancy-card__mobile {
  opacity: 1;
}
.vacancy-card:hover::before {
  border-color: var(--button-default);
}
.vacancy-card__title {
  font-size: 28px;
  line-height: 138%;
  margin-bottom: 8px;
}
.vacancy-card__more {
  margin-top: 32px;
}
.vacancy-card__mobile {
  bottom: 24px;
  right: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.vacancy-card__mobile svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1440px) {
  .vacancy {
    padding-top: 24px;
    padding-bottom: 52px;
  }
  .vacancy__head {
    margin-bottom: 28px;
  }
  .vacancy__title {
    margin-bottom: 28px;
  }
  .vacancy__banner {
    margin-bottom: 52px;
  }
  .vacancy__content {
    gap: 52px;
  }
  .vacancy__group-right {
    padding-left: 36px;
  }
  .vacancy__desc {
    max-width: 984px;
  }
  .vacancy__desc-title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .vacancy__desc-txt {
    font-size: 16px;
    max-width: 615px;
  }
  .vacancy__desc-txt p {
    margin-bottom: 12px;
  }
  .vacancy__list {
    gap: 4px;
    max-width: 615px;
  }
  .vacancy-card {
    padding: 20px;
    border-radius: 6px;
    font-size: 16px;
  }
  .vacancy-card__title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .vacancy-card__more {
    margin-top: 28px;
  }
  .vacancy-card__mobile {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 932px) {
  .vacancy {
    padding-top: 16px;
  }
  .vacancy__head {
    margin-bottom: 24px;
  }
  .vacancy__title {
    margin-bottom: 24px;
  }
  .vacancy__banner {
    margin-bottom: 36px;
  }
  .vacancy__banner img {
    min-height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .vacancy__group {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .vacancy__group-left {
    grid-column: span 1;
  }
  .vacancy__group-right {
    grid-column: span 1;
    padding-left: 0px;
  }
  .vacancy__subtitle {
    font-size: var(--h3-375);
  }
  .vacancy__desc-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .vacancy__list {
    max-width: 100%;
  }
  .vacancy-card {
    padding: 16px 48px 16px 16px;
  }
  .vacancy-card .btn-circle {
    --btn-bg: var(--element-second);
    --btn-bg-hover: var(--element-hover);
    fill: var(--base-color);
  }
  .vacancy-card:hover .btn-circle {
    --btn-bg: var(--button-default);
    --btn-bg-hover: var(--btn-hover);
    fill: var(--white);
  }
  .vacancy-card__title {
    font-size: 18px;
    line-height: 110%;
  }
  .vacancy-card__mobile {
    right: 16px;
    bottom: 16px;
    opacity: 1;
  }
}
.vacancyPage {
  --accent-color: var(--white);
  --custom-header-bg: #1B1C1F;
  background: #1B1C1F;
}

.vacancyDetail {
  position: relative;
}
.vacancyDetail__intro {
  background: #1B1C1F;
  padding-top: 36px;
  padding-bottom: 36px;
}
.vacancyDetail__intro-top {
  margin-bottom: 36px;
}
.vacancyDetail__intro-bottom {
  grid-template-columns: repeat(12, 1fr);
}
.vacancyDetail__intro-bottom__left {
  grid-column: span 9;
}
.vacancyDetail__intro-bottom__right {
  grid-column: span 3;
}
.vacancyDetail__intro-info {
  --base-color: #E8E8E8;
  color: var(--base-color);
  max-width: 976px;
}
.vacancyDetail__intro-title {
  margin-bottom: 24px;
}
.vacancyDetail__intro-salary {
  margin-bottom: 64px;
}
.vacancyDetail__intro-txt {
  --li-margin: 4px;
  color: #94949E;
  font-size: 16px;
  line-height: 138%;
}
.vacancyDetail__intro-txt ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.vacancyDetail-card {
  background: rgba(255, 255, 255, 0.95);
  color: var(--base-color);
  padding: 28px;
  border-radius: 10px;
  position: sticky;
  top: calc(48px + var(--height-content));
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vacancyDetail-card--black {
  background: #1B1C1F;
  color: #EBEBEB;
}
.vacancyDetail-card__list {
  font-size: 18px;
  line-height: normal;
  gap: 12px;
  margin-bottom: 24px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vacancyDetail-card__list a {
  -webkit-transition: 0s;
  transition: 0s;
}
.vacancyDetail-card__btn {
  text-align: center;
}
.vacancyDetail__content {
  grid-template-columns: repeat(12, 1fr);
  padding: 64px 0 112px;
}
.vacancyDetail__content-wrap {
  background: var(--white);
}
.vacancyDetail__content-left {
  grid-column: span 9;
  gap: 44px;
}
.vacancyDetail__content-right {
  grid-column: span 3;
  position: absolute;
  top: 112px;
  bottom: 0;
  width: 23.5%;
  right: var(--container-padding);
  padding-bottom: 112px;
}
.vacancyDetail__group {
  grid-template-columns: repeat(9, 1fr);
}
.vacancyDetail__group-left {
  grid-column: span 3;
}
.vacancyDetail__group-right {
  grid-column: span 6;
}
.vacancyDetail__txt {
  padding: 0 70px;
  font-size: 18px;
  --li-margin: 16px;
  color: #313135;
}
.vacancyDetail__mobile-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: var(--white);
  padding: 8px var(--container-padding);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vacancyDetail__mobile-btn.hidden {
  bottom: -100%;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1440px) {
  .vacancyDetail__intro {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .vacancyDetail__intro-top {
    margin-bottom: 28px;
  }
  .vacancyDetail__intro-info {
    max-width: 698px;
  }
  .vacancyDetail__intro-title {
    margin-bottom: 16px;
  }
  .vacancyDetail__intro-salary {
    margin-bottom: 52px;
  }
  .vacancyDetail__intro-txt {
    --li-margin: 8px;
  }
  .vacancyDetail-card {
    padding: 24px;
  }
  .vacancyDetail-card__list {
    font-size: 16px;
    gap: 8px;
    margin-bottom: 20px;
  }
  .vacancyDetail__content {
    padding: 52px 0 84px;
  }
  .vacancyDetail__content-left {
    gap: 36px;
  }
  .vacancyDetail__content-right {
    top: 48px;
    width: 23.5%;
    padding-bottom: 84px;
  }
  .vacancyDetail__group {
    grid-template-columns: repeat(9, 1fr);
  }
  .vacancyDetail__group-left {
    grid-column: span 3;
  }
  .vacancyDetail__group-right {
    grid-column: span 6;
  }
  .vacancyDetail__txt {
    padding: 0 32px;
    font-size: 16px;
    --li-margin: 12px;
  }
}
@media (max-width: 932px) {
  .vacancyDetail__intro {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .vacancyDetail__intro-top {
    margin-bottom: 24px;
  }
  .vacancyDetail__intro-info {
    max-width: 100%;
  }
  .vacancyDetail__intro-salary {
    margin-bottom: 36px;
  }
  .vacancyDetail__intro-txt {
    --li-margin: 4px;
  }
  .vacancyDetail__intro-txt ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .vacancyDetail__intro-bottom {
    grid-template-columns: 1fr;
  }
  .vacancyDetail__intro-bottom__left {
    grid-column: span 1;
  }
  .vacancyDetail__intro-bottom__right {
    display: none;
  }
  .vacancyDetail-card {
    background: var(--base-color);
    color: var(--white);
  }
  .vacancyDetail-card .btn {
    background: var(--white);
  }
  .vacancyDetail__content {
    padding: 36px 0 52px;
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .vacancyDetail__content-left {
    grid-column: span 1;
  }
  .vacancyDetail__content-right {
    position: initial;
    width: 100%;
    padding-bottom: 0px;
    grid-column: span 1;
  }
  .vacancyDetail__group {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .vacancyDetail__group-left {
    grid-column: span 1;
  }
  .vacancyDetail__group-right {
    grid-column: span 1;
  }
  .vacancyDetail__subtitle {
    font-size: var(--h3-375);
  }
  .vacancyDetail__txt {
    padding: 0px;
  }
}
.productOffcanvas {
  overflow-y: auto;
  --subtitle-margin: 16px;
}
.productOffcanvas::-webkit-scrollbar {
  display: none;
}
.productOffcanvas-top {
  position: sticky;
  top: 0;
  margin-bottom: -52px;
}
.productOffcanvas-head {
  padding: 32px 24px;
  grid-template-columns: 1fr 40px;
}
.productOffcanvas-head__title {
  font-size: 22px;
  line-height: 90%;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.productOffcanvas-galleryWrap {
  --slide-height: 646px;
  background: var(--card--bg);
  height: var(--slide-height);
}
.productOffcanvas-galleryWrap:hover .mainSection-btn {
  opacity: 1;
}
.productOffcanvas-galleryWrap .productOffcanvas-galleryNext, .productOffcanvas-galleryWrap .productOffcanvas-galleryPrev {
  top: 264px;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
}
.productOffcanvas-galleryCursor {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  font-size: 14px;
  line-height: 115%;
  grid-template-columns: 16px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0.95);
      -ms-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
  transition: opacity 0.15s, transform 0.15s, -webkit-transform 0.15s;
}
.productOffcanvas-galleryCursor.visible {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.productOffcanvas-galleryCursor--reverce {
  grid-template-columns: auto 16px;
}
.productOffcanvas-galleryCursor--reverce .productOffcanvas-galleryCursor__icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.productOffcanvas-galleryCursor--reverce .productOffcanvas-galleryCursor__txt {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.productOffcanvas-gallery__img {
  height: var(--slide-height);
  padding-top: 24px;
  text-align: center;
  cursor: none;
}
.productOffcanvas-gallery__img img {
  height: 428px;
  width: auto;
  mix-blend-mode: darken;
}
.productOffcanvas-galleryPrev {
  left: 40px;
}
.productOffcanvas-galleryNext {
  right: 40px;
}
.productOffcanvas-thumbsWrap {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.productOffcanvas-thumbs .swiper-slide-thumb-active .productOffcanvas-thumbs__img::before {
  opacity: 1;
}
.productOffcanvas-thumbs__img {
  height: 78px;
  padding-top: 8px;
  text-align: center;
}
.productOffcanvas-thumbs__img::before {
  border-color: var(--black);
  opacity: 0;
}
.productOffcanvas-thumbs__img img {
  height: 54px;
  mix-blend-mode: darken;
}
.productOffcanvas-sticker {
  right: initial;
  left: 24px;
  top: 24px;
}
.productOffcanvas-bottom {
  z-index: 3;
}
.productOffcanvas-bottom__content {
  padding: 24px;
  background: var(--white);
  border-radius: 24px 24px 0px 0px;
  gap: 32px;
}
.productOffcanvas-bottom__info {
  gap: 20px;
}
.productOffcanvas-colors__slider-slide {
  width: auto;
}
.productOffcanvas-colors__item {
  width: 40px;
  height: 40px;
  background: var(--element-second);
  border-radius: 50%;
}
.productOffcanvas-colors__item span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.productOffcanvas-colors__item span::before {
  border-color: transparent;
}
.productOffcanvas-colors__item--white span::before {
  border-color: var(--stroke-default);
}
.productOffcanvas__size .product-size__btn {
  width: 80px;
}
.productOffcanvas-pagination {
  display: none;
}
.productOffcanvas__mobile-info {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--stroke-default);
}
.productOffcanvas-close {
  z-index: 9;
  top: 32px;
  right: 24px;
}

@media (max-width: 1440px) {
  .productOffcanvas {
    --subtitle-margin: 12px;
  }
  .productOffcanvas-top {
    margin-bottom: -28px;
  }
  .productOffcanvas-head {
    padding: 24px 20px;
    grid-template-columns: 1fr 34px;
  }
  .productOffcanvas-head__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .productOffcanvas-galleryWrap {
    --slide-height: 498px;
  }
  .productOffcanvas-galleryWrap .productOffcanvas-galleryNext, .productOffcanvas-galleryWrap .productOffcanvas-galleryPrev {
    top: 174px;
  }
  .productOffcanvas-galleryCursor {
    grid-template-columns: 14px auto;
    font-size: 12px;
  }
  .productOffcanvas-galleryCursor--reverce {
    grid-template-columns: auto 14px;
  }
  .productOffcanvas-sticker {
    top: 20px;
    left: 20px;
  }
  .productOffcanvas-gallery__img {
    padding-top: 28px;
  }
  .productOffcanvas-gallery__img img {
    height: 326px;
  }
  .productOffcanvas-galleryPrev {
    left: 20px;
  }
  .productOffcanvas-galleryNext {
    right: 20px;
  }
  .productOffcanvas-thumbsWrap {
    bottom: 40px;
    width: 388px;
  }
  .productOffcanvas-thumbs__img {
    height: 56px;
    padding-top: 6px;
  }
  .productOffcanvas-thumbs__img img {
    height: 42px;
  }
  .productOffcanvas-bottom__content {
    padding: 20px;
    gap: 28px;
  }
  .productOffcanvas-bottom__info {
    gap: 12px;
  }
  .productOffcanvas__size .product-size__btn {
    width: 58px;
  }
  .productOffcanvas-colors__item {
    width: 34px;
    height: 34px;
  }
  .productOffcanvas-colors__item span {
    width: 22px;
    height: 22px;
  }
  .productOffcanvas-close {
    top: 24px;
    right: 20px;
  }
}
@media (max-width: 932px) {
  #productOffcanvas {
    --bs-offcanvas-height: calc(100vh - 12px);
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
  }
  .productOffcanvas {
    --swiper-pagination-bottom: 36px;
  }
  .productOffcanvas-top {
    margin-bottom: -20px;
  }
  .productOffcanvas-head {
    padding: 0;
  }
  .productOffcanvas-head__left {
    display: none;
  }
  .productOffcanvas-head__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .productOffcanvas-close {
    top: 14px;
    right: 14px;
    --btn-bg: var(--white);
  }
  .productOffcanvas-close--second-bg {
    --btn-bg: var(--element-second) ;
  }
  .productOffcanvas-galleryWrap {
    border-radius: 20px 20px 0px 0px;
    --slide-height: 408px;
    max-height: 100vh;
  }
  .productOffcanvas-galleryCursor {
    display: none;
  }
  .productOffcanvas-sticker {
    left: 14px;
    bottom: 32px;
    top: initial;
  }
  .productOffcanvas-gallery__img {
    padding-top: 48px;
    padding-bottom: 48px;
    max-height: 100vh;
  }
  .productOffcanvas-gallery__img img {
    height: 298px;
    max-height: 100%;
  }
  .productOffcanvas-thumbsWrap {
    display: none;
  }
  .productOffcanvas-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 36px;
  }
  .productOffcanvas-bottom__content {
    padding: 32px var(--container-padding);
  }
  .productOffcanvas-bottom__content::before {
    content: "";
    width: 134px;
    height: 5px;
    background: var(--stroke-default);
    border-radius: 32px;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.catalog {
  padding-top: 36px;
  padding-bottom: 112px;
}
.catalog--pt-0 {
  padding-top: 0 !important;
  position: relative;
}
.catalog:has(.catalog-banner) {
  padding-top: 0 !important;
  position: relative;
}
.catalog:has(.catalog-banner) .catalog__head {
  position: absolute;
  left: 0;
  right: 0;
  max-width: var(--container-width);
  padding: 0 var(--gutter-x);
  width: 100%;
  top: 160px;
  margin-left: auto;
  margin-right: auto;
}
.catalog__content {
  margin-left: calc(-1 * var(--container-padding));
  margin-right: calc(-1 * var(--container-padding));
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.catalog-auth {
  height: 100%;
  background: url(../img/general/birthday/catalog-banner-bg.jpg) center no-repeat;
  background-size: cover;
  color: var(--white);
}
.catalog-auth__title {
  font-size: 7.81vw;
  line-height: 80%;
  margin-bottom: 0.63vw;
  letter-spacing: -0.08em;
}
.catalog-auth__txt {
  font-size: 1.35vw;
  line-height: 106%;
  letter-spacing: -0.01em;
  text-align: center;
}
.catalog-discounts {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.catalog-discounts--bottom {
  position: sticky;
  bottom: 0;
  z-index: 149;
  border-radius: 50px;
  background: var(--white);
  padding: 8px;
  -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.08), 0px 2.6px 4.0625px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.08), 0px 2.6px 4.0625px rgba(0, 0, 0, 0.04);
  display: none;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
  margin-top: 36px;
}
.catalog-discounts--bottom.visible {
  display: block;
}
.catalog-discounts--bottom.animate {
  bottom: 72px;
}
.catalog-discounts__item {
  margin-right: 6px;
}
.catalog-discounts__item:last-child {
  margin: 0;
}
.catalog-discounts__label input {
  display: none;
}
.catalog-discounts__label input:checked + span {
  background: var(--card--bg);
  color: var(--black);
}
.catalog-discounts__label-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px 10px 10px;
  border-radius: 32px;
  color: #E3E3E3;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.catalog-discounts__label-content:hover {
  background: var(--element-second);
}
.catalog-discounts__label-img {
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.catalog-discounts__label-txt {
  font-size: 40px;
  line-height: 36px;
}
.catalog__head {
  margin-bottom: 20px;
}
.catalog__head--has-tab {
  position: relative;
  padding-bottom: 84px;
  margin-bottom: 36px;
}
.catalog__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;
  margin-bottom: 44px;
}
.catalog__result-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
}
.catalog__title {
  text-align: center;
}
.catalog__actions {
  margin-bottom: 24px;
}
.catalog__actions--sticky {
  position: sticky;
  z-index: 110;
  background: var(--white);
  top: calc(var(--height-scroll));
  padding-top: 12px;
  padding-bottom: 20px;
  margin-top: -12px;
  margin-bottom: 0;
  margin-left: calc(-1 * var(--container-padding));
  margin-right: calc(-1 * var(--container-padding));
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.catalog__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;
}
.catalog__actions-item--left, .catalog__actions-item--right {
  min-width: 160px;
}
.catalog-sizes__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-sizes__left {
  margin-right: 16px;
}
.catalog-sizes__left .back-btn {
  display: none;
}
.catalog-sizes__list-item {
  width: auto;
}
.catalog-sizes__label input {
  display: none;
}
.catalog-sizes__label input:checked + span::before {
  opacity: 1;
}
.catalog-sizes__label span {
  padding: 8px 18px 10px;
  background: var(--element-second);
  border-radius: 6px;
  display: block;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.catalog-sizes__label span::before {
  opacity: 0;
  border-color: var(--black);
}
.catalog-sizes__label span:hover {
  background: var(--element-hover);
}
.catalog__qty {
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: normal;
}
.catalog-list {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}
.catalog-list-wrapper {
  overflow: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}
.catalog-list__item {
  width: 25%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}
.catalog-list__item--image {
  width: 50%;
}
.catalog__img {
  height: 100%;
}
.catalog__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-banner {
  height: 474px;
  padding-top: 160px;
  margin-bottom: 52px;
  background-size: cover;
}
.catalog-banner__title {
  text-align: center;
}

#filter {
  --bs-offcanvas-width: 648px ;
}

.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: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  bottom: 0;
  z-index: 9;
  background: var(--white);
}
.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-top: 1px solid var(--stroke-element);
  padding: 28px 0;
}
.filter__group:last-child {
  border-bottom: 1px solid var(--stroke-element);
}
.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: 24px;
}
.filter__group-clear:not(.active) {
  display: none;
}
.filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter__title.active .filter-btn__qty {
  opacity: 1;
}
.filter-colors {
  margin-bottom: -26px;
  margin-right: -26px;
}
.filter-colors__item {
  margin-right: 26px;
  margin-bottom: 26px;
}
.filter-color input {
  display: none;
}
.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: 40px;
  height: 40px;
  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: var(--element-hover);
}
.filter-color__content span {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.filter-labels {
  margin-bottom: -8px;
  margin-right: -8px;
}
.filter-labels__item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.filter-label {
  display: block;
}
.filter-label input {
  display: none;
}
.filter-label 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-label .outline-border {
  display: block;
  padding: 9px 18px;
  background: var(--element-second);
  border-radius: 26px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.filter-label .outline-border:hover {
  background: var(--element-hover);
}
.filter__btn {
  width: 100%;
}

.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;
}

.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: 4px;
  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;
}

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

@media (max-width: 1440px) {
  .catalog {
    padding-top: 28px;
    padding-bottom: 84px;
  }
  .catalog:has(.catalog-banner) .catalog__head {
    top: 130px;
  }
  .catalog__qty {
    font-size: 12px;
  }
  .catalog__head {
    margin-bottom: 24px;
  }
  .catalog__head--has-tab {
    margin-bottom: 28px;
    padding-bottom: 68px;
  }
  .catalog__head-inner {
    margin-bottom: 32px;
  }
  .catalog-auth__title {
    font-size: 8.19vw;
    margin-bottom: 0.56vw;
  }
  .catalog-auth__txt {
    font-size: 1.39vw;
  }
  .catalog-discounts--bottom {
    padding: 6px;
  }
  .catalog-discounts--bottom.animate {
    bottom: 48px;
  }
  .catalog-discounts__item {
    margin-right: 4px;
  }
  .catalog-discounts__label-content {
    padding: 8px 16px 8px 8px;
  }
  .catalog-discounts__label-img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .catalog-discounts__label-txt {
    font-size: 32px;
    line-height: 1;
  }
  .catalog__actions {
    margin-bottom: 20px;
  }
  .catalog__actions--sticky {
    padding-bottom: 16px;
    padding-top: 8px;
    margin-bottom: 0;
    margin-top: -8px;
  }
  .catalog__actions-item--left, .catalog__actions-item--right {
    min-width: 140px;
  }
  .catalog-sizes__left {
    margin-right: 12px;
  }
  .catalog-sizes__label span {
    padding: 7px 16px 8px;
    border-radius: 4px;
  }
  .catalog-list {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: -6px;
  }
  .catalog-list__item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
  }
  .catalog-banner {
    height: 356px;
    padding-top: 130px;
    margin-bottom: 44px;
  }
  .catalog__result-title {
    margin-bottom: 8px;
  }
  .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__group {
    padding: 24px 0;
  }
  .filter__group-head {
    margin-bottom: 20px;
  }
  .filter-labels {
    margin-right: -6px;
    margin-bottom: -6px;
  }
  .filter-labels__item {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .filter-label span {
    padding: 7px 14px 8px;
  }
  .filter-colors {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .filter-colors__item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .filter-color__content {
    width: 34px;
    height: 34px;
  }
  .filter-color__content span {
    width: 26px;
    height: 26px;
    border-radius: 7px;
  }
  .filter__bottom {
    padding-top: 12px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .sorting-btn__icon {
    width: 14px;
    height: 14px;
    margin-left: 6px;
  }
  .sorting-dropdown--size {
    width: 188px;
  }
  #filter {
    --bs-offcanvas-width: 486px;
  }
}
@media (max-width: 932px) {
  .catalog {
    padding-top: 16px;
    padding-bottom: 52px;
    --banner-height: 420px;
  }
  .catalog:has(.catalog-banner) .catalog__head {
    top: 0px;
    padding-top: 80px;
    padding-bottom: 100px;
    height: var(--banner-height);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .catalog:has(.catalog-banner) .catalog__head--fixed .catalog__actions {
    margin-top: 64px;
  }
  .catalog:has(.catalog-banner) .catalog__title {
    margin: auto;
  }
  .catalog__head {
    margin-bottom: 24px;
    margin-bottom: 12px;
  }
  .catalog__head--has-tab {
    margin-bottom: 28px;
    padding-bottom: 48px;
  }
  .catalog__head--fixed {
    padding-top: 64px;
  }
  .catalog__head--fixed .catalog__head-inner {
    position: fixed;
    left: 0;
    top: 61px;
    width: 100%;
    z-index: 149;
    padding: 10px 0px 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-9%, #FFFFFF), color-stop(78.16%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFFFFF -9%, #FFFFFF 78.16%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 0;
    overflow: auto;
  }
  .catalog__head--fixed .catalog__head-item .btn-circle {
    margin-left: auto;
    margin-right: auto;
  }
  .catalog__head--fixed .catalog__head-item--qty {
    display: none;
  }
  .catalog__head--fixed .catalog__head-item--back {
    width: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(81.5%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 81.5%, rgba(255, 255, 255, 0) 100%);
    position: sticky;
    top: 10px;
    left: 0;
  }
  .catalog__head--fixed .catalog__head-item--tabs {
    width: calc(100% - 60px);
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .catalog__head--fixed .catalog__qty {
    display: none;
  }
  .catalog__head--fixed .catalog-discounts {
    position: initial;
    margin: 0;
  }
  .catalog-auth__title {
    font-size: 16vw;
    margin-bottom: 2.13vw;
  }
  .catalog-auth__txt {
    font-size: 3.2vw;
  }
  .catalog-discounts--bottom.visible {
    display: none;
  }
  .catalog-discounts__label-content {
    padding: 5px 10px 5px 5px;
  }
  .catalog-discounts__label-img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
  .catalog-discounts__label-txt {
    font-size: 22px;
  }
  .catalog__qty {
    font-size: 12px;
  }
  .catalog__actions {
    margin-bottom: 12px;
  }
  .catalog__actions--sticky {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 52px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .catalog__actions--sticky::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--white);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .catalog__actions--sticky .catalog__actions-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog__actions--top {
    padding-bottom: 0;
  }
  .catalog__actions--top .catalog-sizes__label span {
    padding-top: 6px;
    padding-bottom: 7px;
  }
  .catalog__actions--top .catalog-sizes__txt {
    display: none;
  }
  .catalog__actions--top .catalog-sizes__left .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__actions--down .catalog__actions-item--right, .catalog__actions--down .catalog__actions-item--left {
    opacity: 0;
    bottom: 16px;
  }
  .catalog__actions--up::before {
    bottom: -38px;
  }
  .catalog__actions--up .catalog__actions-item--right, .catalog__actions--up .catalog__actions-item--left {
    bottom: -24px;
  }
  .catalog__actions-item--center {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    background: var(--white);
    position: relative;
    z-index: 4;
  }
  .catalog__actions-item--left {
    width: 50%;
    min-width: initial;
    margin-top: 22px;
    -webkit-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
    position: absolute;
    bottom: -38px;
    left: 14px;
  }
  .catalog__actions-item--right {
    width: 50%;
    min-width: initial;
    margin-top: 22px;
    -webkit-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
    position: absolute;
    bottom: -38px;
    right: 14px;
  }
  .catalog-sizes {
    overflow: hidden;
    margin-right: -14px;
    padding-right: 14px;
  }
  .catalog-sizes__left {
    margin-right: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(81.5%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 81.5%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    z-index: 9;
    min-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -14px;
    padding-left: 14px;
    min-width: 60px;
  }
  .catalog-sizes__right {
    max-width: calc(100% - 67px);
  }
  .catalog-sizes__txt {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    min-width: 61px;
  }
  .catalog-sizes__list {
    overflow: initial;
  }
  .catalog-list-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .catalog-list {
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -2px;
  }
  .catalog-list__item {
    padding-left: 1px;
    padding-right: 1px;
    width: 50%;
    margin-bottom: 2px;
  }
  .catalog-list__item--image {
    width: 100%;
  }
  .catalog__head {
    width: 100%;
  }
  .catalog__title {
    width: 100%;
  }
  .catalog-banner {
    height: var(--banner-height);
    padding-top: 78px;
    padding-bottom: 78px;
    color: var(--white);
  }
  .catalog-banner .container {
    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;
  }
  .catalog-banner .catalog-banner__title {
    margin: auto;
    max-width: 248px;
    font-size: 32px;
    line-height: 76%;
  }
  .catalog-banner + .container .catalog__actions--sticky {
    margin-top: -38px;
  }
  .catalog__result-title {
    font-size: 12px;
    line-height: 14px;
  }
  .wrapper:has(.catalog__actions--sticky) {
    overflow-x: initial;
  }
  .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;
  }
  #filter .offcanvas__body {
    padding-bottom: 0;
  }
  .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: 1px solid var(--stroke-element);
  }
  .filter__bottom {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 20px;
    border-top: 1px solid var(--stroke-element);
    background: var(--white);
    position: sticky;
    bottom: 0;
  }
  .filter-btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .catalog__title {
    font-size: 8.53vw;
    margin-bottom: 0;
  }
  .catalog__head {
    margin-bottom: 7.47vw;
  }
  .catalog__head-inner {
    margin-bottom: 24px;
  }
}
.catalog-candy {
  z-index: 199;
  cursor: pointer;
  width: 235px;
}
.catalog-candy img {
  width: 100%;
}
.catalog-candy-bottomLeft {
  bottom: 0;
  left: 0;
}
.catalog-candy-bottomRight {
  bottom: 0;
  right: 0;
}
.catalog-candy-topLeft {
  top: 0;
  left: 0;
}
.catalog-candy-topRight {
  top: 0;
  right: 0;
}
.catalog-candy-topCenter {
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.catalog-candy__img-mobile {
  display: none;
}

.halloweenCollected {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
}
.halloweenCollected.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.halloweenCollected.show-num .halloweenCollected__txt {
  -webkit-transition: top 0.5s ease-in, opacity 0.5s ease-in;
  transition: top 0.5s ease-in, opacity 0.5s ease-in;
  top: -500%;
  opacity: 0;
  visibility: visible;
}
.halloweenCollected__img {
  position: relative;
  z-index: 3;
}
.halloweenCollected__txt {
  font-family: "Smooch", cursive;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  visibility: hidden;
}

@media (max-width: 1440px) {
  .catalog-candy {
    width: 180px;
  }
}
@media (max-width: 932px) {
  .catalog-candy {
    width: 123px;
  }
  .catalog-candy-mTopLeft {
    top: 0;
    left: 0;
    bottom: initial;
    right: initial;
  }
  .catalog-candy-mTopRight {
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
  }
  .catalog-candy-mBottomLeft {
    bottom: 0;
    left: 0;
    top: initial;
    right: initial;
  }
  .catalog-candy-mBottomRight {
    bottom: 0;
    right: 0;
    top: initial;
    left: initial;
  }
  .catalog-candy__img-desktop {
    display: none;
  }
  .catalog-candy__img-mobile {
    display: block;
  }
  .halloweenCollected__txt {
    font-size: 55px;
  }
}
._catalog .catalog-banner {
  margin-bottom: 0;
}
._catalog:has(._catalog__actions-top) ._catalog__back {
  top: 212px;
}
._catalog:has(._catalog__actions-top) ._catalog__back.up {
  top: 252px;
}
._catalog--no-banner ._catalog-types {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
._catalog__top--banner {
  position: sticky;
  top: 0;
}
._catalog__top--banner ._catalog__top-content {
  position: absolute;
  top: var(--height-content);
  bottom: 0;
  left: 0;
  width: 100%;
}
._catalog__top-content {
  padding-top: 36px;
}
._catalog__bottom {
  background: var(--white);
  position: relative;
  z-index: 149;
}
._catalog__bottom-actions {
  position: sticky;
  top: var(--height-scroll);
  z-index: 149;
}
._catalog__bottom-actions--top ._catalog-types {
  width: auto;
}
._catalog__bottom-actions--down ._catalog__actions-bottom {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
._catalog__bottom-actions--up ._catalog__actions-bottom {
  -webkit-transform: translateY(calc(0% - 30px));
      -ms-transform: translateY(calc(0% - 30px));
          transform: translateY(calc(0% - 30px));
}
._catalog__bottom-content {
  position: relative;
}
._catalog__actions {
  padding-bottom: 8px;
}
._catalog__actions-top {
  padding: 16px var(--container-padding) 12px;
  background: var(--white);
  position: relative;
  z-index: 9;
}
._catalog__actions-bottom {
  padding: 42px var(--container-padding) 12px;
  background: var(--white);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
._catalog__actions-group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._catalog-types__slider-slide {
  width: auto;
}
._catalog-buttons {
  pointer-events: none;
}
._catalog-buttons a {
  background: var(--white);
  position: sticky;
  z-index: 100;
}
._catalog__a-btn {
  position: fixed;
  z-index: 160;
  opacity: 0;
  background: var(--white);
  -webkit-transition: opacity 0s, top 0.2s ease-in-out;
  transition: opacity 0s, top 0.2s ease-in-out;
}
._catalog__a-btn.down, ._catalog__a-btn.up {
  opacity: 1;
}
._catalog__back {
  left: var(--container-padding);
  top: 158px;
}
._catalog__back.up {
  top: 198px;
}
._catalog__up {
  right: var(--container-padding);
  bottom: var(--container-padding);
  width: 60px;
  height: 60px;
  -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);
}

@media (max-width: 1440px) {
  ._catalog:has(._catalog__actions-top) ._catalog__back {
    top: 172px;
  }
  ._catalog:has(._catalog__actions-top) ._catalog__back.up {
    top: 204px;
  }
  ._catalog__top-content {
    padding-top: 28px;
  }
  ._catalog__actions {
    padding-bottom: 6px;
  }
  ._catalog__actions-top {
    padding-top: 12px;
    padding-bottom: 8px;
  }
  ._catalog__actions-bottom {
    padding-top: 36px;
    padding-bottom: 10px;
  }
  ._catalog__back {
    top: 112px;
  }
  ._catalog__back.up {
    top: 144px;
  }
  ._catalog__up {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 932px) {
  ._catalog {
    --banner-height: 370px;
  }
  ._catalog:has(._catalog__actions-top) ._catalog__back {
    top: 128px;
  }
  ._catalog:has(._catalog__actions-top) ._catalog__back.up {
    top: 160px;
  }
  ._catalog--has-banner ._catalog__top {
    color: var(--white);
  }
  ._catalog--has-banner ._catalog__top-content {
    padding-bottom: 16px;
  }
  ._catalog--has-banner ._catalog__top-content .container {
    height: 100%;
  }
  ._catalog--has-banner ._catalog__top .catalog__head {
    margin-bottom: 0;
    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;
    margin-top: -34px;
    padding-top: 34px;
  }
  ._catalog--has-banner ._catalog__top .catalog__head-inner {
    margin-bottom: 0;
  }
  ._catalog--has-banner ._catalog__top .catalog__title {
    margin: auto;
  }
  ._catalog--no-banner .catalog__head {
    margin-bottom: 8px;
  }
  ._catalog__top-content {
    padding-top: 16px;
  }
  ._catalog__bottom {
    padding-bottom: 60px;
  }
  ._catalog__bottom-actions {
    top: calc(var(--height-scroll) - 4px);
  }
  ._catalog__bottom-actions--up ._catalog__actions-bottom {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  ._catalog__actions {
    padding-bottom: 0;
  }
  ._catalog__actions-top {
    padding-bottom: 8px;
  }
  ._catalog__actions-bottom {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  ._catalog-types__slider {
    margin-right: calc(-1 * var(--container-padding));
    padding-right: var(--container-padding);
  }
  ._catalog__back {
    top: 76px;
  }
  ._catalog__back.up {
    top: 110px;
  }
  ._catalog__up {
    width: 34px;
    height: 34px;
  }
  .wrapper:has(._catalog) {
    overflow-x: initial;
  }
}
.favoritePage {
  padding-top: 36px;
  padding-bottom: 118px;
  overflow: hidden;
}
.favoritePage-back {
  margin-bottom: 44px;
}
.favoritePage-content {
  margin-bottom: 112px;
}
.favoritePage-content__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.favoritePage-content__col {
  width: 50%;
}
.favoritePage-content__info {
  max-width: 342px;
}
.favoritePage-content__title {
  margin-bottom: 20px;
}
.favoritePage-content__txt {
  font-size: 20px;
  line-height: 130%;
}
.favoritePage-content__img {
  text-align: right;
  margin-right: 96px;
}
.favoritePage-content__img img {
  -webkit-transform: rotate(-8.59deg);
      -ms-transform: rotate(-8.59deg);
          transform: rotate(-8.59deg);
}

@media (max-width: 1440px) {
  .favoritePage {
    padding-top: 28px;
    padding-bottom: 100px;
  }
  .favoritePage-back {
    margin-bottom: 32px;
  }
  .favoritePage-content {
    margin-bottom: 84px;
  }
  .favoritePage-content__img {
    margin-right: 66px;
  }
  .favoritePage-content__img img {
    max-width: 296px;
  }
  .favoritePage-content__title {
    margin-bottom: 16px;
  }
  .favoritePage-content__txt {
    font-size: 18px;
    line-height: 130%;
  }
  .favoritePage-content__txt img {
    width: 20px;
  }
}
@media (max-width: 932px) {
  .favoritePage {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .favoritePage-back {
    display: none;
  }
  .favoritePage-content {
    margin-bottom: 52px;
  }
  .favoritePage-content__col {
    width: 100%;
  }
  .favoritePage-content__img {
    text-align: center;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .favoritePage-content__img img {
    max-width: 180px;
  }
  .favoritePage-content__info {
    max-width: 246px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .favoritePage-content__title {
    font-size: 22px;
    line-height: 90%;
    margin-bottom: 12px;
  }
  .favoritePage-content__txt {
    font-size: 15px;
    line-height: 140%;
  }
}
.nullPage {
  background: var(--card--bg);
  padding-top: 115px;
  padding-bottom: 145px;
}
.nullPage-content {
  position: relative;
}
.nullPage-content__info {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nullPage-content__info-img {
  text-align: center;
  margin-bottom: 60px;
}
.nullPage-content__info-title {
  margin-bottom: 20px;
}
.nullPage-content__info-txt {
  margin-bottom: 24px;
}
.nullPage-content__info-btn {
  margin-left: auto;
  margin-right: auto;
  padding: 15px 52px;
}
.nullPage-content__decor-item {
  position: absolute;
}
.nullPage-content__decor-item--left {
  left: 190px;
  bottom: 160px;
}
.nullPage-content__decor-item--right {
  right: 80px;
  top: 40px;
}

body:has(.nullPage) {
  background: var(--card--bg);
}

body:has(.nullPage) .header:not(.opened) .header__bg {
  background: var(--card--bg);
}

@media (max-width: 1440px) {
  .nullPage {
    padding-top: 70px;
    padding-bottom: 140px;
  }
  .nullPage-content__info-img {
    margin-bottom: 56px;
  }
  .nullPage-content__info-img img {
    max-width: 585px;
  }
  .nullPage-content__info-title {
    margin-bottom: 16px;
  }
  .nullPage-content__info-txt {
    margin-bottom: 20px;
  }
  .nullPage-content__info-btn {
    padding: 12px 48px 11px;
  }
  .nullPage-content__decor-item--left {
    left: 132px;
    bottom: 128px;
  }
  .nullPage-content__decor-item--left img {
    max-width: 156px;
  }
  .nullPage-content__decor-item--right {
    top: 20px;
    right: 70px;
  }
  .nullPage-content__decor-item--right img {
    max-width: 228px;
  }
}
@media (max-width: 1180px) {
  .nullPage-content__decor-item--left {
    left: 0;
  }
  .nullPage-content__decor-item--right {
    right: 0;
  }
}
@media (max-width: 932px) {
  .nullPage {
    padding: 0;
  }
  .nullPage-content {
    padding-top: 150px;
    padding-bottom: 170px;
  }
  .nullPage-content__decor-item--left {
    left: 10px;
    bottom: 60px;
  }
  .nullPage-content__decor-item--left img {
    max-width: 80px;
  }
  .nullPage-content__decor-item--right {
    -webkit-transform: rotate(-5.83deg);
        -ms-transform: rotate(-5.83deg);
            transform: rotate(-5.83deg);
    right: -6px;
    top: 42px;
  }
  .nullPage-content__decor-item--right img {
    max-width: 136px;
  }
  .nullPage-content__info-img {
    margin-bottom: 32px;
  }
  .nullPage-content__info-img img {
    max-width: 284px;
  }
  .nullPage-content__info-title {
    font-size: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
  }
  .nullPage-content__info-btn {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.certificate {
  --cert-color: #D9D9D9;
  --cert-bg: #F8F8F8;
  --text-color: #000000;
  --before-bg: rgba(255, 255, 255, 0.32);
  position: relative;
}
.certificate__gradient {
  left: -9999px;
  max-width: 0;
  max-height: 0;
}
.certificate *.hidden {
  display: none;
}
.certificate-theme-dark {
  --text-color: #E4E4E4;
  --before-bg: #ffffff;
}
.certificate-img {
  color: var(--text-color);
}
.certificate-img__logo {
  fill: var(--text-color);
}
.certificate__actions {
  position: fixed;
  left: 0;
  top: 154px;
  z-index: 9;
  width: 100%;
  pointer-events: none;
  -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;
  -webkit-transform: translateY(var(--notification-height));
      -ms-transform: translateY(var(--notification-height));
          transform: translateY(var(--notification-height));
}
.certificate__actions-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificate__actions-btn {
  pointer-events: initial;
  --btn-bg-hover: var(--element-hover);
}
.certificate__actions-btn svg {
  width: 16px;
  height: 16px;
}
.certificate__actions-btn[data-step="1"] {
  opacity: 0;
  pointer-events: none;
}
.certificate__inner {
  position: relative;
}
.certificate__first-step {
  padding: 76px 0 100px;
  overflow: hidden;
  margin: 0 -30px;
}
.certificate__second-step {
  padding: 76px 0 100px;
  min-height: calc(100vh - 124px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificate__step:not(.active) {
  display: none;
}
.certificate__step-mobile-img {
  display: none;
}
.certificate__head {
  width: 606px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 100%;
}
.certificate__head-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificate__head-step-current {
  font-size: 14px;
}
.certificate-design__colors {
  margin-bottom: 32px;
}
.certificate-design__btn {
  margin: 42px auto 0;
  width: 606px;
  max-width: 100%;
}
.certificate-design__slider {
  min-height: 555px;
  position: relative;
}
.certificate-design__mobile {
  display: none;
}
.certificate-colors__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.certificate-colors__list-item {
  margin-right: 8px;
}
.certificate-colors__list-item:last-child {
  margin: 0;
}
.certificate-colors__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.certificate-colors__btn.selected {
  border: 1px solid var(--black);
}
.certificate-slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.certificate-slider__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 9;
}
.certificate-slider__prev {
  left: 0;
  cursor: url(../img/general/c-prev.svg), auto;
}
.certificate-slider__next {
  right: 0;
  cursor: url(../img/general/c-next.svg), auto;
}
.certificate-slider__img {
  max-width: 606px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.certificate-slider__img img {
  width: 100%;
}
.certificate-slider__img svg {
  width: 100%;
  height: auto;
}
.certificate-form {
  width: 1410px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.certificate-form__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificate-form__col {
  width: 600px;
  max-width: 100%;
}
.certificate-form__center {
  margin-left: auto;
  margin-right: auto;
}
.certificate-form__progress {
  font-size: 14px;
}
.certificate-images {
  position: relative;
}
.certificate-images__decor {
  width: 654px;
  height: 555px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
.certificate-images__decor::before, .certificate-images__decor::after {
  content: "";
  width: 36px;
  position: absolute;
  top: -16px;
  bottom: -16px;
  border: 1px solid var(--black);
  pointer-events: none;
}
.certificate-images__decor::before {
  left: 4px;
  border-right-color: transparent;
}
.certificate-images__decor::after {
  right: 4px;
  border-left-color: transparent;
}
.certificate-images__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.certificate-images__list-wrapper {
  margin-left: -4px;
  margin-right: -4px;
}
.certificate-images__list-item {
  width: 234px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.certificate-images__list-item:not(.certificate-images__list-item--active) {
  --cert-color: #D9D9D9 !important;
  --cert-bg: #F8F8F8 !important;
}
.certificate-images__list-item--active {
  width: 654px;
  position: relative;
}
.certificate-images__item {
  text-align: center;
  height: 100%;
}
.certificate-images__item svg {
  width: 100%;
  height: auto;
  max-width: 606px;
}
.certificate-images__item svg, .certificate-images__item path {
  -webkit-transition: 0s;
  transition: 0s;
}
.certificate-mobileSlider {
  --cert-color: #E6E6E6;
  --cert-bg: #F8F8F8;
}
.certificate-mobileSlider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 82px;
  height: 75px;
  margin-right: 6px;
  border-radius: 4px;
}
.certificate-mobileSlider__item::before {
  border-color: var(--black);
  opacity: 0;
}
.certificate-mobileSlider__item.active {
  padding: 6px;
}
.certificate-mobileSlider__item.active::before {
  opacity: 1;
}
.certificate-mobileSlider__item svg {
  width: 100%;
  height: 100%;
}
.certificate-mobileSlider__slide {
  max-width: 82px;
  height: initial;
}
.certificate-mobileSlider__slide.swiper-slide-active .certificate-images__item svg, .certificate-mobileSlider__slide.swiper-slide-active .certificate-images__item img {
  max-width: 68px;
  height: 64px;
}
.certificate-mobileSlider__slide.swiper-slide-active .certificate-images__item::before {
  opacity: 1;
  border-radius: 4px;
}
.certificate-mobileSlider .certificate-images__item {
  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;
}
.certificate__mobile-img {
  height: 100svh;
  background: var(--cert-bg);
}
.certificate__mobile-img__item {
  padding: calc(10px + var(--notification-height)) 10px 14px;
  background: var(--cert-bg);
  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;
  height: calc(100svh - 300px);
  min-height: 360px;
  overflow: auto;
}
.certificate__mobile-img__item.fh {
  height: 100svh;
  padding: 0;
}
.certificate__mobile-img__item.fh svg {
  height: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.certificate__mobile-img__item svg {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 4px 8.7px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 8.7px 4px rgba(0, 0, 0, 0.07);
  max-width: 394px;
  max-height: 100%;
}

.cert-color {
  fill: var(--cert-color);
}

.cert-bg {
  fill: var(--cert-bg);
}

#certCalendarM {
  max-width: 322px;
  margin: auto;
}

.time-slider {
  width: 298px;
  margin: 54px auto 0;
  position: relative;
}
.time-slider::before {
  content: "";
  width: 92px;
  height: 142px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--black);
  border-radius: 62px;
}
.time-slider__slide {
  font-size: 24px;
  text-align: center;
  -webkit-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
}
.time-slider__slide.swiper-slide-active {
  font-size: 50px;
}
.time-slider__item {
  height: 142px;
  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;
}
.time-slider__txt {
  text-align: center;
  margin-top: 28px;
}

@media (max-width: 1440px) {
  .certificate__actions {
    top: 134px;
    margin-bottom: -34px;
  }
  .certificate__actions-btn svg {
    width: 14px;
    height: 14px;
  }
  .certificate__first-step {
    padding-top: 64px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .certificate__second-step {
    padding-top: 64px;
  }
  .certificate__head {
    width: 456px;
    margin-bottom: 32px;
  }
  .certificate-design__slider {
    min-height: 418px;
  }
  .certificate-design__btn {
    margin-top: 36px;
    width: 456px;
  }
  .certificate-colors__list-item {
    margin-right: 6px;
  }
  .certificate-colors__btn {
    width: 42px;
    height: 42px;
  }
  .certificate-colors__btn img {
    width: 26px;
    height: 26px;
  }
  .certificate-images__decor {
    width: 492px;
    height: 417px;
  }
  .certificate-images__list-wrapper {
    margin-left: 3px;
    margin-right: -3px;
  }
  .certificate-images__list-item {
    padding-left: 3px;
    padding-right: 3px;
    width: 176px;
  }
  .certificate-images__list-item--active {
    width: 492px;
  }
  .certificate-images__list-item--active::before, .certificate-images__list-item--active::after {
    top: -12px;
    bottom: -12px;
  }
  .certificate-images__list-item--active::before {
    left: 3px;
  }
  .certificate-images__list-item--active::after {
    right: 3px;
  }
  .certificate-images__item svg {
    max-width: 456px;
  }
}
@media (max-width: 932px) {
  body:has(.certificate-form) {
    padding-top: 0;
  }
  body:has(.certificate-form) .header {
    display: none;
  }
  body:has(.certificate-form) .footer {
    display: none;
  }
  .certificate {
    --fast-price-bg: #FFFFFF;
    --input-stroke: #2B2B2B;
  }
  .certificate-theme-dark {
    --fast-price-bg: #F6F6F6;
    --input-stroke: #E2E1E7;
  }
  .certificate .container {
    padding-left: 0;
    padding-right: 0;
  }
  .certificate-design__slider {
    display: none;
  }
  .certificate-design__mobile {
    margin-bottom: 20px;
    height: 75px;
  }
  .certificate-design__btn {
    margin-top: 0;
    width: 100%;
  }
  .certificate-design__mobile {
    display: block;
  }
  .certificate-design__colors {
    margin-bottom: 8px;
  }
  .certificate-design__controls {
    padding: 12px 14px;
    margin-left: -14px;
    margin-right: -14px;
    position: sticky;
    bottom: 0;
    z-index: 9;
    background: var(--white);
  }
  .certificate-images__item::before {
    opacity: 0;
    border-color: var(--black);
  }
  .certificate-colors__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
  }
  .certificate-colors__btn {
    width: 44px;
    height: 44px;
  }
  .certificate-colors__btn img {
    width: 28px;
    height: 28px;
  }
  .certificate__first-step {
    padding: 0;
  }
  .certificate__second-step {
    padding: 0;
    min-height: initial;
  }
  .certificate__head {
    margin-bottom: 28px;
    width: 100%;
  }
  .certificate__head-title {
    font-size: 20px;
  }
  .certificate__head-title br {
    display: none;
  }
  .certificate__step-content {
    padding: 28px 14px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--white);
    border-radius: 10px 10px 0 0;
  }
  .certificate__step-mobile-img {
    display: block;
  }
  .certificate__actions {
    top: 0;
    padding: 20px 14px;
    z-index: 9;
  }
}
@media (max-width: 480px) {
  .certificate__step-content {
    max-height: calc(100svh - 350px);
    overflow: auto;
  }
}
.certificate-form__price.error .certificate-form__price-title {
  color: var(--error);
}
.certificate-form__price-title {
  margin-bottom: 4px;
}
.certificate-form__price-input {
  height: 101px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid var(--black);
  background: transparent;
}
.certificate-form__price-input::-webkit-input-placeholder {
  color: var(--stroke-element);
}
.certificate-form__price-input::-moz-placeholder {
  color: var(--stroke-element);
}
.certificate-form__price-input:-ms-input-placeholder {
  color: var(--stroke-element);
}
.certificate-form__price-input::-ms-input-placeholder {
  color: var(--stroke-element);
}
.certificate-form__price-input::placeholder {
  color: var(--stroke-element);
}
.certificate-form__price-fast {
  margin-top: 24px;
}
.certificate-form__head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificate-form__head-txt {
  margin-top: 20px;
}
.certificate-form__btn {
  width: 100%;
}

@media (max-width: 1440px) {
  .certificate-form__price-input {
    height: 77px;
  }
  .certificate-form__price-fast {
    margin-top: 20px;
  }
}
@media (max-width: 932px) {
  .certificate-form__price.error .certificate-form__price-title {
    color: #D43705;
  }
  .certificate-form__price-title {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 16px;
  }
  .certificate-form__price-input {
    height: 62px;
    padding-left: 6px;
    padding-right: 2px;
    width: 234px;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
    text-align: center;
  }
  .certificate-form__price-input::-webkit-input-placeholder {
    color: rgba(7, 7, 7, 0.08);
  }
  .certificate-form__price-input::-moz-placeholder {
    color: rgba(7, 7, 7, 0.08);
  }
  .certificate-form__price-input:-ms-input-placeholder {
    color: rgba(7, 7, 7, 0.08);
  }
  .certificate-form__price-input::-ms-input-placeholder {
    color: rgba(7, 7, 7, 0.08);
  }
  .certificate-form__price-input::placeholder {
    color: rgba(7, 7, 7, 0.08);
  }
  .certificate-form__price-fast {
    margin-top: 28px;
  }
}
.certificate-form__head-title {
  max-width: 458px;
}
.certificate-form__step {
  min-height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.certificate-form__step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificate-form__step-head {
  margin-bottom: 32px;
}
.certificate-form__step-body {
  margin-bottom: 32px;
}
.certificate-form__step-body--center {
  margin: auto;
}
.certificate-form__step-name {
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificate-form__step-foot {
  margin-top: auto;
}
.certificate-form__step-img {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding-top: 24px;
  padding-bottom: 32px;
  margin-bottom: 24px;
}
.certificate-form__step-img__txt {
  margin-top: 24px;
}
.certificate-form__step-payment__title {
  margin-bottom: 20px;
}
.certificate-form__step-payment__list {
  margin-bottom: 28px;
}
.certificate-form__step-payment__foot-item {
  margin-bottom: 16px;
}
.certificate-form__step-payment__foot-item:last-child {
  margin-bottom: 0;
}
.certificate-form__step-payment__txt {
  font-size: 14px;
  line-height: 18px;
  color: var(--grey-4);
}
.certificate-form__step-payment__txt a {
  text-decoration: underline;
}
.certificate-form__step-payment__txt a:hover {
  text-decoration: none;
}
.certificate-form__fast-label {
  font-size: 18px;
  line-height: 90%;
  letter-spacing: -0.04em;
  display: block;
}
.certificate-form__fast-label input {
  display: none;
}
.certificate-form__fast-label input:checked + span::before {
  opacity: 1;
}
.certificate-form__fast-label span {
  display: block;
  padding: 14px 20px;
  background: var(--element-second);
  border-radius: 30px;
}
.certificate-form__fast-label span::before {
  opacity: 0;
  border-color: var(--black);
}
.certificate-form__subtitle {
  margin-bottom: 0;
}
.certificate-form__radios-item {
  margin-right: 32px;
}
.certificate-form__radios-item:last-child {
  margin: 0;
}
.certificate-form__col-email {
  display: none;
}
.certificate-form__col-email.visible {
  display: block;
}
.certificate-form__hidden-date {
  display: none;
  margin-top: 20px;
}
.certificate-form__hidden-date.visible {
  display: block;
}
.certificate-form__hidden-date .order-form__row-wrapper {
  margin-bottom: 0;
}
.certificate-form__mDate-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
}
.certificate-form__mDate-link::before {
  border-color: var(--black);
  border-radius: 4px 4px 0 0;
}
.certificate-form__mDate-link:first-child {
  width: calc(50% - 1px);
}
.certificate-form__mDate-link:last-child {
  margin-left: -1px;
  width: calc(50% + 2px);
}
.certificate-form__mDate-link.selected::before {
  border-bottom-color: transparent;
}
.certificate-form__mDate-link__icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.certificate-form__mDate-body::before {
  border-radius: 0 0 4px 4px;
  border-color: var(--black);
  border-top-color: transparent;
}
.certificate-form__mDate-item {
  min-height: 290px;
  padding: 10px 12px;
  overflow: hidden;
}
.certificate-form .form-phone:has(.error) {
  border-color: var(--error);
}
.certificate-form .form-phone:has(.error) .form-item__label {
  color: var(--error);
  top: 50%;
  visibility: visible;
  font-size: 17px;
  padding: 0;
  border-radius: 0;
}

@media (max-width: 1440px) {
  .certificate-form {
    width: 1150px;
  }
  .certificate-form__col {
    width: 504px;
  }
  .certificate-form__center {
    width: 600px;
  }
  .certificate-form__progress {
    font-size: 12px;
  }
  .certificate-form__step-head {
    margin-bottom: 28px;
  }
  .certificate-form__head-txt {
    margin-top: 16px;
  }
  .certificate-form__step-name {
    margin-bottom: 12px;
  }
  .certificate-form__step-img {
    padding-top: 20px;
    padding-bottom: 28px;
    margin-bottom: 20px;
  }
  .certificate-form__step-img__txt {
    margin-top: 20px;
  }
  .certificate-form__fast-label span {
    font-size: 16px;
    padding: 13px 16px;
  }
  .certificate-form__radios-item {
    margin-right: 28px;
  }
  .certificate-form .form-phone:has(.error) .form-item__label {
    font-size: 15px;
  }
}
@media (max-width: 932px) {
  .certificate {
    --input-stroke: #2B2B2B;
    --black-stroke: #2B2B2B;
    --label-color: #1B1B1D;
    --label-color-error: #FFFFFF;
    --label-bg-error: #D43705;
    --label-backdrop: blur(5px);
    --label-bg: rgba(245, 245, 245, 0.36);
  }
  .certificate-theme-dark {
    --input-stroke: #E2E1E7;
    --label-color: #BCB8C4;
    --label-bg-error: #FFFFFF;
    --label-color-error: #DE4819;
    --label-backdrop: initial;
    --label-bg: #FFFFFF;
  }
  .certificate-theme-dark .certificate-form .switch-btn__content {
    background: #F0F0F0;
  }
  .certificate-theme-dark .certificate-form .switch-btn__content::before {
    border-color: transparent;
  }
  .certificate-form .air-datepicker {
    --adp-nav-height: 44px;
  }
  .certificate-form .air-datepicker--navigation {
    max-width: 100%;
  }
  .certificate-form .air-datepicker-cell {
    height: 38px;
  }
  .certificate-form .air-datepicker-body--day-names {
    margin-bottom: 0;
  }
  .certificate-form .air-datepicker-body--day-name {
    height: 32px;
  }
  .certificate-form .air-datepicker-body--cells.-days- {
    row-gap: 0px;
  }
  .certificate-form .order-form__col {
    width: 100%;
  }
  .certificate-form .form-input {
    background: transparent;
    border-color: var(--input-stroke);
  }
  .certificate-form .form-input::-webkit-input-placeholder {
    color: var(--input-stroke);
  }
  .certificate-form .form-input::-moz-placeholder {
    color: var(--input-stroke);
  }
  .certificate-form .form-input:-ms-input-placeholder {
    color: var(--input-stroke);
  }
  .certificate-form .form-input::-ms-input-placeholder {
    color: var(--input-stroke);
  }
  .certificate-form .form-input::placeholder {
    color: var(--input-stroke);
  }
  .certificate-form .form-phone {
    border-color: var(--input-stroke);
  }
  .certificate-form .form-phone__btn {
    border-color: rgba(0, 0, 0, 0.16);
  }
  .certificate-form .form-item__label, .certificate-form .form-item__txt {
    color: var(--label-color);
  }
  .certificate-form .form-checkbox__icon {
    border-color: var(--label-color);
  }
  .certificate-form .form-item__group.filled .form-item__label {
    border-radius: 25px;
    background: var(--label-bg);
    -webkit-backdrop-filter: var(--label-backdrop);
            backdrop-filter: var(--label-backdrop);
  }
  .certificate-form .form-item__group.error .form-item__label {
    border-radius: 25px;
    background: var(--label-bg-error);
    color: var(--label-color-error);
    -webkit-backdrop-filter: var(--label-backdrop);
            backdrop-filter: var(--label-backdrop);
  }
  .certificate-form .form-item__group.error .form-input {
    border-color: #D43705;
  }
  .certificate-form .switch-btn:hover .switch-btn__content {
    background: transparent;
  }
  .certificate-form .switch-btn__content {
    background: transparent;
  }
  .certificate-form .switch-btn__content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid var(--black-stroke);
    border-radius: inherit;
  }
  .certificate-form .form-phone:has(.error) .form-item__label {
    background: none;
    color: #D43705;
  }
  .certificate-form__inner {
    position: relative;
    z-index: 3;
  }
  .certificate-form__left {
    display: none;
  }
  .certificate-form__right {
    width: 100%;
    position: relative;
  }
  .certificate-form__filling {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: calc(74px + var(--notification-height));
    -webkit-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .certificate-form__inner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 24px 14px 28px;
    border-radius: 20px 20px 0 0;
  }
  .certificate-form__inner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: var(--before-bg);
    -webkit-backdrop-filter: blur(35px);
            backdrop-filter: blur(35px);
  }
  .certificate-form__fast-label span {
    padding: 10px 12px;
    background: var(--fast-price-bg);
  }
  .certificate-form__step-body {
    margin-bottom: 20px;
  }
  .certificate-form__payment {
    padding: calc(74px + var(--notification-height)) 14px;
    -webkit-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
  }
}
.certificate-img__picture svg {
  max-width: 100%;
}
.certificate-img__inner {
  position: relative;
}
.certificate-img__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 44px 36px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.certificate-img__content-group {
  margin: auto;
  width: 100%;
  max-width: 424px;
  text-align: center;
}
.certificate-img__content-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.certificate-img__content-foot__col {
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.certificate-img__content-foot.full {
  border-top: 1px solid var(--text-color);
}
.certificate-img__content-text {
  margin-top: 36px;
  min-height: 108px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.certificate-img__content-text.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificate-img__picture svg {
  width: 100%;
  height: auto;
}
.certificate-img__logo {
  width: 53px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
}
.certificate-img__info.visible {
  display: block;
}
.certificate-img__info-whom {
  display: none;
}
.certificate-img__info-price {
  display: none;
}
.certificate-img__info-name {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 2px;
}
.certificate-img__info-value {
  font-size: 26px;
  line-height: normal;
  text-transform: uppercase;
  word-break: break-word;
}
.certificate-img__name {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-word;
}
.certificate-img__txt {
  font-size: 20px;
  line-height: normal;
  text-align: center;
  width: 100%;
  word-break: break-word;
}
.certificate-img__promocode {
  padding: 16px 20px;
  border-radius: 4px;
  background: var(--cert-bg);
  fill: var(--text-color);
  margin-top: 6px;
}
.certificate-img__promocode-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificate-img__promocode-inner--col-3 > * {
  width: 33.3333333333%;
}
.certificate-img__promocode-inner--col-3 > *:nth-child(2) {
  text-align: center;
}
.certificate-img__promocode-txt {
  font-size: 18px;
}
.certificate-img__promocode-value {
  font-weight: bold;
  font-size: 25px;
  line-height: normal;
}
.certificate-img__promocode-copy {
  margin-left: auto;
  width: 16px;
  height: 16px;
}

@media (max-width: 1440px) {
  .certificate-img__picture svg {
    max-width: 100%;
  }
  .certificate-img__content {
    padding: 38px 30px 34px;
  }
  .certificate-img__content-text {
    min-height: 88px;
    margin-top: 36px;
  }
  .certificate-img__content-foot {
    padding-top: 24px;
  }
  .certificate-img__content-group {
    max-width: 356px;
  }
  .certificate-img__logo {
    width: 45px;
    height: 64px;
  }
  .certificate-img__name {
    font-size: 30px;
  }
  .certificate-img__txt {
    font-size: 17px;
  }
  .certificate-img__info-name {
    font-size: 14px;
  }
  .certificate-img__info-value {
    font-size: 21px;
  }
}
@media (max-width: 932px) {
  .certificate-img__content {
    padding: 26px 20px 22px;
  }
  .certificate-img__content-text {
    min-height: 60px;
    margin-top: 20px;
  }
  .certificate-img__content-group {
    max-width: 246px;
  }
  .certificate-img__content-foot {
    padding-top: 16px;
  }
  .certificate-img__logo {
    width: 31px;
    height: 44px;
  }
  .certificate-img__name {
    font-size: 22px;
  }
  .certificate-img__txt {
    font-size: 12px;
  }
  .certificate-img__info-name {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .certificate-img__info-value {
    font-size: 15px;
  }
  .certificate-img__promocode-txt {
    font-size: 16px;
  }
  .certificate-img__promocode-value {
    font-size: 18px;
  }
}
.certificate-form__step-img__txt.certificate-form__step-txt p {
  margin-bottom: 8px;
}

@media (max-width: 932px) {
  .certificate-form__step-img__txt.certificate-form__step-txt p {
    margin-bottom: 4px;
  }
}