@charset "UTF-8";

@-webkit-keyframes disableBreakpointAnimation {

  0%,
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes disableBreakpointAnimation {

  0%,
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@font-face {
  font-family: "Cygre";
  src: url("./fonts/Cygre/Cygre-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

body,
html {
  margin: 0;
  padding: 0;
}

a,
body {
  color: #53565a;
}

body {
  font-size: 15px;
  line-height: 1.75;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-family: "Cygre", "Arial", sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #53565a;
}

a {
  text-decoration: none;
}

a,
button {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  box-shadow: inset 0 0 0 1000px #fff;
  -webkit-text-fill-color: #000;
}

input,
select,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

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

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

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

input:matches([type="email"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="url"]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 40px;
}

.main-page--main {
  padding-top: 0;
}

.new-collection~.main-page {
  padding-top: 88px;
}

.new-collection~.main-page--main {
  padding-top: 28px;
}

.wrapper {
  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;
  min-height: 100vh;
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper--no-scrollbar {
  height: 100vh;
  height: calc(100 * var(--vh, 1vh));
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.wrapper--no-scrollbar::-webkit-scrollbar {
  display: none;
}

.wrapper .footer,
.wrapper .header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.visually-hidden {
  position: absolute;
  top: 1px;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.rouble {
  font-family: "Rouble", "Arial", sans-serif;
  text-transform: lowercase !important;
  font-weight: 400 !important;
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.input-radio label {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  padding: 0 0 0 20px;
  position: relative;
  display: block;
  cursor: pointer;
}

.input-radio label::before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #000;
  padding: 2.1px;
  background-clip: content-box;
}

.input-radio input:checked+label::before {
  background-color: #000;
}

.input-radio input:checked~.input-info {
  display: block;
}

.input-radio input:disabled+label,
.input-radio input:disabled~.payment-info__text {
  opacity: 0.5;
  cursor: default;
}

.input-radio input:disabled+label::before {
  opacity: 0.2;
  background-color: #000;
  padding: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

@-webkit-keyframes percent {

  0%,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes percent {

  0%,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details,
main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

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

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

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper,
.swiper-wrapper {
  position: relative;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

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

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

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

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

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

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
}

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

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

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

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

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

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

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

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

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

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

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
}

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

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

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

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

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

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

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

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

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

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

.custom-select__text br,
.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

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

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

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

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

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

.swiper-cards,
.swiper-cube,
.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.custom-select__button a,
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

.swiper-cards .swiper-slide,
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

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

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

[data-tabs="parent"].no-transition-global [data-tabs="content"],
[data-tabs="parent"].no-transition-global [data-tabs="control"],
[data-tabs="parent"].no-transition-global [data-tabs="element"],
[data-tabs="parent"].no-transition>[data-tabs="content"],
[data-tabs="parent"].no-transition>[data-tabs="control"],
[data-tabs="parent"].no-transition>[data-tabs="element"] {
  -webkit-transition: none;
  transition: none;
}

[data-tabs="parent"] [data-tabs="content"] {
  position: relative;
}

[data-tabs="content"] {
  overflow: hidden;
}

[data-tabs="element"] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease ease-in, visibility 0.3s ease ease-in;
  transition: opacity 0.3s ease ease-in, visibility 0.3s ease ease-in;
}

[data-tabs="element"].is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

[data-accordion="element"].is-active>[data-accordion="content"] {
  max-height: 100%;
}

[data-accordion="parent"].no-transition [data-accordion="content"] {
  -webkit-transition: none;
  transition: none;
}

[data-accordion="content"] {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.button {
  outline: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 29px;
  color: #fff;
  background-color: #000;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  border: 1px solid transparent;
}

.button--transparent {
  border-color: #53565a;
  color: #53565a;
  background-color: transparent;
}

.button.is-disabled {
  background-color: #9e9e9e;
  cursor: default;
}

.hover-animation {
  overflow: hidden;
  position: relative;
  display: block;
}

.hover-animation__text {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.hover-animation__text-hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.custom-select {
  position: relative;
  width: 200px;
  padding: 30px 0;
}

.custom-select__label,
.custom-select__placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: border 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease;
}

.custom-select__button:hover {
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: #333;
}

.custom-select__button:focus {
  border: 2px solid rgba(0, 0, 0, 0.8);
}

.custom-select__list {
  position: absolute;
  left: -8px;
  bottom: 32px;
  z-index: 1;
  width: 100%;
  max-height: 100px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  background-color: #fff;
  border: 2px solid #000;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease;
  transition: visibility 0.3s ease;
}

.custom-select__item {
  padding: 5px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-select__item a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-select__item[aria-selected="true"] {
  background-color: #b2b2b2;
}

.custom-select__error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #b22222;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.custom-select__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}

.custom-select__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 20px;
  width: 20px;
  margin: 0 -4px 0 4px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-select.open-up .custom-select__list {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(calc(-100% + 30px));
  transform: translateY(calc(-100% + 30px));
}

.custom-select.is-open .custom-select__list {
  visibility: visible;
  opacity: 1;
  min-width: 100%;
}

.custom-select.is-open .custom-select__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select.is-open .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__text {
  opacity: 1;
}

.custom-select.not-empty .custom-select__label,
.custom-select.not-empty .custom-select__placeholder {
  opacity: 0;
}

.custom-select.is-invalid .custom-select__error {
  opacity: 1;
}

.custom-select.is-invalid .custom-select__button {
  border: 2px solid #b22222;
}

.custom-select.is-invalid .custom-select__button:focus,
.custom-select.is-invalid .custom-select__button:hover {
  border: 2px solid rgba(178, 34, 34, 0.5);
}

.custom-select.is-valid .custom-select__button {
  border: 2px solid #22b259;
}

.custom-select.is-valid .custom-select__button:focus,
.custom-select.is-valid .custom-select__button:hover {
  border: 2px solid rgba(34, 178, 89, 0.5);
}

.custom-select--placeholder .custom-select__label,
.custom-select.slide-up.is-open .custom-select__label,
.custom-select.slide-up.not-empty .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select--placeholder.is-open .custom-select__label,
.custom-select--placeholder.not-empty .custom-select__label,
.custom-select.slide-up.is-open .custom-select__text,
.custom-select.slide-up.not-empty .custom-select__text {
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  pointer-events: initial;
}

.header--main {
  pointer-events: none;
  background-color: transparent;
}

.header__toggle,
.header__wrap-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__toggle {
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
  margin-left: -8px;
  padding: 8px;
}

.header__toggle--main {
  display: none;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}

.header--main .header__logo {
  padding: 16px 12px 16px 0;
}

.header__logo {
  pointer-events: initial;
  height: 100%;
}

.header__logo svg {
  display: block;
}

.new-collection~.header {
  top: 28px;
}

.header-menu,
.header-menu__btn,
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu {
  margin-right: -8px;
  pointer-events: initial;
  min-width: 237px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}

.header-menu__btn {
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  position: relative;
  margin-left: 4px;
  min-height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 8px;
  color: #000;
}

.header-menu__btn span {
  font-size: 8px;
  line-height: 1.75;
  font-weight: 400;
  display: block;
  position: absolute;
  pointer-events: none;
  top: 19.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-menu__btn--basket {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header-nav {
  padding: 20px 0 0;
  width: auto;
  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;
  max-width: 174px;
  pointer-events: auto;
  overflow: auto;
  max-height: calc(100vh - 110px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header-nav::-webkit-scrollbar {
  display: none;
}

.header-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-nav__list:not(:first-child) {
  margin-top: 18px;
}

.header-nav__animated {
  margin-left: 4px;
  opacity: 0;
  -webkit-animation: percent 1s infinite ease-in;
  animation: percent 1s infinite ease-in;
}

.header-nav__inner-wrap {
  max-height: 0;
  margin-left: 10px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.header-nav__inner-wrap.active {
  max-height: 100%;
}

.header-nav__inner-list {
  margin: 0;
  list-style-type: none;
  padding: 12px 0 0;
}

.header-nav__item {
  overflow: hidden;
  margin: 6px 0;
}

.header-nav__item:first-child {
  margin-top: 0;
}

.header-nav__item:last-child {
  margin-bottom: 0;
}

.header-nav__link {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
}

.header-nav__link.current {
  border-bottom: 1px solid #000;
  cursor: default;
}

.change-version--popup {
  display: none;
  position: absolute;
  top: 8px;
  right: 24px;
}

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

.change-version__item {
  position: relative;
  margin-left: 4px;
}

.change-version__item:hover .change-version__container {
  pointer-events: inherit;
}

.change-version__container {
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  max-height: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.change-version__link,
.change-version__list-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.change-version__list-hidden {
  margin: 0;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.change-version__link {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
  opacity: 0.5;
}

.change-version__link:not(:first-child) {
  margin-top: 6px;
}

.change-version__link.is-current {
  opacity: 1;
}

.change-version__btn {
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  min-height: 50px;
  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;
  padding: 12px 8px;
  color: #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header-sort {
  margin: 0 auto;
}

.header-sort__container {
  position: relative;
  width: auto;
}

.header-sort__select {
  padding: 0;
  width: auto;
}

.header-sort .custom-select__list {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  bottom: 0;
}

.header-sort .custom-select.is-valid .custom-select__button {
  border: 0;
}

.header-sort .custom-select__button {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  border: 0;
  color: #000;
}

.header-sort .custom-select__text {
  width: auto;
}

.header-sort .custom-select__list {
  padding: 20px 16px 16px;
  border: 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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
}

.header-sort .custom-select__item {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header-sort .custom-select__item:focus,
.header-sort .custom-select__item:hover,
.header-sort .custom-select__item[aria-selected="true"]:focus,
.header-sort .custom-select__item[aria-selected="true"]:hover {
  background-color: transparent;
}

.header-sort .custom-select__item:not(:first-child) {
  margin-top: 4px;
}

.header-sort .custom-select__item[aria-selected="true"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  background-color: transparent;
}

.header-sort~.header-menu {
  margin-left: 0;
}

.catalog-sort {
  display: none;
  position: relative;
  z-index: 5;
}

.catalog-sort__select {
  padding: 0;
  width: auto;
}

.catalog-sort .custom-select__list {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  bottom: 0;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}

.catalog-sort .custom-select.is-valid .custom-select__button {
  border: 0;
}

.catalog-sort .custom-select__button {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  border: 0;
  padding: 4px 0;
  height: 25px;
  color: #000;
}

.catalog-sort .custom-select__text {
  width: auto;
}

.catalog-sort .custom-select__list {
  padding: 20px 16px 16px;
  border: 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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
}

.catalog-sort .custom-select__item {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.catalog-sort .custom-select__item:focus,
.catalog-sort .custom-select__item:hover,
.catalog-sort .custom-select__item[aria-selected="true"]:focus,
.catalog-sort .custom-select__item[aria-selected="true"]:hover {
  background-color: transparent;
}

.catalog-sort .custom-select__item:not(:first-child) {
  margin-top: 4px;
}

.catalog-sort .custom-select__item[aria-selected="true"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  background-color: transparent;
}

.new-collection {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 0 3px;
  text-transform: uppercase;
  background-color: #000;
}

.new-collection svg {
  margin: 0 0 2px 10px;
}

.new-collection__container,
.new-collection__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.new-collection__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new-collection__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.new-collection__item {
  padding: 0 150px;
  white-space: nowrap;
  color: #fff;
}

.main-promo {
  position: relative;
}

.main-promo--logo .main-promo__text {
  display: none;
}

.main-promo__container,
.main-promo__list {
  padding: 0;
  display: -ms-grid;
  display: grid;
}

.main-promo__list {
  margin: 0;
  list-style-type: none;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.main-promo__item--full {
  grid-column: 1/-1;
}

.main-promo__link,
.main-promo__link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-promo__link {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #e6e6e6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px;
}

.main-promo__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.main-promo__link-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 100px;
  padding: 20px 0;
}

.main-promo__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.main-promo__img,
.main-promo__video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-promo__text-container {
  z-index: 2;
}

.main-promo__text {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.new-collection~main .main-promo__link {
  height: calc(100vh - 28px);
}

.write-about__container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.write-about__title {
  margin: 0;
  font-size: 36px;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
}

.write-about__list {
  padding: 0;
  list-style-type: none;
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.write-about__item {
  margin: 0 50px;
}

.social {
  padding: 0;
  list-style-type: none;
  margin: 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social__item:not(:last-child) {
  margin-right: 16px;
}

.social__link {
  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: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  color: #000;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
}

.social__link svg {
  display: block;
}

.catalog__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
}

.catalog-item {
  position: relative;
  /* background-color: #e6e6e6; */
  background-color: #fff;
}

.catalog-item--full {
  background-color: #fff;
  grid-column: 1/-1;
}

.catalog-item__favorite,
.catalog-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-item__favorite {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  z-index: 1;
  right: 16px;
  top: 16px;
  color: transparent;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease;
  position: absolute;
}

.catalog-item__favorite.active {
  color: #000;
}

.catalog-item__link {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.catalog-item__sale {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 20px;
  pointer-events: none;
  z-index: 1;
}

.catalog-item__img-block {
  position: relative;
  width: 100%;
  padding-top: 150.35%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.11, 0.7, 0.2, 0.8);
  transition: transform 1s cubic-bezier(0.11, 0.7, 0.2, 0.8);
  transition: transform 1s cubic-bezier(0.11, 0.7, 0.2, 0.8), -webkit-transform 1s cubic-bezier(0.11, 0.7, 0.2, 0.8);
}

.catalog-item__img-block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.catalog-item__stylist {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.catalog-item__bottom,
.catalog-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-item__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 12px 0 0;
  padding: 12px 16px;
}

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

.catalog-item__link-title {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.catalog-item__title {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  text-transform: uppercase;
  font-weight: 700;
  color: #a6bbc8;
}

.catalog-item__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-item__price {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #53565a;
}

.catalog-item__old-price {
  margin: 1px 0 0 8px;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.product-card__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  max-width: 1440px;
  grid-gap: 32px;
}

.product-card__wrapper {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  grid-column: 2/12;
}

.product-card__wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card__container-img {
  position: relative;
  margin-top: -770px;
  padding-top: 40px;
  background-color: #e6e6e6;
  height: auto;
  display: block;
}

.product-card__block-img {
  width: 100%;
  min-height: 430px;
  max-height: 730px;
  height: calc(100vh - 140px);
  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;
  overflow: hidden;
}

.product-card__block-img:not(:first-child) {
  border-top: 1px solid #fff;
}

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

.product-card__left-container {
  width: calc(50% - 16px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-card__left-container .swiper-pagination {
  display: none;
}

.product-card__left-sticky {
  padding-top: 40px;
  top: 60px;
  position: sticky;
  z-index: 2;
  height: 770px;
  padding-bottom: calc(100vh - 770px - 20px);
}

.product-card__left-sticky::after,
.product-card__left-sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  z-index: 1;
  background-color: #fff;
}

.product-card__left-sticky::after {
  top: 100%;
  height: calc(100vh - 770px - 60px);
}

.product-card__sale {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 400;
  z-index: 1;
  margin-left: 28px;
  margin-top: 28px;
  display: inline-block;
}

.product-card__info {
  position: relative;
  margin-left: 32px;
}

.product-card__text {
  padding-top: 100px;
  max-width: calc(50% - 16px);
  z-index: 2;
  position: relative;
}

.new-collection~.main-page .product-card__left-sticky {
  top: 0px;
  padding-bottom: calc(100vh - 770px - 48px);
}

.new-collection~.main-page .product-card__left-sticky::after {
  height: calc(100vh - 770px - 47px);
}

.promo-banner__container {
  margin: 60px auto;
  padding: 60px 0;
}

.promo-banner__title {
  font-size: 96px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}

.full-video:not(:first-child) {
  margin-top: 40px;
}

.full-video__container {
  padding: 0;
}

.full-video__video {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #000;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 600px;
  max-height: 928px;
}

.full-video__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.accordion-product {
  margin-top: 36px;
}

.accordion-product__element.is-active .accordion-product__icon--plus {
  opacity: 0;
}

.accordion-product__element.is-active .accordion-product__icon--minus {
  opacity: 1;
}

.accordion-product__btn {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #53565a;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-product__icon-block {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

.accordion-product__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.accordion-product__icon--minus {
  opacity: 0;
}

.accordion-product__wrapper {
  padding: 2px 0 16px;
}

.accordion-product__wrapper p {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.accordion-product__wrapper a {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.accordion-product__wrapper table {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
}

.accordion-product__wrapper table td {
  padding-right: 16px;
}

.accordion-product__wrapper table td.not-available,
.recommended-products__control.swiper-button-disabled {
  opacity: 0.3;
}

.accordion-product__wrapper table td:last-child {
  text-align: right;
}

.recommended-products {
  position: relative;
  z-index: 2;
}

.recommended-products__container {
  max-width: 1208px;
  padding-top: 50px;
}

.recommended-products__title-block {
  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;
}

.recommended-products__title {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.recommended-products__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -11px;
}

.recommended-products__control {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
  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;
  height: 30px;
  width: 30px;
}

.recommended-products__control--prev {
  margin-right: 4px;
}

.recommended-products__control--prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.recommended-products__swiper-container {
  margin-top: 28px;
  overflow: hidden;
}

.recommended-products__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommended-products__item {
  width: calc(25% - 24px);
}

.recommended-products__link {
  position: relative;
  display: block;
}

.recommended-products__badge {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
  pointer-events: none;
}

.recommended-products__img-block {
  position: relative;
  width: 100%;
  padding-top: 132%;
  background-color: #e6e6e6;
}

.recommended-products__img-block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.recommended-products__info {
  margin-top: 12px;
}

.recommended-products__heading {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.recommended-products__heading,
.recommended-products__price {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}

.popup-size-table {
  height: 100%;
  width: 322px;
}

.popup-size-table__container {
  padding: 100px 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.popup-size-table__title {
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
  font-weight: 400;
  text-align: center;
}

.popup-size-table__table {
  margin-top: 56px;
  border-collapse: collapse;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-size-table__table td {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  padding: 4px 0;
}

.popup-size-table__table td:not(:first-child) {
  text-align: center;
}

.popup-size-table__text {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 50px 0 0;
}

.popup-admission {
  width: 322px;
}

.popup-admission__container {
  padding: 137px 32px 20px;
}

.popup-admission__form {
  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;
  width: 100%;
}

.popup-admission__form.is-success .popup-admission__order {
  display: none;
}

.popup-admission__form.is-success .popup-admission__success {
  display: block;
}

.popup-admission__btn-block .button,
.popup-admission__order {
  width: 100%;
}

.popup-admission__title {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.popup-admission__table {
  margin: 36px auto 0 0;
  border-collapse: collapse;
}

.popup-admission__table td {
  padding: 4px 20px 4px 0;
}

.popup-admission__field {
  width: 100%;
  margin-top: 26px;
}

.popup-admission__btn-block {
  width: 100%;
  margin-top: 32px;
}

.popup-admission__success,
.product-card-info__form.is-success .product-card-info__btn-basket {
  display: none;
}

.popup-admission__text {
  margin: 40px 0 0;
}

.popup-admission__privacy-policy {
  margin: 8px 0 0;
}

.personal-area__container {
  max-width: 1440px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 32px;
}

.personal-area__left {
  position: relative;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  padding: 30px 0 0;
}

.personal-area__sticky {
  position: sticky;
  top: 124px;
}

.personal-area__user-icon-social {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
}

.personal-area__user-icon-social img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.personal-area__user-full-name {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  color: #fff;
  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;
  background-color: #000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.personal-area__user-info {
  margin: 7px 0 0;
}

.personal-area__user-name {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.personal-area__right {
  padding: 30px 0 0;
  grid-column: 5/-1;
}

.personal-area__element {
  width: 100%;
  min-height: calc(100vh - 300px);
}

.personal-area__btn-back {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  display: inline-block;
  margin-top: 12px;
  color: #9e9e9e;
}

.personal-area__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal-area__item:not(:first-child) {
  margin-left: 20px;
}

.personal-area__control {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
  display: block;
}

.personal-area__control.is-active {
  cursor: default;
}

.personal-area__element {
  padding-top: 32px;
}

.content-container ul li,
.personal-area__wrapper {
  position: relative;
}

.personal-area__line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100px;
  background-color: #000;
}

.favorites {
  padding-right: 235px;
}

.favorites__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

.favorites__btn-favorites {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 4px;
  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: 24px;
  height: 24px;
  z-index: 1;
  color: transparent;
}

.favorites__btn-favorites.active {
  color: #000;
}

.favorites__link {
  overflow: hidden;
  position: relative;
  display: block;
}

.favorites__img-block {
  position: relative;
  width: 100%;
  padding-top: 137.9%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.11, 0.7, 0.2, 0.8);
  transition: transform 1s cubic-bezier(0.11, 0.7, 0.2, 0.8);
  transition: transform 1s cubic-bezier(0.11, 0.7, 0.2, 0.8), -webkit-transform 1s cubic-bezier(0.11, 0.7, 0.2, 0.8);
  background-color: #e6e6e6;
}

.favorites__img-block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.favorites__info {
  margin: 12px 0 0;
}

.favorites__name {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.personal-data__form {
  max-width: 438px;
}

.personal-data__fieldset {
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px 32px;
}

.personal-data__filed {
  padding: 0 8px;
  width: 100%;
}

.personal-data__filed:not(:last-child) {
  margin-bottom: 24px;
}

.personal-data__filed--small {
  width: calc(50%);
}

.personal-data__btn-popup {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  margin: 4px 0 0;
  color: #000;
}

.product-card-info {
  padding-top: 40px;
  position: sticky;
  top: 60px;
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-card-info__title {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #a6bbc8;
}

.product-card-info__form.is-success .btn-basket-success {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-card-info__descr {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  padding: 0 118px 0 0;
  margin: 8px 0 36px;
}

.product-card-info__accordion {
  padding-right: 86px;
}

.product-card-info__fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-card-info__fieldset:not(:first-child) {
  margin-top: 12px;
}

.product-card-info__color-block {
  margin: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.product-card-info__color-block label {
  position: relative;
  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;
  cursor: pointer;
  padding: 4px;
}

.product-card-info__color-block label span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-clip: content-box;
  padding: 1px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.product-card-info__color-block input[type="radio"]:checked+label span {
  border-color: #000;
}

.product-card-info__color-block input[type="radio"]:disabled+label span {
  opacity: 0.2;
  cursor: default;
}

.product-card-info__color-block label i {
  display: none;
    position: absolute;
    top: 16px;
    left: 3px;
    font-style: normal;
    white-space: nowrap;
  font-size: 14px;
}

.product-card-info__color-block input[type=radio]:checked+label i {
  display: block;
}

.product-card-info__size-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -6px;
  min-width: 132px;
  padding: 0;
}

.product-card-info__size-block label {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  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;
  cursor: pointer;
  padding: 6px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-card-info__size-block label span {
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.product-card-info__size-block input[type="radio"]:checked+label span {
  border-color: #000;
}

.product-card-info__size-block input[type="radio"]:disabled+label span {
  opacity: 0.2;
  cursor: default;
}

.product-card-info__btn-gid-size {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-card-info__price-block {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card-info__old-price,
.product-card-info__price {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
}

.product-card-info__old-price {
  margin-left: 12px;
  text-decoration: line-through;
  opacity: 0.3;
}

.product-card-info__btn-block {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card-info__btn-basket.btn-basket-success {
  display: none;
}

.product-card-info__favorite {
  padding: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  min-height: 50px;
  width: 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;
  border: 1px solid #53565a;
  margin-left: 12px;
  color: transparent;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.product-card-info__favorite svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.product-card-info__favorite.active {
  color: #000;
}

.product-card-info__text {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 100px 0 0;
  position: relative;
  z-index: 2;
}

.product-card-info__status {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  margin: 8px 0 0;
}

.new-collection~.main-page .product-card-info {
  top: 88px;
}

.my-orders {
  max-width: 521px;
}

.my-orders__block:not(:first-child) {
  margin: 80px 0 0;
}

.my-orders__title {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.my-orders__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.my-orders__list:not(:first-child) {
  margin: 12px 0 0;
}

.my-orders__item {
  border: 1px solid #e6e6e6;
  padding: 13px;
}

.my-orders__item:not(:first-child) {
  margin-top: 40px;
}

.my-orders__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-orders__order {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.my-orders__time {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  margin-top: 6px;
}

.my-orders__summ {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.my-orders__medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.my-orders__list-order {
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  margin: 20px 0 0;
}

.my-orders__item-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-orders__item-order:not(:first-child) {
  margin-top: 8px;
}

.my-orders__item-order.is-hidden {
  display: none;
}

.my-orders__item-order-link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  font: inherit;
}

.my-orders__item-order-count,
.my-orders__item-order-summ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
}

.my-orders__item-order-count {
  min-width: 40px;
}

.my-orders__item-order-summ {
  width: 84px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.my-orders__show-more {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 8px 0 0 auto;
}

.my-orders__bottom {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #e6e6e6;
  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;
}

.my-orders__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.my-orders__staus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11px;
}

.my-orders__delivery {
  margin: 4px 0 0;
}

.my-orders__delivery-time {
  margin: 0;
}

.my-orders__delivery-time,
.my-orders__mark,
.my-orders__text {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
}

.my-orders__text {
  margin: 0;
}

.my-orders__mark {
  margin: 0 0 0 10px;
  padding: 2px 4px;
  background-color: #e6e6e6;
}

.my-orders__table {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  border-collapse: collapse;
  margin: 10px 0 0;
}

.my-orders__table td {
  padding: 2px 8px 2px 0;
}

.my-orders__table td:not(:first-child) {
  padding-left: 8px;
}

.basket,
.basket__container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.basket__container {
  max-width: 1440px;
  margin: 0 auto;
}

.basket__form {
  padding: 30px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 32px;
  margin: 0 auto;
}

.basket__title {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0 0 30px;
  grid-column: 3/-1;
}

.basket__product {
  -ms-grid-column: 3;
  -ms-grid-column-span: 7;
  grid-column: 3/10;
  padding-right: 48px;
}

.basket__sticky-block {
  grid-column: 10/-1;
}

.field-block {
  position: relative;
  width: 100%;
}

.field-block.is-invalid input,
.field-checkbox.is-invalid label::before {
  border-color: #8d0000;
}

.field-block input,
.field-block label {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}

.field-block__input-block {
  position: relative;
  margin: 4px 0 0;
}

.field-block__input-block.active .field-block__eye-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4073_34310)'%3E%3Cpath d='M1.89562 8.2906C1.79731 8.18131 1.71253 8.08331 1.64226 8C1.71253 7.91669 1.79731 7.81869 1.89562 7.7094C2.22105 7.34765 2.69168 6.86573 3.2717 6.38495C4.44594 5.41164 5.99978 4.5 7.66667 4.5C9.33355 4.5 10.8874 5.41164 12.0616 6.38495C12.6417 6.86573 13.1123 7.34765 13.4377 7.7094C13.536 7.81868 13.6208 7.91669 13.6911 8C13.6208 8.08331 13.536 8.18132 13.4377 8.2906C13.1123 8.65235 12.6417 9.13427 12.0616 9.61505C10.8874 10.5884 9.33355 11.5 7.66667 11.5C5.99978 11.5 4.44594 10.5884 3.2717 9.61505C2.69168 9.13427 2.22105 8.65235 1.89562 8.2906Z' stroke='black'/%3E%3Cpath d='M3.3418 10L2.00012 11.7764' stroke='black'/%3E%3Cpath d='M3.3418 10L2.00012 11.7764' stroke='black'/%3E%3Cpath d='M5.2998 11L4.2998 13' stroke='black'/%3E%3Cpath d='M10.7002 13L9.7002 11' stroke='black'/%3E%3Cpath d='M7.5 13.7998L7.5 11.5637' stroke='black'/%3E%3Cpath d='M11.6602 10L13.0018 11.7764' stroke='black'/%3E%3C/g%3E%3Cpath d='M4 6C4 6 4.8595 5.29227 5.5 5C6.23244 4.66578 6.69491 4.5 7.5 4.5C8.30509 4.5 8.76756 4.66578 9.5 5C10.1405 5.29227 11 6 11 6' stroke='black'/%3E%3Cdefs%3E%3CclipPath id='clip0_4073_34310'%3E%3Crect width='14' height='6' fill='white' transform='translate(1 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.field-block input {
  outline: 0;
  width: 100%;
  display: block;
  padding: 6px 8px;
  height: 42px;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.basket-promo__input:focus::-webkit-input-placeholder,
.field-block input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.basket-promo__input:focus::-moz-placeholder,
.field-block input:focus::-moz-placeholder {
  opacity: 0;
}

.basket-promo__input:focus:-ms-input-placeholder,
.basket-promo__input:focus::-ms-input-placeholder,
.field-block input:focus:-ms-input-placeholder,
.field-block input:focus::-ms-input-placeholder {
  opacity: 0;
}

.basket-promo__input:focus::placeholder,
.field-block input:focus::placeholder {
  opacity: 0;
}

.field-block textarea {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  display: block;
  outline: 0;
  width: 100%;
  padding: 8px;
  border: 1px solid #000;
  min-height: 98px;
  resize: none;
}

.basket-empty,
.field-block__eye-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;
}

.field-block__eye-btn {
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.89562 8.2906C1.79731 8.18131 1.71253 8.08331 1.64226 8C1.71253 7.91669 1.79731 7.81869 1.89562 7.7094C2.22105 7.34765 2.69168 6.86573 3.2717 6.38495C4.44594 5.41164 5.99978 4.5 7.66667 4.5C9.33355 4.5 10.8874 5.41164 12.0616 6.38495C12.6417 6.86573 13.1123 7.34765 13.4377 7.7094C13.536 7.81868 13.6208 7.91669 13.6911 8C13.6208 8.08331 13.536 8.18132 13.4377 8.2906C13.1123 8.65235 12.6417 9.13427 12.0616 9.61505C10.8874 10.5884 9.33355 11.5 7.66667 11.5C5.99978 11.5 4.44594 10.5884 3.2717 9.61505C2.69168 9.13427 2.22105 8.65235 1.89562 8.2906Z' stroke='black'/%3E%3Ccircle cx='7.6665' cy='8' r='2' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 0;
}

.basket-empty {
  -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;
  padding: 40px 0;
}

.basket-empty__text {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.basket-empty__link {
  min-width: 202px;
  margin-top: 32px;
}

.basket-product:not(:first-child) {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #e6e6e6;
}

.basket-product__title {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.basket-product__list {
  padding: 0;
  list-style-type: none;
  margin: 28px 0 0;
}

.basket-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  /*gap: 48px;*/
  grid-template-columns: 1fr 3fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket-product__item:not(:first-child) {
  margin: 40px 0 0;
}

.basket-product__link {
  position: relative;
  display: block;
  width: 138px;
  height: 200px;
}

.basket-product__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.basket-product__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket-product__info {
  width: 50.5%;
}

.basket-product__link-title {
  display: inline-block;
}

.basket-product__subtitle {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.basket-product__text {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.basket-product__price-block,
.content-container figcaption {
  margin: 8px 0 0;
}

.basket-product__price,
.basket-product__price-old {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}

.basket-product__price-old {
  opacity: 0.5;
  text-decoration: line-through;
}

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

.basket-product__count,
.basket-product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket-product__input {
  width: 40px;
  height: 27px;
  outline: 0;
  border: 0;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  padding: 0;
  text-align: center;
}

.basket-product__btn,
.basket-product__remove {
  padding: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  color: #000;
}

.basket-product__btn {
  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;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #e6e6e6;
}

.basket-product__remove {
  background-color: transparent;
  margin: 12px 0 0;
}

.basket-product__total {
  width: 18%;
  min-width: 80px;
}

.basket-product__summ {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
  text-align: right;
}

.basket-order {
  position: sticky;
  top: 96px;
}

.basket-order__title {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.basket-order__container {
  width: 100%;
  padding: 20px;
  border: 1px solid #000;
}

.basket-order__container:not(:first-child) {
  margin-top: 30px;
}

.order-product:not(:first-child) {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #e6e6e6;
}

.order-product__title {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.order-product__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.order-product__list:not(:first-child) {
  margin: 12px 0 0;
}

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

.order-price:not(:first-child),
.order-product__item:not(:first-child) {
  margin: 20px 0 0;
}

.order-product__link {
  position: relative;
  display: block;
  width: 55px;
  height: 80px;
  background-color: #e6e6e6;
  min-width: 55px;
}

.order-product__link img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.order-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order-product__subtitle-link {
  display: block;
  margin: 0 0 auto;
}

.order-product__subtitle {
  text-transform: uppercase;
}

.order-product__color,
.order-product__size,
.order-product__subtitle,
.payment-info__text-info p {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.order-product__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.order-product__count,
.order-product__price {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.order-product__count {
  margin: 0 0 0 8px;
}

.order-price__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.order-price__list:not(:first-child) {
  margin: 8px 0 0;
}

.order-price__item,
.order-price__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-price__item {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}

.order-price__total {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  margin: 8px 0 0;
}

.order-price__btn {
  width: 100%;
  margin: 20px 0 0;
}

.basket-promo {
  position: relative;
  margin: 22px 0 0;
  padding: 0 0 25px;
}

.basket-promo__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-promo__input {
  font: inherit;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 6px 12px;
  outline: 0;
  height: 42px;
  border: 1px solid #000;
  border-right: none;
  width: 100%;
}

.basket-promo__input::-webkit-input-placeholder {
  opacity: 1;
  color: #9e9e9e;
}

.basket-promo__input::-moz-placeholder {
  opacity: 1;
  color: #9e9e9e;
}

.basket-promo__input:-ms-input-placeholder,
.basket-promo__input::-ms-input-placeholder {
  opacity: 1;
  color: #9e9e9e;
}

.basket-promo__input::placeholder {
  opacity: 1;
  color: #9e9e9e;
}

.basket-promo__btn {
  padding: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  color: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #000;
  border-left: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.basket-promo__btn.active .basket-promo__apply {
  display: none;
}

.basket-promo__apply,
.basket-promo__btn,
.basket-promo__btn.active .basket-promo__cancel,
.basket-promo__cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-promo__apply,
.basket-promo__cancel {
  padding: 6px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.basket-promo__apply svg,
.basket-promo__cancel svg {
  margin-left: 4px;
}

.basket-promo__cancel {
  display: none;
}

.basket-promo__message {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  margin: 4px 0 0 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.basket-promo__message.is-error {
  color: #8d0000;
}

.checkout,
.checkout__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.checkout__container {
  max-width: 1440px;
}

.checkout__form {
  width: 100%;
  padding: 30px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 32px;
}

.checkout__success {
  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;
  margin: 0 auto;
}

.checkout__title,
.content-container blockquote p {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.checkout__table,
.checkout__table a {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}

.checkout__table {
  margin: 16px 0 0;
  border-collapse: collapse;
}

.checkout__table td {
  padding: 4px 12px 4px 0;
}

.checkout__table a {
  border-bottom: 1px solid #000;
}

.checkout__left {
  -ms-grid-column: 3;
  -ms-grid-column-span: 6;
  grid-column: 3/9;
  max-width: 437px;
}

.checkout__field-block {
  margin: 30px 0 0;
}

.checkout__right {
  position: relative;
  grid-column: 9/-1;
}

.checkout__btn-success {
  margin-top: 16px;
  padding: 12px 16px;
}

.customer {
  /*margin: 28px 0 0;*/
  border-top: 1px solid #e6e6e6;
  padding: 28px 0 0;
}

.customer__title,
.payment-info__title {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0 0 20px;
}

.customer__field:not(:first-child) {
  margin: 20px 0 0;
}

.payment-info__item:not(:first-child) {
  /*margin: 28px 0 0;*/
  /*border-top: 1px solid #e6e6e6;*/
  /*padding: 28px 0 0;*/
}

.payment-info__field:not(:first-child) {
  /*margin: 20px 0 0;*/
}

.payment-info__field--small-indent:not(:first-child) {
  margin: 12px 0 0;
}

.payment-info__text {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  display: block;
  margin: 0 0 0 20px;
}

.payment-info__text-info {
  display: none;
  margin: 8px 0 0;
  padding: 12px 20px;
  background-color: #e6e6e6;
}

.content-container h1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}

.content-container h2 {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 400;
  margin: 32px 0 12px;
}

.content-container h2:not(:first-child) {
  margin: 56px 0 12px;
}

.content-container h3 {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  margin: 32px 0 12px;
}

.content-container p,
.content-container ul {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  margin: 12px 0;
}

.content-container figure {
  margin: 56px 0;
}

.content-container blockquote cite,
.content-container>a {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  display: block;
  margin: 4px 0;
}

.content-container a {
  color: #000;
}

.content-container blockquote {
  position: relative;
  margin: 56px 0;
  padding: 47px 0 0;
}

.content-container blockquote::before {
  content: "“";
  font-weight: 400;
  font-size: 59px;
  line-height: 120%;
  color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.content-container blockquote cite {
  margin: 20px 0 0;
  font-style: normal;
  text-align: right;
}

.content-container table {
  width: 100%;
  margin: 56px 0 52px;
  border-collapse: collapse;
}

.content-container table caption {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
  margin: 0 0 14px;
}

.content-container table td,
.content-container table th {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
  padding: 4px 0;
}

.content-container ul {
  margin: 12px 0 0;
  list-style: none;
  padding: 0;
}

.content-container ul:not(:last-child) {
  margin: 12px 0;
}

.content-container ul li::before {
  content: "•";
  padding: 0 9px;
}

.content-container ul li:not(:first-child) {
  margin: 4px 0 0;
}

.content-container [href^="mailto"],
.field-checkbox label a {
  border-bottom: 1px solid #000;
}

.content-container--shops h1 {
  margin-bottom: 56px;
}

.content-container--shops h2 {
  margin-top: 28px;
}

.content-container--shops h2:not(:first-child) {
  margin: 28px 0 10px;
}

.content-container--shops p {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 10px 0;
}

.content-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 32px;
}

.content-section__content {
  padding: 40px 0 0;
  width: 100%;
  max-width: 502px;
}

.collection-list__container {
  padding: 0;
}

.collection-list__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

.collection-list__btn {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  color: #000;
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}

.collection-list__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.collection-list__image {
  position: relative;
  padding-top: 144.6%;
}

.collection-list__image img,
.modal-collection__img-block img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.modal-collection {
  position: relative;
  width: 1020px;
  height: 100%;
  background-color: #fff;
}

.modal-collection__container {
  overflow: hidden;
  width: 100%;
}

.modal-collection__slide-list {
  height: auto;
}

.modal-collection__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 40px);
  min-height: 640px;
  max-height: 984px;
}

.modal-collection__img-block {
  position: relative;
  width: 612px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-collection__img-block img {
  left: 0;
}

.modal-collection__product {
  padding: 20px 20px 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.modal-collection__wrapper {
  width: 100%;
}

.modal-collection__wrapper-product {
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-collection__wrapper-product::-webkit-scrollbar {
  display: none;
}

.modal-collection__heading {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.modal-collection__list {
  padding: 0;
  list-style-type: none;
  margin: 28px 0 0;
}

.modal-collection__item:not(:first-child) {
  margin: 12px 0 0;
}

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

.modal-collection__title {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-collection__icon {
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
}

.modal-collection__price {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-collection__navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  padding: 0 424px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.modal-collection__btn {
  padding: 0;
  outline: 0;
  background-color: transparent;
  color: #000;
  width: 35px;
  height: 35px;
  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: 50%;
  border: 1px solid #000;
  pointer-events: initial;
  cursor: pointer;
}

.modal-collection__btn.disabled {
  opacity: 0.3;
  cursor: default;
}

.modal-collection__header,
.modal-collection__pagination,
.video-block__video.is-hidden {
  display: none;
}

.video-block {
  position: relative;
  height: 100%;
  width: 100%;
}

.video-block__poster-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-block__poster {
  width: 100%;
  height: 100%;
  -o-object-position: top;
  object-position: top;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-block__btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  background-color: #fff;
  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;
  height: 120px;
  z-index: 1;
}

.video-block__video {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.field-checkbox label {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  position: relative;
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.field-checkbox label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: background-image 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: background-image 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: center center;
}

.field-checkbox input:checked+label::before {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5L6.5 10.5L4 8' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.field-checkbox--small-text label {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
}

.field-checkbox--small-text label::before {
  top: 2px;
}

.color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
}

.color-list__item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
}

.color-list__item:not(:last-child) {
  margin-right: 12px;
}

.size-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.size-list__item {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
  opacity: 0.2;
}

.footer-nav__item:hover .footer-nav__container,
.size-list__item.is-current {
  opacity: 1;
}

.size-list__item:not(:first-child) {
  margin-left: 12px;
}

.footer {
  position: relative;
  z-index: 3;
}

.footer-nav__list,
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__container {
  padding-top: 40px;
  padding-bottom: 28px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav__item {
  position: relative;
}

.footer-nav__item:not(:last-child) {
  margin-right: 24px;
}

.footer-nav__item:hover .footer-nav_list-inner {
  pointer-events: initial;
}

.footer-nav__link {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  cursor: pointer;
}

.footer-nav__container {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 100%;
  width: 233px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  max-height: 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.footer-nav__list-inner {
  margin: 0;
  list-style-type: none;
  background-color: #fff;
  padding: 16px;
  pointer-events: initial;
}

.footer-nav__item-inner:not(:first-child) {
  margin-top: 6px;
}

.footer-form {
  max-width: 437px;
  width: 100%;
  position: relative;
}

.footer-form.success .footer-form__success-message {
  opacity: 1;
}

.footer-form__group {
  border: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 437px;
}

.footer-form__group.error .footer-form__message {
  display: block;
}

.footer-form__group+.footer-form__group {
  margin-top: 9px;
}

.footer-form__message {
  overflow: hidden;
  margin: 4px 0 0;
  width: 100%;
  display: none;
  font-size: 10px;
  line-height: 1.75;
  color: #8d0000;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.footer-form__success-message {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 20px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer-form__input-text,
.footer-form__success-message p {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #53565a;
}

.footer-form__success-message p {
  margin: 0;
}

.footer-form__input-text {
  height: 42px;
  border: 1px solid #53565a;
  border-right: none;
  padding: 8px 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  outline: 0;
}

.footer-form__input-text::-webkit-input-placeholder {
  color: #9e9e9e;
}

.footer-form__input-text::-moz-placeholder {
  color: #9e9e9e;
}

.footer-form__input-text:-ms-input-placeholder,
.footer-form__input-text::-ms-input-placeholder {
  color: #9e9e9e;
}

.footer-form__input-text::placeholder {
  color: #9e9e9e;
}

.footer-form__input-text:focus::-webkit-input-placeholder {
  opacity: 0;
}

.footer-form__input-text:focus::-moz-placeholder {
  opacity: 0;
}

.footer-form__input-text:focus:-ms-input-placeholder,
.footer-form__input-text:focus::-ms-input-placeholder {
  opacity: 0;
}

.footer-form__input-text:focus::placeholder {
  opacity: 0;
}

.footer-form__btn {
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  color: #53565a;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  height: 42px;
  border: 1px solid #53565a;
  border-left: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-form__btn svg {
  display: block;
  margin-left: 6px;
}

.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  -webkit-transform: translateY(102%);
  transform: translateY(102%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cookie.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: initial;
}

.cookie__wrapper {
  position: relative;
  width: 100%;
  background-color: #000;
  color: #fff;
  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: 4px;
  min-height: 36px;
}

.cookie__message {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.cookie__btn-close,
.cookie__message a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cookie__message a {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}

.cookie__btn-close,
.modal {
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie__btn-close {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: absolute;
  right: 32px;
}

.modal {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 20px 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-form-container {
  position: relative;
  width: 472px;
  background-color: #fff;
}

.modal-form-container__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 45px 36px 36px;
  background-color: #f9f6ed;
}

.modal-form-container__container.is-success .modal-form-container__wrapper {
  display: none;
}

.modal-form-container__container.is-success .modal-form-container__wrapper-success {
  display: block;
}

.modal-form-container__close {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
  position: absolute;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 20px;
}

.modal-form-container__title {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0 0 20px;
  text-align: center;
}

.modal-form-container__wrapper-success {
  display: none;
}

.modal-form-container__subtitle {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 12px 0 0;
}

.modal-form-container__list {
  padding: 0;
  list-style-type: none;
  margin: 12px 0 0;
}

.modal-form-container__item:not(:first-child) {
  margin-top: 12px;
}

.modal-form-container__field-block {
  margin: 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-form-container__buttons .button+.button,
.modal-form-container__privacy-policy {
  margin-top: 12px;
}

.modal-form-container__forgot-password {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
}

.modal-form-container__buttons {
  margin: 20px 0 0;
}

.modal-form-container__buttons .button {
  width: 100%;
}

.authorization-social {
  margin: 20px 0 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;
}

.authorization-social__title {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.authorization-social__list {
  padding: 0;
  list-style-type: none;
  max-width: 272px;
  margin: 12px 0 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}

.authorization-social__link {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 8px;
}

.authorization-social__img {
  display: block;
}

.authorization-social__text {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 20px 0 0;
  text-align: center;
}

.popup-container,
.popup-container__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  position: fixed;
  height: 100%;
}

.popup-container.is-active {
  pointer-events: auto;
}

.popup-container.is-active .popup-container__overlay,
.popup-container[data-popup="notify"].is-active .popup-container__container {
  opacity: 1;
}

.popup-container.is-active .popup-container__container {
  -webkit-transform: none;
  transform: none;
}

.popup-container--left .popup-container__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-container--left .popup-container__container {
  padding-top: 54px;
  width: 265px;
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
}

.popup-container--left .popup-container__container .popup-container__close {
  top: 54px;
  left: 32px;
}

.popup-container--main .popup-container__overlay {
  display: none;
}

.popup-container--main .popup-container__container {
  padding-top: 33px;
  -webkit-transform: none;
  transform: none;
  width: auto;
  background-color: transparent;
}

.popup-container[data-popup="notify"] .popup-container__container {
  height: auto;
  width: auto;
  margin: auto;
  opacity: 0;
  -webkit-transform: none;
  transform: none;
}

.popup-container--main .popup-container__close,
.popup-container[data-popup="notify"] .popup-container__close {
  display: none;
}

.popup-container__wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /*min-height: 100%;*/
}

.popup-container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-container__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  max-width: 384px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
}

.popup-container__container .header-nav {
  margin: 63px 0 0 32px;
}

.popup-container__close {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
  top: 20px;
  right: 12px;
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}

.popup-container__close,
.popup-container__container-size,
.popup-container__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-container__container-size {
  height: 100%;
  width: 100%;
}

.popup-container__head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 12px;
}

.popup-container__title {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #000;
}

.popup-search {
  position: relative;
  min-width: 384px;
}

.popup-search__title {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  padding: 16px 12px;
  margin: 0;
}

.popup-search__form {
  position: relative;
  padding: 12px;
  border: 0;
}

.popup-search__input {
  line-height: 1.75;
  width: 100%;
  padding: 8px 30px 8px 8px;
  height: 42px;
  outline: 0;
  font: inherit;
  color: #000;
  border: 1px solid #000;
}

.popup-search__input::-webkit-input-placeholder {
  color: #9e9e9e;
}

.popup-search__input::-moz-placeholder {
  color: #9e9e9e;
}

.popup-search__input:-ms-input-placeholder,
.popup-search__input::-ms-input-placeholder {
  color: #9e9e9e;
}

.popup-search__input::placeholder {
  color: #9e9e9e;
}

.popup-search__input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.popup-search__input:focus::-moz-placeholder {
  opacity: 0;
}

.popup-search__input:focus:-ms-input-placeholder,
.popup-search__input:focus::-ms-input-placeholder {
  opacity: 0;
}

.popup-search__input:focus::placeholder {
  opacity: 0;
}

.popup-search__btn {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-search__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
  height: 100%;
  max-height: calc(100vh - 130px);
}

.popup-search__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.popup-search__list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #000;
}

.popup-product-item--search:not(:first-child) {
  margin: 12px 0 0;
  padding: 11px 0 0;
  border-top: 1px solid #e6e6e6;
}

.popup-product-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  width: 100%;
}

.popup-product-item__img-link {
  position: relative;
  width: 80px;
  height: 120px;
  overflow: hidden;
  background-color: #e6e6e6;
}

.popup-product-item__img-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-product-item__info,
.popup-product-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-product-item__info {
  -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;
  margin-left: 12px;
}

.popup-product-item__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.popup-product-item__link,
.popup-product-item__price {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
  color: #000;
}

.popup-product-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.popup-product-item__size-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.75;
}

.popup-product-item__btn,
.popup-product-item__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-product-item__btn {
  padding: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  color: #000;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e6e6e6;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.popup-product-item__input {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  border: 0;
  outline: 0;
  display: block;
  height: 26.5px;
  width: 24px;
  margin: 0 2px;
  text-align: center;
}

.popup-product-item__remove {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 4px;
  color: #000;
}

.popup-product-item__not-found {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

.popup-basket {
  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;
  height: 100%;
  min-width: 384px;
}

.popup-basket__subtitle,
.popup-basket__title {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  padding: 16px 12px;
  margin: 0;
}

.popup-basket__subtitle {
  font-size: 12px;
  padding: 0 12px;
}

.popup-basket__block-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-height: calc(100vh - 64px);
}

.popup-basket__block-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.popup-basket__block-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #000;
}

.popup-basket__block {
  position: relative;
}

.popup-basket__block::before {
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background-color: #e6e6e6;
}

.popup-basket__block:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
}

.popup-basket__block:not(:first-child)::before {
  content: "";
}

.popup-basket__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.popup-basket__list:not(:first-child) {
  margin-top: 8px;
}

.popup-basket__total {
  /*margin-top: auto;*/
  padding: 12px;
  position: sticky;
  width: 100%;
  bottom: 12px;
  max-width: 384px;
}

.popup-basket__summ {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-basket__summ p {
  margin: 0;
}

.popup-basket__link-basket,
.popup-basket__order {
  width: 100%;
}

.popup-basket__order {
  margin-top: 8px;
}

.mistake-text {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  margin: 4px 0 0;
  color: #8d0000;
  display: none;
}

.is-invalid .mistake-text {
  display: block;
}

.popup-notify {
  position: relative;
}

.popup-notify__text {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  padding: 12px 16px;
  margin: 0;
}

@media (hover: hover),
screen and (min-width: 0\0) {

  .custom-select__item[aria-selected="true"]:focus,
  .custom-select__item[aria-selected="true"]:hover {
    background-color: #b2b2b2;
  }

  .custom-select__item:focus,
  .custom-select__item:hover {
    background-color: #f2f2f2;
  }
}

@media (min-width: 1024px) {

  .button:hover,
  .change-version__btn:hover,
  .header-nav__link:hover,
  .header__logo:hover,
  .main-promo__link-text:hover,
  .main-promo__link:hover,
  .main-promo__link:hover::before,
  .new-collection:hover {
    opacity: 1;
  }

  .button:hover .hover-animation__text,
  .hover-animation:hover .hover-animation__text {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .button.is-disabled:hover .hover-animation__text {
    -webkit-transform: none;
    transform: none;
  }

  .catalog-sort .custom-select__item:hover,
  .header-sort .custom-select__item:hover,
  a:hover,
  button:hover {
    opacity: 0.5;
  }

  .main-promo__link-text:hover .main-promo__text {
    border-color: #000;
  }

  .social__link:hover {
    opacity: 1;
    background-color: #000;
    color: #fff;
  }

  .catalog-item:hover .catalog-item__img-block:not(.not-scale) {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .catalog-item:hover .catalog-item__favorite {
    opacity: 1;
    pointer-events: inherit;
  }

  .catalog-item__favorite.active:hover {
    color: transparent;
  }

  .catalog-item__favorite:hover {
    color: #000;
  }

  .catalog-item__link:hover,
  .full-video__video:hover::before {
    opacity: 1;
  }

  .catalog-item__link-title:hover {
    opacity: 0.5;
  }

  .recommended-products__control.swiper-button-disabled:hover {
    opacity: 0.3;
  }

  .recommended-products__link:hover {
    opacity: 1;
  }

  .product-card-info__size-block label:hover,
  .recommended-products__heading:hover {
    opacity: 0.5;
  }

  .favorites__item:hover .favorites__img-block {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .favorites__link:hover {
    opacity: 1;
  }

  .product-card-info__size-block input[type="radio"]:disabled+label:hover {
    opacity: 1;
  }

  .product-card-info__btn-gid-size:hover {
    opacity: 0.5;
  }

  .product-card-info__favorite:hover {
    color: #000;
    opacity: 0.5;
  }

  .product-card-info__favorite.active:hover {
    color: #fff;
  }

  .cookie__message a:hover,
  .my-orders__show-more:hover {
    opacity: 0.5;
  }

  .field-block.is-invalid input:hover,
  .field-checkbox.is-invalid label:hover::before {
    border-color: #8d0000;
  }

  .field-block.is-invalid input:focus:hover {
    border-color: #8d0000;
  }

  .field-block__input-block:hover .field-block__eye-btn {
    opacity: 1;
  }

  .field-block input:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .field-block input:focus:hover {
    border-color: #000;
  }

  .field-block__eye-btn:hover {
    opacity: 0.6;
  }

  .basket-product__link:hover {
    opacity: 1;
  }

  .basket-product__btn:hover {
    opacity: 1;
    background-color: #9e9e9e;
  }

  .order-product__link:hover {
    opacity: 1;
  }

  .basket-promo__btn:hover {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
  }

  .collection-list__btn:hover,
  .collection-list__btn:hover::before {
    opacity: 1;
  }

  .modal-collection__btn.disabled:hover {
    opacity: 0.3;
  }

  .field-checkbox label:hover::before {
    border-color: #333;
  }

  .field-checkbox input:checked+label:hover::before {
    background-color: #333;
    border-color: #333;
  }

  .footer-form__btn:hover {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
  }

  .cookie__btn-close:hover {
    opacity: 0.5;
  }

  .popup-product-item__img-link:hover {
    opacity: 1;
  }

  .popup-product-item__btn:hover {
    opacity: 1;
    background-color: #9e9e9e;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .field-block__input-block:hover .field-block__eye-btn:hover {
    opacity: 0.6;
  }
}

@media (max-width: 1279px) {
  .main-promo__item--full .main-promo__link {
    padding-bottom: 56.11111%;
  }

  .main-promo__link {
    padding-bottom: 153.88889%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-promo__link,
  .new-collection~main .main-promo__link {
    height: auto;
    min-height: 0;
  }

  .object-fit-cover {
    position: absolute;
  }

  .promo-banner__container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .promo-banner__title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
  }

  .personal-area__left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    max-width: 100%;
  }

  .basket__title {
    grid-column: 1/-1;
  }

  .basket__product,
  .checkout__left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/10;
  }

  .checkout__left {
    -ms-grid-column-span: 8;
    grid-column: 1/9;
    max-width: 100%;
  }

  .modal-collection__header {
    position: relative;
    display: block;
    font-size: 0;
    z-index: 2;
  }

  .modal-collection__close {
    padding: 0;
    outline: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #000;
    position: absolute;
    top: 13px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .video-block__btn-play {
    width: 60px;
    height: 60px;
  }

  .video-block__btn-play svg {
    width: 24px;
    height: 28px;
  }
}

@media (max-width: 1023px) {

  .new-collection~.main-page,
  .new-collection~.main-page--main {
    padding-top: 0;
  }

  .container {
    padding: 0 24px;
  }

  .header {
    width: 100vw;
    position: sticky;
    top: 0;
  }

  .header--main {
    pointer-events: initial;
    background-color: #fff;
  }

  .header__container {
    padding: 13px 15px;
  }

  .header__wrap-left {
    margin: 0 auto;
  }

  .header__toggle {
    padding: 8px 0;
    margin: 0 40px 0 0;
  }

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

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

  .header__logo {
    padding: 0;
    margin: 0 auto;
    width: 146px;
  }

  .new-collection~.header {
    top: 0;
  }

  .header-menu {
    min-width: 0;
    margin-left: 0;
  }

  .header-menu__btn {
    min-height: 0;
    padding: 8px 6px;
    margin: 0;
  }

  .header-menu__btn spa n {
    top: 16px;
    font-size: 7px;
  }

  .header-menu__btn--search {
    position: absolute;
    left: 44px;
  }

  .header-nav__item {
    margin: 8px 0;
  }

  .change-version {
    display: none;
  }

  .change-version--popup {
    display: block;
  }

  .change-version__item {
    margin-left: 8px;
  }

  .header-sort {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-sort .custom-select__button {
    height: auto;
    padding: 7px 0 0;
    font-size: 11px;
  }

  .header-sort .custom-select__icon {
    margin: 0 -4px 0 2px;
  }

  .header-sort .custom-select__item {
    font-size: 11px;
  }

  .catalog-sort {
    display: inline-block;
  }

  .new-collection {
    font-size: 12px;
    line-height: 1.75;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 100vw;
    overflow: hidden;
  }

  .new-collection__container {
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 4px;
  }

  .new-collection__item {
    padding: 0 50px;
  }

  .main-promo__container {
    padding: 0;
  }

  .write-about {
    padding-top: 100px;
    padding-bottom: 45px;
  }

  .write-about__title {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
  }

  .write-about__list {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 30px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .write-about__list::-webkit-scrollbar {
    display: none;
  }

  .write-about__item {
    margin-left: 10px;
    margin-right: 10px;
    width: 128px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .catalog {
    margin-top: 16px;
  }

  .catalog-item {
    overflow: hidden;
  }

  .catalog-item__sale {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    top: 8px;
    left: 8px;
  }

  .catalog-item__stylist {
    font-size: 8px;
    line-height: 1.75;
    font-weight: 400;
    left: 8px;
    bottom: 8px;
  }

  .catalog-item__bottom {
    display: block;
    margin: 0;
    padding: 6px 8px;
  }

  .catalog-item__img-block {
    padding-top: 150.35%;
  }

  .catalog-item__old-price,
  .catalog-item__price,
  .catalog-item__title {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .catalog-item .color-list__item {
    width: 8px;
    height: 8px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  }

  .catalog-item .color-list__item:not(:last-child) {
    margin-right: 8px;
  }

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

  .product-card__left-container {
    position: relative;
    overflow: hidden;
  }

  .product-card__left-container .swiper-pagination {
    display: block;
    position: relative;
    bottom: 0;
    margin: 16px 0 8px;
    line-height: 0;
  }

  .product-card__left-container .swiper-pagination-bullet {
    background: #9e9e9e;
    opacity: 1;
  }

  .product-card__left-container .swiper-pagination-bullet-active {
    background: #000;
  }

  .product-card__left-sticky {
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    height: auto;
    position: absolute;
  }

  .product-card__left-sticky::after,
  .product-card__left-sticky::before {
    content: none;
  }

  .product-card__sale {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    margin-left: 16px;
    margin-top: 16px;
  }

  .product-card__container-img {
    margin-top: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #e6e6e6;
  }

  .product-card__block-img {
    min-height: auto;
    background-color: #e6e6e6;
    height: auto !important;
    width: 100%;
    max-height: 100%;
  }

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

  .product-card__text {
    padding-top: 20px;
  }

  .new-collection~.main-page .product-card__left-sticky {
    padding-bottom: 0;
    top: 0;
  }

  .promo-banner__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .full-video__container {
    padding: 0;
  }

  .full-video__video {
    height: auto;
    min-height: 0;
    aspect-ratio: 360/232;
  }

  .recommended-products {
    overflow: hidden;
    width: 100%;
  }

  .recommended-products__swiper-container {
    margin-top: 12px;
    overflow: visible;
  }

  .recommended-products__badge {
    font-size: 9px;
    line-height: 1.5;
    font-weight: 400;
    width: 36px;
    height: 36px;
    top: 7px;
    left: 7px;
  }

  .recommended-products__info {
    margin-top: 8px;
  }

  .popup-size-table {
    width: 100%;
  }

  .popup-size-table__container {
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .popup-size-table__table {
    margin-top: 40px;
  }

  .popup-size-table__text {
    margin-top: 24px;
  }

  .popup-admission {
    width: 100%;
  }

  .popup-admission__form {
    max-width: 258px;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-admission__table {
    margin-top: 28px;
  }

  .popup-admission__field {
    margin-top: 16px;
  }

  .popup-admission__btn-block {
    margin-top: 20px;
  }

  .personal-area {
    overflow: hidden;
  }

  .personal-area__container {
    display: block;
  }

  .personal-area__left {
    padding-top: 8px;
  }

  .personal-area__sticky {
    top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .personal-area__user-full-name,
  .personal-area__user-icon-social {
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .personal-area__user-info {
    margin-top: 0;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .personal-area__btn-back {
    margin-top: 0;
    margin-left: auto;
  }

  .personal-area__right {
    padding-top: 28px;
  }

  .personal-area__wrapper-container {
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .personal-area__wrapper-container::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .personal-area__wrapper-container::after {
    content: "";
    display: inline-block;
  }

  .personal-area__list {
    white-space: nowrap;
  }

  .personal-area__control {
    margin-bottom: 4px;
  }

  .personal-area__element {
    padding-top: 25px;
  }

  .personal-area__title {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 12px;
  }

  .personal-area__field-block {
    margin-top: 22px;
  }

  .favorites {
    padding-right: 0;
  }

  .favorites__list {
    grid-gap: 10px;
  }

  .favorites__info {
    margin-top: 6px;
    margin-bottom: 14px;
    text-transform: uppercase;
  }

  .product-card-info {
    padding-top: 0;
    top: 0;
    position: relative;
    min-height: 0;
  }

  .product-card-info__descr {
    padding-right: 0;
  }

  .field-checkbox--small-text label::before,
  .new-collection~.main-page .product-card-info {
    top: 0;
  }

  .basket__form {
    padding-top: 20px;
    display: block;
    width: 100%;
  }

  .basket__title {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 12px;
  }

  .basket__product {
    padding-right: 0;
  }

  .basket__sticky-block {
    margin-top: 40px;
  }

  .basket-product:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
  }

  .basket-product__list {
    margin-top: 16px;
  }

  .basket-product__item {
    position: relative;
  }

  .basket-product__item:not(:first-child) {
    margin-top: 16px;
  }

  .basket-product__info,
  .basket-product__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket-product__info-wrapper {
  }

  .basket-product__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .basket-product__subtitle {
    margin-bottom: 2px;
    padding-right: 100px;
  }

  .basket-product__link-title {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .basket-product__price-block {
    margin: 0 0 12px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .basket-product__price-old {
    opacity: 0.3;
  }

  .basket-product__total {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
  }

  .basket-product__quantity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basket-order__container {
    padding: 16px;
  }

  .basket-order__title,
  .content-container blockquote p,
  .content-container h2 {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
  }

  .basket-promo {
    margin-top: 12px;
    margin-bottom: -25px;
  }

  .basket-promo__input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .checkout__title,
  .content-container h1 {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 12px;
  }

  .checkout__field-block {
    margin-top: 22px;
  }

  .checkout__left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }

  .checkout__right {
    grid-column: 7/-1;
  }

  .content-container h1 {
    font-size: 24px;
  }

  .content-container h2:not(:first-child) {
    margin-top: 40px;
    margin-bottom: 12px;
  }

  .content-container figure {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .content-container figcaption {
    margin-top: 12px;
  }

  .content-container--shops h1 {
    margin-bottom: 24px;
  }

  .content-container--shops h2 {
    margin-top: 16px;
  }

  .content-container--shops h2:not(:first-child) {
    margin: 16px 0 4px;
  }

  .content-container--shops p {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    margin: 4px 0 16px;
  }

  .content-container blockquote,
  .content-container table {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-container blockquote::before {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
  }

  .content-container blockquote cite {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0;
  }

  .content-container .table-responsive {
    overflow-x: auto;
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .content-container .table-responsive::-webkit-scrollbar {
    width: 0;
  }

  .content-container .table-responsive caption,
  .content-container table td {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-container table caption {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .content-container table td {
    white-space: nowrap;
  }

  .content-section__content {
    padding-top: 20px;
    padding-bottom: 80px;
    max-width: 100%;
  }

  .collection-list__container,
  .modal[data-modal="collection"] .modal__wrapper {
    padding: 0;
  }

  .modal-collection {
    width: 100vw;
  }

  .modal-collection__item-container {
    min-height: 100vh;
  }

  .modal-collection__img-block {
    width: 50%;
  }

  .modal-collection__navigation {
    width: 50%;
    padding: 0 16px;
  }

  .video-block__btn-play {
    width: 60px;
    height: 60px;
  }

  .video-block__btn-play svg {
    width: 24px;
    height: 28px;
  }

  .field-checkbox--small-text label {
    font-size: 9px;
    line-height: 1.5;
    font-weight: 400;
  }

  .cookie__message,
  .footer-form__label {
    font-size: 12px;
    line-height: 1.75;
    font-weight: 400;
  }

  .cookie__message {
    padding-left: 40px;
    padding-right: 80px;
  }

  .cookie__message a {
    font-size: inherit;
  }

  .popup-container--left .popup-container__container {
    width: 100%;
  }

  .popup-container--left .popup-container__container .popup-container__close {
    top: 20px;
    left: 15px;
  }

  .popup-container--main .popup-container__overlay {
    display: block;
  }

  .popup-container--main .popup-container__container {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
    background-color: #fff;
  }

  .popup-container--main .popup-container__close {
    display: block;
  }

  .popup-container__container {
    max-width: 100%;
    width: 100%;
  }

  .popup-container__container .header-nav {
    margin: 17px 0 0 15px;
  }

  .popup-search {
    min-width: 100vw;
  }

  .popup-search__title {
    display: none;
  }

  .popup-search__form {
    margin-top: 50px;
  }

  .popup-product-item__container,
  .popup-search__form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-product-item__not-found {
    margin-top: -12px;
  }

  .popup-product-item--search:not(:first-child) {
    margin-top: 8px;
    padding-top: 7px;
  }

  .popup-basket {
    width: 100vw;
  }
}

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

  .container--no-padding {
    padding: 0;
  }

  .button {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main-promo__container {
    padding: 0;
  }

  .social {
    margin-top: 16px;
  }

  .catalog__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card__descr,
  .product-card__text {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .product-card__text {
    max-width: 100%;
  }

  .product-card__info {
    margin-left: 16px;
  }

  .promo-banner__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .promo-banner__title {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
  }

  .full-video__container {
    padding: 0;
  }

  .accordion-product {
    margin-top: 20px;
  }

  .accordion-product__element {
    margin-bottom: 4px;
  }

  .accordion-product__btn,
  .accordion-product__wrapper a,
  .accordion-product__wrapper p,
  .accordion-product__wrapper table {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .accordion-product__icon,
  .accordion-product__icon svg,
  .accordion-product__icon-block {
    width: 16px;
    height: 16px;
  }

  .recommended-products__title {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
  }

  .basket-promo__cancel svg,
  .recommended-products__controls {
    display: none;
  }

  .recommended-products__item {
    width: 132px;
  }

  .recommended-products__heading,
  .recommended-products__price {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .popup-size-table__title {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
  }

  .popup-size-table__table td {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .popup-size-table__table td,
  .popup-size-table__text {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .popup-admission__title {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
  }

  .popup-admission__table {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .personal-data__filed--small,
  .personal-data__form .button {
    width: 100%;
  }

  .product-card-info__title {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
  }

  .product-card-info__descr {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 12px;
  }

  .product-card-info__btn-gid-size {
    min-height: 25px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .product-card-info__old-price,
  .product-card-info__price {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
  }

  .product-card-info__favorite {
    min-height: 24px;
  }

  .product-card-info__btn-block {
    margin-top: 0;
  }

  .product-card-info__price-block {
    margin-top: 20px;
  }

  .field-block input,
  .field-block label,
  .my-orders__summ,
  .my-orders__title,
  .product-card-info__status {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  .my-orders__list:not(:first-child) {
    margin-top: 18px;
  }

  .my-orders__block:not(:first-child) {
    margin-top: 56px;
  }

  .basket__title {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
  }

  .field-block label {
    display: block;
  }

  .field-block input {
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .field-block__field-block {
    margin-top: 16px;
  }

  .basket-empty {
    padding: 125px 0 85px;
  }

  .basket-empty__text {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .basket-empty__link {
    min-width: 127px;
    margin-top: 12px;
  }

  .basket-product__link {
    width: 85px;
    height: 128px;
  }

  .basket-product__subtitle,
  .basket-product__title {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .basket-product__price,
  .basket-product__price-old,
  .basket-product__summ,
  .basket-product__text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  .basket-product__summ {
    font-size: 14px;
  }

  .basket-product__remove {
    font-size: 14px;
  }

  .basket-product__input,
  .basket-product__quantity {
    font-size: 9px;
    line-height: 1.5;
    font-weight: 400;
  }

  .basket-product__input {
    width: 28px;
    height: 16px;
  }

  .order-product__count,
  .order-product__price {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  .order-price__list:not(:first-child) {
    margin-top: 12px;
  }

  .order-price__item,
  .order-price__total {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  .order-price__item {
    margin-bottom: 4px;
  }

  .order-price__total {
    margin-top: 12px;
  }

  .order-price__btn {
    margin-top: 10px;
  }

  .basket-promo__input {
    height: 33px;
  }

  .basket-promo__apply,
  .basket-promo__cancel,
  .basket-promo__input,
  .checkout__table a,
  .checkout__table td,
  .payment-info__field label,
  .payment-info__text-info p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  .basket-promo__apply {
    padding-top: 0;
    padding-bottom: 0;
  }

  .basket-promo__cancel {
    color: #fff;
    background: #000;
    padding-left: 35px;
    padding-right: 35px;
  }

  .checkout__form {
    display: block;
    padding-top: 20px;
  }

  .checkout__title {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
  }

  .checkout__right .basket-order__title {
    display: none;
  }

  .checkout__success {
    display: block;
    width: 100%;
    padding-top: 20px;
  }

  .checkout__success .checkout__title {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .checkout__table td {
    padding-right: 8px;
  }

  .checkout__btn-success {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .customer {
    margin-top: 20px;
    padding-top: 20px;
  }

  .customer__title,
  .payment-info__title {
    margin-bottom: 12px;
  }

  .payment-info__field:not(:first-child) {
    /*margin-top: 12px;*/
  }

  .payment-info__field label::before {
    top: 1.5px;
  }

  .payment-info__item:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
  }

  .payment-info__text {
    font-size: 9px;
    line-height: 1.5;
    font-weight: 400;
  }

  .payment-info__text-info {
    padding: 8px 16px;
  }

  .collection-list__container {
    padding: 0;
  }

  .modal-collection {
    height: 100vh;
    overflow: auto;
  }

  .modal-collection__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 51px;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    padding: 10px 16px;
  }

  .modal-collection__container {
    position: relative;
  }

  .modal-collection__item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    max-height: none;
    height: auto;
  }

  .modal-collection__img-block {
    width: 100%;
    margin-bottom: 24px;
  }

  .modal-collection__img-block::before {
    content: "";
    display: block;
    padding-bottom: 138.88889%;
  }

  .modal-collection__product {
    padding: 20px 16px;
  }

  .modal-collection__navigation {
    display: none;
  }

  .modal-collection__pagination {
    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-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto !important;
    width: 100%;
    height: auto;
    padding-top: 138.88889%;
    pointer-events: none;
  }

  .modal-collection__pagination .swiper-pagination-bullet {
    margin-left: 3px;
    margin-right: 3px;
    background: #9e9e9e;
    opacity: 1;
    pointer-events: auto;
  }

  .modal-collection__pagination .swiper-pagination-bullet:first-child,
  .modal-collection__pagination .swiper-pagination-bullet:last-child {
    width: 6px;
    height: 6px;
  }

  .modal-collection__pagination .swiper-pagination-bullet-active {
    background: #000;
  }

  .modal-collection__heading {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
  }

  .modal-collection__list {
    margin-top: 16px;
  }

  .modal-collection__item:not(:first-child) {
    margin-top: 8px;
  }

  .modal-collection__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .modal-collection__icon {
    margin-left: 8px;
  }

  .field-checkbox label,
  .modal-collection__price {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .field-checkbox label::before {
    top: 0;
  }

  .field-checkbox--small-text label {
    font-size: 9px;
    line-height: 1.5;
    font-weight: 400;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 10px;
  }

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

  .footer-nav__item {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .footer-nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .footer-nav__link {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .footer-form {
    margin-bottom: 28px;
  }

  .footer-form,
  .footer-form__group {
    max-width: 100%;
  }

  .footer-form__group+.footer-form__group {
    margin-top: 8px;
  }

  .footer-form__btn {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding-right: 0;
    height: 33px;
  }

  .footer-form__label {
    font-size: 9px;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 24px;
    padding-top: 2px;
    padding-bottom: 1px;
  }

  .footer-form__label::before {
    width: 16px;
    height: 16px;
    top: 0;
    background-size: cover;
  }

  .footer-form__input-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 16px;
    height: 33px;
  }

  .footer-form__success-message {
    background: rgba(0, 0, 0, 0.25);
    border: 0;
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
  }

  .footer-form__success-message p {
    padding: 16px 12px;
    background-color: #fff;
  }

  .cookie__message,
  .footer-form__success-message p {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
  }

  .modal__wrapper {
    padding: 0;
  }

  .modal--fit-content .modal__content,
  .modal-form-container,
  .modal__content {
    width: 100%;
  }

  .modal-form-container__container {
    padding: 45px 20px 28px;
    min-height: 100vh;
  }

  .modal-form-container__close {
    top: 20px;
  }

  .modal-form-container__title {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .modal-form-container__subtitle {
    margin-top: 20px;
  }

  .modal-form-container__forgot-password,
  .modal-form-container__subtitle {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  .authorization-social,
  .modal-form-container__button {
    margin-top: 16px;
  }

  .authorization-social__title {
    font-size: 12px;
    line-height: 1.75;
    font-weight: 400;
  }

  .authorization-social__list {
    max-width: 100%;
  }

  .authorization-social__text {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    margin-top: 16px;
  }
}

@media (max-width: 539px) {
  .product-card__wrapper-inner {
    display: block;
  }

  .product-card__left-container {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }

  .product-card__info {
    margin-left: 0;
  }

  .product-card__text {
    margin-top: 0;
  }

  .favorites__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card-info__favorite {
    border: 0;
    width: 24px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .product-card-info__title {
    margin-right: 50px;
  }

  .product-card-info__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-card-info__color-block {
    margin: 0 0 8px;
  }

  .product-card-info__color-block label {
    padding: 0;
    margin-right: 20px;
  }

  .product-card-info__color-block label span {
    padding: 0;
  }

  .product-card-info__color-block input[type="radio"]:checked+label span {
    padding: 1px;
  }

  .product-card-info__btn-basket {
    width: 100%;
  }

  .product-card-info__btn-basket.button {
    line-height: 15px;
  }

  .product-card-info__accordion {
    padding-right: 0;
  }

  .product-card-info__price-block {
    -webkit-box-ordinal-group: 0;
    margin: 0;
  }

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

  .collection-list__item {
    width: 50%;
  }

  .collection-list__item:nth-of-type(3n) {
    width: 100%;
  }

  .cookie__wrapper {
    padding: 8px 16px;
  }

  .cookie__message {
    padding-left: 0;
    padding-right: 70px;
  }
}

@media (max-width: 479px) {
  .main-promo__list {
    display: block;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .main-promo__link-text {
    min-height: 69px;
    padding: 16px 0;
  }
}

@media (max-width: 374px) {
  .cookie__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie__message {
    padding-right: 0;
  }

  .cookie__btn-close {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    right: 0;
    margin-top: 8px;
    border: 1px solid #fff;
    padding: 12px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  top: 0;
  position: absolute;
}

.video-swiper {
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  object-position: bottom;
}

.product-card__left-container.full .product-card__left-sticky,
.product-card__left-sticky::after,
.product-card__left-sticky::before {
  display: none;
}

.product-card__left-container.full .swiper-button-next,
.product-card__left-container.full .swiper-button-prev {
  position: fixed;
}

.product-card__left-container {
  position: relative;
  overflow: hidden;
  cursor: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.product-card__left-sticky {
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  height: auto;
  position: absolute;
}

.product-card__container-img {
  margin-top: 0;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
}

.product-card__block-img {
  min-height: auto;
  background-color: #e6e6e6;
  height: auto !important;
  max-height: 100%;
}

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

.product-card__left-container .swiper-pagination {
  display: block;
  position: relative;
  bottom: 0;
  margin: 16px 0 8px;
  line-height: 0;
}

.product-card__left-container .swiper-pagination-bullet {
  background: #9e9e9e;
  opacity: 1;
}

..product-card-info {
  padding-top: 0;
  top: 0;
  position: relative;
  min-height: 0;
}

.product-card__left-container .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1023px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
	.popup-basket__total {
		max-width: 100%;
	}
}

:root {
  --swiper-theme-color: #4b4d53;
  --swiper-navigation-size: 30px;
  --swiper-navigation-sides-offset: 40px;
}

div.news-list {
  word-wrap: break-word;
}

div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

.news-date-time {
  color: #486daa;
}

.header-sort__select {
  display: none;
}

.popup-pre-order {
  overflow-y: auto;
}

.popup-pre-order__order {
  width: 100%;
}

.popup-pre-order__container {
  padding: 16px 11px 20px;
}

.popup-pre-order__title {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.popup-pre-order__field {
  width: 100%;
  margin-top: 16px;
}

.popup-pre-order__descr {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
}

.popup-pre-order__product {
  display: flex;
  flex-wrap: nowrap;
}

.popup-pre-order__product-photo {
  margin-right: 12px;
  max-width: 80px;
  max-height: 120px;
}

.popup-pre-order__product-photo img {
  max-width: 80px;
  max-height: 120px;
}

.popup-pre-order__product-info {
  width: 100%;
}

.popup-pre-order__product-info-head {
  display: flex;
  justify-content: space-between;
}

.popup-pre-order__product-info-head_title {
  margin-right: 20px;
  flex: 1;
}

.popup-pre-order__product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup-pre-order__success {
  display: none;
}

.popup-pre-order__text {
  margin: 40px 0 0;
}

.product-card__info {}

body.scroll {
  overflow: hidden;
}

.scroll .header {
  position: fixed;
  z-index: 30;
  background-color: initial !important;
}

.product-card__left-container.full {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (min-width: 1024px) {
  .product-card__left-container .product-card__container-img {
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5Ljc5MSAzOS45OTg5QzIyLjQzNDggNDAuMDI2NSAyNS4wNTggMzkuNTI5NyAyNy41MDg2IDM4LjUzNjlDMjkuOTU5MyAzNy41NDQzIDMyLjE4ODggMzYuMDc1NyAzNC4wNjgxIDM0LjIxNTlDMzUuOTQ3NCAzMi4zNTYgMzcuNDM5NCAzMC4xNDIgMzguNDU3NSAyNy43MDE5QzM5LjQ3NTcgMjUuMjYxOCA0MCAyMi42NDQgNDAgMjBDNDAgMTcuMzU1OSAzOS40NzU3IDE0LjczODEgMzguNDU3NSAxMi4yOThDMzcuNDM5NCA5Ljg1Nzk1IDM1Ljk0NzQgNy42NDM5OCAzNC4wNjgxIDUuNzg0MTZDMzIuMTg4OCAzLjkyNDM1IDI5Ljk1OTMgMi40NTU2NCAyNy41MDg2IDEuNDYyOTlDMjUuMDU4IDAuNDcwMzQ2IDIyLjQzNDggLTAuMDI2NTMzIDE5Ljc5MSAwLjAwMTA5MTc0QzE0LjUyMzEgMC4wNTYxNDIgOS40ODk4MSAyLjE4NzQxIDUuNzg0MTYgNS45MzE5NUMyLjA3ODU1IDkuNjc2NDcgMCAxNC43MzE5IDAgMjBDMCAyNS4yNjgyIDIuMDc4NTUgMzAuMzIzNSA1Ljc4NDE2IDM0LjA2OEM5LjQ4OTgxIDM3LjgxMjUgMTQuNTIzMSAzOS45NDM5IDE5Ljc5MSAzOS45OTg5WiIgZmlsbD0iI0JEQkRCRCIgZmlsbC1vcGFjaXR5PSIwLjU1Ii8+CjxwYXRoIGQ9Ik0yMS42MTQ1IDE0LjYwODRDMjEuNjE0NSAxMy43MjA4IDIwLjg5MjcgMTMgMTkuOTk4OSAxM0MxOS4xMDUgMTMgMTguMzg1NSAxMy43MjA4IDE4LjM4NTUgMTQuNjA4NFYxOC4zNjE2SDE0LjYxNTZDMTQuMTg3MSAxOC4zNjE2IDEzLjc3NjEgMTguNTMxMSAxMy40NzMyIDE4LjgzMjhDMTMuMTcwMiAxOS4xMzQ0IDEzIDE5LjU0MzUgMTMgMTkuOTcwMkMxMyAyMC4zOTY3IDEzLjE3MDIgMjAuODA1OSAxMy40NzMyIDIxLjEwNzRDMTMuNzc2MSAyMS40MDkxIDE0LjE4NzEgMjEuNTc4NiAxNC42MTU2IDIxLjU3ODZIMTguMzg3N1YyNS4zMzE4QzE4LjM3OTYgMjUuNTQ3OSAxOC40MTUzIDI1Ljc2MzQgMTguNDkzIDI1Ljk2NTRDMTguNTcwNCAyNi4xNjc1IDE4LjY4ODEgMjYuMzUxOCAxOC44Mzg3IDI2LjUwNzZDMTguOTg5NCAyNi42NjMzIDE5LjE3MDEgMjYuNzg3MiAxOS4zNzAxIDI2Ljg3MTlDMTkuNTY5OSAyNi45NTY0IDE5Ljc4NSAyNyAyMC4wMDIyIDI3QzIwLjIxOTQgMjcgMjAuNDM0NSAyNi45NTY0IDIwLjYzNDMgMjYuODcxOUMyMC44MzQyIDI2Ljc4NzIgMjEuMDE0OSAyNi42NjMzIDIxLjE2NTcgMjYuNTA3NkMyMS4zMTY0IDI2LjM1MTggMjEuNDM0MSAyNi4xNjc1IDIxLjUxMTUgMjUuOTY1NEMyMS41ODkxIDI1Ljc2MzQgMjEuNjI0OCAyNS41NDc5IDIxLjYxNjcgMjUuMzMxOFYyMS41Nzg2SDI1LjM4NDRDMjUuODEyOCAyMS41Nzg2IDI2LjIyMzggMjEuNDA5MSAyNi41MjY4IDIxLjEwNzRDMjYuODI5OCAyMC44MDU5IDI3IDIwLjM5NjcgMjcgMTkuOTcwMkMyNyAxOS41NDM1IDI2LjgyOTggMTkuMTM0NCAyNi41MjY4IDE4LjgzMjhDMjYuMjIzOCAxOC41MzExIDI1LjgxMjggMTguMzYxNiAyNS4zODQ0IDE4LjM2MTZIMjEuNjE0NVYxNC42MDg0WiIgZmlsbD0iIzAzMDMwMyIvPgo8L3N2Zz4K) 25 25,
      pointer;
  }

  .product-card__left-container.full .product-card__container-img {
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMzLjk5MzUgMzQuMjg5M0MzNS44ODI0IDMyLjQzOTMgMzcuMzg2MSAzMC4yMzMxIDM4LjQxNjkgMjcuNzk4NEMzOS40NDggMjUuMzYzNiAzOS45ODU5IDIyLjc0ODYgMzkuOTk5NiAyMC4xMDQ2QzQwLjAxMzQgMTcuNDYwNiAzOS41MDI4IDE0Ljg0MDEgMzguNDk3MyAxMi4zOTQ3QzM3LjQ5MTkgOS45NDkzIDM2LjAxMTcgNy43Mjc2IDM0LjE0MjEgNS44NThDMzIuMjcyNSAzLjk4ODQgMzAuMDUwNyAyLjUwOCAyNy42MDUzIDEuNTAyNkMyNS4xNiAwLjQ5NzA5NiAyMi41Mzk1IC0wLjAxMzQzNDMgMTkuODk1NSAwLjAwMDM5NTcxMkMxNy4yNTE1IDAuMDE0MDk1NyAxNC42MzY0IDAuNTUyMDk2IDEyLjIwMTYgMS41ODMxQzkuNzY2OTUgMi42MTQgNy41NjA2NSA0LjExNzYgNS43MTA3NSA2LjAwNjVDMi4wMjQ3NSA5Ljc3MDQgLTAuMDI3MzEgMTQuODM2NSAwLjAwMDE1MDAxNCAyMC4xMDQ2QzAuMDI3NzUgMjUuMzcyNyAyLjEzMjY1IDMwLjQxNzEgNS44NTc3NSAzNC4xNDIyQzkuNTgyOTUgMzcuODY3NCAxNC42MjczIDM5Ljk3MjMgMTkuODk1MyAzOS45OTk4QzI1LjE2MzQgNDAuMDI3MyAzMC4yMjk2IDM3Ljk3NTMgMzMuOTkzNSAzNC4yODkzWiIgZmlsbD0iI0JEQkRCRCIgZmlsbC1vcGFjaXR5PSIwLjU1Ii8+CjxwYXRoIGQ9Ik0xNy4zMjkxIDE1LjA0NkMxNi43MDE0IDE0LjQxODMgMTUuNjgxNCAxNC40MTkgMTUuMDQ5MyAxNS4wNTFDMTQuNDE3MiAxNS42ODMxIDE0LjQxODIgMTYuNzAxNiAxNS4wNDU4IDE3LjMyOTJMMTcuNjk5NyAxOS45ODMxTDE1LjAzNCAyMi42NDg4QzE0LjczMSAyMi45NTE4IDE0LjU2MDIgMjMuMzYyMyAxNC41NTkzIDIzLjc4OThDMTQuNTU4NCAyNC4yMTczIDE0LjcyNzMgMjQuNjI3IDE1LjAyOSAyNC45Mjg2QzE1LjMzMDYgMjUuMjMwMiAxNS43NDAzIDI1LjM5OTIgMTYuMTY3OCAyNS4zOTgyQzE2LjU5NTMgMjUuMzk3MyAxNy4wMDU3IDI1LjIyNjYgMTcuMzA4OCAyNC45MjM2TDE5Ljk3NiAyMi4yNTYzTDIyLjYyOTkgMjQuOTEwMkMyMi43NzcgMjUuMDY4NyAyMi45NTQ3IDI1LjE5NTkgMjMuMTUyNCAyNS4yODM4QzIzLjM1IDI1LjM3MiAyMy41NjM2IDI1LjQxOTEgMjMuNzgwMyAyNS40MjI3QzIzLjk5NjkgMjUuNDI2MyAyNC4yMTIzIDI1LjM4NjEgMjQuNDEzNiAyNS4zMDQ2QzI0LjYxNDcgMjUuMjIzIDI0Ljc5NzYgMjUuMTAxOCAyNC45NTEyIDI0Ljk0ODJDMjUuMTA0NyAyNC43OTQ2IDI1LjIyNiAyNC42MTE3IDI1LjMwNzUgMjQuNDEwNkMyNS4zODkgMjQuMjA5NCAyNS40MjkyIDIzLjk5NCAyNS40MjU3IDIzLjc3NzNDMjUuNDIyMSAyMy41NjA2IDI1LjM3NSAyMy4zNDcgMjUuMjg2OCAyMy4xNDk0QzI1LjE5ODkgMjIuOTUxNyAyNS4wNzE3IDIyLjc3NCAyNC45MTMyIDIyLjYyNjlMMjIuMjU5MyAxOS45NzNMMjQuOTIzNCAxNy4zMDg5QzI1LjIyNjQgMTcuMDA1OSAyNS4zOTcxIDE2LjU5NTUgMjUuMzk4MSAxNi4xNjc5QzI1LjM5OTEgMTUuNzQwNCAyNS4yMzAxIDE1LjMzMDcgMjQuOTI4NSAxNS4wMjkxQzI0LjYyNjggMTQuNzI3NSAyNC4yMTcyIDE0LjU1ODYgMjMuNzg5NyAxNC41NTk1QzIzLjM2MiAxNC41NjA1IDIyLjk1MTYgMTQuNzMxMiAyMi42NDg3IDE1LjAzNDFMMTkuOTgzIDE3LjY5OTlMMTcuMzI5MSAxNS4wNDZaIiBmaWxsPSIjMDMwMzAzIi8+Cjwvc3ZnPgo=) 25 25,
      pointer;
  }
}

.product-card__left-container.full .product-card__left-sticky {
  padding: 0 !important;
}

.product-card__left-container.full .product-card__left-sticky::after,
.product-card__left-container.full .product-card__left-sticky::before {
  display: none !important;
}

.product-card__left-container.full .product-card__container-img {
  padding: 0 !important;
}

.product-card__left-container.full .product-card__block-img {
  min-height: initial !important;
  max-height: initial !important;
  height: initial !important;
}

.product-card__left-container.full .product-card__block-img img {
  width: 100%;
}

.catalog__list_inner .slick-track {
  display: flex;
}

.catalog__list_inner .catalog-item {
  border-left: 1px solid #fff;
}

.catalog__list_inner .slick-next {
  right: 0;
  opacity: 0;
}

.catalog__list_inner .slick-prev {
  left: 0;
  opacity: 0;
}

.catalog__list_inner {
  z-index: 9;
}

@media (min-width: 540px) {
  .product-card__info {
    width: calc(50% - 16px);
  }

  .catalog__list_right .catalog-item__bottom {
    display: none;
  }
}

.catalog__list_right .catalog-item__img-block {
  padding-top: 100%;
}

.catalog__list_right .catalog-item__img-block img {
  object-fit: contain;
}

.catalog__list_right .catalog-item__favorite {
  display: none;
}

.catalog__list_right .catalog-item {
  border-left: 1px solid #fff;
}

.product-card__text {
  display: none;
}

.product-card-info__title.product-card-info__title_additi {
  margin-top: 56px;
  margin-bottom: 32px;
  text-transform: none;
  z-index: 4;
  position: relative;
  color: #53565a;
}

.catalog__list_right {
  margin-bottom: -8px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.catalog__list_right .slick-track {
  margin-left: unset;
}

.product-card__info .accordion-product {
  margin-top: 0px;
}

.product-card-info__form {
  margin-top: 20px;
}

.product-card__info .product-card-info__descr {
  margin: 16px 0 28px;
}

@media (max-width: 767px) {
  .product-card-info__title_additi {
    margin-top: 48px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .product-card-info__price-block {
  }

  .product-card-info__form {
    margin-top: 8px;
  }
}



:root {
  --swiper-theme-color: #4b4d53;
  --swiper-navigation-size: 30px;
  --swiper-navigation-sides-offset: 40px
}

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

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

.modal-form-container__wrapper li:before {
  content: ''!important;
}