/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --black: #000;
  --black-36: #242424;
  --black-64: #404040;
  --black-opacity-6: rgba(0, 0, 0, 0.06);
  --black-opacity-40: rgba(0, 0, 0, 0.4);
  --black-opacity-64: rgba(0, 0, 0, 0.64);
  --white: #fff;
  --white-opacity-20: rgba(255, 255, 255, 0.2);
  --gray-105: #696b72;
  --gray-135: #878990;
  --gray-174: #aeaeb2;
  --gray-189: #bdc3d6;
  --gray-220: #dcdee6;
  --gray-242: #f2f2f7;
  --gray-244: #f4f4f4;
  --gray-251: #fbfbfd;
  --red: #fe3233;
  --red-229: #e51e29;
  --red-244: #f4242d;
  --red-248: #f86464;
  --beige: #fae1c3;
  --orange: #ff9500;
  --orange-254: #fe9754;
  --blue: #76b8ff;
  --green: #009694;
  --green-2: #009911;
  --radius-4: 4px;
  --radius-5: 5px;
  --radius-8: 8px;
  --radius-12: 12px;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background-color: #dcdee6;
}

::-webkit-scrollbar-thumb {
  background-color: #404040;
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: #404040 #dcdee6;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}

body {
  font-family: var(--font-family);
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: var(--white);
  padding: 0 !important;
}
body:before {
  display: none !important;
}
@media (min-width: 1200px) {
  body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-color: var(--black-opacity-64);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media (min-width: 1200px) {
  body.overlayed::before {
    opacity: 1;
    visibility: visible;
  }
}

.auth .icons-header__item-login {
  display: none;
}
@media (min-width: 1200px) {
  .auth .icons-header__item-user {
    display: block;
  }
}
.auth .menu__cabinet-login {
  display: none;
}
.auth .menu__cabinet-user {
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  display: block;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

.container {
  max-width: 1824px;
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1880px;
    padding: 0 40px;
  }
}

html,
body {
  height: 100%;
}

.app {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main {
  flex: 1 1 auto;
}

.footer {
  margin-top: auto;
}

input {
  font-size: 16px;
}

input::placeholder,
textarea::placeholder {
  transition: opacity 0.3s;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 40px;
    line-height: 48px;
  }
}

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

.slider-scrollbar {
  position: relative;
  height: 16px;
  background-color: transparent;
}
.slider-scrollbar::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--gray-220);
}
@media (min-width: 768px) {
  .slider-scrollbar::before {
    height: 3px;
  }
}
@media (min-width: 1200px) {
  .slider-scrollbar::before {
    height: 4px;
  }
}
.slider-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}
.slider-scrollbar .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--black-64);
}
@media (min-width: 768px) {
  .slider-scrollbar .swiper-scrollbar-drag::before {
    height: 3px;
  }
}
@media (min-width: 1200px) {
  .slider-scrollbar .swiper-scrollbar-drag::before {
    top: 6px;
    height: 4px;
  }
}

.section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.fancybox__content {
  padding: 0;
}

.btn-play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--white);
}
@media (min-width: 1200px) {
  .btn-play {
    width: 32px;
    height: 32px;
  }
}
.btn-play::before {
  content: "";
  margin-left: 3px;
  border-left: 7px solid var(--white);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media (min-width: 1200px) {
  .btn-play::before {
    border-left-width: 11px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
}

.error-message {
  display: block;
  color: var(--red-229);
  font-size: 12px;
  line-height: 16px;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.loading_show {
  display: flex;
}
.loading img {
  display: block;
  width: 48px;
  aspect-ratio: 1/1;
  object-fit: contain;
  animation: rotating 1s linear infinite;
}

.video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 32/20;
  transition: transform 0.3;
  overflow: hidden;
  background: #000;
  max-height: 640px;
}
@media (min-width: 1900px) {
  .video {
    max-height: 980px;
  }
}
.video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: var(--black-opacity-40);
  transition: opacity 0.5s;
}
.video video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.5s;
}
.video button {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--white);
  transition: 0.5s;
  opacity: 0.8;
}
@media (min-width: 1440px) {
  .video button {
    transform: scale(1.54);
  }
}
.video button:before, .video button:after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--white);
  transition-property: width, height, opacity;
  transition-duration: 0.5s;
}
.video button svg {
  width: 21px;
  height: 26px;
  color: var(--white);
  transform: translateX(15%);
}
@media (min-width: 1200px) {
  .video:hover:before {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .video:hover img {
    transform: scale(1.1);
  }
}
.video:hover button {
  opacity: 1;
}
@media (min-width: 1200px) {
  .video:hover button {
    background-color: var(--white-opacity-20);
  }
}
@media (min-width: 1200px) {
  .video:hover button:before {
    width: 102px;
    height: 102px;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .video:hover button:after {
    width: 132px;
    height: 132px;
    opacity: 0;
  }
}
.video.active:before,
.video.active img,
.video.active button {
  display: none;
}

.file-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.file-input__main {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
}
.file-input__main input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.file-input__main svg {
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}
.file-input__main span {
  font-size: 14px;
  text-decoration: underline;
  padding-left: 8px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.file-input__main span i {
  font-style: normal;
  color: #696b72;
  text-decoration: none;
}
.file-input__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  font-size: 14px;
  width: 100%;
}
.file-input__list .file-item {
  display: flex;
  align-items: center;
}
.file-input__list .file-name {
  width: calc(100% - 16px);
  padding-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-input__list .file-delete {
  width: 16px;
  font-size: 31px;
  line-height: 16px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  color: #696b72;
  transition: 0.25s;
}
.file-input__list .file-delete:hover {
  color: var(--red-248);
}

.file-input + .error-message {
  display: none;
}

.file-input.active + .error-message {
  display: block;
}

.spoilers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .spoilers {
    gap: 24px;
  }
}
.spoilers__item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dcdee6;
  padding-top: 16px;
}
@media (min-width: 992px) {
  .spoilers__item {
    padding-top: 20px;
  }
}
.spoilers__item:first-child {
  border: none;
  padding: 0;
}
.spoilers__item-button {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}
@media (min-width: 992px) {
  .spoilers__item-button {
    font-size: 24px;
    line-height: 32px;
  }
}
.spoilers__item-button span {
  width: calc(100% - 16px);
  padding-right: 16px;
}
@media (min-width: 992px) {
  .spoilers__item-button span {
    width: calc(100% - 24px);
    padding-left: 16px;
    padding-right: 40px;
  }
}
.spoilers__item-button svg {
  width: 16px;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .spoilers__item-button svg {
    width: 24px;
  }
}
.spoilers__item-button.active svg {
  transform: rotate(45deg);
}
.spoilers__item-body {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.spoilers__item-body-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .spoilers__item-body-item {
    font-size: 16px;
    line-height: 24px;
    padding: 0 16px;
  }
}
.spoilers__item-body-item b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .spoilers__item-body-item b {
    font-size: 18px;
    line-height: 26px;
  }
}
.spoilers__item-body-item ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.spoilers__item-body-item ol li {
  list-style-type: disc;
}
.spoilers__item-body-item ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.spoilers__item-body-item ul li {
  list-style-type: decimal;
}
.active + .spoilers__item-body {
  opacity: 1;
  height: auto;
  transition: 0.3s;
  overflow: visible;
  gap: 24px;
  padding-top: 16px;
}

.share {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.share:before {
  content: "";
  z-index: 1;
  background: #000;
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.share.active {
  background: #000;
  transition: padding-top 0.3s;
  padding-top: 8px;
}
.share.active:before {
  opacity: 1;
}
.share__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  aspect-ratio: 1/1;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  opacity: 0;
}
.share__close svg {
  width: 18px;
  aspect-ratio: 1/1;
}
.share.active .share__close {
  opacity: 1;
  transition: 0.3s;
}
.share__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .share__button {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    height: 40px;
  }
}
.share__button svg {
  width: 20px;
  aspect-ratio: 1/1;
}
.share.active .share__button {
  border-radius: 0;
}
.share__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background: #000;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.share__socials-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 999px;
  color: #000;
}
.share__socials-item svg {
  width: 24px;
  aspect-ratio: 1/1;
}
.share.active .share__socials {
  padding: 16px;
  overflow: visible;
  opacity: 1;
  height: auto;
  transition: 0.3s;
}

.tags {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 992px) {
  .tags {
    padding: 16px;
    background: #f4f4f4;
    gap: 24px;
    position: sticky;
    top: 70px;
  }
}
@media (min-width: 1200px) {
  .tags {
    top: 110px;
  }
}
.tags__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .tags__item {
    gap: 16px;
  }
}
.tags__title {
  display: none;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .tags__title {
    display: block;
  }
}
.tags__body-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  overflow-x: auto;
  margin: 0 -12px;
  padding: 0 12px;
  padding-bottom: 4px;
}
@media (min-width: 992px) {
  .tags__body-wrapper {
    margin: 0;
    padding: 0;
  }
}
.tags__body {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}
@media (min-width: 992px) {
  .tags__body {
    flex-wrap: wrap;
  }
}
.tags label {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  user-select: none;
}
.tags label input {
  display: none;
}
.tags label span {
  display: flex;
  align-items: center;
  height: 20px;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .tags label span {
    font-size: 12px;
    padding: 0 12px;
    height: 32px;
  }
}
.tags label :checked + span {
  background: #000;
  color: #fff;
}

html body .bx-sls .dropdown-block {
  height: 40px;
  padding-right: 30px !important;
  border-color: var(--gray-189) !important;
  border-radius: var(--radius-4) !important;
}
html body .bx-sls .dropdown-icon {
  top: 50% !important;
  margin-top: -7px !important;
}
html body .bx-sls .dropdown-field {
  height: 38px !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  width: 100%;
  outline: none !important;
}
html body .bx-sls .dropdown-fade2white {
  display: none !important;
}
html body .bx-sls .bx-ui-sls-clear {
  top: 50% !important;
  margin-top: -15px !important;
}
html body .bx-sls .bx-ui-sls-fake,
html body .bx-sls .bx-ui-sls-route {
  height: 38px;
}
html body .bx-sls .bx-ui-sls-error div {
  top: 4px;
}

.ymaps3x0--controls {
  z-index: 1 !important;
}

.cookies {
  display: none;
  align-items: center;
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: calc(100% - 102px);
  padding: 12px;
  background: #fff;
}
@media (min-width: 992px) {
  .cookies {
    width: auto;
    max-width: 680px;
    padding: 16px 24px;
    bottom: 20px;
    right: 20px;
  }
}
.cookies.active {
  display: flex;
}
.cookies p {
  margin: 0;
  width: calc(100% - 70px);
  padding-right: 12px;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .cookies p {
    width: calc(100% - 90px);
    padding-right: 32px;
    font-size: 16px;
    line-height: 24px;
  }
}
.cookies button {
  width: 70px;
  height: 36px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  border: 1px solid #000;
  border-radius: 999px;
  color: #000;
}
@media (min-width: 992px) {
  .cookies button {
    width: 90px;
    height: 40px;
  }
}
.cookies button:hover {
  background: #000;
  color: #fff;
}

.main-default-page {
  padding-bottom: 32px;
}
.main-default-page h1 {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .main-default-page h1 {
    margin-bottom: 32px;
  }
}
.main-default-page h2,
.main-default-page h3,
.main-default-page h4 {
  margin-bottom: 16px;
}
.main-default-page ol {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 20px;
}
.main-default-page ol li {
  list-style: decimal;
}
.main-default-page ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 20px;
}
.main-default-page ul li {
  list-style: disc;
}
.main-default-page p a {
  text-decoration: underline;
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .comments {
    gap: 40px;
  }
}
.comments__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .comments__item {
    gap: 24px;
  }
}
.comments__item-one {
  display: flex;
  flex-direction: column;
}
.comments__item-two {
  padding-left: 32px;
  background: no-repeat 0 0;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 10L20 15L15 20" stroke="%23696B72" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 4V11C4 12.0609 4.42143 13.0783 5.17157 13.8284C5.92172 14.5786 6.93913 15 8 15H20" stroke="%23696B72" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.comments__item + .comments__item {
  padding-top: 24px;
}
.comments__question {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.comments__question p a {
  color: var(--red);
  text-decoration: underline;
}
.comments__answer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #dcdce6;
  padding: 12px;
}
@media (min-width: 992px) {
  .comments__answer {
    padding: 16px 32px;
  }
}
.comments__answer p a {
  color: var(--red);
  text-decoration: underline;
}
.comments__author {
  display: flex;
  align-items: center;
}
.comments__author picture {
  display: flex;
  flex-direction: column;
  width: 40px;
  overflow: hidden;
  border-radius: 999px;
}
@media (min-width: 768px) {
  .comments__author picture {
    width: 44px;
  }
}
.comments__author picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.comments__author div {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .comments__author div {
    width: calc(100% - 44px);
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }
}
.comments__author b {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .comments__author b {
    font-size: 16px;
    line-height: 24px;
  }
}
.comments__author i {
  color: #696b72;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.comments__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .comments__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.comments__text p {
  margin: 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 7px 23px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
  transition-property: color, border-color, background-color;
  transition-duration: 0.3s;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 18px;
  }
}
.btn:disabled {
  cursor: default;
}
.btn--black {
  color: var(--white);
  border: 1px solid var(--black-36);
  background-color: var(--black-36);
}
@media (min-width: 1200px) {
  .btn--black:not(:disabled):hover {
    border-color: var(--black);
    background-color: var(--black);
  }
}
.btn--black.animated {
  animation: btn-animate 0.5s linear infinite;
  background-size: 30px 30px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}
.btn--transparent {
  color: var(--black);
  font-weight: 500;
  border: 1px solid var(--black);
  background-color: transparent;
}
@media (min-width: 1200px) {
  .btn--transparent:not(:disabled):hover {
    color: var(--white);
    border-color: var(--black-36);
    background-color: var(--black-36);
  }
}
.btn--transparent:disabled {
  color: var(--gray-135);
  border-color: var(--gray-135);
}
.btn--white {
  color: var(--black);
  font-weight: 500;
  border: 1px solid var(--black);
  background-color: var(--white);
}
@media (min-width: 1200px) {
  .btn--white:not(:disabled):hover {
    color: var(--white);
    border-color: var(--white);
    background-color: transparent;
  }
}

@keyframes btn-animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
.header {
  position: relative;
  height: 96px;
  background-color: var(--white);
}
@media (min-width: 1200px) {
  .header {
    height: 176px;
  }
}
.header.sticky .header-top {
  margin-top: -48px;
}
@media (min-width: 1200px) {
  .header.sticky .header-top {
    margin-top: -40px;
  }
}
.header.sticky .header-bottom {
  margin-top: -48px;
}
.header.sticky .header-catalog {
  height: calc(100vh - 88px);
}
.header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  border-bottom: 1px solid var(--gray-242);
}
.header__contacts {
  display: none;
}
@media (min-width: 992px) {
  .header__contacts {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.header__contact {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--black);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.header__contact::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--black);
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  .header__contact:hover::after {
    background-color: transparent;
  }
}
.header__contact:has(svg)::after {
  left: 20px;
}
.header__announcement {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.header__burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 16px 0 -8px;
}
@media (min-width: 1200px) {
  .header__burger {
    display: none;
  }
}
.header__burger::before, .header__burger::after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background-color: var(--black);
}
.header__burger::before {
  margin: 0 0 4px 0;
}
.header__burger::after {
  margin: 4px 0 0 0;
}
.header__burger span {
  display: block;
  width: 22px;
  height: 1px;
  background-color: var(--black);
}
.header__logo img {
  width: auto;
  height: auto;
  max-height: 32px;
}
@media (min-width: 1200px) {
  .header__logo img {
    max-height: 68px;
  }
}
.header__buttons {
  display: none;
}
@media (min-width: 1200px) {
  .header__buttons {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.header__search {
  display: none;
  max-width: 720px;
  width: 100%;
}
@media (min-width: 1200px) {
  .header__search {
    display: block;
  }
}
.header__nav {
  height: 48px;
  padding: 4px 0;
}
.header__nav .nav__list {
  align-items: center;
  gap: 40px;
}

.header-top {
  background-color: var(--gray-242);
  transition: margin-top 0.3s;
}
.header-top__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 48px;
}
@media (min-width: 992px) {
  .header-top__wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .header-top__wrapper {
    height: 40px;
  }
}

.header-social {
  display: none;
}
@media (min-width: 992px) {
  .header-social {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 -5px 0 0;
  }
}
.header-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
}
.header-social__link svg {
  color: var(--black-64);
}

.header-middle {
  position: relative;
  z-index: 2;
  background-color: var(--white);
}
.header-middle__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 4px 0px;
  gap: 32px;
}
@media (min-width: 1200px) {
  .header-middle__wrapper {
    height: 88px;
    padding: 10px 0px;
  }
}
.header-middle__inner {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .header-middle__inner {
    gap: 40px;
  }
}

.header-bottom {
  position: relative;
  display: none;
}
@media (min-width: 1200px) {
  .header-bottom {
    display: block;
    background-color: var(--white);
    transition: margin-top 0.3s;
  }
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
  border: 1px solid var(--black);
  border-radius: 20px;
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  .header-btn:hover {
    background-color: var(--gray-242);
  }
}
.header-btn.active .header-btn__burger span {
  opacity: 0;
  transform: scale(0);
}
.header-btn.active .header-btn__burger::before {
  transform: translateY(5px) rotate(135deg);
}
.header-btn.active .header-btn__burger:after {
  transform: translateY(-5px) rotate(-135deg);
}
.header-btn__burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
}
.header-btn__burger::before, .header-btn__burger::after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background-color: var(--black);
  transition: transform 0.3s;
}
.header-btn__burger::before {
  margin: 0 0 4px 0;
}
.header-btn__burger::after {
  margin: 4px 0 0 0;
}
.header-btn__burger span {
  display: block;
  width: 22px;
  height: 1px;
  background-color: var(--black);
  transition: opacity 0.3s, transform 0.3s;
}

.header-catalog {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  display: flex;
  width: 100%;
  height: calc(100vh - 176px);
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition-property: height, opacity, visibility;
  transition-duration: 0.3s;
}
.header-catalog.active {
  opacity: 1;
  visibility: visible;
}
.header-catalog__wrapper {
  display: flex;
  gap: 20px;
  height: 100%;
  border-top: 1px solid var(--gray-220);
}
.header-catalog__side {
  flex-shrink: 0;
  width: 280px;
  padding: 8px 16px;
  border-right: 1px solid var(--gray-220);
  overflow-y: auto;
}
.header-catalog__list:not(:first-child) {
  padding: 16px 0 0 0;
  border-top: 1px solid var(--gray-220);
}
.header-catalog__list:not(:last-child) {
  margin: 0 0 16px 0;
}
.header-catalog__item:not(:last-child) {
  margin: 0 0 12px 0;
}
.header-catalog__link {
  position: relative;
  display: block;
  padding: 8px 0 8px 48px;
  font-size: 16px;
  line-height: 24px;
  transition: font-weight 0.1s;
}
.header-catalog__link.active, .header-catalog__link:hover {
  font-weight: 600;
}
.header-catalog__link--red {
  color: var(--red-229);
}
.header-catalog__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.header-catalog__icon img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.header-catalog__content {
  flex-grow: 1;
  min-width: 0;
}
.header-catalog__content-item {
  display: none;
  height: 100%;
  padding: 24px 0;
  overflow-y: auto;
}
.header-catalog__content-item.active {
  display: block;
}
.header-catalog__content-item-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
}
@media (min-width: 1440px) {
  .header-catalog__content-item-inner {
    grid-gap: 28px;
  }
}
@media (min-width: 1600px) {
  .header-catalog__content-item-inner {
    grid-template-columns: 1fr 516px;
  }
}
@media (min-width: 1440px) {
  .header-catalog__row-inner {
    column-count: 2;
    column-gap: 32px;
  }
}
.header-catalog__cards {
  padding: 0 16px;
}
.header-catalog__col {
  margin: 0 0 32px 0;
  break-inside: avoid-column;
}
.header-catalog__caption {
  display: block;
  width: fit-content;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.header-catalog__sub-list {
  margin: 8px 0 0 0;
}
.header-catalog__sub-item:not(:last-child) {
  margin: 0 0 4px 0;
}
.header-catalog__sub-link {
  display: block;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-105);
}

.header-catalog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 24px 24px 24px;
  aspect-ratio: 1/1.35;
}
@media (min-width: 1600px) {
  .header-catalog-card {
    padding: 38px 30px 72px 24px;
  }
}
.header-catalog-card:not(:last-child) {
  margin: 0 0 16px 0;
}
.header-catalog-card__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.header-catalog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-catalog-card__title {
  margin: 0 0 6px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .header-catalog-card__title {
    margin: 0 0 16px 0;
  }
}
.header-catalog-card__descr {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 24px;
}
.header-catalog-card__btn {
  margin: auto 0 0 auto;
  padding: 3px 15px;
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
  border: 1px solid var(--black);
  border-radius: 20px;
}

.header-slider__top {
  margin: 0 0 16px 0;
}
.header-slider__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.header-slider__buttons.slider-buttons {
  gap: 8px;
}
.header-slider__buttons .slider-buttons__prev,
.header-slider__buttons .slider-buttons__next {
  width: 32px;
  height: 32px;
}
.header-slider__buttons .slider-buttons__prev svg,
.header-slider__buttons .slider-buttons__next svg {
  width: 8px;
  height: 14px;
}
.header-slider__swiper .swiper-slide {
  width: 280px;
}
@media (min-width: 1600px) {
  .header-slider__swiper .swiper-slide {
    width: 284px;
  }
}
.header-slider__scrollbar {
  margin: 24px 0 0;
}
.header-slider__btn {
  margin: 24px 0 0;
}
.header-slider__btn.btn.hidden {
  display: none;
}

.nav__list {
  display: flex;
}
.nav__item {
  flex-shrink: 0;
}
.nav__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
}
.nav__link--catalog svg {
  transform: rotate(180deg);
  color: var(--black);
  fill: transparent;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  .nav__link:hover::after {
    background-color: var(--black);
  }
}
.nav__link:has(svg)::after {
  left: 28px;
}
.nav__link--bold {
  font-weight: 600;
}
.nav__link--red {
  color: var(--red);
}

.search__form {
  position: relative;
}
.search__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 7px 40px 7px 15px;
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
  border-radius: 20px;
  border: 1px solid var(--gray-135);
}
.search__input::placeholder {
  color: var(--gray-135);
  font-size: 16px;
}
.search__reset {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.search__reset svg {
  color: var(--black-64);
}
.search__reset.active {
  opacity: 1;
  visibility: visible;
}
.search__btn {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: opacity 0.3s, visibility 0.3s;
}
.search__btn svg {
  color: var(--black);
  transition: color 0.3s;
}
.search__btn.hidden {
  opacity: 0;
  visibility: hidden;
}

.search-layer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 24px 0 56px;
  background-color: var(--white);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 1200px) {
  .search-layer {
    display: block;
  }
}
.search-layer.active {
  opacity: 1;
  visibility: visible;
}
.search-layer__descr {
  margin: 0 0 24px 0;
  font-size: 18px;
  line-height: 26px;
}
.search-layer__descr b,
.search-layer__descr strong {
  font-weight: 700;
}
.search-layer__descr.hidden {
  display: none;
}
.search-layer__inner {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1200px) {
  .search-layer__inner {
    order: 0;
    display: flex;
    flex-direction: row;
  }
}
.search-layer__content {
  order: 1;
  min-width: 0;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .search-layer__content {
    order: 0;
  }
}
.search-layer__top {
  margin: 0 0 16px 0;
}
.search-layer__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.search-layer__buttons.slider-buttons {
  gap: 8px;
}
.search-layer__buttons .slider-buttons__prev,
.search-layer__buttons .slider-buttons__next {
  width: 32px;
  height: 32px;
}
.search-layer__buttons .slider-buttons__prev svg,
.search-layer__buttons .slider-buttons__next svg {
  width: 8px;
  height: 14px;
}
.search-layer__swiper .swiper-slide {
  width: 280px;
}
.search-layer__btn {
  margin: 24px 0 0 0;
}
.search-layer__btn.btn.hidden {
  display: none;
}
.search-layer__side {
  flex-shrink: 0;
  display: flex;
  gap: 24px;
}
@media (min-width: 1200px) {
  .search-layer__side {
    width: 260px;
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .search-layer__side {
    width: 280px;
  }
}
.search-layer__caption {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.search-layer__item:not(:last-child) {
  margin: 0 0 8px 0;
}
.search-layer__link {
  color: var(--gray-105);
  font-size: 16px;
  line-height: 24px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  background-color: var(--white);
  transform: translateX(-100%);
  transition: transform 0.5s;
}
@media (min-width: 768px) {
  .menu {
    transition: transform 0.7s;
  }
}
@media (min-width: 1200px) {
  .menu {
    display: none;
  }
}
.menu.active {
  transform: translateX(0);
}
.menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 4px 0;
}
.menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 -8px;
  width: 40px;
  height: 40px;
}
.menu__close svg {
  color: var(--black);
}
.menu__logo img {
  width: auto;
  height: auto;
  max-height: 32px;
}
.menu__cabinet {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px 0;
  padding: 4px 0;
  font-size: 16px;
  line-height: 24px;
}
.menu__cabinet-login {
  display: flex;
}
.menu__cabinet-user {
  display: none;
}
.menu__search {
  padding: 12px 0;
}
.menu__search .search__btn svg {
  width: 19px;
  height: 19px;
}
.menu__nav {
  flex-grow: 1;
  border-top: 1px solid #dcdee6;
  overflow-y: auto;
}
.menu__nav .nav__list {
  flex-direction: column;
  gap: 16px;
  padding: 12px 0 24px;
}

.menu-search-layer {
  position: absolute;
  z-index: 1;
  top: 112px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 12px 76px;
  overflow-y: auto;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.menu-search-layer.active {
  opacity: 1;
  visibility: visible;
}
.menu-search-layer__descr {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 16px;
}
.menu-search-layer__descr b,
.menu-search-layer__descr strong {
  font-weight: 700;
}
.menu-search-layer__side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 12px 0;
}
@media (min-width: 576px) {
  .menu-search-layer__side {
    flex-direction: row;
    gap: 24px;
  }
}
.menu-search-layer__caption {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.menu-search-layer__item:not(:last-child) {
  margin: 0 0 8px 0;
}
.menu-search-layer__link {
  display: block;
  color: var(--gray-105);
  font-size: 14px;
  line-height: 16px;
}
.menu-search-layer__content .menu-search-layer__caption {
  margin: 0;
}
@media (min-width: 768px) {
  .menu-search-layer__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
}
.menu-search-layer__bottom {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 12px 24px;
  background-color: var(--white);
}
.menu-search-layer__bottom.active {
  display: block;
}
.menu-search-layer__btn.btn {
  width: 100%;
}
@media (min-width: 576px) {
  .menu-search-layer__btn.btn {
    width: fit-content;
  }
}

.menu-search-layer-card {
  position: relative;
  display: flex;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid var(--gray-220);
}
@media (min-width: 768px) {
  .menu-search-layer-card {
    border-top: none;
  }
}
.menu-search-layer-card:first-child {
  border-top: none;
}
.menu-search-layer-card__favorites {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 24px;
  height: 24px;
}
.menu-search-layer-card__img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.menu-search-layer-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-search-layer-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.menu-search-layer-card__article {
  display: block;
  margin: 0 0 6px 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--gray-135);
}
.menu-search-layer-card__link {
  display: block;
  margin: 0 0 6px 0;
}
.menu-search-layer-card__title {
  font-family: var(--font-family);
  min-height: 32px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.menu-search-layer-card__prices {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto 0 0;
  padding: 0 24px 0 0;
}
.menu-search-layer-card__price {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.menu-search-layer-card__old-price {
  flex-shrink: 0;
  color: var(--gray-135);
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
  font-weight: 500;
}
@media (min-width: 768px) {
  .menu-search-layer-card__old-price {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

.menu-catalog {
  position: absolute;
  top: 112px;
  left: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 12px;
  background-color: var(--white);
}
.menu-catalog.active {
  left: 0;
  height: auto;
  transition: left 0.3s;
}
.menu-catalog__close {
  display: flex;
  align-self: flex-start;
  gap: 8px;
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}
.menu-catalog__close svg {
  color: var(--black);
  fill: transparent;
}
.menu-catalog__inner {
  margin: 0 -12px 0 0;
  padding: 0 12px 24px 0;
  overflow-y: auto;
}
.menu-catalog__list:not(:first-child) {
  padding: 16px 0 0 0;
  border-top: 1px solid var(--gray-220);
}
.menu-catalog__list:not(:last-child) {
  margin: 0 0 16px 0;
}
.menu-catalog__item:not(:last-child) {
  margin: 0 0 16px 0;
}
.menu-catalog__btn {
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  text-align: left;
}
.menu-catalog__btn--red {
  color: var(--red-229);
}
.menu-catalog__btn:after {
  width: 20px;
  height: 16px;
  transition: 0.3s;
  background: no-repeat 50%;
  background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6L10 12L16 6" stroke="black"/></svg>');
}
.menu-catalog__btn.active:after {
  transform: rotate(180deg);
}
.menu-catalog__btn.js-toggle:after {
  content: "";
}
.menu-catalog__popup {
  display: flex;
  flex-direction: column;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.menu-catalog__popup.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  transition: opacity 0.3s;
  margin-top: 12px;
}
.menu-catalog__popup-close {
  display: flex;
  align-self: flex-start;
  gap: 8px;
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  display: none;
}
.menu-catalog__popup-close svg {
  color: var(--black);
  fill: transparent;
}
.menu-catalog__row {
  margin: 0 -12px 0 0;
  padding: 0 12px 24px 0;
  overflow-y: auto;
}
.menu-catalog__col:not(:last-child) {
  margin: 0 0 16px 0;
}
.menu-catalog__caption {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.menu-catalog__sub-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.menu-catalog__sub-list .menu-catalog__sub-list {
  gap: 4px;
  margin-top: -12px;
}
.menu-catalog__sub-list .menu-catalog__sub-list li {
  margin: 0;
}
.menu-catalog__sub-item {
  /*
  */
}
.menu-catalog__sub-link {
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-105);
}
.menu-catalog__cards {
  margin: 0 -12px 0 0;
  padding: 0 12px 24px 0;
  margin-top: 12px;
  overflow-y: auto;
}
.menu-catalog__cards-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px 12px;
}
@media (min-width: 768px) {
  .menu-catalog__cards-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.menu-catalog__cards-btn {
  margin: 24px auto 0;
}

.menu-catalog-card {
  position: relative;
}
.menu-catalog-card__favorites {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.menu-catalog-card__img {
  display: block;
  margin: 0 0 4px 0;
  aspect-ratio: 1;
}
.menu-catalog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-catalog-card__article {
  display: block;
  margin: 0 0 4px 0;
  color: var(--gray-135);
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.menu-catalog-card__link {
  display: block;
  margin: 0 0 4px 0;
}
.menu-catalog-card__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.menu-catalog-card__prices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.menu-catalog-card__price {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.menu-catalog-card__old-price {
  flex-shrink: 0;
  color: var(--gray-135);
  font-size: 16px;
  line-height: 24px;
  text-decoration: line-through;
}

.icons-header {
  display: flex;
  align-items: center;
  margin: 0 -8px 0 0;
}
.icons-header__item {
  position: relative;
}
.icons-header__item:hover .icons-header-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.icons-header__item-login {
  display: none;
}
@media (min-width: 1200px) {
  .icons-header__item-login {
    display: block;
  }
}
.icons-header__item-user {
  display: none;
}
@media (min-width: 1200px) {
  .icons-header__item-phone {
    display: none;
  }
}
.icons-header__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.icons-header__link svg {
  color: var(--black);
  fill: var(--white);
  transition: color 0.3s;
}
.icons-header__link span {
  position: absolute;
  top: 6px;
  left: calc(100% - 18px);
  min-width: 16px;
  padding: 0 3px;
  color: var(--white);
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  background-color: var(--red);
}
@media (min-width: 1200px) {
  .icons-header__link:hover svg {
    color: var(--gray-105);
  }
}

.icons-header-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: -22px;
  padding: 11px;
  background-color: var(--white);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-220);
  opacity: 0;
  visibility: hidden;
  transition-property: top, opacity, visibility;
  transition: 0.3s;
}
.icons-header-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 34px;
  width: 12px;
  height: 12px;
  border-left: 1px solid var(--gray-220);
  border-top: 1px solid var(--gray-220);
  background-color: var(--white);
  transform: rotate(45deg);
}
.icons-header-menu__item:not(:last-child) {
  margin: 0 0 8px 0;
}
.icons-header-menu__item:last-child {
  padding: 7px 0 0 0;
  border-top: 1px solid var(--gray-220);
}
.icons-header-menu__link {
  display: block;
  color: var(--black);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.icons-header-menu__link--bold {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .hero {
    padding: 0 0 16px 0;
  }
}
.hero__wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.hero__swiper .swiper-slide {
  height: auto;
}
.hero__prev, .hero__next {
  display: none;
}
@media (min-width: 1200px) {
  .hero__prev, .hero__next {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
  }
}
.hero__prev svg, .hero__next svg {
  color: #000;
  transition: transform 0.3s;
}
.hero__prev.white svg, .hero__next.white svg {
  color: #fff;
}
.hero__prev.swiper-button-disabled, .hero__next.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}
.hero__prev.swiper-button-lock, .hero__next.swiper-button-lock {
  display: none;
}
.hero__prev {
  left: 4px;
}
@media (min-width: 1200px) {
  .hero__prev:hover svg {
    transform: translateX(-15px);
  }
}
.hero__next {
  right: 4px;
}
.hero__next svg {
  transform: rotate(180deg);
}
.hero__next:hover svg {
  transform: rotate(180deg) translateX(-15px);
}
.hero__pagination.swiper-pagination-bullets {
  display: flex;
  margin: 16px 0 0 0;
  justify-content: center;
}
@media (min-width: 1200px) {
  .hero__pagination.swiper-pagination-bullets {
    position: absolute;
    left: 0;
    bottom: 16px;
    z-index: 1;
  }
}
.hero__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--gray-105);
  background-color: var(--white);
  opacity: 1;
}
.hero__pagination .swiper-pagination-bullet-active {
  background-color: var(--gray-105);
}

.hero-video {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-video video,
.hero-video img {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: #000;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .hero-video video,
  .hero-video img {
    display: block;
  }
}
.hero-video img {
  display: block;
}
@media (min-width: 992px) {
  .hero-video img {
    display: none;
  }
}

.hero-item {
  position: relative;
  height: 100%;
  min-height: 700px;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .hero-item {
    min-height: 480px;
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .hero-item {
    min-height: 534px;
    padding: 0 60px;
  }
}
@media (min-width: 1440px) {
  .hero-item {
    padding: 0 70px;
  }
}
@media (min-width: 1600px) {
  .hero-item {
    min-height: 600px;
  }
}
@media (min-width: 1900px) {
  .hero-item {
    min-height: 750px;
  }
}
.hero-item_dark {
  color: #fff;
}
.hero-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .hero-item__bg > * {
    display: none;
  }
}
.hero-item__bg > * + * {
  display: none;
}
@media (min-width: 768px) {
  .hero-item__bg > * + * {
    display: block;
  }
}
.hero-item__bg picture,
.hero-item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-item__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 56px 0;
}
@media (min-width: 768px) {
  .hero-item__wrapper {
    justify-content: center;
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .hero-item__wrapper {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.hero-item__content {
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-item__content {
    max-width: 50%;
  }
}
.hero-item__sale {
  position: absolute;
  top: var(--mobile-y);
  left: var(--mobile-x);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .hero-item__sale {
    top: var(--desktop-y);
    left: var(--desktop-x);
    width: 140px;
    height: 140px;
    font-size: 40px;
    line-height: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1200px) {
  .hero-item__sale {
    width: 200px;
    height: 200px;
    font-size: 56px;
    line-height: 64px;
  }
}
.hero-item__date {
  position: absolute;
  top: 24px;
  left: 0;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .hero-item__date {
    top: 36px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-item__date {
    top: 48px;
    font-size: 18px;
    line-height: 26px;
  }
}
.hero-item__title {
  margin: 0 0 8px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero-item__title {
    margin: 0 0 16px 0;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-item__title {
    margin: 0 0 24px 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
  }
}
.hero-item__descr {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .hero-item__descr {
    margin: 0 0 32px 0;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .hero-item__descr {
    margin: 0 0 48px 0;
    font-size: 24px;
    line-height: 32px;
  }
}
.hero-item__btn {
  display: block;
  width: fit-content;
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-bottom: 1px solid var(--black);
}
@media (min-width: 768px) {
  .hero-item__btn {
    padding: 7px 31px;
    color: var(--white);
    border-radius: 20px;
    border: 1px solid var(--black);
    background-color: var(--black);
  }
}
@media (min-width: 1200px) {
  .hero-item__btn {
    font-size: 18px;
    transition-property: color, border-color, background-color;
    transition-duration: 0.3s;
  }
}
@media (min-width: 1200px) {
  .hero-item__btn:hover {
    border-color: var(--black-36);
    background-color: var(--black-36);
  }
}
@media (max-width: 767px) {
  .hero-item_dark .hero-item__btn {
    color: #fff;
    border-color: #fff;
  }
}
.hero-item__footnote {
  position: absolute;
  left: 0;
  bottom: 8px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .hero-item__footnote {
    bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .hero-item__footnote {
    bottom: 32px;
    font-size: 14px;
  }
}

.hero-item-disclaimer {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .hero-item-disclaimer {
    top: 20px;
    right: 20px;
  }
}
.hero-item-disclaimer:hover .hero-item-disclaimer__tooltip {
  top: calc(100% + 8px);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .hero-item-disclaimer:hover .hero-item-disclaimer__tooltip {
    top: calc(100% + 12px);
  }
}
.hero-item-disclaimer__btn {
  display: flex;
  gap: 4px;
  padding: 2px 4px 2px 2px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 20px;
  background-color: var(--white);
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .hero-item-disclaimer__btn {
    padding: 4px 6px 4px 4px;
    font-size: 12px;
    line-height: 16px;
  }
}
.hero-item-disclaimer__btn svg {
  width: 12px;
  height: 12px;
  color: var(--black);
}
@media (min-width: 1200px) {
  .hero-item-disclaimer__btn svg {
    width: 16px;
    height: 16px;
  }
}
.hero-item-disclaimer__tooltip {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  padding: 6px;
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
  background-color: var(--white);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: top, opacity, visibility;
}
@media (min-width: 1200px) {
  .hero-item-disclaimer__tooltip {
    top: calc(100% + 20px);
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
  }
}
.hero-item-disclaimer__tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 34px;
  border-bottom: 4px solid var(--white);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
@media (min-width: 1200px) {
  .hero-item-disclaimer__tooltip::before {
    border-bottom-width: 8px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
}

.slider-buttons {
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  .slider-buttons {
    display: flex;
  }
}
.slider-buttons__prev, .slider-buttons__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gray-105);
  transition: opacity 0.3s, border-color 0.3s;
}
.slider-buttons__prev svg, .slider-buttons__next svg {
  color: var(--gray-105);
  transition: color 0.3s;
}
.slider-buttons__prev.swiper-button-disabled, .slider-buttons__next.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}
.slider-buttons__prev.swiper-button-lock, .slider-buttons__next.swiper-button-lock {
  display: none;
}
.slider-buttons__prev:not(.swiper-button-disabled):hover, .slider-buttons__next:not(.swiper-button-disabled):hover {
  border-color: var(--black);
}
.slider-buttons__prev:not(.swiper-button-disabled):hover svg, .slider-buttons__next:not(.swiper-button-disabled):hover svg {
  color: var(--black);
}
.slider-buttons__next svg {
  transform: rotate(180deg);
}
.slider-buttons--white .slider-buttons__prev,
.slider-buttons--white .slider-buttons__next {
  border-color: var(--white);
}
.slider-buttons--white .slider-buttons__prev svg,
.slider-buttons--white .slider-buttons__next svg {
  color: var(--white);
}
.slider-buttons--white .slider-buttons__prev:not(.swiper-button-disabled):hover,
.slider-buttons--white .slider-buttons__next:not(.swiper-button-disabled):hover {
  border-color: var(--white);
}
.slider-buttons--white .slider-buttons__prev:not(.swiper-button-disabled):hover svg,
.slider-buttons--white .slider-buttons__next:not(.swiper-button-disabled):hover svg {
  color: var(--white);
}

.categories {
  padding: 56px 0 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .categories {
    padding: 32px 0 0;
  }
}
.categories__top {
  display: none;
}
@media (min-width: 1200px) {
  .categories__top {
    display: flex;
    margin: 0 0 24px 0;
  }
}
.categories__buttons {
  margin: 0 0 0 auto;
}
.categories__swiper {
  overflow: visible;
}
@media (min-width: 1200px) {
  .categories__swiper {
    overflow: hidden;
  }
}
.categories__swiper .swiper-slide {
  height: auto;
}
.categories__scrollbar {
  margin: 24px 0 0 0;
}
@media (min-width: 768px) {
  .categories__scrollbar {
    margin: 32px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .categories__scrollbar {
    margin: 40px 0 0 0;
  }
}

.slider {
  overflow: hidden;
}
.slider__top {
  margin: 0 0 24px 0;
}
.slider__swiper {
  overflow: visible;
}
@media (min-width: 1200px) {
  .slider__swiper {
    overflow: hidden;
  }
}
.slider__swiper .swiper-slide {
  height: auto;
}
.slider__scrollbar {
  margin: 24px 0 0 0;
}
@media (min-width: 768px) {
  .slider__scrollbar {
    margin: 32px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .slider__scrollbar {
    margin: 40px 0 0 0;
  }
}
.slider__btn {
  margin: 24px auto 0;
  padding: 7px 31px;
}
@media (min-width: 768px) {
  .slider__btn {
    margin: 32px auto 0;
  }
}
@media (min-width: 1200px) {
  .slider__btn {
    margin: 40px auto 0;
  }
}
.slider--py {
  padding: 56px 0;
}
@media (min-width: 1200px) {
  .slider--py {
    padding: 96px 0;
  }
}
.slider--modifyed {
  padding: 56px 0;
}
@media (min-width: 1200px) {
  .slider--modifyed {
    padding: 96px 0 0;
  }
}
.slider--pb {
  padding: 0 0 56px;
}
@media (min-width: 1200px) {
  .slider--pb {
    padding: 0 0 96px;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card__cover {
  position: relative;
  margin: 0 0 4px 0;
}
@media (min-width: 1200px) {
  .card__cover {
    margin: 0 0 16px 0;
  }
}
.card__img {
  display: block;
  aspect-ratio: 1;
}
.card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__favorites {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .card__favorites {
    width: 56px;
    height: 56px;
  }
}
.card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card__title {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .card__title {
    line-height: 20px;
  }
}
.card__title div {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
}
@media (min-width: 1200px) {
  .card__title div {
    gap: 8px;
  }
}
.card__title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.card__title i {
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.card__title b,
.card__title strong {
  font-weight: 400;
}
.card__prices {
  margin: auto 0 0;
}
.card__prices-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card__prices-inner .card__article {
  display: block;
}
.card__price {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .card__price {
    font-size: 18px;
    line-height: 26px;
  }
}
.card__old-price {
  flex-shrink: 0;
  color: var(--gray-135);
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
  font-weight: 500;
}
@media (min-width: 768px) {
  .card__old-price {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .card__old-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}
.card__article {
  display: none;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  color: var(--gray-135);
  font-size: 10px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .card__article {
    font-size: 12px;
    line-height: 16px;
  }
}
.card__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 0 0 0;
}
@media (min-width: 1200px) {
  .card__bottom {
    flex-direction: row;
    gap: 24px;
  }
}
.card__quantity {
  flex-shrink: 0;
  width: 100%;
  height: 40px;
}
@media (min-width: 1200px) {
  .card__quantity {
    width: 134px;
  }
}
.card__buy {
  flex-shrink: 0;
  color: var(--black);
  font-size: 16px;
  line-height: 23px;
  border-bottom: 1px solid var(--black);
  transition: border-color 0.3s;
}
@media (min-width: 1200px) {
  .card__buy:hover {
    border-color: transparent;
  }
}

.card-switch {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 1;
}
.card-switch__list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.card-switch__item {
  cursor: pointer;
  display: none;
}
.card-switch__item:first-child .card-switch__img {
  opacity: 1;
  z-index: -1;
}
@media (min-width: 1200px) {
  .card-switch__item:hover .card-switch__img {
    opacity: 1;
    z-index: -1;
  }
}
.card-switch__item:nth-child(1), .card-switch__item:nth-child(2) {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-switch__item:nth-child(2) {
  z-index: 2;
}
.card-switch__img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.card-switch__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-labels {
  position: absolute;
  z-index: 5;
  left: 8px;
  bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media (min-width: 1200px) {
  .card-labels {
    left: 16px;
    bottom: 16px;
  }
}
.card-labels span {
  color: var(--white);
  font-size: 12px;
  line-height: 16px;
  padding: 2px 4px;
}
@media (min-width: 1200px) {
  .card-labels span {
    padding: 4px 8px;
  }
}

.favorites-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorites-btn.active svg:nth-child(1) {
  opacity: 0;
}
.favorites-btn.active svg:nth-child(2) {
  opacity: 1;
}
.favorites-btn svg {
  position: absolute;
  color: var(--black);
  transition: opacity 0.3s;
}
.favorites-btn svg:nth-child(1) {
  color: var(--black);
}
.favorites-btn svg:nth-child(2) {
  color: var(--black-64);
  opacity: 0;
}

.quantity {
  position: relative;
}
.quantity__control {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 40px;
  padding: 4px;
  background-color: var(--black-opacity-6);
  border-radius: 20px;
}
.quantity__minus, .quantity__plus {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--black-36);
}
.quantity__minus::before, .quantity__plus::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: var(--white);
}
.quantity__plus::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: var(--white);
}
.quantity__input {
  width: 100%;
  height: 32px;
  padding: 0;
  color: var(--black);
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border: none;
  background-color: transparent;
}
.quantity__input:read-only {
  outline: none;
}
.quantity__btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 7px;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid var(--black-36);
  background-color: var(--black-36);
  transition-property: opacity, visibility, border-color, background-color;
  transition-duration: 0.3s;
}
.quantity__btn.hidden {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .quantity__btn:hover {
    border-color: var(--black);
    background-color: var(--black);
  }
}

.card-categories {
  display: block;
  height: 100%;
}
.card-categories__img {
  aspect-ratio: 1/1.17;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .card-categories__img {
    aspect-ratio: 1/1.27;
  }
}
@media (min-width: 1200px) {
  .card-categories__img {
    margin: 0 0 16px 0;
  }
}
.card-categories__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-categories__title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1200px) {
  .card-categories__title {
    padding: 0 16px;
    line-height: 20px;
  }
}

.ideas {
  padding: 48px 0;
  background-color: var(--gray-244);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .ideas {
    padding: 80px 0;
  }
}
.ideas__title {
  margin: 0 0 24px 0;
}
.ideas__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
@media (min-width: 1200px) {
  .ideas__items {
    gap: 20px;
  }
}
.ideas__btn {
  margin: 24px auto 0;
  padding: 7px 31px;
}
@media (min-width: 768px) {
  .ideas__btn {
    margin: 32px auto 0;
  }
}
@media (min-width: 1200px) {
  .ideas__btn {
    margin: 40px auto 0;
  }
}

.ideas-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  aspect-ratio: 1/0.552;
  padding: 24px 16px;
}
@media (min-width: 576px) {
  .ideas-item {
    width: calc(50% - 6px);
  }
}
@media (min-width: 992px) {
  .ideas-item {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .ideas-item {
    padding: 40px 24px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1440px) {
  .ideas-item {
    padding: 64px 40px;
  }
}
.ideas-item:nth-child(1) {
  order: -1;
  aspect-ratio: 1/0.762;
}
@media (min-width: 576px) {
  .ideas-item:nth-child(1) {
    order: 0;
    width: calc(58% - 8px);
  }
}
@media (min-width: 768px) {
  .ideas-item:nth-child(1) {
    width: calc(36.725% - 8px);
  }
}
@media (min-width: 1200px) {
  .ideas-item:nth-child(1) {
    width: calc(36.725% - 13.3333333333px);
  }
}
.ideas-item:nth-child(2) {
  aspect-ratio: 1/1.06;
}
@media (min-width: 576px) {
  .ideas-item:nth-child(2) {
    width: calc(42% - 8px);
  }
}
@media (min-width: 768px) {
  .ideas-item:nth-child(2) {
    width: calc(26.55% - 8px);
  }
}
@media (min-width: 1200px) {
  .ideas-item:nth-child(2) {
    width: calc(26.55% - 13.3333333333px);
  }
}
.ideas-item:nth-child(3) {
  order: -1;
  width: 100%;
  aspect-ratio: auto;
}
@media (min-width: 576px) {
  .ideas-item:nth-child(3) {
    order: 0;
  }
}
@media (min-width: 768px) {
  .ideas-item:nth-child(3) {
    aspect-ratio: 1/0.762;
    width: calc(36.725% - 8px);
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .ideas-item:nth-child(3) {
    width: calc(36.725% - 13.3333333333px);
  }
}
.ideas-item:nth-child(n+5) {
  display: none;
}
@media (min-width: 576px) {
  .ideas-item:nth-child(n+5) {
    display: block;
  }
}
.ideas-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ideas-item__img img,
.ideas-item__img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ideas-item__title {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .ideas-item__title {
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .ideas-item__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.ideas-item__descr {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ideas-item__descr {
    margin: 0 0 8px 0;
  }
}
@media (min-width: 1200px) {
  .ideas-item__descr {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .ideas-item__descr {
    font-size: 18px;
    line-height: 26px;
  }
}
.ideas-item__link {
  margin: 54px 0 0 0;
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border-bottom: 1px solid var(--black);
  transition: border-color 0.3s;
}
@media (min-width: 768px) {
  .ideas-item__link {
    margin: auto 0 0 0;
  }
}
@media (min-width: 1440px) {
  .ideas-item__link {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .ideas-item__link:hover {
    border-color: transparent;
  }
}

.ideas-page {
  padding-bottom: 56px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .ideas-page {
    padding-bottom: 96px;
  }
}
.ideas-page .title {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .ideas-page .title {
    margin-bottom: 40px;
  }
}
.ideas-page__wrapper {
  display: flex;
  flex-direction: column;
}
.ideas-page__tabs {
  display: flex;
  margin: 0 -12px;
  padding: 0 12px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 26px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .ideas-page__tabs {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .ideas-page__tabs {
    margin-bottom: 34px;
  }
}
.ideas-page__tab {
  position: relative;
  z-index: 1;
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid var(--gray-220);
  transition: border-color 0.3s;
}
@media (min-width: 768px) {
  .ideas-page__tab {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .ideas-page__tab {
    padding: 7px 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
.ideas-page__tab.active {
  border-color: var(--black);
}
.ideas-page__bodies {
  display: flex;
  flex-direction: column;
}
.ideas-page__body {
  display: none;
  flex-direction: column;
}
.ideas-page__body.active {
  display: flex;
}
.ideas-page__title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .ideas-page__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .ideas-page__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.ideas-page .ideas-page__description,
.ideas-page p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .ideas-page .ideas-page__description,
  .ideas-page p {
    font-size: 16px;
    line-height: 24px;
  }
}
.ideas-page .ideas-item {
  width: 100%;
  aspect-ratio: 58/32;
  min-height: 180px;
  max-height: 320px;
}
@media (min-width: 768px) {
  .ideas-page .ideas-item {
    min-height: 320px;
  }
}
@media (min-width: 1600px) {
  .ideas-page .ideas-item {
    min-height: 490px;
    max-height: 490px;
  }
}
.ideas-page__first {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ideas-page__first {
    gap: 20px 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.ideas-page__first-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ideas-page__first-item {
    width: calc(50% - 10px);
  }
}
.ideas-page__first-item.fullwidth {
  width: 100%;
}
@media (min-width: 992px) {
  .ideas-page__first-item.fullwidth .ideas-item {
    max-height: 440px;
  }
}
.ideas-page__first-watch {
  min-height: 180px;
  max-height: 320px;
  background: #f4f4f4;
  padding: 40px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .ideas-page__first-watch {
    min-height: 320px;
    padding: 20px;
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .ideas-page__first-watch {
    padding: 40px;
  }
}
@media (min-width: 1600px) {
  .ideas-page__first-watch {
    min-height: 490px;
    max-height: 490px;
    padding: 40px 80px;
  }
}
.ideas-page__first-watch-title {
  margin: 0;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .ideas-page__first-watch-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.ideas-page__first-watch-title span {
  display: block;
}
@media (min-width: 992px) {
  .ideas-page__first-watch-title span {
    display: inline;
  }
}
.ideas-page__first-watch-text {
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .ideas-page__first-watch-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.ideas-page__first-watch-button {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 4px;
}
@media (min-width: 768px) {
  .ideas-page__first-watch-button {
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .ideas-page__first-watch-button {
    margin-top: 32px;
  }
}
.ideas-page__first-watch-button i {
  width: 16px;
  aspect-ratio: 1/1;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
@media (min-width: 768px) {
  .ideas-page__first-watch-button i {
    width: 24px;
    aspect-ratio: 1/1;
  }
}
.ideas-page__first-watch-button i svg {
  width: 6px;
  aspect-ratio: 1/1;
  position: relative;
  left: 1px;
}
@media (min-width: 768px) {
  .ideas-page__first-watch-button i svg {
    width: 10px;
  }
}
.ideas-page__first-watch-button span {
  width: calc(100% - 16px);
  border-bottom: 1px solid;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .ideas-page__first-watch-button span {
    font-size: 18px;
    line-height: 26px;
  }
}
.ideas-page__second {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .ideas-page__second {
    margin-top: 96px;
  }
}
.ideas-page__videos {
  display: grid;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .ideas-page__videos {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ideas-page__videos-item {
  display: block;
  width: 100%;
  border: none;
  height: 160px;
  aspect-ratio: 38/22;
}
@media (min-width: 992px) {
  .ideas-page__videos-item {
    height: 220px;
  }
}
@media (min-width: 1600px) {
  .ideas-page__videos-item {
    height: 340px;
  }
}
.ideas-page__loft {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .ideas-page__loft {
    margin-top: 96px;
  }
}
.ideas-page__loft .ideas-item {
  aspect-ratio: 38/48;
  min-height: 380px;
  max-height: 480px;
}
@media (min-width: 1200px) {
  .ideas-page__loft .ideas-item {
    min-height: 1px;
    max-height: none;
    height: 100%;
    aspect-ratio: auto;
  }
}
.ideas-page__loft-items {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ideas-page__loft-items {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
@media (min-width: 1200px) {
  .ideas-page__loft-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    height: 820px;
  }
}
.ideas-page__loft-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ideas-page__loft-item:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .ideas-page__loft-item:nth-child(1) {
    grid-area: 1/1/2/3;
  }
}
@media (min-width: 768px) {
  .ideas-page__loft-item:nth-child(2) {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .ideas-page__loft-item:nth-child(2) {
    width: 100%;
    grid-area: 1/3/3/4;
  }
}
@media (min-width: 768px) {
  .ideas-page__loft-item:nth-child(3) {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .ideas-page__loft-item:nth-child(3) {
    width: 100%;
    grid-area: 2/1/4/2;
  }
}
@media (min-width: 768px) {
  .ideas-page__loft-item:nth-child(4) {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .ideas-page__loft-item:nth-child(4) {
    width: 100%;
    grid-area: 2/2/4/3;
  }
}
@media (min-width: 768px) {
  .ideas-page__loft-item:nth-child(5) {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .ideas-page__loft-item:nth-child(5) {
    width: 100%;
    grid-area: 3/3/4/4;
  }
}
.ideas-page__loft-item:nth-child(5) .ideas-item {
  min-height: 180px;
  max-height: 180px;
}
@media (min-width: 768px) {
  .ideas-page__loft-item:nth-child(5) .ideas-item {
    min-height: 380px;
    max-height: 480px;
  }
}
@media (min-width: 1200px) {
  .ideas-page__loft-item:nth-child(5) .ideas-item {
    min-height: 1px;
    max-height: none;
    height: 100%;
  }
}
.ideas-page__loft-gray {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 12px;
  background: #f4f4f4;
}
@media (min-width: 768px) {
  .ideas-page__loft-gray {
    padding: 20px;
    text-align: left;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .ideas-page__loft-gray {
    min-height: 260px;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .ideas-page__loft-gray {
    min-height: 260px;
  }
}
@media (min-width: 1600px) {
  .ideas-page__loft-gray {
    padding: 80px;
  }
}
.ideas-page__loft-gray b {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .ideas-page__loft-gray b {
    font-size: 24px;
    line-height: 32px;
  }
}
.ideas-page__loft-gray span {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .ideas-page__loft-gray span {
    font-size: 16px;
    line-height: 24px;
  }
}
.ideas-page__loft-gray .btn {
  margin-top: 24px;
}
.ideas-page__join {
  background: linear-gradient(93.22deg, #fae1c3 0%, #ffd29b 100%);
  margin: 0 -12px;
  padding: 40px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
}
@media (min-width: 768px) {
  .ideas-page__join {
    align-items: flex-start;
    text-align: left;
    padding: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .ideas-page__join {
    margin-top: 40px;
    padding: 80px;
  }
}
.ideas-page__join b {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
@media (min-width: 992px) {
  .ideas-page__join b {
    font-size: 34px;
    line-height: 40px;
  }
}
.ideas-page__join p {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .ideas-page__join p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 26px;
  }
}
.ideas-page__join .btn {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .ideas-page__join .btn {
    margin-top: 32px;
  }
}
.ideas-page__thing {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .ideas-page__thing {
    margin-top: 96px;
  }
}
.ideas-page__provence {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .ideas-page__provence {
    margin-top: 96px;
  }
}
.ideas-page__provence .ideas-item {
  aspect-ratio: 38/48;
  max-height: 380px;
}
@media (min-width: 768px) {
  .ideas-page__provence .ideas-item {
    aspect-ratio: auto;
    min-height: 480px;
    max-height: 480px;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .ideas-page__provence .ideas-item {
    min-height: 740px;
    max-height: 740px;
  }
}
.ideas-page__provence .loading {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .ideas-page__provence .loading {
    margin-top: 96px;
  }
}
.ideas-page__provence-items {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ideas-page__provence-items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .ideas-page__provence-items {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .ideas-page__provence-item:nth-child(1) {
    grid-area: 1/1/3/3;
  }
}
@media (min-width: 992px) {
  .ideas-page__provence-item:nth-child(2) {
    grid-area: 1/3/3/7;
  }
}
.ideas-page__provence-item:nth-child(2) .ideas-item {
  max-height: 180px;
}
@media (min-width: 992px) {
  .ideas-page__provence-item:nth-child(2) .ideas-item {
    max-height: 480px;
  }
}
@media (min-width: 992px) {
  .ideas-page__provence-item:nth-child(3) {
    grid-area: 3/1/5/3;
  }
}
@media (min-width: 992px) {
  .ideas-page__provence-item:nth-child(4) {
    grid-area: 4/3/5/5;
  }
}
.ideas-page__provence-item:nth-child(4) .ideas-item {
  max-height: 180px;
}
@media (min-width: 992px) {
  .ideas-page__provence-item:nth-child(4) .ideas-item {
    min-height: 230px;
    max-height: 230px;
  }
}
@media (min-width: 1600px) {
  .ideas-page__provence-item:nth-child(4) .ideas-item {
    min-height: 360px;
    max-height: 360px;
  }
}
@media (min-width: 992px) {
  .ideas-page__provence-item:nth-child(5) {
    grid-area: 3/3/4/5;
  }
}
.ideas-page__provence-item:nth-child(5) .ideas-item {
  max-height: 180px;
}
@media (min-width: 992px) {
  .ideas-page__provence-item:nth-child(5) .ideas-item {
    min-height: 230px;
    max-height: 230px;
  }
}
@media (min-width: 1600px) {
  .ideas-page__provence-item:nth-child(5) .ideas-item {
    min-height: 360px;
    max-height: 360px;
  }
}
@media (min-width: 992px) {
  .ideas-page__provence-item:nth-child(6) {
    grid-area: 3/5/5/7;
  }
}

.mark {
  position: absolute;
  z-index: 1;
}
.mark.active {
  z-index: 2;
}
.mark.active .mark__btn {
  transform: rotate(45deg);
}
.mark.active .mark-tooltip {
  opacity: 1;
  visibility: visible;
}
.mark__btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--black-opacity-64);
  transition: 0.3s transform;
}
@media (min-width: 1200px) {
  .mark__btn {
    width: 30px;
    height: 30px;
  }
}
.mark__btn::before, .mark__btn::after {
  content: "";
  position: absolute;
  background-color: var(--white);
}
.mark__btn::before {
  width: 14px;
  height: 2px;
}
@media (min-width: 1200px) {
  .mark__btn::before {
    width: 16px;
  }
}
.mark__btn::after {
  width: 2px;
  height: 14px;
}
@media (min-width: 1200px) {
  .mark__btn::after {
    height: 16px;
  }
}

.mark-tooltip {
  position: absolute;
  display: flex;
  gap: 8px;
  width: 296px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility, top, left;
  transition-duration: 0.3s;
}
.mark-tooltip__img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.mark-tooltip__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mark-tooltip__content {
  display: flex;
  flex-direction: column;
}
.mark-tooltip__title {
  margin: 0 0 8px 0;
  font-size: 12px;
  line-height: 16px;
}
.mark-tooltip__prices {
  margin: auto 0 0 0;
}
.mark-tooltip__price {
  padding: 0 40px 0 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.mark-tooltip__favorites {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}

.card-recommended {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  height: 100%;
  padding: 16px;
}
@media (min-width: 1200px) {
  .card-recommended {
    min-height: 480px;
    padding: 24px;
  }
}
.card-recommended img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-recommended__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 24px 0;
}
.card-recommended__date {
  flex-shrink: 0;
  color: var(--white);
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .card-recommended__date {
    font-size: 18px;
    line-height: 26px;
  }
}
.card-recommended__status {
  padding: 3px;
  color: var(--black);
  font-size: 12px;
  line-height: 16px;
  border: 1px solid var(--black);
  background-color: var(--white);
}
@media (min-width: 1200px) {
  .card-recommended__status {
    padding: 3px 7px;
    font-size: 14px;
    line-height: 20px;
  }
}
.card-recommended__descr {
  margin-top: auto;
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .card-recommended__descr {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .card-recommended__descr {
    font-size: 18px;
    line-height: 26px;
  }
}

.card-solutions {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 240px;
  padding: 16px;
  color: var(--white);
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-solutions {
    min-height: 360px;
  }
}
@media (min-width: 1200px) {
  .card-solutions {
    min-height: 480px;
    padding: 26px 32px 0;
  }
}
.card-solutions::before, .card-solutions::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.card-solutions::before {
  background-color: var(--black-opacity-64);
}
@media (min-width: 1200px) {
  .card-solutions::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  }
}
.card-solutions::after {
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
}
@media (min-width: 1200px) {
  .card-solutions:hover::before {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .card-solutions:hover::after {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .card-solutions:hover .card-solutions__inner {
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .card-solutions:hover .card-solutions__descr {
    opacity: 1;
  }
}
.card-solutions img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-solutions__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .card-solutions__inner {
    padding: 0 0 26px 0;
    transform: translateY(calc(100% - 24px));
    transition: transform 0.3s;
  }
}
.card-solutions__title {
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .card-solutions__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .card-solutions__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 8px);
    margin: 0;
    font-size: 24px;
    line-height: 32px;
  }
}
.card-solutions__descr {
  color: var(--white);
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .card-solutions__descr {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .card-solutions__descr {
    font-size: 16px;
    line-height: 24px;
    opacity: 0;
    transition: opacity 0.3s;
  }
}

.constructors {
  display: none;
  padding: 96px 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .constructors {
    display: block;
  }
}
.constructors_single {
  display: block;
  padding: 0;
}
.constructors__top {
  margin: 0 0 24px 0;
}
.constructors__swiper {
  overflow: visible;
}
@media (min-width: 1200px) {
  .constructors__swiper {
    overflow: hidden;
  }
}
.constructors__scrollbar {
  margin: 40px 0 0 0;
}

.constructors-item {
  display: block;
}
.constructors-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  margin: 0 0 16px 0;
  background-color: var(--gray-244);
}
.constructors-item__icon img {
  max-width: 120px;
  max-height: 120px;
}
.constructors-item__title {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.benefits {
  padding: 56px 0;
}
@media (min-width: 1200px) {
  .benefits {
    padding: 96px 0;
  }
}
.benefits__title {
  margin: 0 0 24px 0;
}
.benefits__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px 20px;
}
@media (min-width: 576px) {
  .benefits__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .benefits__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .benefits__items {
    gap: 40px;
  }
}

.benefits-item {
  text-align: center;
}
.benefits-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin: 0 0 4px 0;
}
@media (min-width: 1200px) {
  .benefits-item__icon {
    height: 80px;
    margin: 0 0 8px 0;
  }
}
.benefits-item__icon img {
  max-height: 100%;
}
.benefits-item__title {
  margin: 0 0 4px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .benefits-item__title {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 26px;
  }
}
.benefits-item__descr {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .benefits-item__descr {
    font-size: 16px;
    line-height: 24px;
  }
}

.about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .about__wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .about__wrapper {
    gap: 20px;
  }
}
.about__img {
  display: none;
  grid-row: span 2;
  position: relative;
}
@media (min-width: 768px) {
  .about__img {
    width: 41.5%;
    display: block;
  }
}
.about__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .about__right {
    width: 58.5%;
  }
}
@media (min-width: 1200px) {
  .about__right {
    gap: 20px;
  }
}
.about__content {
  order: 1;
  padding: 32px 16px;
  background-color: var(--gray-244);
}
@media (min-width: 768px) {
  .about__content {
    order: 0;
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 1/0.553;
  }
}
@media (min-width: 1440px) {
  .about__content {
    padding: 48px;
  }
}
.about__title {
  margin: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .about__title {
    margin: 0 0 16px 0;
  }
}
.about__descr {
  margin: 0 0 24px 0;
}
.about__descr p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .about__descr p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .about__descr p {
    font-size: 18px;
    line-height: 26px;
  }
}
.about__descr p:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .about__descr p:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1440px) {
  .about__descr p:not(:last-child) {
    margin: 0 0 18px 0;
  }
}
.about__video_wrap {
  position: relative;
}
.about__video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  transition: transform 0.3;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .about__video {
    height: auto;
    aspect-ratio: 1/0.47;
  }
}
.about__video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--black-opacity-40);
  opacity: 0;
  transition: opacity 0.5s;
}
.about__video:after {
  content: "";
  background: no-repeat calc(50% + 3px) 50%;
  background-image: url(../images/play.svg);
  background-size: 21px 26px;
  width: 64px;
  height: 64px;
  position: absolute;
  margin-top: -32px;
  margin-left: -32px;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: 0.5s;
  border: 1px solid var(--white);
  border-radius: 999px;
}
@media (min-width: 1200px) {
  .about__video:after {
    transform: scale(1.5);
  }
}
@media (min-width: 1200px) {
  .about__video:hover:before {
    opacity: 1;
  }
}
.about__video:hover:after {
  background-color: var(--white-opacity-20);
}
@media (min-width: 1200px) {
  .about__video:hover img {
    transform: scale(1.1);
  }
}
.about__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.5s;
}
.about {
  /*&__play {
      position: absolute;
      margin-top: -32px;
      margin-left: -32px;
      top: 50%;
      left: 50%;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      border: 1px solid var(--white);
      transition: background-color .5s;

      @media (min-width: 1440px) {
          transform: scale(1.54);
      }

      &::before,
      &::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 64px;
          height: 64px;
          border-radius: 50%;
          border: 1px solid var(--white);
          transition-property: width, height, opacity;
          transition-duration: .5s;
          transform: translate(-50%, -50%);
      }

      svg {
          color: var(--white);
          transform: translateX(15%);
      }
  }

  &__video:hover+&__play {
      @media (min-width: 1200px) {
          background-color: var(--white-opacity-20);
      }


      &:before {
          @media (min-width: 1200px) {
              width: 102px;
              height: 102px;
              opacity: 0;
          }
      }

      &:after {
          @media (min-width: 1200px) {
              width: 132px;
              height: 132px;
              opacity: 0;
          }
      }
  }*/
}

.card-reviews {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  background-color: var(--gray-244);
}
@media (min-width: 1200px) {
  .card-reviews {
    padding: 24px;
  }
}
.card-reviews__top {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .card-reviews__top {
    flex-direction: row;
  }
}
.card-reviews__date {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-135);
}
@media (min-width: 1200px) {
  .card-reviews__date {
    font-size: 16px;
    line-height: 24px;
  }
}
.card-reviews__text {
  margin: 0 0 60px 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .card-reviews__text {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.card-reviews__bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto 0 0 0;
}
.card-reviews__avatar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  border-radius: 50%;
  background-color: var(--blue);
  overflow: hidden;
}
.card-reviews__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-reviews__name {
  display: block;
  margin: 0 0 4px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.card-reviews__source {
  display: flex;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
}
.card-reviews__source span {
  flex-shrink: 0;
  width: 20px;
  border-radius: var(--radius-5);
  overflow: hidden;
}
.card-reviews__source span img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.rating__items {
  display: flex;
  width: fit-content;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  color: var(--gray-220);
}
.rating__item svg {
  display: block;
}
.rating .error-message {
  margin: 4px 0 0 0;
}
.rating--big .rating__items {
  gap: 4px;
}
@media (min-width: 1200px) {
  .rating--big .rating__item svg {
    width: 32px;
    height: 32px;
  }
}

.rating[data-total-value="1"] .rating__item:nth-child(n+5),
.rating[data-total-value="2"] .rating__item:nth-child(n+4),
.rating[data-total-value="3"] .rating__item:nth-child(n+3),
.rating[data-total-value="4"] .rating__item:nth-child(n+2),
.rating[data-total-value="5"] .rating__item:nth-child(n+1) {
  color: var(--orange);
}

.social {
  padding: 56px 0;
}
@media (min-width: 1200px) {
  .social {
    padding: 96px 0;
  }
}
.social__title {
  margin: 0 0 24px 0;
}
@media (min-width: 1200px) {
  .social__title {
    margin: 0 0 32px 0;
  }
}
.social__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 1200px) {
  .social__inner {
    gap: 20px;
  }
}
.social__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 142px;
  padding: 8px;
  color: var(--white);
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .social__link {
    min-height: 320px;
    padding: 40px 32px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .social__link {
    min-height: 0;
    font-size: 34px;
    line-height: 40px;
    aspect-ratio: 1/0.55;
  }
}
@media (min-width: 1440px) {
  .social__link {
    font-size: 48px;
    line-height: 56px;
  }
}
.social__link::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.4;
}
@media (min-width: 1200px) {
  .social__link:focus img, .social__link:hover img {
    transform: scale(1.1);
  }
}
.social__link img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.3s;
}

.social-subscr__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  color: var(--black);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  background-color: var(--beige);
}
@media (min-width: 768px) {
  .social-subscr__btn {
    display: none;
  }
}
.social-subscr__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 12px;
  background-color: var(--black-opacity-64);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 768px) {
  .social-subscr__modal {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0;
    background-color: var(--beige);
    opacity: 1;
    visibility: visible;
  }
}
.social-subscr__modal.active {
  opacity: 1;
  visibility: visible;
}
.social-subscr__form {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: auto;
  padding: 40px 12px;
  background-color: var(--white);
}
@media (min-width: 576px) {
  .social-subscr__form {
    padding: 40px 32px;
  }
}
@media (min-width: 768px) {
  .social-subscr__form {
    display: block;
    max-width: 580px;
    margin: 0;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .social-subscr__form {
    padding: 32px;
  }
}
.social-subscr__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .social-subscr__close {
    display: none;
  }
}
.social-subscr__title {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .social-subscr__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .social-subscr__title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .social-subscr__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.social-subscr__descr {
  margin: 0 0 24px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .social-subscr__descr {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .social-subscr__descr {
    font-size: 18px;
    line-height: 26px;
  }
}
.social-subscr__field {
  margin: 0 0 16px 0;
}
.social-subscr__submit {
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  .social-subscr__submit {
    margin: 32px auto 0;
  }
}
@media (min-width: 1200px) {
  .social-subscr__submit {
    margin: 38px auto 0;
  }
}

.checkbox {
  display: block;
  width: fit-content;
  cursor: pointer;
}
.checkbox.error .checkbox__text::before {
  border-color: var(--red-229);
}
.checkbox .error-message {
  margin: 4px 0 0;
  padding: 0 0 0 24px;
  text-align: left;
}
.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.checkbox__input:checked + .checkbox__text::after {
  opacity: 1;
}
.checkbox__input:focus + .checkbox__text::before {
  box-shadow: 0 0 0 1px var(--black);
}
.checkbox__input.error + .checkbox__text::before {
  border-color: var(--red-229);
}
.checkbox__input.error:focus + .checkbox__text::before {
  box-shadow: 0 0 0 1px var(--red-229);
}
.checkbox__text {
  position: relative;
  display: block;
  padding: 0 0 0 24px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .checkbox__text {
    font-size: 14px;
  }
}
.checkbox__text a {
  display: inline;
  line-height: 15px;
  border-bottom: 1px solid var(--black);
  transition: 0.3s border-color;
}
@media (min-width: 1200px) {
  .checkbox__text a:hover {
    border-color: transparent;
  }
}
.checkbox__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--black);
  border-radius: 4px;
}
.checkbox__text::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.85356 0.159541C9.65831 -0.0531803 9.34175 -0.0531803 9.14645 0.159541L3.15614 6.68516L0.853564 4.17684C0.658311 3.96412 0.341748 3.96414 0.146455 4.17684C-0.0488184 4.38954 -0.0488184 4.73439 0.146455 4.94711L2.80259 7.84053C2.99778 8.05323 3.31458 8.05308 3.5097 7.84053L9.85356 0.929831C10.0488 0.717131 10.0488 0.372262 9.85356 0.159541Z' fill='black'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .checkbox--mini .checkbox__text {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .checkbox--big .checkbox__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .checkbox--big .checkbox__text::before {
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .checkbox--big .checkbox__text::after {
    top: 8px;
  }
}

.footer {
  padding: 24px 0;
  background-color: var(--gray-242);
}
@media (min-width: 1200px) {
  .footer {
    padding: 40px 0 24px;
  }
}
.footer__inner {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 0 16px 0;
}
@media (min-width: 576px) {
  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 20px;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__col:first-child {
  align-items: center;
  padding: 0 0 8px 0;
}
@media (min-width: 576px) {
  .footer__col:first-child {
    align-items: flex-start;
    padding: 0;
  }
}
.footer__col:last-child .footer__list {
  order: -1;
  margin: 0 0 24px 0;
}
@media (min-width: 576px) {
  .footer__col:last-child .footer__list {
    order: 0;
    margin: 0;
  }
}
.footer__logo {
  display: block;
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .footer__logo {
    margin: 0 0 24px 0;
  }
}
.footer__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 40px;
}
@media (min-width: 1200px) {
  .footer__logo img {
    max-height: none;
  }
}
.footer__caption {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.footer__item:not(:last-child) {
  margin: 0 0 8px 0;
}
.footer__link {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-135);
  transition: color 0.3s;
}
@media (min-width: 1200px) {
  .footer__link {
    color: var(--gray-105);
  }
}
@media (min-width: 1200px) {
  .footer__link:hover {
    color: var(--black);
  }
}
.footer__payment {
  margin: 8px 0 0 0;
}
@media (min-width: 576px) {
  .footer__payment {
    margin: 8px 0 24px 0;
  }
}
@media (min-width: 1200px) {
  .footer__payment {
    margin: 4px 0 32px 0;
  }
}
.footer__payment img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.footer__dev {
  align-self: center;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin: 24px 0 0 0;
  color: var(--gray-105);
}
@media (min-width: 576px) {
  .footer__dev {
    align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer__dev {
    margin: 32px 0 0 0;
  }
}
.footer__dev p {
  font-size: 12px;
  line-height: 16px;
}
.footer__dev p span {
  display: block;
  font-weight: 700;
}
.footer__bottom {
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer__copy {
  font-size: 10px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .footer__copy {
    font-size: 14px;
  }
}
.footer__up {
  position: fixed;
  right: 12px;
  bottom: 108px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--black);
  background: transparent;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
@media (min-width: 1200px) {
  .footer__up {
    right: 40px;
    bottom: 40px;
  }
}
.footer__up svg {
  color: var(--black);
}
.footer__up.active {
  transform: translateY(0);
  opacity: 1;
}

.footer-contacts {
  margin: 0 0 16px 0;
  text-align: center;
}
@media (min-width: 576px) {
  .footer-contacts {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer-contacts {
    margin: 0 0 24px 0;
  }
}
.footer-contacts__item:not(:last-child) {
  margin: 0 0 8px 0;
}
.footer-contacts__link {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .footer-contacts__link {
    font-size: 18px;
    line-height: 26px;
  }
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.footer-social__link {
  display: block;
}
.footer-social__link svg {
  display: block;
  color: var(--black-64);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 0;
  height: 0;
  background-color: var(--black-opacity-64);
  opacity: 0;
  transition: opacity 0.3s;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal {
    flex-direction: row;
  }
}
.modal.active {
  opacity: 1;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .modal.active {
    padding: 40px;
  }
}
.modal__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 12px 0;
  background-color: var(--white);
  max-height: 100%;
}
@media (min-width: 768px) {
  .modal__wrapper {
    max-width: 480px;
    max-height: none;
    margin: auto;
    padding: 40px;
  }
}
.modal__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .modal__close {
    top: auto;
    left: 100%;
    bottom: 100%;
    width: 24px;
    height: 24px;
  }
}
.modal__close svg {
  color: var(--black);
}
@media (min-width: 768px) {
  .modal__close svg {
    color: var(--white);
  }
}
.modal__close svg:nth-child(1) {
  display: none;
}
@media (min-width: 768px) {
  .modal__close svg:nth-child(1) {
    display: block;
  }
}
@media (min-width: 768px) {
  .modal__close svg:nth-child(2) {
    display: none;
  }
}
.modal__title {
  margin: 0 0 16px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1200px) {
  .modal__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.modal__inner {
  overflow-y: auto;
  margin: 0 -12px;
  padding: 0 12px 24px;
}
@media (min-width: 768px) {
  .modal__inner {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}
.modal__prompt {
  margin: 0 0 16px 0;
  color: var(--gray-105);
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}
.modal__fields {
  display: grid;
  grid-gap: 16px 20px;
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .modal__fields {
    margin: 0 0 26px 0;
  }
}
.modal__checkbox {
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .modal__checkbox {
    margin: 0 auto 14px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .modal__checkbox .checkbox__text {
    display: inline;
  }
}
.modal__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 24px 0 0;
}
@media (min-width: 1200px) {
  .modal__buttons {
    margin-top: 32px;
  }
}
.modal__buttons .modal__btn {
  margin: 0;
}
.modal__btn {
  flex-shrink: 0;
  margin: 0 auto;
}
.modal__bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0 0 0;
  text-align: center;
}
.modal__descr {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .modal__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.modal__descr b,
.modal__descr strong {
  font-weight: 600;
}
.modal__phone {
  align-self: center;
  font-size: 18px;
  line-height: 25px;
  border-bottom: 1px solid var(--black);
  transition: 0.3s border-color;
}
@media (min-width: 1200px) {
  .modal__phone:hover {
    border-color: transparent;
  }
}
.modal__cancel {
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-bottom: 1px solid var(--black);
}
@media (max-width: 767px) {
  .modal--modifyed {
    flex-direction: row;
    padding: 40px 12px;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .modal--modifyed .modal__wrapper {
    margin: auto;
    max-width: 480px;
    max-height: none;
    padding: 40px 12px;
  }
}
@media (max-width: 767px) {
  .modal--modifyed .modal__close {
    left: auto;
    right: 0;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .modal--modifyed .modal__close svg:nth-child(1) {
    display: block;
  }
}
@media (max-width: 767px) {
  .modal--modifyed .modal__close svg:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .modal--modifyed .modal__inner {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}

.modal-social {
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .modal-social {
    padding: 8px 0 0 0;
  }
}
.modal-social__btn {
  width: calc(50% - 8px);
}
.modal-social__btn.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 1200px) {
  .modal-social__btn.btn {
    gap: 8px;
  }
}

.modal-design .modal__wrapper {
  max-width: 488px;
}
.modal-design .modal__form .modal__prompt {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .modal-design .modal__form .modal__prompt {
    text-align: left;
  }
}

.modal-success .modal__title {
  margin: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .modal-success .modal__title {
    margin: 0 0 16px 0;
  }
}
.modal-success .modal__descr {
  margin: 0 auto 24px;
  text-align: center;
}

@media (min-width: 1200px) {
  .modal-constructor {
    display: none;
  }
}
.modal-constructor .modal__title {
  margin: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .modal-constructor .modal__title {
    margin: 0 0 16px 0;
  }
}
.modal-constructor .modal__descr {
  margin: 0 0 24px;
  text-align: center;
}
@media (min-width: 1200px) {
  .modal-buy .modal__wrapper {
    max-width: 880px;
  }
}
.modal-buy .modal__descr {
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .modal-buy .modal__fields {
    grid-template-columns: repeat(2, 1fr);
  }
}
.modal-buy__top {
  position: relative;
  display: flex;
  gap: 12px;
  margin: 0 0 52px 0;
}
@media (min-width: 1200px) {
  .modal-buy__top {
    gap: 24px;
  }
}
.modal-buy__img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
@media (min-width: 1200px) {
  .modal-buy__img {
    width: 120px;
    height: 120px;
  }
}
.modal-buy__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-buy__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 4px 0 0 0;
}
@media (min-width: 1200px) {
  .modal-buy__content {
    padding: 0;
  }
}
.modal-buy__article {
  display: none;
  margin: 0 0 8px 0;
  color: var(--gray-105);
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .modal-buy__article {
    display: block;
  }
}
.modal-buy__title {
  display: block;
  margin: 0 0 8px 0;
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .modal-buy__title {
    line-height: 16px;
    font-weight: 600;
  }
}
.modal-buy__prices {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px 0;
}
.modal-buy__price {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .modal-buy__price {
    font-size: 18px;
    line-height: 26px;
  }
}
.modal-buy__old-price {
  flex-shrink: 0;
  color: var(--gray-135);
  font-size: 16px;
  line-height: 24px;
  text-decoration: line-through;
}
.modal-buy__quantity {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 80px;
}
@media (min-width: 1200px) {
  .modal-buy__quantity {
    position: static;
    width: 96px;
    margin: auto 0 0;
  }
}
.modal-buy__quantity .quantity__control {
  height: auto;
  padding: 0;
  background-color: transparent;
}
.modal-buy__quantity .quantity__minus,
.modal-buy__quantity .quantity__plus {
  width: 24px;
  height: 24px;
}
.modal-buy__quantity .quantity__minus:before,
.modal-buy__quantity .quantity__plus:before {
  width: 10px;
}
.modal-buy__quantity .quantity__plus:after {
  height: 10px;
}
.modal-buy__quantity .quantity__input {
  height: 24px;
  line-height: 24px;
}
.modal-buy__total {
  display: block;
  margin: 0 0 16px 0;
  padding: 0 0 0 92px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .modal-buy__total {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }
}

.modal-add2cart .modal__wrapper {
  display: block;
  max-width: 550px;
}
@media (max-width: 575px) {
  .modal-add2cart .modal__btn {
    width: auto;
  }
}
@media (max-width: 575px) {
  .modal-add2cart .modal__buttons {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

.modal-category .modal__title {
  margin: 0 0 24px 0;
}
.modal-category__list {
  text-align: center;
}
.modal-category__item:not(:last-child) {
  margin: 0 0 16px 0;
}
.modal-category__link {
  display: block;
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
}

.modal-gallery .modal__wrapper {
  display: block;
  max-width: 1000px;
  max-height: 720px;
  height: 100%;
}
@media (min-width: 1600px) {
  .modal-gallery .modal__wrapper {
    max-width: 1500px;
    max-height: 1140px;
  }
}
.modal-gallery__inner {
  display: flex;
  gap: 40px;
  height: 100%;
}

.modal-gallery-thumbs {
  flex-shrink: 0;
  width: 120px;
}
@media (min-width: 1600px) {
  .modal-gallery-thumbs {
    width: 160px;
  }
}
.modal-gallery-thumbs__swiper {
  height: 100%;
}
.modal-gallery-thumbs__swiper .swiper-slide {
  height: 120px;
}
@media (min-width: 1600px) {
  .modal-gallery-thumbs__swiper .swiper-slide {
    height: 160px;
  }
}
.modal-gallery-thumbs__swiper .swiper-slide.swiper-slide-thumb-active .modal-gallery-thumbs__img {
  border-color: var(--black);
}
.modal-gallery-thumbs__img {
  height: 100%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
}
.modal-gallery-thumbs__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-gallery-slider {
  position: relative;
  flex-grow: 1;
  min-width: 0;
}
@media (min-width: 1200px) {
  .modal-gallery-slider {
    padding: 0 60px;
  }
}
.modal-gallery-slider__swiper {
  height: 100%;
}
.modal-gallery-slider__img {
  height: 100%;
  margin: 0 auto;
  /*@media (min-width: 1600px) {
    height: 1060px;
  }*/
}
.modal-gallery-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*@media (min-width: 1600px) {
    object-fit: cover;
  }*/
}
.modal-gallery-slider__buttons .slider-buttons__prev,
.modal-gallery-slider__buttons .slider-buttons__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modal-gallery-slider__buttons .slider-buttons__prev {
  left: 0;
}
.modal-gallery-slider__buttons .slider-buttons__next {
  right: 0;
}

@media (min-width: 1200px) {
  .modal-review .modal__wrapper {
    max-width: 880px;
  }
}
@media (min-width: 1200px) {
  .modal-review .modal__fields {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1200px) {
  .modal-review .modal__field.fullwidth {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .modal-review .modal__btn {
    padding: 7px 31px;
  }
}
.modal-review__top {
  display: flex;
  gap: 12px;
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .modal-review__top {
    gap: 24px;
  }
}
.modal-review__img {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
}
@media (min-width: 1200px) {
  .modal-review__img {
    width: 120px;
    height: 120px;
  }
}
.modal-review__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-review__content {
  flex-grow: 1;
}
.modal-review__article {
  display: block;
  margin: 0 0 8px 0;
  color: var(--gray-105);
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .modal-review__article {
    font-size: 14px;
  }
}
.modal-review__title {
  display: block;
  margin: 0 0 8px 0;
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .modal-review__title {
    line-height: 16px;
    line-height: 24px;
  }
}
.modal-review__descr {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .modal-review__descr {
    font-size: 14px;
  }
}
.modal-review__estimate {
  margin: 0 0 16px 0;
}
.modal-review__estimate-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .modal-review__estimate-title {
    margin: 0 0 8px 0;
  }
}
@media (min-width: 1200px) {
  .modal-review__estimate-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.modal-review__estimate-rating .rating__items {
  gap: 4px;
}

.modal-review-upload {
  margin: 0 0 24px 0;
}
@media (min-width: 1200px) {
  .modal-review-upload {
    margin: 0 0 16px 0;
  }
}
.modal-review-upload__caption {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .modal-review-upload__caption {
    font-size: 18px;
    line-height: 26px;
  }
}
.modal-review-upload__preview {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 16px 0;
}
@media (min-width: 576px) {
  .modal-review-upload__preview {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 768px) {
  .modal-review-upload__preview {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .modal-review-upload__preview {
    display: flex;
  }
}
.modal-review-upload__preview .dz-details,
.modal-review-upload__preview .dz-progress,
.modal-review-upload__preview .dz-error-message,
.modal-review-upload__preview .dz-success-mark,
.modal-review-upload__preview .dz-error-mark {
  display: none;
}
.modal-review-upload__preview .dz-preview {
  position: relative;
}
@media (min-width: 1200px) {
  .modal-review-upload__preview .dz-preview {
    width: 80px;
  }
}
.modal-review-upload__preview .dz-image {
  aspect-ratio: 1;
}
.modal-review-upload__preview .dz-image img,
.modal-review-upload__preview .dz-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-review-upload__preview .dz-remove {
  position: absolute;
  top: -8px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  border: 2px solid var(--white);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: var(--black);
}
.modal-review-upload__preview .dz-remove::before, .modal-review-upload__preview .dz-remove::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: var(--white);
}
.modal-review-upload__preview .dz-remove::before {
  transform: rotate(45deg);
}
.modal-review-upload__preview .dz-remove::after {
  transform: rotate(-45deg);
}
.modal-review-upload__field {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px dashed var(--gray-189);
  border-radius: var(--radius-8);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .modal-review-upload__field {
    padding: 20px;
  }
}
.modal-review-upload__field span {
  display: none;
}
@media (min-width: 1200px) {
  .modal-review-upload__field span {
    display: block;
    flex-shrink: 0;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 20px;
    border: 1px solid var(--black);
    pointer-events: none;
  }
}
.modal-review-upload__field p {
  width: 100%;
  color: var(--gray-105);
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .modal-review-upload__field p {
    width: auto;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
}
.modal-review-upload__field p:nth-child(2) {
  display: none;
}
@media (min-width: 1200px) {
  .modal-review-upload__field p:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .modal-review-upload__field p:nth-child(3) {
    display: none;
  }
}

.modal-view .modal__wrapper {
  min-width: 0;
}
@media (min-width: 768px) {
  .modal-view .modal__wrapper {
    flex-direction: row;
    max-width: 1180px;
  }
}
@media (min-width: 768px) {
  .modal-view .modal__wrapper {
    min-height: 440px;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .modal-view .modal__wrapper {
    padding: 40px;
    min-height: 660px;
  }
}
.modal-view .modal__inner {
  min-width: 0;
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .modal-view .modal__inner {
    grid-template-columns: calc(50% + 30px) calc(50% - 70px);
  }
}
@media (min-width: 1200px) {
  .modal-view .modal__inner {
    gap: 40px;
  }
}
.modal-view__slider {
  min-width: 0;
}
.modal-view__slider .modal-view__img {
  height: 320px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .modal-view__slider .modal-view__img {
    height: 100%;
  }
}
.modal-view__slider .modal-view__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  filter: blur(12px);
  opacity: 0.8;
}
.modal-view__slider .modal-view__img img,
.modal-view__slider .modal-view__img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-view__slider .modal-view__img img {
  object-fit: contain;
}
.modal-view__slider .modal-view__img video {
  display: block;
  object-fit: cover;
}
.modal-view__slider-swiper {
  min-width: 0;
  height: 100%;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .modal-view__slider-swiper {
    margin: 0;
    padding: 0;
  }
}
.modal-view__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1439px) {
  .modal-view__buttons.slider-buttons {
    display: none;
  }
}
.modal-view__buttons .slider-buttons__prev,
.modal-view__buttons .slider-buttons__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modal-view__buttons .slider-buttons__prev {
  left: -80px;
}
.modal-view__buttons .slider-buttons__next {
  right: -80px;
}
.modal-view__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.modal-view__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .modal-view__top {
    flex-direction: row;
    margin: 0 0 16px 0;
  }
}
.modal-view__top-left {
  order: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 1200px) {
  .modal-view__top-left {
    order: 0;
  }
}
.modal-view__avatar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--white);
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 50%;
  background-color: var(--gray-105);
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .modal-view__avatar {
    width: 48px;
    height: 48px;
  }
}
.modal-view__avatar img {
  width: 100%;
  height: 100%;
}
.modal-view__author {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .modal-view__author {
    font-size: 16px;
    line-height: 24px;
  }
}
.modal-view__top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (min-width: 1200px) {
  .modal-view__top-right {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.modal-view__date {
  flex-shrink: 0;
  color: var(--gray-135);
  font-size: 16px;
  line-height: 24px;
}
.modal-view__rating {
  flex-shrink: 0;
}
.modal-view__rating .rating__items {
  gap: 2px;
}
@media (min-width: 1200px) {
  .modal-view__rating .rating__items {
    gap: 0;
  }
}
.modal-view__rating .rating__item svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1200px) {
  .modal-view__rating .rating__item svg {
    width: 24px;
    height: 24px;
  }
}
.modal-view__text {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .modal-view__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.modal-view__thumb {
  order: -1;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .modal-view__thumb {
    order: 0;
    margin: 0;
  }
}
.modal-view__thumb-swiper {
  margin: 0 -12px;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .modal-view__thumb-swiper {
    margin: 0;
    padding: 0;
  }
}
.modal-view__thumb-swiper .swiper-slide {
  width: 64px;
}
@media (min-width: 1200px) {
  .modal-view__thumb-swiper .swiper-slide {
    width: 80px;
  }
}
.modal-view__thumb-swiper .modal-view__img {
  aspect-ratio: 1;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
}
.modal-view__thumb-swiper .modal-view__img img,
.modal-view__thumb-swiper .modal-view__img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-view__thumb-swiper .swiper-slide-thumb-active .modal-view__img {
  border-color: var(--black);
}
.modal-view__scrollbar.slider-scrollbar {
  margin: 24px 0 0 0;
}

.modal-orders .modal__descr {
  text-align: center;
}
.modal-orders .modal__buttons {
  margin: 16px 0 0;
}
@media (max-width: 575px) {
  .modal-orders .btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .modal-orders .btn {
    flex-grow: 1;
  }
}
@media (max-width: 575px) {
  .modal-orders .modal__buttons {
    flex-direction: column;
    align-items: stretch;
  }
}

.modal-code .modal__title {
  margin: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .modal-code .modal__title {
    margin: 0 0 16px 0;
  }
}
.modal-code .modal__descr {
  margin: 0 auto 24px;
  text-align: center;
}
.modal-code__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 24px;
}
@media (min-width: 1200px) {
  .modal-code__items {
    margin: 0 auto 32px;
  }
}
.modal-code__item {
  width: 32px;
  height: 40px;
  background: #fbfbfd;
  border: 1px solid var(--gray-189);
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  display: block;
  text-align: center;
}

.modal-shop {
  font-size: 14px;
  line-height: 20px;
}
.modal-shop .modal__wrapper {
  max-width: 1180px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .modal-shop .modal__wrapper {
    overflow: visible;
  }
}
.modal-shop .modal__title {
  text-align: left;
}
.modal-shop__text {
  margin: 0;
}
.modal-shop .modal-shop__list {
  gap: 12px;
}
@media (min-width: 992px) {
  .modal-shop .modal-shop__list {
    gap: 16px;
  }
}
.modal-shop__row {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 992px) {
  .modal-shop__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.modal-shop__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .modal-shop__inner {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .modal-shop__inner {
    width: calc(100% - 640px);
    padding-right: 24px;
    gap: 16px;
  }
}
.modal-shop__map {
  display: flex;
  flex-direction: column;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .modal-shop__map {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .modal-shop__map {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .modal-shop__map {
    width: 640px;
  }
}
.modal-shop__map-item {
  display: block;
  border: none;
  width: 100%;
  aspect-ratio: 32/16;
  max-height: 300px;
}
@media (min-width: 992px) {
  .modal-shop__map-item {
    height: 300px;
  }
}
.modal-shop__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.modal-shop__bottom-link {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .modal-shop__bottom-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.modal-shop__bottom-link span {
  border-bottom: 1px solid;
}
.modal-shop__bottom .favorites-btn {
  width: 24px;
  aspect-ratio: 1/1;
}
.modal-shop__gallery {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .modal-shop__gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .modal-shop__gallery {
    gap: 24px;
    margin-top: 24px;
  }
}
.modal-shop__gallery a {
  display: flex;
  flex-direction: column;
}
.modal-shop__gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 30/20;
  object-fit: cover;
  max-height: 240px;
}
@media (min-width: 768px) {
  .modal-shop__gallery img {
    height: 240px;
  }
}

.modal-vacancy .modal__wrapper {
  max-width: 880px;
}
.modal-vacancy .modal__prompt {
  margin-top: 16px;
}
.modal-vacancy .modal__fields {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media (min-width: 768px) {
  .modal-vacancy .modal__fields {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .modal-vacancy .modal__field {
    width: calc(50% - 10px);
  }
}
.modal-vacancy .modal__field.fullwidth {
  width: 100%;
}
.modal-vacancy .modal__checkbox {
  margin-left: auto;
  margin-right: auto;
}
.modal-vacancy .modal__file-input {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.modal-ideas .modal__wrapper {
  max-width: 880px;
}
.modal-ideas .modal__prompt {
  margin-top: 16px;
}
.modal-ideas .modal__fields {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media (min-width: 768px) {
  .modal-ideas .modal__fields {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .modal-ideas .modal__field {
    width: calc(50% - 10px);
  }
}
.modal-ideas .modal__field.fullwidth {
  width: 100%;
}
.modal-ideas .modal__checkbox {
  margin-left: auto;
  margin-right: auto;
}

.modal-sale .modal__wrapper {
  max-width: 880px;
}
.modal-sale .modal__descr {
  text-align: center;
}
.modal-sale .modal__prompt {
  margin-top: 16px;
}
.modal-sale .modal__fields {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media (min-width: 768px) {
  .modal-sale .modal__fields {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .modal-sale .modal__field {
    width: calc(50% - 10px);
  }
}
.modal-sale .modal__field.fullwidth {
  width: 100%;
}
.modal-sale .modal__checkbox {
  margin-left: auto;
  margin-right: auto;
}

.field {
  position: relative;
  display: block;
}
.field .error__input, .field .error__textarea {
  border-color: var(--red-229);
}
.field .error-message {
  text-align: right;
}
.field__label {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 16px;
}
.field__input, .field__textarea {
  display: block;
  width: 100%;
  padding: 7px;
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
  border-radius: var(--radius-4);
  border: 1px solid var(--gray-189);
  background-color: var(--gray-251);
}
.field__input::placeholder, .field__textarea::placeholder {
  color: var(--gray-135);
}
.field__input.error, .field__textarea.error {
  border-color: var(--red-229);
  outline-color: var(--red-229);
}
.field__input {
  height: 40px;
}
.field__textarea {
  height: 104px;
  resize: none;
}
@media (min-width: 1200px) {
  .field__textarea {
    height: 120px;
  }
}
.field__btn {
  position: absolute;
  top: 24px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.field__btn svg {
  color: var(--gray-174);
  position: absolute;
  transition: opacity 0.3s;
}
.field__btn svg:nth-child(2) {
  opacity: 0;
}
.field__btn.view svg:nth-child(1) {
  opacity: 0;
}
.field__btn.view svg:nth-child(2) {
  opacity: 1;
}
.field--rounded .field__input,
.field--rounded .field__textarea {
  padding: 7px 15px;
  border-radius: 20px;
}
.field--rounded .field__error {
  padding: 0 0 0 16px;
}

.catalog {
  overflow: hidden;
  padding: 0 0 56px;
}
@media (min-width: 1200px) {
  .catalog {
    padding: 0 0 96px;
  }
}
.catalog__title {
  margin: 0 0 24px 0;
}
@media (min-width: 1200px) {
  .catalog__title {
    margin: 0 0 40px 0;
  }
}
.catalog__title span {
  color: var(--gray-105);
}
.catalog__cta {
  margin: 0 -12px 32px;
}
@media (min-width: 768px) {
  .catalog__cta {
    margin: 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .catalog__cta {
    margin: 0 0 40px;
  }
}
.catalog__tags {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
  margin: 0 -12px;
  padding: 0 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .catalog__tags {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.catalog__tags-item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding: 0 8px;
  font-weight: 500;
  border: 1px solid #000;
  color: #000;
  background: none;
  text-transform: uppercase;
  border-radius: 999px;
  height: 20px;
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 992px) {
  .catalog__tags-item {
    height: 32px;
    font-size: 12px;
    padding: 0 12px;
  }
}
.catalog__tags-item.active {
  background: #000;
  color: #fff;
}
.catalog__bar {
  position: relative;
  margin: 0 0 32px 0;
}
@media (min-width: 1200px) {
  .catalog__bar {
    z-index: 10;
    margin: 0 0 40px 0;
  }
}
.catalog__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 12px;
}
@media (min-width: 768px) {
  .catalog__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .catalog__cards {
    grid-gap: 48px 20px;
  }
}
@media (min-width: 1600px) {
  .catalog__cards {
    grid-template-columns: repeat(5, 1fr);
  }
}
.catalog__cards .card-labels {
  display: none;
}
@media (min-width: 1200px) {
  .catalog__cards .card-labels {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .catalog__cards .card__content {
    gap: 4px;
  }
}
@media (max-width: 1199px) {
  .catalog__cards .card__favorites {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .catalog__cards .card__prices-inner .card__article {
    display: none;
  }
}
@media (max-width: 1199px) {
  .catalog__cards .card__article {
    display: block;
    margin: 0;
  }
}
.catalog__cards .card__bottom {
  gap: 8px;
  padding: 4px 0 0;
}
@media (min-width: 1200px) {
  .catalog__cards .card__bottom {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .catalog__cards .card__quantity {
    width: 128px;
  }
}
.catalog__cards .card__buy {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
}
.catalog__cards.list {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.catalog__cards.list .card {
  flex-direction: row;
  gap: 8px;
  padding: 24px 0;
  border-bottom: 1px solid var(--gray-220);
}
@media (min-width: 1200px) {
  .catalog__cards.list .card {
    gap: 24px;
    padding: 16px 0;
  }
}
.catalog__cards.list .card__cover {
  flex-shrink: 0;
  width: 80px;
  margin: 0;
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__cover {
    width: 120px;
  }
}
.catalog__cards.list .card-labels {
  flex-direction: row;
  left: calc(100% + 24px);
  bottom: 4px;
  z-index: 1;
}
.catalog__cards.list .card-labels span {
  flex-shrink: 0;
}
.catalog__cards.list .card__content {
  position: relative;
  gap: 12px;
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__content {
    flex-direction: row;
    gap: 24px;
  }
}
.catalog__cards.list .card__link {
  margin: 28px 0 0;
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__link {
    flex-grow: 1;
    margin: 28px 0 44px;
  }
}
.catalog__cards.list .card__title {
  font-size: 12px;
  line-height: 17px;
  min-height: 51px;
  display: block;
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__title {
    font-size: 14px;
    min-height: none;
  }
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__title div {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.catalog__cards.list .card__title i {
  font-size: 14px;
}
.catalog__cards.list .card__title b,
.catalog__cards.list .card__title strong {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__title b,
  .catalog__cards.list .card__title strong {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.catalog__cards.list .card__prices {
  margin: 0 0 0 -88px;
}
@media (min-width: 768px) {
  .catalog__cards.list .card__prices {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__prices {
    flex-shrink: 0;
    padding: 6px 0 0 0;
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__price {
    order: 1;
  }
}
.catalog__cards.list .card__favorites {
  width: 24px;
  height: 24px;
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__favorites {
    position: static;
    margin: 24px 0 0 auto;
  }
}
.catalog__cards.list .card__article {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__article {
    top: 4px;
  }
}
.catalog__cards.list .card__bottom {
  flex-direction: row;
  gap: 16px;
  margin: 0 0 0 -88px;
}
@media (min-width: 768px) {
  .catalog__cards.list .card__bottom {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__bottom {
    flex-direction: column;
    align-self: center;
  }
}
.catalog__cards.list .card__quantity {
  width: 134px;
  flex-grow: 0;
}
@media (min-width: 576px) {
  .catalog__cards.list .card__quantity {
    width: 163px;
  }
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__quantity {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .catalog__cards.list .quantity__control {
    width: 120px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .catalog__cards.list .card__buy {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .catalog__cards.list .card__buy {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
  }
}
.catalog__pagination {
  margin: 32px 0 0 0;
}
@media (min-width: 1200px) {
  .catalog__pagination {
    margin: 48px 0 0 0;
  }
}
.catalog__bottom {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .catalog__bottom {
    margin-top: 48px;
  }
}
.catalog__bottom-title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .catalog__bottom-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.catalog__bottom-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 992px) {
  .catalog__bottom-items {
    gap: 16px;
  }
}
.catalog__bottom-item {
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding: 0 8px;
  font-weight: 400;
  border: none;
  color: #000;
  border-radius: 6px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  background: #f4f4f4;
}
@media (min-width: 768px) {
  .catalog__bottom-item {
    display: flex;
  }
}
@media (min-width: 992px) {
  .catalog__bottom-item {
    padding: 0 12px;
    height: 36px;
    padding: 0 12px;
  }
}
.catalog__bottom-item:hover {
  background: #dcdee6;
}
.catalog__bottom-item:nth-child(1), .catalog__bottom-item:nth-child(2), .catalog__bottom-item:nth-child(3) {
  display: flex;
}
.catalog__bottom.active .catalog__bottom-item {
  display: flex;
}
.catalog__bottom-more {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  border: none;
  background: none;
  padding: 0;
}
@media (min-width: 768px) {
  .catalog__bottom-more {
    display: none;
  }
}
.catalog__bottom-more:hover {
  color: var(--red);
}
.catalog__bottom-more span {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px dashed;
}
.catalog__bottom.active .catalog__bottom-more {
  display: none;
}
@media (min-width: 768px) {
  .catalog__bottom.active .catalog__bottom-more {
    display: flex;
  }
}
.catalog__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .catalog__description {
    margin-top: 48px;
  }
}
.catalog__description-title {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .catalog__description-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.catalog__description-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .catalog__description-body {
    gap: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.catalog__description-body p b {
  width: 600px;
}
.catalog__description-body p a {
  text-decoration: underline;
}
.catalog__description-body ul,
.catalog__description-body ol {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  gap: 4px;
}
@media (min-width: 992px) {
  .catalog__description-body ul,
  .catalog__description-body ol {
    gap: 8px;
    padding-left: 24px;
  }
}
.catalog__description-body ul li {
  list-style: disc;
}
.catalog__description-body ol li {
  list-style: decimal;
}
.catalog__description.active .catalog__description-body {
  height: 180px;
  position: relative;
  overflow: hidden;
}
.catalog__description.active .catalog__description-body:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64%, #fff 98%);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .catalog__description.active .catalog__description-body {
    height: 160px;
  }
}
.catalog__description-more {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s;
}
.catalog__description-more:hover {
  color: var(--red);
}
.catalog__description-more span {
  border-bottom: 1px dashed;
  line-height: 1;
}
.catalog__description.active .catalog__description-more {
  display: flex;
}

.catalog-filters {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 12px 140px;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 1200px) {
  .catalog-filters {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
}
.catalog-filters.active {
  opacity: 1;
  visibility: visible;
}
.catalog-filters__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .catalog-filters__close {
    display: none;
  }
}
.catalog-filters__title {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .catalog-filters__title {
    display: none;
  }
}
.catalog-filters__wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  gap: 12px;
  margin: 0 -12px 0 0;
  padding: 0 12px 0 0;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .catalog-filters__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px;
    margin: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .catalog-filters__select {
    width: 300px;
  }
}
.catalog-filters__buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 12px;
  width: 100%;
  padding: 24px 12px;
  background-color: var(--white);
}
@media (min-width: 1200px) {
  .catalog-filters__buttons {
    flex-shrink: 0;
    position: static;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}
.catalog-filters__btn {
  width: 100%;
  background: #f3f3f3;
  border: none;
  height: 40px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .catalog-filters__btn {
    width: 296px;
  }
}
@media (min-width: 1200px) {
  .catalog-filters__btn {
    width: fit-content;
  }
}
.catalog-filters__btn:disabled {
  cursor: default;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .catalog-filters__btn-apply {
    display: none;
  }
}

.catalog-settings {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .catalog-settings {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.catalog-settings__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 768px) {
  .catalog-settings__left {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .catalog-settings__sort {
    order: 1;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .catalog-settings__sort {
    z-index: auto;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .catalog-settings__sort .sort__modal {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .catalog-settings__sort .sort__modal {
    width: 100%;
  }
}
.catalog-settings__btn {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--white);
  font-size: 12px;
  line-height: 20px;
  padding: 5px 11px;
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .catalog-settings__btn {
    display: none;
  }
}
.catalog-settings__btn svg {
  color: var(--white);
}
.catalog-settings__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 768px) {
  .catalog-settings__right {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .catalog-settings__right {
    gap: 20px;
  }
}

.catalog-settings-quantity {
  order: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .catalog-settings-quantity {
    order: 0;
  }
}
.catalog-settings-quantity__caption {
  display: none;
}
@media (min-width: 1200px) {
  .catalog-settings-quantity__caption {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-105);
  }
}
.catalog-settings-quantity__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog-settings-quantity__item {
  flex-shrink: 0;
}
.catalog-settings-quantity__btn {
  display: block;
  color: var(--black);
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.5;
  transition: color 0.3s, opacity 0.3s;
}
@media (min-width: 1200px) {
  .catalog-settings-quantity__btn {
    font-size: 16px;
  }
}
.catalog-settings-quantity__btn.active {
  opacity: 1;
}

.catalog-settings-switch {
  display: flex;
  align-items: center;
  padding: 2px;
  border-radius: 20px;
  border: 1px solid var(--black);
}
@media (min-width: 1200px) {
  .catalog-settings-switch {
    padding: 3px;
  }
}
.catalog-settings-switch__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  .catalog-settings-switch__btn {
    width: 32px;
    height: 32px;
  }
}
.catalog-settings-switch__btn svg {
  width: 16px;
  height: 16px;
  color: var(--black);
  transition: color 0.3s;
}
@media (min-width: 1200px) {
  .catalog-settings-switch__btn svg {
    width: 20px;
    height: 20px;
  }
}
.catalog-settings-switch__btn.active {
  background-color: var(--black);
}
.catalog-settings-switch__btn.active svg {
  color: var(--white);
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  padding: 40px 12px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: var(--bg-mobile);
  position: relative;
}
@media (min-width: 768px) {
  .cta {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 0 40px;
    background-image: var(--bg-desktop);
  }
}
@media (min-width: 992px) {
  .cta {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .cta {
    padding: 0 120px 0 80px;
  }
}
.cta.active {
  display: none;
}
.cta__content {
  align-self: center;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__content {
    max-width: 505px;
    padding: 40px 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cta__content {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cta__content {
    padding: 68px 0;
  }
}
.cta__close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.cta__title {
  margin: 0 0 4px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cta__title {
    margin: 0 0 8px 0;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .cta__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.cta__descr {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .cta__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .cta__descr {
    font-size: 18px;
    line-height: 26px;
  }
}
.cta__btn {
  display: block;
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  .cta__btn {
    margin: 24px 0 0;
  }
}
@media (min-width: 992px) {
  .cta__btn {
    margin: 16px 0 0;
  }
}
@media (min-width: 768px) {
  .cta__img {
    padding: 40px 0 0 0;
  }
}
.cta__img img {
  width: auto;
  height: auto;
  max-height: 192px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cta__img img {
    max-height: 240px;
  }
}

.breadcrumbs__list {
  display: flex;
  gap: 21px;
  margin: 0 -12px;
  padding: 16px 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
@media (min-width: 1200px) {
  .breadcrumbs__list {
    gap: 38px;
    padding: 24px 12px 16px;
  }
}
.breadcrumbs__list::-webkit-scrollbar {
  height: 0;
}
.breadcrumbs__item {
  position: relative;
  flex-shrink: 0;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: var(--gray-105);
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .breadcrumbs__item:not(:last-child)::after {
    right: -22px;
    font-size: 16px;
    line-height: 24px;
  }
}
.breadcrumbs__link {
  display: block;
  color: var(--black);
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .breadcrumbs__link {
    font-size: 16px;
    line-height: 24px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.pagination__more.btn {
  font-size: 16px;
  font-weight: 400;
}
.pagination__inner {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 1200px) {
  .pagination__inner {
    gap: 8px;
  }
}
.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 1200px) {
  .pagination__btn {
    width: 40px;
    height: 40px;
  }
}
.pagination__btn svg {
  color: var(--black);
  width: 7px;
  height: 12px;
}
@media (min-width: 1200px) {
  .pagination__btn svg {
    width: 10px;
    height: 18px;
  }
}
.pagination__btn.disabled {
  opacity: 0.2;
}
.pagination__list {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 1200px) {
  .pagination__list {
    gap: 8px;
  }
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 50%;
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  .pagination__link {
    min-width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}
.pagination__link:hover, .pagination__link.active {
  background-color: var(--gray-220);
}
.pagination__btn-next svg {
  transform: rotate(180deg);
}

.select {
  position: relative;
}
.select.active .select__current svg {
  transform: rotate(180deg);
}
.select.active .select__list {
  display: block;
}
@media (min-width: 1200px) {
  .select.active .select__list {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.select.selected .select__current {
  color: var(--black);
  font-style: normal;
}
.select__label {
  display: block;
  margin: 0 0 8px 0;
  color: var(--gray-105);
  font-size: 14px;
  line-height: 16px;
}
.select__current {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  padding: 12px;
  color: var(--gray-105);
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  text-align: left;
  background-color: var(--gray-242);
}
.select__current span {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select__current svg {
  flex-shrink: 0;
  color: var(--black);
  transition: transform 0.3s;
}
.select__list {
  display: none;
  padding: 4px 12px 12px;
  background-color: var(--gray-242);
}
@media (min-width: 1200px) {
  .select__list {
    display: block;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    z-index: 5;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    transition-property: top, opacity, visibility;
  }
}
.select__item:not(:last-child) {
  margin: 0 0 12px 0;
}
.select__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 16px 0 0;
  color: var(--black);
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.select__btn.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  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.8536 4.47458C12.6583 4.27931 12.3417 4.27931 12.1465 4.47458L6.15614 10.465L3.85356 8.16237C3.65831 7.9671 3.34175 7.96712 3.14646 8.16237C2.95118 8.35763 2.95118 8.67419 3.14646 8.86946L5.80259 11.5256C5.99778 11.7208 6.31458 11.7207 6.5097 11.5256L12.8536 5.18169C13.0488 4.98644 13.0488 4.66985 12.8536 4.47458Z' fill='black'/%3E%3C/svg%3E%0A");
}

.select-color {
  position: relative;
  display: block;
  cursor: pointer;
}
.select-color__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.select-color__input:checked + .select-color__bg::after {
  opacity: 1;
}
.select-color__input:focus + .select-color__bg::after {
  opacity: 1;
  box-shadow: 0 0 0 1px var(--black);
}
.select-color__text {
  position: relative;
  display: block;
  padding: 4px 0 4px 28px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .select-color__text {
    font-size: 14px;
  }
}
.select-color__bg {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--white);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  transition: border-color 0.3s;
}
.select-color__bg::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--black);
  opacity: 0;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .sort {
    position: relative;
  }
}
.sort.active .sort__current {
  border-bottom-color: transparent;
}
.sort.active .sort__current svg {
  transform: rotate(180deg);
}
.sort.active .sort__modal {
  opacity: 1;
  visibility: visible;
  border-color: var(--gray-220);
}
@media (min-width: 768px) {
  .sort.active .sort__modal {
    top: 100%;
  }
}
.sort__current {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 0;
  color: var(--black);
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  transition: border-color 0.3s;
}
@media (min-width: 1200px) {
  .sort__current {
    padding: 11px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid var(--gray-220);
    background-color: var(--white);
  }
}
.sort__current span {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sort__current svg {
  flex-shrink: 0;
  width: 16px;
  height: 12px;
  color: var(--black);
  transition: transform 0.3s;
}
@media (min-width: 1200px) {
  .sort__current svg {
    width: 20px;
    height: 16px;
  }
}
.sort__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: var(--black-opacity-64);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: top, opacity, visibility, border-color;
}
@media (min-width: 768px) {
  .sort__modal {
    position: absolute;
    top: calc(100% + 20px);
    height: auto;
    background-color: var(--white);
    border: 1px solid transparent;
    max-height: 225px;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .sort__modal {
    border-top: none;
  }
}
.sort__wrapper {
  position: relative;
  padding: 40px 12px 8px;
  background-color: var(--white);
}
@media (min-width: 768px) {
  .sort__wrapper {
    padding: 8px 12px 8px;
  }
}
@media (min-width: 1200px) {
  .sort__wrapper {
    padding: 0 12px 8px;
  }
}
.sort__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .sort__close {
    display: none;
  }
}
.sort__close svg {
  color: var(--black);
}
.sort__title {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .sort__title {
    display: none;
  }
}
.sort__item:not(:last-child) {
  margin: 0 0 4px 0;
}
.sort__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 16px 4px 0;
  color: var(--black);
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.sort__btn.active {
  font-weight: 600;
}
.sort__btn.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  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.8536 4.47458C12.6583 4.27931 12.3417 4.27931 12.1465 4.47458L6.15614 10.465L3.85356 8.16237C3.65831 7.9671 3.34175 7.96712 3.14646 8.16237C2.95118 8.35763 2.95118 8.67419 3.14646 8.86946L5.80259 11.5256C5.99778 11.7208 6.31458 11.7207 6.5097 11.5256L12.8536 5.18169C13.0488 4.98644 13.0488 4.66985 12.8536 4.47458Z' fill='black'/%3E%3C/svg%3E%0A");
}

.cart {
  padding: 0 0 56px;
}
@media (min-width: 1200px) {
  .cart {
    padding: 24px 0 96px;
  }
}
.cart.hidden {
  display: none;
}
.cart__inner {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .cart__inner {
    grid-template-columns: auto 300px;
  }
}
@media (min-width: 1200px) {
  .cart__inner {
    grid-template-columns: auto 380px;
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .cart__inner {
    grid-template-columns: auto 420px;
  }
}
.cart__title {
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .cart__title {
    margin: 0 0 16px 0;
  }
}
.cart__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px 0;
}
.cart__del {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
  font-size: 12px;
  line-height: 16px;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .cart__del {
    font-size: 16px;
    line-height: 24px;
  }
}
.cart__del svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1200px) {
  .cart__del svg {
    width: 20px;
    height: 20px;
  }
}
.cart__del:disabled {
  opacity: 0.5;
  cursor: default;
}

.cart-item {
  display: flex;
  gap: 8px;
  padding: 24px 0;
  border-top: 1px solid var(--gray-220);
}
@media (min-width: 1200px) {
  .cart-item {
    gap: 16px;
    padding: 16px 16px 16px 0;
  }
}
.cart-item__checkbox {
  display: flex;
  align-items: center;
  height: 72px;
}
@media (min-width: 1200px) {
  .cart-item__checkbox {
    height: auto;
  }
}
.cart-item__checkbox .checkbox__text {
  height: 16px;
  padding: 0 0 0 16px;
}
.cart-item__img {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}
@media (min-width: 1200px) {
  .cart-item__img {
    width: 112px;
    height: 112px;
  }
}
.cart-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-item__content {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 80px 0 0;
}
@media (min-width: 992px) {
  .cart-item__content {
    flex-direction: row;
    padding: 2px 0 0;
  }
}
.cart-item__info {
  flex-grow: 1;
  margin: 0 0 0 -80px;
}
@media (min-width: 992px) {
  .cart-item__info {
    margin: 0;
  }
}
.cart-item__article {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-135);
}
@media (min-width: 992px) {
  .cart-item__article {
    position: static;
  }
}
@media (min-width: 1200px) {
  .cart-item__article {
    line-height: 16px;
  }
}
.cart-item__title {
  margin: 0 0 4px 0;
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cart-item__title {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.cart-item__descr {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .cart-item__descr {
    font-size: 14px;
    line-height: 16px;
  }
}
.cart-item__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 0 -80px;
}
@media (min-width: 992px) {
  .cart-item__bottom {
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
  }
}
.cart-item__prices {
  order: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .cart-item__prices {
    order: 0;
  }
}
.cart-item__price {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.cart-item__old-price {
  flex-shrink: 0;
  color: var(--gray-135);
  font-size: 14px;
  line-height: 18px;
  text-decoration: line-through;
}
@media (min-width: 1200px) {
  .cart-item__old-price {
    font-size: 16px;
    line-height: 24px;
  }
}
.cart-item__quantity {
  width: 96px;
}
@media (min-width: 1200px) {
  .cart-item__quantity {
    width: 104px;
  }
}
.cart-item__quantity .quantity__control {
  height: auto;
  padding: 0;
  background-color: transparent;
}
.cart-item__quantity .quantity__minus,
.cart-item__quantity .quantity__plus {
  width: 24px;
  height: 24px;
}
.cart-item__quantity .quantity__minus:before,
.cart-item__quantity .quantity__plus:before {
  width: 10px;
}
.cart-item__quantity .quantity__plus:after {
  height: 10px;
}
.cart-item__quantity .quantity__input {
  height: 24px;
  line-height: 24px;
}
.cart-item__icons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 992px) {
  .cart-item__icons {
    position: static;
  }
}
.cart-item__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.cart-empty {
  padding: 0 0 56px;
}
@media (min-width: 1200px) {
  .cart-empty {
    padding: 0 0 96px;
  }
}
.cart-empty.hidden {
  display: none;
}
.cart-empty__title {
  margin: 0 0 24px 0;
}
@media (min-width: 1200px) {
  .cart-empty__title {
    margin: 0 0 40px 0;
  }
}
.cart-empty__img {
  max-width: 110px;
  margin: 0 auto 24px;
}
@media (min-width: 1200px) {
  .cart-empty__img {
    max-width: 220px;
    margin: 0 auto 32px;
  }
}
.cart-empty__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cart-empty__caption {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1200px) {
  .cart-empty__caption {
    font-size: 24px;
    line-height: 32px;
  }
}
.cart-empty__content {
  margin: 0 0 24px 0;
}
@media (min-width: 1200px) {
  .cart-empty__content {
    margin: 0 0 32px 0;
  }
}
.cart-empty__descr {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .cart-empty__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.cart-empty__btn {
  margin: 0 auto;
  padding: 7px 31px;
}
.cart-empty--modifyed {
  padding: 56px 0;
}
@media (min-width: 1200px) {
  .cart-empty--modifyed {
    padding: 96px 0;
  }
}
.cart-empty--modifyed .cart-empty__img {
  max-width: 90px;
}
@media (min-width: 1200px) {
  .cart-empty--modifyed .cart-empty__img {
    max-width: 180px;
  }
}

.sidebar-cart__wrapper {
  position: sticky;
  top: 108px;
}
.sidebar-cart__inner {
  padding: 16px 12px;
  background-color: var(--gray-242);
}
@media (min-width: 1200px) {
  .sidebar-cart__inner {
    padding: 16px;
  }
}
.sidebar-cart__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px 0;
}
.sidebar-cart__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .sidebar-cart__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.sidebar-cart__amount {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-64);
}
.sidebar-cart__items {
  margin: 0 0 16px 0;
  border-top: 1px solid var(--gray-220);
}
.sidebar-cart__lines {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid var(--gray-220);
}
.sidebar-cart__lines-block:not(:last-child) {
  margin: 0 0 24px 0;
}
.sidebar-cart__line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.sidebar-cart__line:not(:last-child) {
  margin: 0 0 12px 0;
}
.sidebar-cart__line span {
  font-size: 14px;
  line-height: 16px;
}
.sidebar-cart__line span:nth-child(1) {
  color: var(--black-64);
}
.sidebar-cart__line span:nth-child(2) {
  font-weight: 600;
}
.sidebar-cart__total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.sidebar-cart__total span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .sidebar-cart__total span {
    font-size: 18px;
    line-height: 26px;
  }
}
.sidebar-cart__total span:nth-child(2) {
  flex-shrink: 0;
}
.sidebar-cart__btn {
  width: 100%;
  margin: 24px 0 0 0;
}
@media (min-width: 1200px) {
  .sidebar-cart__btn {
    font-weight: 500;
  }
}
.sidebar-cart__footnote {
  margin: 12px 0 0 0;
  color: var(--black-64);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 1200px) {
  .sidebar-cart__footnote {
    font-size: 14px;
    line-height: 20px;
  }
}

.sidebar-cart-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-220);
}
.sidebar-cart-item__info {
  flex-grow: 1;
}
.sidebar-cart-item__article {
  display: block;
  margin: 0 0 8px 0;
  color: var(--black-64);
  font-size: 14px;
  line-height: 16px;
}
.sidebar-cart-item__title {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.sidebar-cart-item__descr {
  font-size: 14px;
  line-height: 16px;
}
.sidebar-cart-item__qty {
  flex-shrink: 0;
  min-width: 48px;
  font-size: 14px;
  line-height: 16px;
}
.sidebar-cart-item__sum {
  flex-shrink: 0;
  min-width: 64px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: right;
}
@media (min-width: 1200px) {
  .sidebar-cart-item__sum {
    min-width: 88px;
    font-size: 18px;
    line-height: 26px;
  }
}

.sidebar-cart-coupon {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0 0;
  padding: 16px 12px;
  background-color: var(--gray-220);
}
@media (min-width: 1200px) {
  .sidebar-cart-coupon {
    padding: 16px;
  }
}
.sidebar-cart-coupon__title {
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .sidebar-cart-coupon__title {
    font-size: 18px;
    line-height: 26px;
  }
}
.sidebar-cart-coupon__field {
  margin: 0 0 8px 0;
}
.sidebar-cart-coupon__error {
  display: none;
  font-size: 14px;
  line-height: 16px;
}
.sidebar-cart-coupon__error.active {
  display: block;
}
.sidebar-cart-coupon__btn {
  width: 100%;
  margin: 16px 0 0 0;
}

.order {
  padding: 0 0 56px;
}
@media (min-width: 1200px) {
  .order {
    padding: 0 0 96px;
  }
}
.order__title {
  margin: 0 0 24px 0;
}
@media (min-width: 1200px) {
  .order__title {
    margin: 0 0 40px 0;
  }
}
.order__inner {
  position: relative;
  display: grid;
  gap: 32px;
  padding: 0 0 64px;
}
@media (min-width: 768px) {
  .order__inner {
    grid-template-columns: auto 320px;
    gap: 20px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .order__inner {
    grid-template-columns: auto 380px;
  }
}
@media (min-width: 1440px) {
  .order__inner {
    grid-template-columns: auto 420px;
    gap: 40px;
  }
}
.order__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  order: 1;
}
@media (min-width: 768px) {
  .order__content {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .order__content {
    gap: 32px;
  }
}
.order__block {
  padding: 24px 7px;
  border: 1px solid var(--gray-220);
}
@media (min-width: 768px) {
  .order__block {
    padding: 24px 12px;
  }
}
@media (min-width: 1200px) {
  .order__block {
    padding: 24px;
  }
}
.order__block.hidden {
  display: none;
}
.order__caption {
  margin: 0 0 16px 0;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .order__caption {
    margin: 0 0 24px 0;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .order__caption {
    margin: 0 0 32px 0;
    font-size: 32px;
    line-height: 38px;
  }
}
.order__sidebar {
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .order__sidebar {
    margin: 0;
  }
}
.order__sidebar .sidebar-cart__wrapper {
  position: static;
}
@media (min-width: 768px) {
  .order__sidebar .sidebar-cart__wrapper {
    position: sticky;
  }
}
.order__sidebar .sidebar-cart__top {
  margin: 0 0 16px 0;
}
.order__sidebar .sidebar-cart__lines-block:not(:last-child) {
  margin: 0 0 16px 0;
}
.order__sidebar .sidebar-cart__lines {
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}
.order__sidebar .sidebar-cart__line span {
  line-height: 20px;
}
.order__sidebar .sidebar-cart__line:not(:last-child) {
  margin: 0 0 8px 0;
}
.order__sidebar .sidebar-cart__btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .order__sidebar .sidebar-cart__btn {
    position: static;
  }
}

.order-radio {
  display: block;
  cursor: pointer;
}
.order-radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.order-radio__input:checked + .order-radio__content::before {
  border-color: var(--black);
}
.order-radio__input:checked + .order-radio__content::after {
  opacity: 1;
}
.order-radio__content {
  position: relative;
  display: block;
  padding: 0 0 0 32px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .order-radio__content {
    font-size: 18px;
    line-height: 26px;
  }
}
.order-radio__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--gray-105);
  border-radius: 50%;
  transition: border-color 0.3s;
}
.order-radio__content::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--black);
  opacity: 0;
  transition: opacity 0.3s;
}
.order-radio__top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.order-radio__top span:nth-child(2) {
  min-width: 80px;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
@media (min-width: 1200px) {
  .order-radio__top span:nth-child(2) {
    min-width: 96px;
  }
}
.order-radio__descr {
  display: block;
  margin: 8px 0 0 0;
  color: var(--gray-105);
  font-size: 14px;
  line-height: 20px;
  transition: color 0.3s;
}
@media (min-width: 1200px) {
  .order-radio__descr {
    padding: 0 104px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.order-radio--modifyed > .order-radio__input:checked + .order-radio__content {
  background-color: var(--gray-242);
}
.order-radio--modifyed > .order-radio__input:checked + .order-radio__content .order-radio__descr {
  color: var(--black);
}
.order-radio--modifyed .order-radio__content {
  padding: 16px 8px 16px 40px;
  transition: background-color 0.3s;
}
@media (min-width: 1200px) {
  .order-radio--modifyed .order-radio__content {
    padding: 16px 16px 16px 48px;
  }
}
.order-radio--modifyed .order-radio__content::before {
  top: 16px;
  left: 8px;
}
@media (min-width: 1200px) {
  .order-radio--modifyed .order-radio__content::before {
    left: 16px;
  }
}
.order-radio--modifyed .order-radio__content::after {
  top: 20px;
  left: 12px;
}
@media (min-width: 1200px) {
  .order-radio--modifyed .order-radio__content::after {
    left: 20px;
  }
}

.order-delivery__switch {
  display: flex;
  gap: 24px;
  margin: 0 0 24px 0;
}
@media (min-width: 1200px) {
  .order-delivery__switch {
    gap: 40px;
    margin: 0 0 32px 0;
  }
}
.order-delivery__block.hidden {
  display: none;
}
.order-delivery__title {
  margin: 0 0 16px 0;
  font-size: 24px;
  line-height: 32px;
}
.order-delivery__prompt {
  margin: 0 0 16px 0;
}
.order-delivery__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 0 24px 0;
}
@media (min-width: 1200px) {
  .order-delivery__fields {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 0 40px 0;
  }
}
.order-delivery__field:nth-child(1), .order-delivery__field:nth-child(2) {
  grid-column: span 2;
}
.order-delivery__sub-item:not(:last-child) {
  margin: 0 0 16px 0;
}
.order-delivery__sub-item .order-radio__content {
  min-height: 24px;
  font-size: 14px;
  line-height: 20px;
}

.order-delivery-item__radio:has(input:checked) + .order-delivery-item__content {
  display: block;
  background-color: var(--gray-242);
}
.order-delivery-item__caption {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.order-delivery-item__content {
  display: none;
  padding: 0 16px 16px 40px;
}
@media (min-width: 1200px) {
  .order-delivery-item__content {
    padding: 0 16px 16px 48px;
  }
}

.order-data__prompt {
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .order-data__prompt {
    margin: 0 0 24px 0;
  }
}
.order-data__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order-data__block:not(:last-child) {
  margin: 0 0 32px 0;
}
@media (min-width: 1200px) {
  .order-data__block:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.order-data__fields {
  display: grid;
  gap: 16px;
}
@media (min-width: 1200px) {
  .order-data__fields {
    grid-template-columns: repeat(2, 1fr);
  }
}

.order-prompt {
  color: var(--gray-105);
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}

.product {
  padding: 8px 0 56px;
}
@media (min-width: 1200px) {
  .product {
    padding: 24px 0 96px;
  }
}
.product__inner {
  position: relative;
  display: grid;
  grid-gap: 16px;
  margin: 0 0 56px;
}
@media (min-width: 768px) {
  .product__inner {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (min-width: 992px) {
  .product__inner {
    grid-gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 96px;
  }
}
.product__preview {
  min-width: 0;
}
.product__info {
  display: flex;
  flex-direction: column;
}
.product__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .product__title {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 12px 0;
  }
}
@media (min-width: 1200px) {
  .product__title {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
}
.product__article {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px 0;
}
.product__article span {
  font-size: 16px;
  line-height: 24px;
}
.product__article span:nth-child(1) {
  color: var(--gray-135);
}
.product__article button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.product__article button svg {
  color: var(--black);
  transition: color 0.3s;
}
.product__article button.active svg {
  color: var(--red-244);
}
.product__avail {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .product__avail {
    margin-bottom: 24px;
  }
}
.product__prices {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .product__prices {
    gap: 16px;
    margin: 0 0 24px 0;
  }
}
.product__price {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .product__price {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .product__price {
    font-size: 34px;
    line-height: 40px;
  }
}
.product__old-price {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 26px;
  text-decoration: line-through;
  color: var(--gray-135);
}
@media (min-width: 1200px) {
  .product__old-price {
    font-size: 24px;
    line-height: 32px;
  }
}
.product__bottom {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 576px) {
  .product__bottom {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .product__bottom {
    order: 0;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .product__bottom {
    gap: 24px;
  }
}
.product__bottom-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  .product__bottom-box {
    gap: 24px;
  }
}
.product__quantity {
  width: 100%;
}
@media (min-width: 576px) {
  .product__quantity {
    width: 150px;
  }
}
.product__buy {
  flex-shrink: 0;
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid var(--black);
}
.product__favorites {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .product__favorites {
    flex-shrink: 0;
    position: static;
    margin: 0 0 0 -8px;
  }
}
.product__cta {
  margin: 56px -12px 0;
}
@media (min-width: 768px) {
  .product__cta {
    margin: 56px 0 0;
  }
}
@media (min-width: 1200px) {
  .product__cta {
    margin: 96px 0 0;
  }
}
.product__descr {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .product__descr {
    margin-top: 96px;
  }
}
.product__descr div {
  background: #f2f2f7;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
@media (min-width: 992px) {
  .product__descr div {
    padding: 20px;
    gap: 10px;
  }
}
.product__descr div:before {
  content: "";
  display: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64%, #fff 98%);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product__descr.active div {
  height: 100px;
  overflow: hidden;
}
.product__descr.active div:before {
  display: block;
}
.product__descr p {
  margin: 0;
  position: relative;
  z-index: 1;
}
.product__descr p a {
  text-decoration: underline;
  color: var(--red);
  transition: 0.3s;
}
.product__descr p a:hover {
  color: #000;
}
.product__descr button {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s;
}
.product__descr button:hover {
  color: var(--red);
}
.product__descr button span {
  border-bottom: 1px dashed;
  line-height: 1;
}
.product__descr.active button {
  display: flex;
}

.product-slider {
  position: relative;
  margin: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .product-slider {
    margin: 0 0 20px 0;
  }
}
.product-slider__img {
  display: block;
  aspect-ratio: 1;
}
.product-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-thumb {
  position: relative;
}
@media (min-width: 1200px) {
  .product-thumb {
    max-width: 580px;
    margin: 0 auto;
    padding: 0 54px;
  }
}
.product-thumb .swiper-slide.swiper-slide-thumb-active .product-thumb__img {
  border-color: var(--black);
}
.product-thumb__img {
  display: block;
  aspect-ratio: 1;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
}
.product-thumb__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-thumb__buttons .slider-buttons__prev,
.product-thumb__buttons .slider-buttons__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-thumb__buttons .slider-buttons__prev {
  left: 0;
}
.product-thumb__buttons .slider-buttons__next {
  right: 0;
}

.product-characteristics {
  display: none;
  margin: 0 0 16px 0;
}
@media (min-width: 992px) {
  .product-characteristics {
    display: block;
  }
}
@media (min-width: 1200px) {
  .product-characteristics {
    margin: 0 0 24px 0;
  }
}
.product-characteristics__caption {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.product-characteristics__line {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.product-characteristics__line span {
  font-size: 14px;
  line-height: 16px;
  background-color: var(--white);
}
@media (min-width: 1200px) {
  .product-characteristics__line span {
    font-size: 16px;
    line-height: 24px;
  }
}
.product-characteristics__line span:nth-child(1) {
  color: var(--gray-135);
  padding: 0 8px 0 0;
}
.product-characteristics__line span:nth-child(2) {
  flex-shrink: 0;
  width: 160px;
  padding: 0 0 0 8px;
}
.product-characteristics__line::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 3px;
  border-bottom: 1px dashed var(--gray-135);
}
@media (min-width: 1200px) {
  .product-characteristics__line::before {
    bottom: 5px;
  }
}
.product-characteristics__line:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .product-characteristics__line:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
.product-characteristics__link {
  margin: 12px 0 0 0;
  color: var(--black);
  font-size: 14px;
  line-height: 15px;
  border-bottom: 1px solid var(--black);
}
@media (min-width: 1200px) {
  .product-characteristics__link {
    font-size: 16px;
    line-height: 23px;
  }
}

.product-size {
  order: 1;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .product-size {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .product-size {
    margin: 0 0 24px 0;
  }
}
.product-size__caption {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .product-size__caption {
    font-size: 16px;
    line-height: 24px;
  }
}

.product-select {
  position: relative;
}
.product-select.active .product-select__current svg {
  transform: rotate(180deg);
}
.product-select.active .product-select__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.product-select__current {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  background-color: var(--gray-242);
}
@media (min-width: 768px) {
  .product-select__current {
    display: none;
  }
}
.product-select__current span {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-select__current svg {
  flex-shrink: 0;
  color: var(--black);
  transition: transform 0.3s;
}
.product-select__list {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px 8px;
  background-color: var(--gray-242);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: top, opacity, visibility;
}
@media (min-width: 768px) {
  .product-select__list {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .product-select__list {
    gap: 8px;
  }
}
.product-select__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 16px 4px 0;
  color: var(--black);
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: var(--black);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
@media (min-width: 768px) {
  .product-select__btn {
    padding: 8px 8px 7px;
  }
}
@media (min-width: 1200px) {
  .product-select__btn {
    padding: 8px 12px 7px;
    font-size: 16px;
    line-height: 24px;
  }
}
.product-select__btn.active {
  font-weight: 600;
}
@media (min-width: 768px) {
  .product-select__btn.active {
    border-color: var(--black);
    font-weight: 400;
  }
}
.product-select__btn.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  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.8536 4.47458C12.6583 4.27931 12.3417 4.27931 12.1465 4.47458L6.15614 10.465L3.85356 8.16237C3.65831 7.9671 3.34175 7.96712 3.14646 8.16237C2.95118 8.35763 2.95118 8.67419 3.14646 8.86946L5.80259 11.5256C5.99778 11.7208 6.31458 11.7207 6.5097 11.5256L12.8536 5.18169C13.0488 4.98644 13.0488 4.66985 12.8536 4.47458Z' fill='black'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .product-select__btn.active::after {
    display: none;
  }
}

.product-color {
  order: 2;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .product-color {
    order: 0;
  }
}
.product-color__caption {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .product-color__caption {
    font-size: 16px;
    line-height: 24px;
  }
}
.product-color__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.product-color-radio {
  cursor: pointer;
}
.product-color-radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.product-color-radio__input:checked + .product-color-radio__bg::after {
  opacity: 1;
}
.product-color-radio__input:focus + .product-color-radio__bg::after {
  opacity: 1;
  box-shadow: 0 0 0 1px var(--black);
}
.product-color-radio__bg {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.product-color-radio__bg::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--gray-220);
  background-color: currentColor;
}
.product-color-radio__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--black);
  opacity: 0;
  transition: opacity 0.3s;
}

.product-spoilers {
  max-width: 1180px;
  margin: 0 auto;
  scroll-margin-top: 120px;
}
@media (min-width: 1600px) {
  .product-spoilers {
    max-width: 1400px;
  }
}
.product-spoilers__tabs-wrapper {
  width: 100%;
  display: none;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .product-spoilers__tabs-wrapper {
    display: flex;
  }
}
.product-spoilers__tabs {
  display: flex;
  width: 100%;
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  background: #fff;
}
.product-spoilers__tabs.sticky {
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 48px;
  left: 0;
}
@media (min-width: 1200px) {
  .product-spoilers__tabs.sticky {
    top: 88px;
  }
}
.product-spoilers__tabs::-webkit-scrollbar {
  height: 0;
}
@media (min-width: 1200px) {
  .product-spoilers__tabs::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 1px;
    background-color: var(--gray-189);
  }
}
.product-spoilers__tab {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0 7px;
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  transition: border-color 0.3s;
  height: 40px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .product-spoilers__tab {
    font-size: 18px;
  }
}
.product-spoilers__tab span {
  color: var(--gray-135);
  font-weight: 400;
}
.product-spoilers__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background-color: transparent;
  transition: background-color 0.3s;
}
.product-spoilers__tab.active::after {
  background-color: var(--black);
}
.product-spoilers__items {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.product-spoilers__item {
  /*@media (min-width: 992px) {
      display: none;
  }*/
}
.product-spoilers__item.active {
  display: block;
}
.product-spoilers__item.active .product-spoilers__btn {
  border-bottom-color: transparent;
}
.product-spoilers__item.active .product-spoilers__btn svg {
  transform: translateY(-50%) rotate(0deg);
}
.product-spoilers__item.active .product-spoilers__inner {
  grid-template-rows: 1fr;
}
.product-spoilers__item.active .product-spoilers__content {
  padding: 16px 12px 32px;
}
@media (min-width: 992px) {
  .product-spoilers__item.active .product-spoilers__content {
    padding: 16px 12px 0;
  }
}
@media (min-width: 1200px) {
  .product-spoilers__item.active .product-spoilers__content {
    padding: 0 12px;
  }
}
.product-spoilers__item.fade {
  animation: fade 0.5s;
}
.product-spoilers__item:last-child .product-spoilers__btn {
  border-bottom-color: transparent;
}
.product-spoilers__btn {
  display: none;
  position: relative;
  gap: 8px;
  width: 100%;
  padding: 7px 28px 7px 0;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  border-top: 1px solid transparent;
  border-bottom: 1px solid var(--gray-220);
  transition: border-color 0.3s;
}
@media (min-width: 992px) {
  .product-spoilers__btn {
    display: none;
  }
}
.product-spoilers__btn span {
  color: var(--gray-135);
}
.product-spoilers__btn svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  color: var(--black);
  transition: transform 0.3s;
}
.product-spoilers__inner {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s;
}
.product-spoilers__content {
  overflow: hidden;
  margin: 0 -12px;
  padding: 0 12px;
  transition: padding 0.3s;
}
.product-spoilers__block:not(:last-child) {
  margin: 0 0 32px 0;
}
@media (min-width: 1200px) {
  .product-spoilers__block:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.product-spoilers__block .h2,
.product-spoilers__block .h3,
.product-spoilers__block .h4,
.product-spoilers__block h2,
.product-spoilers__block h3,
.product-spoilers__block h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .product-spoilers__block .h2,
  .product-spoilers__block .h3,
  .product-spoilers__block .h4,
  .product-spoilers__block h2,
  .product-spoilers__block h3,
  .product-spoilers__block h4 {
    margin: 0 0 16px 0;
    font-size: 24px;
    line-height: 32px;
  }
}
.product-spoilers__block p,
.product-spoilers__block li {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .product-spoilers__block p,
  .product-spoilers__block li {
    font-size: 16px;
    line-height: 24px;
  }
}
.product-spoilers__block p:not(:last-child) {
  margin: 0 0 16px 0;
}
.product-spoilers__block b,
.product-spoilers__block strong {
  width: 700px;
}
.product-spoilers__block a {
  text-decoration: underline;
}
.product-spoilers__block li {
  position: relative;
}
.product-spoilers__block li:not(:last-child) {
  margin: 0 0 4px 0;
}
.product-spoilers__block ul:not(:last-child) {
  margin: 0 0 16px 0;
}
.product-spoilers__block ul li {
  padding: 0 0 0 24px;
}
.product-spoilers__block ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--black);
}
.product-spoilers__block img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.product-spoilers__block img:not(:last-child) {
  margin: 0 0 16px 0;
}
.product-spoilers__block video {
  display: block;
  width: 100%;
  height: auto;
}
.product-spoilers__block-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-spoilers__block-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
}
.product-spoilers__block-item img {
  width: 20px;
  height: 20px;
  max-width: none;
  margin: 0;
  object-fit: contain;
}
.product-spoilers__download {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .product-spoilers__download {
    font-size: 16px;
    line-height: 24px;
  }
}
.product-spoilers__download svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  .product-spoilers__download svg {
    width: 24px;
    height: 24px;
  }
}
.product-spoilers__download img {
  flex-shrink: 0;
  width: 32px;
}
@media (min-width: 1200px) {
  .product-spoilers__download img {
    width: 24px;
  }
}
.product-spoilers__download:not(:last-child) {
  margin: 0 0 16px 0;
}

.product-spoilers-characteristics {
  display: grid;
}
@media (min-width: 768px) {
  .product-spoilers-characteristics {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
.product-spoilers-characteristics__line {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .product-spoilers-characteristics__line {
    justify-content: space-between;
  }
}
.product-spoilers-characteristics__line span {
  font-size: 14px;
  line-height: 16px;
  background-color: var(--white);
}
@media (min-width: 1200px) {
  .product-spoilers-characteristics__line span {
    font-size: 16px;
    line-height: 24px;
  }
}
.product-spoilers-characteristics__line span:nth-child(1) {
  padding: 0 4px 0 0;
  color: var(--gray-135);
}
@media (min-width: 1200px) {
  .product-spoilers-characteristics__line span:nth-child(1) {
    padding: 0 8px 0 0;
  }
}
.product-spoilers-characteristics__line span:nth-child(2) {
  padding: 0 0 0 4px;
}
@media (min-width: 576px) {
  .product-spoilers-characteristics__line span:nth-child(2) {
    flex-shrink: 0;
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .product-spoilers-characteristics__line span:nth-child(2) {
    padding: 0 0 0 8px;
  }
}
@media (min-width: 576px) {
  .product-spoilers-characteristics__line::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 12px;
    border-bottom: 1px dashed var(--gray-135);
  }
}
@media (min-width: 1200px) {
  .product-spoilers-characteristics__line::before {
    top: 17px;
  }
}
.product-spoilers-characteristics__line:not(:last-child) {
  margin: 0 0 16px 0;
}

.product-comments {
  display: flex;
  flex-direction: column;
}
.product-comments__prompt {
  background: #f2f2f7;
  padding: 16px 12px;
  margin: 0 -12px;
}
@media (min-width: 992px) {
  .product-comments__prompt {
    padding: 40px;
    margin: 0;
    border: 1px solid #dcdce6;
  }
}
.product-comments__prompt b {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .product-comments__prompt b {
    font-size: 24px;
    line-height: 32px;
  }
}
.product-comments__prompt p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .product-comments__prompt p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
}
.product-comments__prompt i {
  width: 100%;
  color: #696b72;
  font-size: 14px;
  line-height: 16px;
}
.product-comments__prompt > input {
  width: 100%;
  border-radius: 4px;
  padding: 0 8px;
  height: 40px;
  border: 1px solid #bdc3d6;
  background: #fbfbfd;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  transition: 0.3s;
}
.product-comments__prompt.active > input {
  display: none;
}
.product-comments__prompt-form {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}
.product-comments__prompt-form label {
  width: 100%;
}
.product-comments__prompt-form label input {
  margin: 0;
}
.product-comments__prompt-form > .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .product-comments__prompt-form > .btn {
    width: auto;
  }
}
.product-comments__prompt.active .product-comments__prompt-form {
  display: flex;
}
.product-comments__prompt-row {
  display: grid;
  gap: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .product-comments__prompt-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.product-comments__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .product-comments__title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
  }
}
.product-comments .comments {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .product-comments .comments {
    margin-top: 24px;
  }
}
.product-comments .comments__question {
  border: 1px solid #dcdee6;
  padding: 12px;
}
@media (min-width: 992px) {
  .product-comments .comments__question {
    padding: 16px 32px;
  }
}
.product-comments__more {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .product-comments__more {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.product-tags {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .product-tags {
    margin-bottom: 96px;
  }
}
.product-tags__title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .product-tags__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.product-tags__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 992px) {
  .product-tags__items {
    gap: 16px;
  }
}
.product-tags__item {
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding: 0 8px;
  font-weight: 400;
  border: none;
  color: #000;
  border-radius: 6px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  background: #f4f4f4;
}
@media (min-width: 768px) {
  .product-tags__item {
    display: flex;
  }
}
@media (min-width: 992px) {
  .product-tags__item {
    font-size: 12px;
    padding: 0 12px;
    height: 36px;
    padding: 0 12px;
  }
}
.product-tags__item:hover {
  background: #dcdee6;
}
.product-tags__item:nth-child(1), .product-tags__item:nth-child(2), .product-tags__item:nth-child(3) {
  display: flex;
}
.product-tags.active .product-tags__item {
  display: flex;
}
.product-tags__more {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  border: none;
  background: none;
  padding: 0;
}
@media (min-width: 768px) {
  .product-tags__more {
    display: none;
  }
}
.product-tags__more:hover {
  color: var(--red);
}
.product-tags__more span {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px dashed;
}
.product-tags.active .product-tags__more {
  display: none;
}
@media (min-width: 768px) {
  .product-tags.active .product-tags__more {
    display: flex;
  }
}

@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.page-content {
  padding: 0 0 56px;
}
@media (min-width: 1200px) {
  .page-content {
    padding: 0 0 80px;
  }
}
.page-content__title {
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .page-content__title {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 1440px) {
  .page-content__title {
    margin: 0 0 40px 0;
  }
}
.page-content__inner {
  max-width: 1180px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .page-content__inner {
    max-width: 1400px;
  }
}
.page-content__inner .h2,
.page-content__inner h2 {
  margin: 32px 0 8px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-content__inner .h2,
  .page-content__inner h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .page-content__inner .h2,
  .page-content__inner h2 {
    margin: 40px 0 16px;
    font-size: 34px;
    line-height: 40px;
  }
}
.page-content__inner .h2:first-child,
.page-content__inner h2:first-child {
  margin-top: 0;
}
.page-content__inner .h3,
.page-content__inner h3 {
  margin: 32px 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-content__inner .h3,
  .page-content__inner h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .page-content__inner .h3,
  .page-content__inner h3 {
    margin: 40px 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
}
.page-content__inner .h3:first-child,
.page-content__inner h3:first-child {
  margin-top: 0;
}
.page-content__inner .h4,
.page-content__inner h4 {
  margin: 12px 0 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .page-content__inner .h4,
  .page-content__inner h4 {
    margin: 16px 0 8px;
    font-size: 16px;
    line-height: 24px;
  }
}
.page-content__inner p,
.page-content__inner li {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .page-content__inner p,
  .page-content__inner li {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-content__inner p:not(:last-child) {
  margin: 0 0 16px 0;
}
.page-content__inner b,
.page-content__inner strong {
  width: 600px;
}
.page-content__inner a {
  text-decoration: underline;
}
.page-content__inner li {
  position: relative;
}
.page-content__inner li:not(:last-child) {
  margin: 0 0 8px 0;
}
.page-content__inner ul:not(:last-child) {
  margin: 0 0 16px 0;
}
.page-content__inner ul li {
  padding: 0 0 0 24px;
}
.page-content__inner ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--black);
}

.landing-page {
  overflow: hidden;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .landing-page {
    padding-bottom: 96px;
  }
}
.landing-page__top-text {
  display: flex;
  flex-direction: column;
}
.landing-page__top-text-body {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .landing-page__top-text.active .landing-page__top-text-body {
    height: 160px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .landing-page__top-text.active .landing-page__top-text-body:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64%, #fff 98%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.landing-page__top-text-more {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s;
}
.landing-page__top-text-more:hover {
  color: var(--red);
}
.landing-page__top-text-more span {
  border-bottom: 1px dashed;
  line-height: 1;
}
@media (max-width: 767px) {
  .landing-page__top-text.active .landing-page__top-text-more {
    display: flex;
  }
}
.landing-page__title {
  margin-bottom: 16px;
}
.landing-page__subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .landing-page__subtitle {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.landing-page p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .landing-page p {
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page p + p {
  margin-top: 16px;
}
.landing-page__more {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.landing-page__more a {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px dashed;
}
.landing-page__cats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding: 32px 0;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .landing-page__cats {
    gap: 28px;
    flex-direction: row;
    align-items: center;
    margin: 40px 0;
    padding: 40px 0;
  }
}
.landing-page__cats:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #f4f4f4;
  top: 0;
  left: 0;
  width: 20000px;
  margin-left: -10000px;
  height: 100%;
  z-index: 1;
}
.landing-page__cats b {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .landing-page__cats b {
    font-size: 18px;
    line-height: 26px;
  }
}
.landing-page__cats div {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.landing-page__cats span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  padding: 10px 16px;
  color: #000;
  border: 1px solid;
  border-radius: 999px;
}
@media (min-width: 768px) {
  .landing-page__cats span {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
}
.landing-page__catalog {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .landing-page__catalog {
    margin-bottom: 96px;
  }
}
.landing-page .sale-page__items {
  margin: 0;
  gap: 20px;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .landing-page .sale-page__items {
    gap: 24px;
    margin-bottom: 96px;
  }
}
.landing-page .sale-page__item-body:after {
  display: none;
}
.landing-page__profits {
  display: flex;
  flex-direction: column;
}
.landing-page__profits-scroll {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .landing-page__profits-scroll {
    overflow: visible;
  }
}
.landing-page__profits-items {
  display: flex;
  gap: 24px;
}
@media (min-width: 992px) {
  .landing-page__profits-items {
    flex-direction: row;
  }
}
.landing-page__profits-item {
  display: flex;
  flex-direction: column;
  width: 280px;
  flex-shrink: 1;
}
@media (min-width: 992px) {
  .landing-page__profits-item {
    width: 100%;
  }
}
.landing-page__profits-item picture {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.landing-page__profits-item picture img {
  width: 100%;
  height: auto;
  max-height: 224px;
  aspect-ratio: 280/224;
  object-fit: cover;
}
.landing-page__profits-item span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 0;
}
.landing-page .catalog__description {
  margin: 0;
  margin-top: 56px;
}
@media (min-width: 768px) {
  .landing-page .catalog__description {
    margin-top: 96px;
  }
}

.page-404 {
  padding: 106px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-404 {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  .page-404 {
    padding: 141px 0;
  }
}
.page-404__title {
  margin: 0 0 8px 0;
  font-size: 48px;
  line-height: 100%;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .page-404__title {
    font-size: 60px;
    margin: 0 0 16px 0;
  }
}
.page-404__descr {
  margin: 0 0 32px 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .page-404__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-404__btn {
  margin: 0 auto;
}
.page-404__btn.btn {
  padding: 7px 31px;
}

.technical-work {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.technical-work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-opacity-64);
}
.technical-work__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
  min-height: 100vh;
  text-align: center;
}
.technical-work__title {
  color: var(--white);
  margin: 0 0 8px 0;
}
@media (min-width: 1200px) {
  .technical-work__title {
    margin: 0 0 16px 0;
  }
}
.technical-work__descr {
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .technical-work__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.technical-work__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .technical-work__links {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .technical-work__links {
    margin: 32px 0 0;
  }
}
.technical-work__link {
  color: var(--white);
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .technical-work__link {
    font-size: 24px;
    line-height: 32px;
  }
}

.reviews-product {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .reviews-product {
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 0 0;
  }
}
@media (min-width: 1200px) {
  .reviews-product {
    gap: 40px;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .reviews-product {
    gap: 80px;
  }
}
.reviews-product__content {
  order: 1;
  min-width: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .reviews-product__content {
    order: 0;
  }
}
.reviews-product__sort {
  width: fit-content;
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .reviews-product__sort {
    width: 300px;
  }
}
.reviews-product__sort .sort__current {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .reviews-product__sort .sort__current {
    padding: 7px 11px;
  }
}
.reviews-product__sort .sort__modal {
  width: 300px;
}
@media (min-width: 1200px) {
  .reviews-product__sort .sort__modal {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .reviews-product__items {
    border-top: 1px solid var(--gray-220);
    padding: 32px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .reviews-product__items {
    padding: 40px 0 0 0;
  }
}
.reviews-product__more {
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .reviews-product__more {
    margin: 32px 0 0;
  }
}
@media (min-width: 1200px) {
  .reviews-product__more {
    margin: 56px 0 0;
  }
}
.reviews-product__more.btn {
  font-size: 16px;
  font-weight: 400;
}

.reviews-product-slider {
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  .reviews-product-slider {
    margin: 0 0 40px 0;
  }
}
.reviews-product-slider__title {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .reviews-product-slider__title {
    margin: 0 0 16px 0;
    font-size: 24px;
    line-height: 32px;
  }
}
.reviews-product-slider__num {
  display: none;
  position: absolute;
  width: 16%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  background-color: var(--black-opacity-64);
  pointer-events: none;
}
@media (min-width: 1200px) {
  .reviews-product-slider__num {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1600px) {
  .reviews-product-slider__num {
    width: 13%;
  }
}
.reviews-product-slider__num.active {
  display: flex;
}

.reviews-product-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  cursor: pointer;
}
.reviews-product-slide picture,
.reviews-product-slide video,
.reviews-product-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-product-item:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .reviews-product-item:not(:last-child) {
    margin-bottom: 56px;
  }
}
.reviews-product-item__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px 0;
}
@media (min-width: 992px) {
  .reviews-product-item__top {
    flex-wrap: nowrap;
    gap: 12px;
  }
}
.reviews-product-item__avatar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--gray-105);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .reviews-product-item__avatar {
    width: 48px;
    height: 48px;
  }
}
.reviews-product-item__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-product-item__author {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .reviews-product-item__author {
    font-size: 16px;
    line-height: 24px;
  }
}
.reviews-product-item__box {
  order: -1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 0 auto;
}
@media (min-width: 992px) {
  .reviews-product-item__box {
    order: 0;
    width: auto;
  }
}
.reviews-product-item__date {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-135);
}
.reviews-product-item__rating .rating__items {
  gap: 2px;
}
.reviews-product-item__rating .rating__item svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1200px) {
  .reviews-product-item__rating .rating__item svg {
    width: 24px;
    height: 24px;
  }
}
.reviews-product-item__text {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .reviews-product-item__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.reviews-product-item__swiper {
  margin: 16px -12px 0;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .reviews-product-item__swiper {
    margin: 16px 0 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .reviews-product-item__swiper {
    margin: 24px 0 0;
  }
}
.reviews-product-item__swiper .swiper-slide {
  width: 64px;
}
@media (min-width: 768px) {
  .reviews-product-item__swiper .swiper-slide {
    width: 80px;
  }
}

.reviews-product-item-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  cursor: pointer;
}
.reviews-product-item-slide video,
.reviews-product-item-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-product-sidebar {
  max-width: 320px;
  width: 100%;
}
@media (min-width: 768px) {
  .reviews-product-sidebar {
    max-width: none;
    flex-shrink: 0;
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .reviews-product-sidebar {
    width: 320px;
  }
}
@media (min-width: 1600px) {
  .reviews-product-sidebar {
    width: 380px;
  }
}
.reviews-product-sidebar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .reviews-product-sidebar__top {
    margin: 0 0 8px 0;
  }
}
.reviews-product-sidebar__estimate {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .reviews-product-sidebar__estimate {
    font-size: 24px;
    line-height: 32px;
  }
}
.reviews-product-sidebar__stats {
  display: none;
}
@media (min-width: 992px) {
  .reviews-product-sidebar__stats {
    display: block;
    padding: 24px 0 0 0;
    border-top: 1px solid var(--gray-220);
  }
}
.reviews-product-sidebar__line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reviews-product-sidebar__line:not(:last-child) {
  margin-bottom: 8px;
}
.reviews-product-sidebar__label, .reviews-product-sidebar__num {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .reviews-product-sidebar__label, .reviews-product-sidebar__num {
    font-size: 16px;
    line-height: 24px;
  }
}
.reviews-product-sidebar__label {
  flex-shrink: 0;
  width: 70px;
}
@media (min-width: 1200px) {
  .reviews-product-sidebar__label {
    width: 80px;
  }
}
.reviews-product-sidebar__progress {
  position: relative;
  flex-grow: 1;
  height: 8px;
  border-radius: 10px;
  background-color: var(--gray-220);
}
.reviews-product-sidebar__progress span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--orange);
  border-radius: 10px;
}
.reviews-product-sidebar__num {
  min-width: 24px;
}
@media (min-width: 1200px) {
  .reviews-product-sidebar__num {
    min-width: 30px;
  }
}
.reviews-product-sidebar__btn {
  margin: 16px 0 0 0;
}
@media (min-width: 992px) {
  .reviews-product-sidebar__btn {
    margin: 24px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .reviews-product-sidebar__btn {
    margin: 32px 0 0 0;
  }
}
.reviews-product-sidebar__btn.btn {
  width: 100%;
}

.auth {
  padding: 56px 0px;
}
@media (min-width: 1200px) {
  .auth {
    padding: 80px 0px;
  }
}
.auth__wrapper {
  max-width: 680px;
  margin: 0 auto;
}
.auth__wrapper.question-form {
  max-width: 510px;
}
.auth__wrapper.question-form .auth__fields {
  grid-template-columns: 1fr;
}
.auth__title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .auth__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .auth__title {
    margin: 0 0 24px;
    font-size: 34px;
    line-height: 40px;
  }
}
.auth__prompt {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  color: var(--gray-105);
}
@media (min-width: 768px) {
  .auth__prompt {
    font-size: 14px;
  }
}
.auth__tabs {
  position: relative;
  display: flex;
  margin: 0 0 24px 0;
}
.auth__tabs::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--gray-220);
}
.auth__tab {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 6px 6px 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
@media (min-width: 1200px) {
  .auth__tab {
    padding: 7px 7px 6px;
    font-size: 18px;
    line-height: 26px;
  }
}
.auth__tab.active {
  border-color: var(--black);
}
.auth__form {
  display: none;
}
.auth__form.active {
  display: block;
}
.auth__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .auth__fields {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .auth__fields {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .auth__field {
    width: 358px;
  }
}
.auth__line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 16px 0 0 0;
}
.auth__forgot {
  color: var(--black);
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .auth__forgot {
    font-size: 14px;
    line-height: 16px;
  }
}
.auth__btn {
  margin: 24px auto 0;
}
.auth__btn.btn {
  padding: 7px 31px;
}
@media (min-width: 1200px) {
  .auth__btn.btn {
    min-width: 180px;
    padding: 7px 23px;
  }
}
.auth__queestion {
  margin: 24px 0 0;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .auth__queestion {
    font-size: 14px;
  }
}
.auth__queestion a {
  text-decoration: underline;
}
.auth__reg {
  display: flex;
  flex-direction: column;
}
.auth__reg-checkbox {
  margin: 40px auto auto;
}
.auth__reg .auth__fields {
  display: grid;
}
@media (min-width: 768px) {
  .auth__reg .auth__fields {
    grid-template-columns: 1fr 1fr;
  }
}
.auth__reg .auth__fields + .auth__fields {
  margin-top: 32px;
}
.auth__reg .auth__field {
  width: 100%;
}

.auth-social {
  margin: 24px 0 0 0;
}
.auth-social__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 16px;
}
.auth-social__label span {
  position: relative;
  padding: 0 14px;
  background-color: var(--white);
}
.auth-social__label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gray-220);
}
.auth-social__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
@media (min-width: 576px) {
  .auth-social__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .auth-social__list {
    grid-gap: 16px;
  }
}
.auth-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border: 1px solid var(--gray-189);
  border-radius: var(--radius-4);
}
@media (min-width: 1200px) {
  .auth-social__link {
    font-size: 16px;
  }
}

.recovery {
  padding: 56px 0px;
}
@media (min-width: 1200px) {
  .recovery {
    padding: 80px 0px;
  }
}
.recovery__wrapper {
  max-width: 448px;
  margin: 0 auto;
}
.recovery__title {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .recovery__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .recovery__title {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 40px;
  }
}
.recovery__descr {
  margin: 0 0 24px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .recovery__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.recovery__field {
  max-width: 358px;
  margin: 0 auto 24px;
}
@media (min-width: 1200px) {
  .recovery__field {
    margin: 0 auto 32px;
  }
}
.recovery__btn {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .recovery__btn.btn {
    min-width: 180px;
  }
}
.recovery__queestion {
  margin: 24px 0 0 0;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .recovery__queestion {
    font-size: 14px;
  }
}
.recovery__queestion a {
  text-decoration: underline;
}

.cabinet {
  word-break: break-all;
  padding-bottom: 56px;
}
@media (min-width: 1200px) {
  .cabinet {
    padding-bottom: 96px;
  }
}
.cabinet__title {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .cabinet__title {
    margin-bottom: 40px;
  }
}
.cabinet-auth {
  display: flex;
  flex-direction: column;
}
.cabinet-auth__tabs {
  display: flex;
  margin: 0 -12px;
  padding: 0 12px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 26px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .cabinet-auth__tabs {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .cabinet-auth__tabs {
    margin-bottom: 34px;
  }
}
.cabinet-auth__tab {
  position: relative;
  z-index: 1;
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid var(--gray-220);
  transition: border-color 0.3s;
}
@media (min-width: 768px) {
  .cabinet-auth__tab {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .cabinet-auth__tab {
    padding: 7px 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
.cabinet-auth__tab.active {
  border-color: var(--black);
}
.cabinet-auth__bodies {
  display: flex;
  flex-direction: column;
}
.cabinet-auth__body {
  display: none;
  flex-direction: column;
}
.cabinet-auth__body.active {
  display: flex;
}
.cabinet-auth__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .cabinet-auth__title {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 40px;
  }
}
.cabinet-my-profile {
  padding: 16px 12px;
  background: var(--gray-244);
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .cabinet-my-profile {
    padding: 40px;
    gap: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
.cabinet-my-profile__item {
  display: flex;
  flex-direction: column;
}
.cabinet-my-profile__user {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 12px;
}
@media (min-width: 768px) {
  .cabinet-my-profile__user {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cabinet-my-profile__user {
    gap: 24px;
  }
}
.cabinet-my-profile__user-change {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.cabinet-my-profile__user-change span {
  border-bottom: 1px solid;
}
.cabinet-my-profile__user-name {
  width: 100%;
}
@media (min-width: 768px) {
  .cabinet-my-profile__user-name {
    width: auto;
  }
}
.cabinet-my-profile__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1200px) {
  .cabinet-my-profile__info {
    gap: 12px;
  }
}
.cabinet-my-profile__info b {
  font-weight: 600px;
}
.cabinet-my-profile__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 768px) {
  .cabinet-my-profile__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cabinet-my-profile__change-password {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.cabinet-my-profile__change-password span {
  border-bottom: 1px solid;
}
.cabinet-my-profile__logout {
  color: var(--gray-105);
}
.cabinet-my-orders {
  display: flex;
  flex-direction: column;
}
.cabinet-my-orders__items {
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .cabinet-my-orders__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .cabinet-my-orders__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .cabinet-my-orders__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cabinet-my-orders__item {
  padding: 24px 12px;
  background: var(--gray-244);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .cabinet-my-orders__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cabinet-my-orders__item span {
  width: calc(50% - 6px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 8px;
}
@media (min-width: 768px) {
  .cabinet-my-orders__item span {
    width: calc(50% - 8px);
  }
}
.cabinet-my-orders__item span:first-child {
  align-items: flex-start;
  text-align: left;
  color: var(--gray-105);
}
.cabinet-my-orders__item span i {
  font-style: normal;
  color: var(--black);
}
.cabinet-my-orders__item span i.green {
  color: var(--green-2);
}
.cabinet-my-orders__item span i.red {
  color: var(--red-229);
}
.cabinet-my-orders__item span b {
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.cabinet-empty {
  padding: 0 0 56px;
}
@media (min-width: 1200px) {
  .cabinet-empty {
    padding: 0 0 96px;
  }
}
.cabinet-empty.hidden {
  display: none;
}
.cabinet-empty__title {
  margin: 0 0 24px 0;
}
@media (min-width: 1200px) {
  .cabinet-empty__title {
    margin: 0 0 40px 0;
  }
}
.cabinet-empty__img {
  max-width: 110px;
  margin: 0 auto 24px;
}
@media (min-width: 1200px) {
  .cabinet-empty__img {
    max-width: 220px;
    margin: 0 auto 24px;
  }
}
.cabinet-empty__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cabinet-empty__caption {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1200px) {
  .cabinet-empty__caption {
    font-size: 24px;
    line-height: 32px;
  }
}
.cabinet-empty__content {
  margin: 0 0 24px 0;
}
@media (min-width: 1200px) {
  .cabinet-empty__content {
    margin: 0 0 32px 0;
  }
}
.cabinet-empty__descr {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .cabinet-empty__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.cabinet-empty__btn {
  margin: 0 auto;
  padding: 7px 31px;
}
.cabinet-empty--modifyed {
  padding: 56px 0;
}
@media (min-width: 1200px) {
  .cabinet-empty--modifyed {
    padding: 96px 0;
  }
}
.cabinet-empty--modifyed .cart-empty__img {
  max-width: 90px;
}
@media (min-width: 1200px) {
  .cabinet-empty--modifyed .cart-empty__img {
    max-width: 180px;
  }
}
.cabinet-order {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
@media (min-width: 768px) {
  .cabinet-order {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
}
.cabinet-order__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .cabinet-order__main {
    width: calc(100% - 380px);
    padding-right: 20px;
  }
}
.cabinet-order__main-item {
  display: flex;
  flex-direction: column;
  padding: 24px 8px;
  border: 1px solid #dcdee6;
}
@media (min-width: 768px) {
  .cabinet-order__main-item {
    padding: 24px 16px;
  }
}
@media (min-width: 1200px) {
  .cabinet-order__main-item {
    padding: 24px;
  }
}
.cabinet-order__main-title {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cabinet-order__main-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.cabinet-order__main-date {
  color: #696b72;
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .cabinet-order__main-date {
    font-size: 18px;
    line-height: 26px;
  }
}
.cabinet-order__main-status {
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .cabinet-order__main-status {
    font-size: 18px;
    line-height: 26px;
  }
}
.cabinet-order__main-status.green {
  color: var(--green-2);
}
.cabinet-order__main-status.red {
  color: var(--red-229);
}
.cabinet-order__main-text {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .cabinet-order__main-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.cabinet-order__main-text p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.cabinet-order__main-text p span {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .cabinet-order__main-text p span {
    font-size: 18px;
    line-height: 26px;
  }
}
.cabinet-order__main-text p b {
  font-weight: 600;
}
.cabinet-order__main-text p i {
  font-style: normal;
  color: #696b72;
}
.cabinet-order__main-goods {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.cabinet-order__main-goods-item {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid #dcdee6;
}
.cabinet-order__main-goods-item:first-child {
  border-top: none;
}
.cabinet-order__main-goods-pic {
  width: 80px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cabinet-order__main-goods-pic {
    width: 96px;
  }
}
.cabinet-order__main-goods-info {
  width: calc(100% - 80px);
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .cabinet-order__main-goods-info {
    width: calc(100% - 96px);
  }
}
.cabinet-order__main-goods-art {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #878990;
}
@media (min-width: 768px) {
  .cabinet-order__main-goods-art {
    font-size: 12px;
    line-height: 16px;
  }
}
.cabinet-order__main-goods-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .cabinet-order__main-goods-wrapper {
    padding-right: 180px;
  }
}
.cabinet-order__main-goods-name {
  font-weight: 600;
}
.cabinet-order__main-goods-text {
  margin: 0;
}
.cabinet-order__main-goods-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 140px;
}
@media (min-width: 768px) {
  .cabinet-order__main-goods-price {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.cabinet-order__main-goods-price b {
  font-weight: 600;
}
.cabinet-order__main-goods-review {
  text-decoration: underline;
  text-align: left;
}
@media (min-width: 992px) {
  .cabinet-order__main-btn {
    display: none;
  }
}
.cabinet-order__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 -12px;
}
@media (min-width: 992px) {
  .cabinet-order__side {
    margin: 0;
    width: 380px;
    position: sticky;
    top: 70px;
  }
}
.cabinet-order__side-btn {
  display: none;
}
@media (min-width: 992px) {
  .cabinet-order__side-btn {
    display: block;
  }
}
.cabinet-order-details__inner {
  padding: 16px 12px;
  background-color: var(--gray-242);
}
@media (min-width: 1200px) {
  .cabinet-order-details__inner {
    padding: 16px;
  }
}
.cabinet-order-details__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px 0;
}
.cabinet-order-details__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cabinet-order-details__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.cabinet-order-details__amount {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-64);
}
.cabinet-order-details__items {
  margin: 0 0 16px 0;
  border-top: 1px solid var(--gray-220);
}
.cabinet-order-details__lines {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid var(--gray-220);
}
.cabinet-order-details__lines-block:not(:last-child) {
  margin: 0 0 24px 0;
}
.cabinet-order-details__line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.cabinet-order-details__line:not(:last-child) {
  margin: 0 0 12px 0;
}
.cabinet-order-details__line span {
  font-size: 14px;
  line-height: 16px;
}
.cabinet-order-details__line span:nth-child(1) {
  color: var(--black-64);
}
.cabinet-order-details__line span:nth-child(2) {
  font-weight: 600;
}
.cabinet-order-details__total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.cabinet-order-details__total span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cabinet-order-details__total span {
    font-size: 18px;
    line-height: 26px;
  }
}
.cabinet-order-details__total span:nth-child(2) {
  flex-shrink: 0;
}
.cabinet__shops {
  display: flex;
  flex-direction: column;
}
.cabinet__shops-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  padding-right: 32px;
  position: relative;
  border-top: 1px solid #dcdee6;
}
@media (min-width: 768px) {
  .cabinet__shops-item {
    padding: 24px 0px;
    padding-right: 104px;
  }
}
@media (min-width: 1200px) {
  .cabinet__shops-item {
    padding: 24px 16px;
    padding-right: 104px;
  }
}
.cabinet__shops-item:first-child {
  border: none;
}
.cabinet__shops-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 16px;
  right: 0;
}
@media (min-width: 768px) {
  .cabinet__shops-icons {
    flex-direction: row;
    gap: 16px;
    top: 24px;
  }
}
@media (min-width: 1200px) {
  .cabinet__shops-icons {
    right: 16px;
  }
}
.cabinet__shops-icons-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
  color: #404040;
}
.cabinet__shops-icons-item svg {
  width: 24px;
  height: 24px;
  position: absolute;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cabinet__shops-icons-item svg + svg {
  opacity: 0;
}
.cabinet__shops-icons-item.active svg {
  opacity: 0;
}
.cabinet__shops-icons-item.active svg + svg {
  opacity: 1;
  z-index: 2;
}
.cabinet__shops-title {
  display: flex;
  align-items: center;
}
.cabinet__shops-title img {
  width: 24px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.cabinet__shops-title span {
  width: calc(100% - 24px);
  padding-left: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.cabinet__shops-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
}
.cabinet__shops-text p {
  margin: 0;
}
.cabinet__shops-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cabinet__shops-bottom-item {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.cabinet__shops-bottom-item span {
  border-bottom: 1px solid;
}

.contacts {
  display: flex;
  flex-direction: column;
}
.contacts__body {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 992px) {
  .contacts__body {
    gap: 80px;
  }
}
.contacts__body-item {
  display: flex;
  flex-direction: column;
}
.contacts__shops {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .contacts__shops {
    gap: 56px;
  }
}
.contacts__shops-item {
  display: flex;
  flex-direction: column;
}
.contacts__title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .contacts__title {
    margin-bottom: 40px;
  }
}
.contacts__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contacts__subtitle {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 40px;
  }
}
.contacts__swiper {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .contacts__swiper {
    display: none;
  }
}
.contacts__swiper a {
  display: flex;
  flex-direction: column;
}
.contacts__swiper a img {
  display: block;
  aspect-ratio: 280/184;
  object-fit: cover;
}
.contacts__swiper .slider-scrollbar {
  margin-top: 9px;
}

.contacts-thing {
  display: grid;
  gap: 20px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .contacts-thing {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.contacts-thing__item {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 992px) {
  .contacts-thing__item {
    display: flex;
  }
}
.contacts-thing__item:nth-child(1) {
  display: flex;
  background: #f2f2f7;
  padding: 18px 12px;
}
@media (min-width: 768px) {
  .contacts-thing__item:nth-child(1) {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .contacts-thing__item:nth-child(1) {
    padding: 32px;
    grid-area: 1/1/2/3;
    min-height: 258px;
  }
}
@media (min-width: 1200px) {
  .contacts-thing__item:nth-child(1) {
    min-height: 398px;
  }
}
.contacts-thing__item:nth-child(2) {
  grid-area: 1/3/2/4;
}
.contacts-thing__item:nth-child(3) {
  grid-area: 2/1/3/2;
}
.contacts-thing__item:nth-child(4) {
  grid-area: 2/2/3/3;
}
.contacts-thing__item:nth-child(5) {
  grid-area: 2/3/3/4;
}
@media (min-width: 992px) {
  .contacts-thing_reverse .contacts-thing__item:nth-child(1) {
    grid-area: 1/2/2/4;
  }
}
@media (min-width: 992px) {
  .contacts-thing_reverse .contacts-thing__item:nth-child(2) {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 992px) {
  .contacts-thing_reverse .contacts-thing__item:nth-child(3) {
    grid-area: 2/1/3/2;
  }
}
@media (min-width: 992px) {
  .contacts-thing_reverse .contacts-thing__item:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}
@media (min-width: 992px) {
  .contacts-thing_reverse .contacts-thing__item:nth-child(5) {
    grid-area: 2/3/3/4;
  }
}
.contacts-thing__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  margin-bottom: 24px;
}
.contacts-thing__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts-thing__list-item {
  display: flex;
  align-items: flex-start;
}
.contacts-thing__list-item svg {
  width: 16px;
  aspect-ratio: 1/1;
  position: relative;
  top: 2px;
}
.contacts-thing__list-item span {
  width: calc(100% - 16px);
  padding-left: 8px;
}
.contacts-thing__pic {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.contacts-thing__pic img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contacts__body-item .product-spoilers-characteristics {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .contacts__body-item .product-spoilers-characteristics {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .contacts__body-item .product-spoilers-characteristics {
    max-width: 65%;
  }
}
@media (min-width: 768px) {
  .contacts__body-item .product-spoilers-characteristics__line span + span {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .contacts__body-item .product-spoilers-characteristics__line span + span {
    width: 360px;
  }
}

.contacts-map {
  display: flex;
  flex-direction: column;
  margin-top: 49px;
}
@media (min-width: 992px) {
  .contacts-map {
    margin-top: 89px;
  }
}
.contacts-map__item {
  background: #f9f6ee;
  border: none;
  display: block;
  width: 100%;
  height: 320px;
}
@media (min-width: 768px) {
  .contacts-map__item {
    height: 440px;
  }
}
@media (min-width: 992px) {
  .contacts-map__item {
    height: 540px;
  }
}
@media (min-width: 1200px) {
  .contacts-map__item {
    height: 640px;
  }
}

.company-toper {
  position: relative;
  height: 320px;
}
@media (min-width: 768px) {
  .company-toper {
    height: 400px;
  }
}
.company-toper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}

.company {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .company {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .company {
    padding-bottom: 96px;
  }
}
.company__title {
  margin: 0;
}
.company__text {
  margin: 0;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .company__text {
    margin-top: 24px;
  }
}
.company__quote {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .company__quote {
    gap: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .company__quote {
    flex-direction: row;
    align-items: center;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
  }
}
@media (min-width: 1440px) {
  .company__quote {
    max-width: none;
  }
}
.company__quote p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin: 0;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .company__quote p {
    font-size: 24px;
    line-height: 32px;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .company__quote p {
    width: calc(100% - 580px);
    max-width: none;
    padding-right: 40px;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .company__quote p {
    width: calc(100% - 800px);
  }
}
.company__quote p span {
  max-width: 560px;
}
@media (min-width: 1440px) {
  .company__quote p span {
    max-width: 780px;
  }
}
.company__quote svg {
  width: 36px;
  height: 24px;
  color: #8e8e93;
}
@media (min-width: 768px) {
  .company__quote svg {
    width: 54px;
    height: 36px;
  }
}
.company__quote img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 58/40;
}
@media (min-width: 768px) {
  .company__quote img {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .company__quote img {
    width: 580px;
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .company__quote img {
    width: 800px;
  }
}
.company__history {
  margin-top: 56px;
}
@media (min-width: 992px) {
  .company__history {
    margin-top: 96px;
  }
}
.company__history-items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .company__history-items {
    margin-top: 40px;
  }
}
@media (min-width: 1260px) {
  .company__history-items {
    width: 1180px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .company__history-items {
    width: 1520px;
    height: 272px;
  }
}
@media (min-width: 1900px) {
  .company__history-items {
    width: 1800px;
  }
}
.company__history-items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #bdc3d6;
  z-index: 1;
}
@media (min-width: 1260px) {
  .company__history-items:before {
    top: 50%;
    left: auto;
    right: 0;
    width: calc(100% - 68px);
    height: 1px;
  }
}
@media (min-width: 1900px) {
  .company__history-items:before {
    width: calc(100% - 108px);
  }
}
.company__history-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  padding: 8px 0;
  z-index: 2;
}
@media (min-width: 1260px) {
  .company__history-item {
    padding: 0;
    padding-left: 170px;
    position: absolute;
  }
}
.company__history-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}
@media (min-width: 1260px) {
  .company__history-item span {
    flex-direction: row-reverse;
    position: absolute;
    left: 0;
  }
}
.company__history-item span:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: none;
  background: #bdc3d6;
  width: 1px;
  height: 42px;
}
@media (min-width: 1260px) {
  .company__history-item span:before {
    display: block;
  }
}
.company__history-item b {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .company__history-item b {
    font-size: 34px;
    line-height: 40px;
  }
}
.company__history-item img {
  display: block;
  width: 120px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .company__history-item img {
    width: 136px;
  }
}
.company__history-item p {
  margin: 0;
  text-align: center;
  color: #696b72;
}
@media (min-width: 1260px) {
  .company__history-item p {
    text-align: left;
  }
}
@media (min-width: 1260px) {
  .company__history-item_1 {
    width: 460px;
    bottom: 0;
    left: 0;
    padding-top: 50px;
  }
}
@media (min-width: 1600px) {
  .company__history-item_1 {
    width: 540px;
  }
}
@media (min-width: 1900px) {
  .company__history-item_1 {
    left: 40px;
  }
}
.company__history-item_1 span:before {
  top: -38px;
  left: 68px;
}
@media (min-width: 1260px) {
  .company__history-item_1 span {
    top: 0;
  }
}
@media (min-width: 1260px) {
  .company__history-item_2 {
    width: 455px;
    top: 0;
    left: 180px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .company__history-item_2 {
    width: 535px;
    left: 380px;
  }
}
.company__history-item_2 span:before {
  bottom: -38px;
  left: 68px;
}
@media (min-width: 1260px) {
  .company__history-item_2 span {
    bottom: 0;
  }
}
@media (min-width: 1260px) {
  .company__history-item_3 {
    width: 550px;
    bottom: 0;
    right: 80px;
    padding-top: 50px;
  }
}
@media (min-width: 1600px) {
  .company__history-item_3 {
    width: 640px;
  }
}
@media (min-width: 1900px) {
  .company__history-item_3 {
    right: 300px;
  }
}
.company__history-item_3 span:before {
  top: -38px;
  left: 68px;
}
@media (min-width: 1260px) {
  .company__history-item_3 span {
    top: 0;
  }
}
@media (min-width: 1260px) {
  .company__history-item_4 {
    width: 450px;
    top: 0;
    right: 0;
    padding-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .company__history-item_4 {
    width: 575px;
  }
}
@media (min-width: 1900px) {
  .company__history-item_4 {
    right: 40px;
  }
}
.company__history-item_4 span:before {
  bottom: -38px;
  left: 68px;
}
@media (min-width: 1260px) {
  .company__history-item_4 span {
    bottom: 0;
  }
}
.company__video {
  width: calc(100% + 24px);
  margin: 0 -12px;
  margin-top: 56px;
}
@media (min-width: 992px) {
  .company__video {
    margin-top: 96px;
  }
}
@media (min-width: 1200px) {
  .company__video {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.company__numbs {
  margin-top: 56px;
}
@media (min-width: 992px) {
  .company__numbs {
    margin-top: 96px;
  }
}
.company__numbs-items {
  display: grid;
  gap: 20px;
  margin-top: 16px;
}
@media (min-width: 576px) {
  .company__numbs-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .company__numbs-items {
    margin-top: 24px;
    height: 760px;
  }
}
@media (min-width: 1200px) {
  .company__numbs-items {
    height: auto;
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.company__numbs-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 576px) {
  .company__numbs-item {
    gap: 20px;
  }
}
@media (min-width: 576px) {
  .company__numbs-item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 1200px) {
  .company__numbs-item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
}
@media (min-width: 576px) {
  .company__numbs-item:nth-child(2) {
    grid-area: 1/2/2/3;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .company__numbs-item:nth-child(2) {
    flex-direction: column;
    grid-area: 1/3/3/4;
  }
}
@media (min-width: 576px) {
  .company__numbs-item:nth-child(3) {
    grid-area: 2/1/3/3;
  }
}
@media (min-width: 992px) {
  .company__numbs-item:nth-child(3) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .company__numbs-item:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
    grid-area: 1/2/3/3;
  }
}
.company__numbs-item span {
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  gap: 4px;
  background: #f4f4f4;
}
@media (min-width: 576px) {
  .company__numbs-item span {
    height: 240px;
    padding: 32px;
  }
}
@media (min-width: 992px) {
  .company__numbs-item span {
    gap: 8px;
  }
}
.company__numbs-item span b {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
}
@media (min-width: 992px) {
  .company__numbs-item span b {
    font-size: 34px;
    line-height: 40px;
  }
}
.company__numbs-item span i {
  font-size: 18px;
  line-height: 26px;
  font-style: normal;
}
@media (min-width: 992px) {
  .company__numbs-item span i {
    font-size: 24px;
    line-height: 32px;
  }
}
.company__numbs-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .company__numbs-item img {
    height: 240px;
  }
}
.company__how {
  background: #f4f4f4;
  padding: 56px 0;
  margin-top: 56px;
}
@media (min-width: 992px) {
  .company__how {
    padding: 96px 0;
    margin-top: 96px;
  }
}
.company__how-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.company__how-body-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .company__how-body-item {
    gap: 24px;
  }
}
.company__how-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .company__how-items {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
}
.company__how-items-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .company__how-items-left {
    width: calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .company__how-items-left {
    width: calc(100% - 380px);
    gap: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .company__how-items-left {
    width: calc(100% - 600px);
  }
}
.company__how-items-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .company__how-items-right {
    width: calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .company__how-items-right {
    width: 380px;
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .company__how-items-right {
    width: 600px;
  }
}
.company__how-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 992px) {
  .company__how-item {
    gap: 16px;
  }
}
.company__how-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 576px) {
  .company__how-item img {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .company__how-item img {
    object-position: center;
  }
}
.company__how-item b {
  width: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .company__how-item b {
    font-size: 32px;
    line-height: 38px;
  }
}
.company__how-item p {
  width: 100%;
  margin: 0;
}
.company__how-item a {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.company__how-item a span {
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .company__how-items-right .company__how-item {
    grid-area: 1/2/3/3;
  }
}
.company__how-items-right .company__how-item img {
  height: 500px;
}

.team {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .team {
    padding-bottom: 96px;
  }
}
.team__body {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 992px) {
  .team__body {
    gap: 96px;
  }
}
.team__body-item {
  display: flex;
  flex-direction: column;
}

.team-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team-message__title {
  width: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .team-message__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.team-message__text {
  width: 100%;
  max-width: 1380px;
  margin: 0;
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .team-message__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.team-message__btn {
  margin-top: 24px;
}

.teammate {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
}
.teammate img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.teammate b {
  font-weight: 600;
  margin-top: 12px;
}
.teammate i {
  font-style: normal;
  margin-top: 8px;
  color: #696b72;
}

.shops {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .shops {
    padding-bottom: 96px;
  }
}
.shops__toper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .shops__toper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .shops__toper {
    gap: 40px 24px;
  }
}
.shops__title {
  order: 1;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .shops__title {
    margin: 0;
  }
}
.shops__sort {
  order: 3;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .shops__sort {
    flex-direction: row;
    align-items: center;
    order: 2;
  }
}
.shops__sort-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shops__sort-item.hide {
  display: none;
}
.shops__sort .sort {
  width: 100%;
}
@media (min-width: 768px) {
  .shops__sort .sort {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .shops__sort .sort {
    width: 300px;
  }
}
.shops__sort .sort__current {
  background: #f2f2f7;
  height: 40px;
  padding: 11px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid var(--gray-220);
}
.shops__tabs {
  width: 100%;
  order: 2;
  display: flex;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 16px;
  padding-bottom: 16px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .shops__tabs {
    order: 3;
    gap: 16px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .shops__tabs {
    padding-bottom: 24px;
  }
}
.shops__tabs-item {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.shops__tabs-item input {
  position: absolute;
  background: none;
  border: none;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.shops__tabs-item span {
  height: 24px;
  position: relative;
  z-index: 2;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  transition: 0.3s;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .shops__tabs-item span {
    font-size: 12px;
    padding: 0 12px;
    height: 32px;
  }
}
.shops__tabs-item :checked + span {
  background: #000;
  color: #fff;
}
.shops__body {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 -12px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .shops__body {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .shops__body {
    margin: 0;
    margin-top: 40px;
    gap: 40px;
  }
}
.shops__items {
  display: flex;
  flex-direction: column;
  max-height: 640px;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .shops__items {
    width: calc(50% - 4px);
    padding-right: 4px;
    height: 580px;
  }
}
@media (min-width: 992px) {
  .shops__items {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .shops__items {
    padding-right: 8px;
    width: calc(50% - 20px);
  }
}
.shops__items::-webkit-scrollbar-track {
  background-color: #fff;
}
.shops__items::-webkit-scrollbar-thumb {
  background-color: #bdc3d6;
  border-radius: 999px;
}
.shops__item {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 16px 12px;
  padding-right: 44px;
  position: relative;
}
@media (min-width: 768px) {
  .shops__item {
    padding: 24px 16px;
    padding-right: 96px;
  }
}
.shops__item.active {
  display: flex;
}
.shops__item.filtered {
  background: #f2f2f7;
}
.shops__item-click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #404040;
  opacity: 0;
}
.shops__item.selected .shops__item-click {
  opacity: 1;
}
.shops__item-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 16px;
  right: 12px;
  z-index: 2;
}
@media (min-width: 768px) {
  .shops__item-icons {
    flex-direction: row;
    gap: 16px;
    top: 24px;
    right: 16px;
  }
}
@media (min-width: 1200px) {
  .shops__item-icons {
    right: 16px;
  }
}
.shops__item-icons-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
  color: #404040;
}
.shops__item-icons-item svg {
  width: 24px;
  height: 24px;
  position: absolute;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.shops__item-icons-item svg + svg {
  opacity: 0;
}
.shops__item-icons-item.active svg {
  opacity: 0;
}
.shops__item-icons-item.active svg + svg {
  opacity: 1;
  z-index: 2;
}
.shops__item-title {
  display: flex;
  align-items: center;
}
.shops__item-title img {
  width: 24px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.shops__item-title span {
  width: calc(100% - 24px);
  padding-left: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.shops__item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
}
.shops__item-text p {
  margin: 0;
}
.shops__item-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.shops__item-bottom-item {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.shops__item-bottom-item span {
  border-bottom: 1px solid;
}
.shops__map {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .shops__map {
    width: calc(50% - 4px);
  }
}
@media (min-width: 992px) {
  .shops__map {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .shops__map {
    width: calc(50% - 20px);
  }
}
.shops__map-item {
  width: 100%;
  height: 260px;
  border: none;
  display: block;
}
@media (min-width: 768px) {
  .shops__map-item {
    height: 100%;
  }
}

ymaps img {
  position: relative;
  top: -52px;
  left: -20px;
}
ymaps img[data-id] {
  cursor: pointer;
}
ymaps img.selected {
  transform: scale(1.4);
  transform-origin: bottom;
}

.career-toper {
  position: relative;
  height: 320px;
}
@media (min-width: 768px) {
  .career-toper {
    height: 400px;
  }
}
.career-toper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}

.career {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .career {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .career {
    padding-bottom: 96px;
  }
}
.career__title {
  margin: 0;
}
.career__text {
  margin: 0;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .career__text {
    margin-top: 24px;
  }
}
.career__three {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .career__three {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .career__three {
    gap: 20px;
    margin-top: 40px;
  }
}
.career__three img {
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 36/22;
  min-height: 220px;
  max-height: 280px;
}
.career__why {
  display: flex;
  flex-direction: column;
  margin: 56px 0;
}
@media (min-width: 992px) {
  .career__why {
    margin: 80px 0;
  }
}
.career__why-items {
  display: grid;
  gap: 32px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .career__why-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .career__why-items {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .career__why-items {
    padding: 0 80px;
  }
}
@media (min-width: 1440px) {
  .career__why-items {
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.career__why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
@media (min-width: 992px) {
  .career__why-item {
    gap: 8px;
  }
}
.career__why-item img {
  width: 80px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.career__why-item b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .career__why-item b {
    font-size: 18px;
    line-height: 26px;
  }
}
.career__why-item p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .career__why-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.career__spoilers {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .career__spoilers {
    margin-top: 40px;
  }
}

.coop-toper {
  position: relative;
  height: 320px;
}
@media (min-width: 768px) {
  .coop-toper {
    height: 400px;
  }
}
.coop-toper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}

.coop {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .coop {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .coop {
    padding-bottom: 96px;
  }
}
.coop__title {
  margin: 0;
}
.coop__text {
  margin: 0;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .coop__text {
    margin-top: 24px;
  }
}
.coop__subtitle {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: 32px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .coop__subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.coop__items {
  counter-reset: chapter;
  display: grid;
  gap: 12px;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .coop__items {
    margin: 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .coop__items {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .coop__items {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.coop__item {
  position: relative;
  min-height: 200px;
  padding: 16px 12px;
  padding-top: 72px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .coop__item {
    height: 240px;
    padding: 24px;
    padding-top: 72px;
  }
}
@media (min-width: 1200px) {
  .coop__item_1 {
    grid-area: 1/1/2/4;
  }
}
@media (min-width: 1200px) {
  .coop__item_2 {
    grid-area: 1/4/2/7;
  }
}
@media (min-width: 1200px) {
  .coop__item_3 {
    grid-area: 2/1/3/3;
  }
}
@media (min-width: 1200px) {
  .coop__item_4 {
    grid-area: 2/3/3/5;
  }
}
@media (min-width: 1200px) {
  .coop__item_5 {
    grid-area: 2/5/3/7;
  }
}
@media (min-width: 1200px) {
  .coop__item_6 {
    grid-area: 3/1/4/4;
  }
}
@media (min-width: 1200px) {
  .coop__item_7 {
    grid-area: 3/4/4/7;
  }
}
.coop__item:before {
  content: "";
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coop__item:after {
  content: counter(chapter);
  counter-increment: chapter;
  z-index: 3;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #bdc3d6;
}
@media (min-width: 992px) {
  .coop__item:after {
    top: 24px;
    right: 24px;
  }
}
.coop__item img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coop__item p {
  position: relative;
  z-index: 3;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .coop__item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.coop__join {
  background: linear-gradient(93.22deg, #fae1c3 0%, #ffd29b 100%);
  margin: 0 -12px;
  padding: 40px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
}
@media (min-width: 768px) {
  .coop__join {
    align-items: flex-start;
    text-align: left;
    padding: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .coop__join {
    margin-top: 40px;
    padding: 80px;
  }
}
.coop__join b {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
@media (min-width: 992px) {
  .coop__join b {
    font-size: 34px;
    line-height: 40px;
  }
}
.coop__join p {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .coop__join p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 26px;
  }
}
.coop__join .btn {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .coop__join .btn {
    margin-top: 32px;
  }
}

.coop-request {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .coop-request {
    padding-bottom: 96px;
  }
}
.coop-request__title {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .coop-request__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .coop-request__title {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 40px;
  }
}
.coop-request__descr {
  margin: 0 0 24px 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .coop-request__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.coop-request__wrapper {
  max-width: 880px;
  margin: 0 auto;
}
.coop-request__prompt {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  color: var(--gray-105);
}
@media (min-width: 768px) {
  .coop-request__prompt {
    font-size: 14px;
  }
}
.coop-request__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .coop-request__fields {
    gap: 24px;
  }
}
.coop-request__fields-item {
  display: flex;
  flex-direction: column;
}
.coop-request__fields-item:last-child {
  padding-top: 8px;
}

.solutions-toper {
  position: relative;
  height: 320px;
}
@media (min-width: 768px) {
  .solutions-toper {
    height: 400px;
  }
}
.solutions-toper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}

.solutions {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .solutions {
    padding-bottom: 96px;
  }
}
.solutions__tabs {
  display: flex;
  margin: 0 -12px;
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 32px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .solutions__tabs {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .solutions__tabs {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.solutions__tab {
  position: relative;
  z-index: 1;
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid var(--gray-220);
  transition: border-color 0.3s;
}
@media (min-width: 768px) {
  .solutions__tab {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .solutions__tab {
    padding: 7px 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
.solutions__tab.active {
  border-color: var(--black);
}
.solutions__bodies {
  display: flex;
  flex-direction: column;
}
.solutions__body {
  display: none;
  flex-direction: column;
}
.solutions__body.active {
  display: flex;
}
.solutions__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .solutions__items {
    gap: 60px;
  }
}
.solutions__items-2-2 {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .solutions__items-2-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.solutions__items-1-2 {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .solutions__items-1-2 {
    grid-template-columns: 1fr 1.25fr;
  }
}
.solutions__items-2-1 {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .solutions__items-2-1 {
    grid-template-columns: 1.25fr 1fr;
  }
}
.solutions__items-100 {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .solutions__items-100 {
    grid-template-columns: 1fr;
  }
}
.solutions__item {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .solutions__item {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .solutions__item {
    font-size: 16px;
    line-height: 24px;
  }
}
.solutions__item img, .solutions__item picture {
  width: 100%;
  min-height: 160px;
  aspect-ratio: 65/35;
  object-fit: cover;
}
@media (min-width: 768px) {
  .solutions__item img, .solutions__item picture {
    margin-bottom: 8px;
    min-height: 240px;
  }
}
@media (min-width: 992px) {
  .solutions__item img, .solutions__item picture {
    min-height: 320px;
  }
}
.solutions__item-name {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px 16px;
}
.solutions__item-name b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.solutions__item-name i {
  font-style: normal;
  color: #8e8e93;
}
.solutions__item p {
  width: 100%;
  margin: 0;
}
.solutions__item .btn {
  max-width: 100%;
  margin-top: 8px;
}

body .help {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  body .help {
    padding-bottom: 96px;
  }
}
body .help__tabs {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
@media (min-width: 768px) {
  body .help__tabs {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  body .help__tabs {
    margin-top: 40px;
  }
}
body .help__tab {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 8px 0;
  border-top: 1px solid #dcdee6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  body .help__tab {
    width: auto;
    justify-content: center;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    border-top: none;
    border-bottom: 1px solid var(--gray-220);
    transition: border-color 0.3s;
  }
}
@media (min-width: 1200px) {
  body .help__tab {
    padding: 7px 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  body .help__tab_1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  body .help__tab_2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  body .help__tab_3 {
    order: 3;
  }
}
@media (min-width: 768px) {
  body .help__tab_4 {
    order: 4;
  }
}
@media (min-width: 768px) {
  body .help__tab_5 {
    order: 5;
  }
}
@media (min-width: 768px) {
  body .help__tab_6 {
    order: 6;
  }
}
@media (min-width: 768px) {
  body .help__tab_7 {
    order: 7;
  }
}
@media (min-width: 768px) {
  body .help__tab_8 {
    order: 8;
  }
}
@media (min-width: 768px) {
  body .help__tab_9 {
    order: 9;
  }
}
body .help__tab:first-child {
  border-top: none;
}
@media (min-width: 768px) {
  body .help__tab.active {
    border-color: var(--black);
  }
}
body .help__tab svg {
  width: 16px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  body .help__tab svg {
    display: none;
  }
}
body .help__tab.active svg {
  transform: rotate(0deg);
}
body .help__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  body .help__title {
    font-size: 34px;
    line-height: 40px;
  }
}
body .help__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  body .help__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
body .help__body {
  width: 100%;
  display: none;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  gap: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  body .help__body {
    padding-top: 32px;
    padding-bottom: 0;
    order: 10;
  }
}
@media (min-width: 992px) {
  body .help__body {
    gap: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  body .help__body {
    padding-top: 40px;
  }
}
body .help__body.active {
  display: flex;
}
body .help__body p {
  margin: 0;
}
body .help__body p b {
  font-weight: 600;
}
body .help__body p a {
  text-decoration: underline;
}
body .help__body ol,
body .help__body ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  body .help__body ol,
  body .help__body ul {
    gap: 16px;
  }
}
body .help__body ol li {
  list-style: decimal;
}
body .help__body ul li {
  list-style: disc;
}
body .help__delivery {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  body .help__delivery {
    gap: 40px;
    margin-bottom: 40px;
  }
}
body .help__delivery-thing {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body .help__delivery-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  body .help__delivery-title {
    font-size: 18px;
    line-height: 26px;
  }
}
body .help__delivery-items {
  display: grid;
  gap: 24px;
  max-width: 800px;
}
@media (min-width: 768px) {
  body .help__delivery-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  body .help__delivery-items {
    gap: 40px;
  }
}
body .help__delivery-item {
  display: flex;
  align-items: flex-start;
}
body .help__delivery-item-pic {
  width: 80px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 1200px) {
  body .help__delivery-item-pic {
    width: 104px;
  }
}
body .help__delivery-item-body {
  width: calc(100% - 80px);
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1200px) {
  body .help__delivery-item-body {
    width: calc(100% - 104px);
    padding-left: 24px;
  }
}
body .help__delivery-item-name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  body .help__delivery-item-name {
    font-size: 16px;
    line-height: 24px;
  }
}
body .help__delivery-item-subway {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 16px;
  background: no-repeat 0 50%;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDE2QzEyLjQxODMgMTYgMTYgMTIuNDE4MyAxNiA4QzE2IDMuNTgxNzIgMTIuNDE4MyAwIDggMEMzLjU4MTcyIDAgMCAzLjU4MTcyIDAgOEMwIDEyLjQxODMgMy41ODE3MiAxNiA4IDE2Wk05Ljg1OTE1IDguMkw4LjA3NzQ3IDExTDYuMDYzMzggOC4yTDUuMzY2MiAxMC4wOUg1Ljk4NTkyVjEwLjkzSDIuNVYxMC4wOUgzLjE5NzE4TDUuNzUzNTIgNEw4IDcuNzhMMTAuMjQ2NSA0TDEyLjgwMjggMTAuMDlIMTMuNVYxMC45M0gxMC4wMTQxVjEwLjA5SDEwLjU1NjNMOS44NTkxNSA4LjJaIiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=");
}
body .help__delivery-item-text {
  font-size: 12px;
  line-height: 16px;
}
body .help__regions-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  body .help__regions-wrapper {
    margin-bottom: 24px;
  }
}
body .help__regions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  body .help__regions {
    margin-bottom: 24px;
  }
}
body .help__regions-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  body .help__regions-title {
    font-size: 18px;
    line-height: 26px;
  }
}
body .help__regions-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
body .help__regions-items > img {
  width: 80px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 1200px) {
  body .help__regions-items > img {
    width: 104px;
  }
}
body .help__regions .help__delivery-item {
  max-width: 380px;
}
body .help__calcs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 1200px) {
  body .help__calcs {
    gap: 40px;
  }
}
body .help__calcs-item {
  display: flex;
  flex-direction: column;
  max-width: 320px;
}
body .help__payments {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body .help__payments-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body .help__payments-item-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  body .help__payments-item-label {
    flex-direction: row;
    align-items: center;
  }
}
body .help__payments-item-label img {
  width: 24px;
  aspect-ratio: 1/1;
  margin: 0 !important;
}
body .help__payments-item-label span {
  font-size: 16px;
  line-height: 24px;
  padding-top: 4px;
}
@media (min-width: 768px) {
  body .help__payments-item-label span {
    width: calc(100% - 24px);
    padding: 0;
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  body .help__payments-item-label span {
    font-size: 18px;
    line-height: 26px;
  }
}
body .help__payments-item-label b {
  font-weight: 700;
}
body .help__payments-item-text {
  color: #696b72;
}
@media (min-width: 768px) {
  body .help__payments-item-text {
    padding-left: 32px;
  }
}
body .help__spoilers .spoilers__item-button {
  font-weight: 600;
}
@media (min-width: 992px) {
  body .help__spoilers .spoilers__item-button {
    font-size: 18px;
    line-height: 26px;
  }
}

.news-toper {
  position: relative;
  height: 320px;
}
@media (min-width: 768px) {
  .news-toper {
    height: 400px;
  }
}
.news-toper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}

.news {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .news {
    padding-bottom: 96px;
  }
}
.news__title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .news__title {
    margin-bottom: 40px;
  }
}
.news__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .news__wrapper {
    flex-direction: row;
  }
}
.news__body {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .news__body {
    gap: 0;
  }
}
@media (min-width: 992px) {
  .news__body {
    width: calc(100% - 380px);
    padding: 0;
    padding-right: 40px;
  }
}
@media (min-width: 1600px) {
  .news__body {
    width: calc(100% - 420px);
  }
}
.news__body .loading {
  width: 100%;
  margin: 0;
}
.news__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .news__side {
    width: 380px;
  }
}
@media (min-width: 1600px) {
  .news__side {
    width: 420px;
  }
}
.news__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news__item {
    flex-direction: row;
    padding: 16px 8px;
    border-top: 1px solid #dcdee6;
  }
}
@media (min-width: 768px) {
  .news__item:first-child {
    border-top: none;
  }
}
.news__item img {
  display: block;
  height: 220px;
  margin-bottom: 8px;
  object-fit: cover;
  background: #f4f4f4;
}
@media (min-width: 768px) {
  .news__item img {
    width: 200px;
    height: 144px;
    margin: 0;
  }
}
.news__item p {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .news__item p {
    width: calc(100% - 200px);
  }
}
.news__item i {
  font-style: normal;
  color: #696b72;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .news__item i {
    font-size: 16px;
    line-height: 24px;
  }
}
.news__item b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .news__item b {
    font-size: 24px;
    line-height: 32px;
  }
}
.news__item:hover b {
  color: var(--red);
}

.materials {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .materials {
    padding-bottom: 96px;
  }
}
.materials__tabs {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .materials__tabs {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .materials__tabs {
    margin-top: 40px;
  }
}
.materials__tab {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 8px 0;
  border-top: 1px solid #dcdee6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .materials__tab {
    width: auto;
    justify-content: center;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    border-top: none;
    border-bottom: 1px solid var(--gray-220);
    transition: border-color 0.3s;
  }
}
@media (min-width: 1200px) {
  .materials__tab {
    padding: 7px 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .materials__tab_1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .materials__tab_2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .materials__tab_3 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .materials__tab_4 {
    order: 4;
  }
}
@media (min-width: 768px) {
  .materials__tab_5 {
    order: 5;
  }
}
.materials__tab:first-child {
  border-top: none;
}
@media (min-width: 768px) {
  .materials__tab.active {
    border-color: var(--black);
  }
}
.materials__tab svg {
  width: 16px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .materials__tab svg {
    display: none;
  }
}
.materials__tab.active svg {
  transform: rotate(0deg);
}
.materials__title {
  display: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .materials__title {
    display: block;
  }
}
@media (min-width: 1200px) {
  .materials__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.materials__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .materials__subtitle {
    font-size: 34px;
    line-height: 40px;
  }
}
.materials__body {
  width: 100%;
  display: none;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  gap: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .materials__body {
    padding-top: 32px;
    padding-bottom: 0;
    order: 6;
  }
}
@media (min-width: 992px) {
  .materials__body {
    gap: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .materials__body {
    padding-top: 40px;
  }
}
.materials__body.active {
  display: flex;
}
.materials__thing {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .materials__thing {
    gap: 40px;
  }
}
.materials__thing-item {
  display: flex;
  flex-direction: column;
}
.materials__thing-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 992px) {
  .materials__thing-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.materials__thing-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .materials__thing-text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
  }
}
.materials__thing-items {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .materials__thing-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .materials__thing-items {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .materials__thing-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.materials__thing-items a {
  padding: 16px;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 600;
}
.materials__thing-items a b {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.materials__thing-items a span {
  width: 100%;
  color: #696b72;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.materials__thing-items a svg {
  width: 16px;
  aspect-ratio: 1/1;
  transform: rotate(-90deg);
  transition: 0.3s;
  position: relative;
  left: 0;
}
.materials__thing-items a:hover svg {
  left: 4px;
}
.materials__const {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .materials__const {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.materials__const-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .materials__const-item {
    width: calc(50% - 10px);
    padding: 24px;
    background: #f4f4f4;
  }
}
.materials__const-item:first-child {
  width: 100%;
}
.materials__const-item b {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .materials__const-item b {
    font-size: 24px;
    line-height: 32px;
  }
}
.materials__const-item span {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .materials__const-item span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.materials__const-item iframe,
.materials__const-item video {
  width: 100%;
  display: block;
  border: none;
  background: #000;
  min-height: 180px;
  margin-top: 12px;
  aspect-ratio: 32/18;
  object-fit: cover;
}
@media (min-width: 768px) {
  .materials__const-item iframe,
  .materials__const-item video {
    min-height: 320px;
    margin-top: 24px;
  }
}
.materials__const-item-wrapper {
  padding: 12px;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .materials__const-item-wrapper {
    background: none;
    padding: 0;
  }
}
.materials__const-item-videos {
  margin: 0 -12px;
  display: grid;
}
@media (min-width: 768px) {
  .materials__const-item-videos {
    margin: 0;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.materials__video {
  display: flex;
  flex-direction: column;
}
.materials__video > span {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .materials__video > span {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
}
.materials__video iframe,
.materials__video video {
  width: 100%;
  display: block;
  border: none;
  background: #000;
  min-height: 180px;
  margin-top: 12px;
  aspect-ratio: 32/18;
  object-fit: cover;
}
@media (min-width: 768px) {
  .materials__video iframe,
  .materials__video video {
    min-height: 320px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .materials__video iframe,
  .materials__video video {
    margin-top: 40px;
  }
}
.materials__video-items {
  margin: 0 -12px;
  display: grid;
}
@media (min-width: 768px) {
  .materials__video-items {
    margin: 0;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .materials__video-items {
    gap: 40px;
  }
}
.materials__youtube {
  background: linear-gradient(93.22deg, #fae1c3 0%, #ffd29b 100%);
  margin: 0 -12px;
  padding: 40px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .materials__youtube {
    padding: 20px 40px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .materials__youtube {
    padding: 60px 80px;
    padding-right: 56px;
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .materials__youtube {
    padding-right: 120px;
  }
}
.materials__youtube-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .materials__youtube-wrapper {
    width: calc(100% - 230px);
    align-items: flex-start;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .materials__youtube-wrapper {
    width: calc(100% - 294px);
  }
}
.materials__youtube b {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  max-width: 720px;
}
@media (min-width: 992px) {
  .materials__youtube b {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .materials__youtube b {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1600px) {
  .materials__youtube b {
    max-width: 880px;
  }
}
.materials__youtube p {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  max-width: 720px;
}
@media (min-width: 992px) {
  .materials__youtube p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .materials__youtube p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1600px) {
  .materials__youtube p {
    max-width: 880px;
  }
}
.materials__youtube .btn {
  background: #ff0000;
  color: #fff;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .materials__youtube .btn {
    margin-top: 32px;
  }
}
.materials__youtube img {
  width: 100%;
  max-width: 294px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .materials__youtube img {
    width: 230px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .materials__youtube img {
    width: 294px;
  }
}

.sale-page {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .sale-page {
    padding-bottom: 96px;
  }
}
.sale-page .loading {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .sale-page .loading {
    margin-top: 56px;
  }
}
.sale-page__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .sale-page__items {
    margin-top: 40px;
    gap: 56px;
  }
}
.sale-page__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .sale-page__item {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .sale-page__item {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .sale-page__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.sale-page__item-pic {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .sale-page__item-pic {
    width: calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .sale-page__item-pic {
    width: calc(50% - 10px);
  }
}
.sale-page__item-pic img {
  max-width: 100%;
  height: 220px;
}
@media (min-width: 768px) {
  .sale-page__item-pic img {
    width: 100%;
    height: auto;
  }
}
.sale-page__item-pic span {
  font-size: 14px;
  line-height: 16px;
}
.sale-page__item-body {
  width: 100%;
  background: #f4f4f4;
  padding: 16px 12px;
  margin-top: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .sale-page__item-body {
    width: calc(50% - 5px);
    padding-left: 20px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .sale-page__item-body {
    width: calc(50% - 10px);
    padding: 24px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1600px) {
  .sale-page__item-body {
    padding: 80px;
    padding-bottom: 104px;
  }
}
.sale-page__item-body:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: #fff;
  z-index: 1;
}
@media (min-width: 992px) {
  .sale-page__item-body:after {
    display: block;
  }
}
.sale-page__item-title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .sale-page__item-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.sale-page__item-icon {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  color: var(--red-229);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .sale-page__item-icon {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
.sale-page__item-icon svg {
  width: 24px;
  aspect-ratio: 1/1;
}
@media (min-width: 1200px) {
  .sale-page__item-icon svg {
    width: 32px;
  }
}
.sale-page__item-text {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .sale-page__item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.sale-page__item-buttons {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 320px;
}
@media (min-width: 1200px) {
  .sale-page__item-buttons {
    margin-top: 24px;
  }
}
.sale-page__item-buttons .btn {
  width: calc(100% - 96px);
  height: 40px;
  padding: 0;
}
.sale-page__item-buttons-social {
  width: 40px;
  aspect-ratio: 1/1;
  color: #fff;
  background: var(--black-36);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sale-page__item-buttons-social svg {
  width: 24px;
  aspect-ratio: 1/1;
}

.articles {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .articles {
    padding-bottom: 96px;
  }
}
.articles__body {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 1200px) {
  .articles__body {
    gap: 96px;
  }
}
.articles__subtitle {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .articles__subtitle {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
.articles__subtitle_tags {
  text-align: center;
}
.articles__toper {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 4px;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .articles__toper {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .articles__toper {
    justify-content: center;
    margin-top: 36px;
  }
}
.articles__toper-item {
  padding: 4px 0;
  color: #696b72;
  transition: 0.3s;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .articles__toper-item {
    font-size: 16px;
    line-height: 24px;
  }
}
.articles__toper-item.active {
  color: #000;
  border-color: #000;
}
.articles__toper-item:hover {
  color: #000;
}
.articles__fives {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .articles__fives {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .articles__fives {
    gap: 40px;
  }
}
.articles__fives-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .articles__fives-item_1-2 {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .articles__fives-item_1-2 {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .articles__fives-item_1-3 {
    width: calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .articles__fives-item_1-3 {
    width: calc(34% - 22px);
  }
}
@media (min-width: 1200px) {
  .articles__fives-item_1-3 {
    width: calc(34% - 27px);
  }
}
@media (min-width: 992px) {
  .articles__fives-item_1-3 + .articles__fives-item_1-3 {
    width: calc(33% - 22px);
  }
}
@media (min-width: 1200px) {
  .articles__fives-item_1-3 + .articles__fives-item_1-3 {
    width: calc(33% - 27px);
  }
}
.articles__fives-item > span {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 200px;
  padding: 12px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .articles__fives-item > span {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .articles__fives-item > span {
    height: 360px;
    padding: 24px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  .articles__fives-item > span {
    height: 560px;
  }
}
.articles__fives-item > span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.articles__fives-item > span i {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 999px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
}
@media (min-width: 1200px) {
  .articles__fives-item > span i {
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    font-size: 18px;
  }
}
.articles__fives-item > i {
  font-style: normal;
  margin-bottom: 4px;
  color: #696b72;
  font-size: 14px;
  line-height: 20px;
}
.articles__fives-item > b {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .articles__fives-item > b {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .articles__fives_min .articles__fives-item:nth-child(1) > span {
    height: 320px;
  }
}
@media (min-width: 1600px) {
  .articles__fives_min .articles__fives-item:nth-child(1) > span {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .articles__fives_min .articles__fives-item:nth-child(2) > span {
    height: 320px;
  }
}
@media (min-width: 1600px) {
  .articles__fives_min .articles__fives-item:nth-child(2) > span {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .articles__fives_min .articles__fives-item:nth-child(3) > span {
    height: 200px;
  }
}
@media (min-width: 1600px) {
  .articles__fives_min .articles__fives-item:nth-child(3) > span {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .articles__fives_min .articles__fives-item:nth-child(4) > span {
    height: 200px;
  }
}
@media (min-width: 1600px) {
  .articles__fives_min .articles__fives-item:nth-child(4) > span {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .articles__fives_min .articles__fives-item:nth-child(5) > span {
    height: 200px;
  }
}
@media (min-width: 1600px) {
  .articles__fives_min .articles__fives-item:nth-child(5) > span {
    height: 320px;
  }
}
.articles__fives + .articles__fives {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .articles__fives + .articles__fives {
    margin-top: 40px;
  }
}
.articles__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 8px;
}
@media (min-width: 992px) {
  .articles__tags {
    gap: 16px;
    justify-content: center;
  }
}
.articles__tags-item {
  display: flex;
  align-items: center;
  height: 20px;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .articles__tags-item {
    font-size: 12px;
    padding: 0 12px;
    height: 32px;
  }
}
.articles__items {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .articles__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .articles__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .articles__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .articles__items_tags {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.articles__item {
  display: flex;
  flex-direction: column;
}
.articles__item img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 1600px) {
  .articles__item img {
    height: 310px;
  }
}
.articles__item i {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .articles__item i {
    margin-top: 16px;
  }
}
.articles__item b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
@media (min-width: 992px) {
  .articles__item b {
    font-size: 18px;
    line-height: 26px;
  }
}
.articles__more {
  margin: 32px auto;
}
@media (min-width: 1200px) {
  .articles__more {
    margin: 40px auto;
  }
}

.article-toper {
  position: relative;
  height: 320px;
}
@media (min-width: 768px) {
  .article-toper {
    height: 400px;
  }
}
.article-toper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}

.article {
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .article {
    padding-bottom: 96px;
  }
}
.article__top-info {
  display: grid;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .article__top-info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .article__top-info {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
.article__top-info-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .article__top-info-item:last-child {
    align-items: flex-end;
  }
}
.article__top-info-author {
  display: flex;
  align-items: center;
}
.article__top-info-author picture {
  width: 40px;
  border-radius: 999px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .article__top-info-author picture {
    width: 48px;
  }
}
.article__top-info-author img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.article__top-info-author span {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .article__top-info-author span {
    width: calc(100% - 48px);
  }
}
.article__top-info-author b {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .article__top-info-author b {
    font-size: 16px;
    line-height: 24px;
  }
}
.article__top-info-author i {
  font-style: normal;
  color: #696b72;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .article__top-info-author i {
    font-size: 14px;
    line-height: 20px;
  }
}
.article__top-info-counts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
}
@media (min-width: 992px) {
  .article__top-info-counts {
    margin: 0 auto;
  }
}
.article__top-info-counts span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
}
.article__top-info-counts svg {
  width: 24px;
  height: 24px;
}
.article__top-info-dates {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article__top-info-dates span {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  line-height: 16px;
  color: #696b72;
}
@media (min-width: 992px) {
  .article__top-info-dates span {
    font-size: 14px;
    line-height: 20px;
  }
}
.article__top-info-dates i {
  font-style: normal;
}
.article__top-info-dates b {
  font-weight: 600;
}
.article__top-info-dates span:last-child b {
  color: #000;
}
.article__title {
  max-width: 1180px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .article__title {
    margin-bottom: 40px;
  }
}
.article p,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article ul,
.article ol {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.article p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .article p {
    font-size: 16px;
    line-height: 24px;
  }
}
.article p a {
  text-decoration: underline;
}
.article__one {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .article__one {
    flex-direction: row;
    align-items: flex-start;
  }
}
.article__one + .article__one {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .article__one + .article__one {
    margin-top: 40px;
  }
}
.article__one-left {
  display: flex;
  flex-direction: column;
  order: 3;
  color: #696b72;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  padding-top: 12px;
}
@media (min-width: 992px) {
  .article__one-left {
    width: 200px;
    padding: 0;
    position: sticky;
    top: 70px;
    order: 1;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .article__one-left {
    top: 110px;
  }
}
.article__one-center {
  display: flex;
  flex-direction: column;
  gap: 24px;
  order: 2;
  padding-top: 32px;
}
@media (min-width: 992px) {
  .article__one-center {
    width: calc(100% - 460px);
    padding: 0 40px;
    gap: 40px;
    order: 2;
  }
}
.article__one-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  order: 1;
}
@media (min-width: 992px) {
  .article__one-right {
    width: 260px;
    order: 3;
    position: sticky;
    top: 70px;
  }
}
@media (min-width: 1200px) {
  .article__one-right {
    top: 110px;
  }
}
.article__one-right .share {
  display: none;
}
@media (min-width: 992px) {
  .article__one-right .share {
    display: flex;
  }
}
.article__one-right .tags label {
  cursor: default;
}
.empty-left .article__one-left {
  display: none;
}
@media (min-width: 992px) {
  .empty-left .article__one-left {
    display: flex;
  }
}
.empty-right .article__one-center {
  padding-top: 0;
}
.empty-right .article__one-right {
  display: none;
}
@media (min-width: 992px) {
  .empty-right .article__one-right {
    display: flex;
  }
}
.article__quote {
  padding: 32px 0;
  background: #f2f2f7;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .article__quote {
    padding: 56px 0;
    margin-top: 40px;
  }
}
.article__quote:before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url(../images/quote.svg) no-repeat 50%/contain;
  aspect-ratio: 36/24;
  width: 36px;
  height: auto;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .article__quote:before {
    width: 54px;
    margin-bottom: 24px;
  }
}
.article__quote .container {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  max-width: 720px;
}
@media (min-width: 992px) {
  .article__quote .container {
    font-size: 24px;
    line-height: 32px;
  }
}
.article__two {
  display: flex;
  flex-direction: column;
}
.article__two-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .article__two-wrapper {
    margin-top: 40px;
  }
}
.article__two-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 20px;
}
.article__two-wrapper ul li {
  list-style: disc;
}

.article__two-pics {
  margin: 24px -12px;
  margin-bottom: 0;
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .article__two-pics {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .article__two-pics {
    margin: 40px 0;
    margin-bottom: 0;
    gap: 20px;
  }
}
.article__two-pics picture {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .article__two-pics picture {
    gap: 12px;
  }
}
.article__two-pics i {
  font-size: 14px;
  line-height: 20px;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .article__two-pics i {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
}
.article__two-pics img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 32/20;
  object-fit: cover;
  min-height: 200px;
}
@media (min-width: 992px) {
  .article__two-pics img {
    min-height: 400px;
  }
}
.article__two {
  /*
  &-text {
      display: flex;
      flex-direction: column;
      margin-top: 24px;

      @media (min-width: 992px) {
          flex-direction: row;
          align-items: flex-start;
          justify-content: space-between;
          margin-top: 40px;
      }

      &:before {
          content: "";
          height: 1px;
          width: 260px;
          display: none;

          @media (min-width: 992px) {
              display: block;
          }
      }

      div {
          display: flex;
          flex-direction: column;
          gap: 12px;
          @media (min-width: 992px) {
              width: calc(100% - 520px);
              padding: 0 10px;
          }
      }

      p {
          margin: 0;
      }

      i {
          font-style: normal;
          font-size: 14px;
          line-height: 20px;
          margin-top: 12px;
          color: #696b72;

          @media (min-width: 992px) {
              width: 260px;
              padding-left: 30px;
              margin-top: 0;
              position: sticky;
              top: 70px;
          }

          @media (min-width: 1200px) {
              top: 110px;
          }
      }
  }
  */
}
.article__two-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 768px) {
  .article__two-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.article__two-back {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .article__two-back {
    font-size: 16px;
    gap: 10px;
  }
}
.article__two-back:hover {
  color: var(--red);
}
.article__two-back svg {
  aspect-ratio: 23/12;
  width: 23px;
  height: auto;
}
.article__two-subscribe {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .article__two-subscribe {
    width: auto;
  }
}
.article__two-subscribe .btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.article__two-subscribe svg {
  width: 20px;
  height: 20px;
}
.article__navs {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1000px;
  padding: 12px;
  background: #fff;
  border: 1px solid #dcdee6;
}
@media (min-width: 992px) {
  .article__navs {
    padding: 24px;
  }
}
.article__navs-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 992px) {
  .article__navs-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.article__navs-title b {
  width: calc(100% - 20px);
  font-weight: 600;
}
.article__navs-title svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.article__navs-title.active svg {
  transform: rotate(180deg);
}
.article__navs-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.article__navs-body-1, .article__navs-body-2 {
  padding-left: 20px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .article__navs-body-1, .article__navs-body-2 {
    font-size: 16px;
    line-height: 24px;
    padding-left: 28px;
  }
}
.article__navs-body-1:hover, .article__navs-body-2:hover {
  text-decoration: underline;
}
.article__navs-body-1:before, .article__navs-body-2:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat 50%/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .article__navs-body-1:before, .article__navs-body-2:before {
    width: 24px;
    height: 24px;
  }
}
.article__navs-body-1:before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.66602 11.3332L11.9993 7.99984L8.66602 4.6665" stroke="black" stroke-width="0.666667" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 11.3332L7.33333 7.99984L4 4.6665" stroke="black" stroke-width="0.666667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.article__navs-body-2 {
  padding-left: 40px;
}
@media (min-width: 992px) {
  .article__navs-body-2 {
    padding-left: 56px;
  }
}
.article__navs-body-2:before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.66602 11.3332L11.9993 7.99984L8.66602 4.6665" stroke="black" stroke-width="0.666667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  left: 20px;
}
@media (min-width: 992px) {
  .article__navs-body-2:before {
    left: 28px;
  }
}
.active + .article__navs-body {
  margin-top: 16px;
  overflow: visible;
  opacity: 1;
  height: auto;
  transition: opacity 0.3s;
}
.article__swiper {
  max-width: 1000px;
  margin: 24px auto;
}
@media (min-width: 992px) {
  .article__swiper {
    margin: 40px auto;
  }
}
.article__swiper .card__bottom {
  flex-direction: column;
  gap: 12px;
}
.article__pic {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
@media (min-width: 992px) {
  .article__pic {
    margin: 0;
    width: 100%;
    gap: 12px;
  }
}
.article__pic img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
@media (min-width: 992px) {
  .article__pic img {
    width: 100%;
    margin: 0;
  }
}
.article__pic i {
  font-size: 14px;
  line-height: 20px;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .article__pic i {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.article__readmore {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .article__readmore {
    gap: 16px;
  }
}
.article__readmore-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .article__readmore-title {
    font-size: 18px;
    line-height: 26px;
    gap: 16px;
  }
}
.article__readmore-body {
  display: flex;
  border: 1px solid #dcdce6;
  padding: 12px;
  transition: 0.3s;
}
.article__readmore-body:hover {
  border-color: var(--red);
}
.article__readmore-body picture {
  display: flex;
  flex-direction: column;
  width: 88px;
}
@media (min-width: 992px) {
  .article__readmore-body picture {
    width: 120px;
  }
}
.article__readmore-body picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.article__readmore-body div {
  width: calc(100% - 88px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 12px;
}
@media (min-width: 992px) {
  .article__readmore-body div {
    width: calc(100% - 120px);
  }
}
.article__readmore-body b {
  width: 100%;
  font-weight: 600;
}
@media (min-width: 992px) {
  .article__readmore-body b {
    font-size: 18px;
    line-height: 26px;
  }
}
.article__readmore-body i {
  font-style: normal;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .article__readmore-body i {
    font-weight: 600;
  }
}
.article__faqs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .article__faqs {
    gap: 24px;
  }
}
.article__faqs-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .article__faqs-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.article__notify {
  padding: 12px;
  background: #f2f2f7;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .article__notify {
    padding: 24px;
    gap: 12px;
  }
}
.article__notify b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .article__notify b {
    font-size: 18px;
    line-height: 26px;
  }
}
.article__notify p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .article__notify p {
    font-size: 16px;
    line-height: 24px;
  }
}
.article__communication {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.article__communication-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.article__communication-text {
  font-style: italic;
  color: #696b72;
  font-size: 14px;
  line-height: 16px;
}
.article__communication-row {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .article__communication-row {
    grid-template-columns: 1fr 1fr;
  }
}
.article__communication-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .article__communication-bottom {
    flex-direction: row;
  }
}
.article__communication-bottom i {
  font-style: normal;
}
.article__bottom-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0;
  padding-left: 18px;
  color: #696b72;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .article__bottom-list {
    font-size: 14px;
    line-height: 20px;
    gap: 4px;
  }
}
.article__bottom-list li {
  list-style: disc;
}
.article .spoilers__item-button span {
  padding-left: 0;
}
.article .spoilers__item-body-item {
  padding: 0;
}
.article .spoilers__item p {
  margin: 0;
}
.article-bottom {
  padding: 0;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .article-bottom {
    padding-bottom: 96px;
  }
}
.reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 56px;
}
@media (min-width: 992px) {
  .reviews {
    gap: 20px;
    margin-top: 96px;
  }
}
.reviews__title {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 992px) {
  .reviews__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.reviews__items {
  width: 100%;
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .reviews__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .reviews__items {
    gap: 20px;
  }
}
@media (min-width: 1600px) {
  .reviews__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.reviews__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  border: 2px solid #f2f2f7;
}
@media (min-width: 992px) {
  .reviews__item {
    border-width: 4px;
  }
}
.reviews__item-one {
  background: #f2f2f7;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px;
}
@media (min-width: 992px) {
  .reviews__item-one {
    padding: 16px;
  }
}
.reviews__item-one-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% - 48px);
  padding-right: 12px;
}
@media (min-width: 992px) {
  .reviews__item-one-left {
    width: calc(100% - 80px);
    padding-right: 16px;
    gap: 12px;
  }
}
.reviews__item-one-right {
  width: 48px;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .reviews__item-one-right {
    width: 80px;
  }
}
.reviews__item-one-right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__item-one-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.reviews__item-one-stars svg {
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  color: #fe3233;
}
@media (min-width: 992px) {
  .reviews__item-one-stars svg {
    width: 20px;
  }
}
.reviews__item-one-stars span {
  margin-left: 4px;
  line-height: 1;
}
@media (min-width: 992px) {
  .reviews__item-one-stars span {
    margin-left: 8px;
  }
}
.reviews__item-one-stars a {
  transition: 0.3s;
}
.reviews__item-one-stars a:hover {
  color: #fe3233;
}
.reviews__item-two {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}
@media (min-width: 992px) {
  .reviews__item-two {
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
  }
}
.reviews__item-two-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews__item-two-row b {
  font-weight: 600;
}
.reviews__item-two-row i {
  font-style: normal;
}
