/* golos-text-cyrillic-ext */
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("./fonts/golos-text-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* golos-text-cyrillic */
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("./fonts/golos-text-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* golos-text-latin-ext */
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("./fonts/golos-text-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* golos-text-latin */
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("./fonts/golos-text-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "MagistralTT-Bold";
  src: url("./fonts/magistraltt-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input,
textarea,
select {
  color: inherit;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  text-decoration: none;
}

html {
  min-width: 320px;
  font-size: 100%;
}

body {
  min-width: 320px;
  min-height: 100vh;
  color: #171717;
  background: #ffffff;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
}

h1,
h2,
h3,
h4 {
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  line-height: 1.15;
}

p + p {
  margin-top: 10px;
}

strong,
b {
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 744px) {
  .container {
    padding-inline: 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-inline: 32px;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 744px) {
  .grid {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .grid {
    gap: 12px;
  }
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

@media (min-width: 744px) {
  .col-tablet-1 {
    grid-column: span 1;
  }
}

@media (min-width: 1200px) {
  .col-desktop-1 {
    grid-column: span 1;
  }
}

@media (min-width: 744px) {
  .col-tablet-2 {
    grid-column: span 2;
  }
}

@media (min-width: 1200px) {
  .col-desktop-2 {
    grid-column: span 2;
  }
}

@media (min-width: 744px) {
  .col-tablet-3 {
    grid-column: span 3;
  }
}

@media (min-width: 1200px) {
  .col-desktop-3 {
    grid-column: span 3;
  }
}

@media (min-width: 744px) {
  .col-tablet-4 {
    grid-column: span 4;
  }
}

@media (min-width: 1200px) {
  .col-desktop-4 {
    grid-column: span 4;
  }
}

@media (min-width: 744px) {
  .col-tablet-5 {
    grid-column: span 5;
  }
}

@media (min-width: 1200px) {
  .col-desktop-5 {
    grid-column: span 5;
  }
}

@media (min-width: 744px) {
  .col-tablet-6 {
    grid-column: span 6;
  }
}

@media (min-width: 1200px) {
  .col-desktop-6 {
    grid-column: span 6;
  }
}

@media (min-width: 744px) {
  .col-tablet-7 {
    grid-column: span 7;
  }
}

@media (min-width: 1200px) {
  .col-desktop-7 {
    grid-column: span 7;
  }
}

@media (min-width: 744px) {
  .col-tablet-8 {
    grid-column: span 8;
  }
}

@media (min-width: 1200px) {
  .col-desktop-8 {
    grid-column: span 8;
  }
}

@media (min-width: 744px) {
  .col-tablet-9 {
    grid-column: span 9;
  }
}

@media (min-width: 1200px) {
  .col-desktop-9 {
    grid-column: span 9;
  }
}

@media (min-width: 744px) {
  .col-tablet-10 {
    grid-column: span 10;
  }
}

@media (min-width: 1200px) {
  .col-desktop-10 {
    grid-column: span 10;
  }
}

@media (min-width: 744px) {
  .col-tablet-11 {
    grid-column: span 11;
  }
}

@media (min-width: 1200px) {
  .col-desktop-11 {
    grid-column: span 11;
  }
}

@media (min-width: 744px) {
  .col-tablet-12 {
    grid-column: span 12;
  }
}

@media (min-width: 1200px) {
  .col-desktop-12 {
    grid-column: span 12;
  }
}

:root {
  --site-header-height: 56px;
  --admin-panel-height: 0px;
}

body.is-header-overlay-open {
  overflow: hidden;
  padding-right: var(--scrollbar-compensation, 0px);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  flex: 0 0 auto;
  color: #313131;
  background: #ffffff;
  line-height: 0;
  transition: box-shadow 0.2s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
}

.site-header__top {
  position: relative;
  z-index: 2;
  display: none;
}
@media (min-width: 1200px) {
  .site-header__top {
    display: block;
    height: 48px;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.site-header__top-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-header__contacts,
.site-header__secondary-nav,
.site-header__secondary-list {
  display: flex;
  align-items: center;
}

.site-header__contacts {
  min-width: 0;
  gap: 24px;
}

.site-header__secondary-list {
  gap: 24px;
}

.site-header__location,
.site-header__contact-link,
.site-header__secondary-link {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.site-header__location:hover,
.site-header__contact-link:hover,
.site-header__secondary-link:hover {
  color: #ee741e;
}
.site-header__location:focus-visible,
.site-header__contact-link:focus-visible,
.site-header__secondary-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.site-header__location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.site-header__location-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.site-header__chevron {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transition: transform 0.2s ease;
}

.site-header__secondary-link--dropdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.header-dropdown {
  position: relative;
}

.header-dropdown__menu {
  position: absolute;
  z-index: 110;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  min-width: 140px;
  padding: 8px;
  visibility: hidden;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.header-dropdown--company .header-dropdown__menu {
  right: 0;
  left: auto;
}

.header-dropdown::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 12px;
  content: "";
}

.header-dropdown:hover .header-dropdown__menu,
.header-dropdown:focus-within .header-dropdown__menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header-dropdown:hover .site-header__chevron,
.header-dropdown:focus-within .site-header__chevron {
  transform: rotate(180deg);
}

.header-dropdown__link {
  display: block;
  padding: 10px 12px;
  white-space: nowrap;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.25;
  transition: color 0.2s ease;
}
.header-dropdown__link:hover {
  color: #ee741e;
}
.header-dropdown__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: -2px;
}

.site-header__main {
  position: relative;
  z-index: 1;
  min-height: 56px;
  background: #ffffff;
}

.site-header__main-inner {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 8px;
}
@media (min-width: 744px) {
  .site-header__main-inner {
    min-height: 64px;
  }
}
@media (min-width: 1200px) {
  .site-header__main-inner {
    min-height: 72px;
    gap: 0;
  }
}

.site-header__menu-toggle {
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #ffffff;
  background: #313131;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.site-header__menu-toggle:hover {
  background: #242424;
}
.site-header__menu-toggle:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 1200px) {
  .site-header__menu-toggle {
    display: none;
  }
}

.site-header__menu-icon {
  width: 24px;
  height: 24px;
}

.site-header__menu-icon--close {
  display: none;
}

.site-header__menu-toggle.is-active .site-header__menu-icon--open {
  display: none;
}
.site-header__menu-toggle.is-active .site-header__menu-icon--close {
  display: block;
}

.site-header__logo {
  display: inline-flex;
  width: 112px;
  height: 30px;
  flex: 0 0 112px;
  align-items: center;
}
.site-header__logo .site-header__logo-image {
  width: 112px;
  height: 30px;
}
@media (min-width: 1200px) {
  .site-header__logo .site-header__logo-image {
    width: 150px;
    height: 40px;
  }
}
.site-header__logo:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 1200px) {
  .site-header__logo {
    width: 150px;
    height: 40px;
    flex-basis: 150px;
    margin-right: 24px;
  }
}

.site-header__quick-nav {
  display: none;
}
@media (min-width: 1200px) {
  .site-header__quick-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 31px;
  }
}

.site-header__quick-link {
  white-space: nowrap;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.site-header__quick-link:hover {
  color: #ee741e;
}
.site-header__quick-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.site-footer {
  position: relative;
  flex: 0 0 auto;
  padding-bottom: 22px;
  padding-top: 15px;
  color: #f5f5f5;
  isolation: isolate;
}
.site-footer::before {
  position: absolute;
  z-index: -1;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: radial-gradient(circle at 20% 45%, rgba(255, 255, 255, 0.055) 0 1px, transparent 1.5px) 0 0/15px 15px, radial-gradient(circle at 100% 42%, rgba(120, 55, 24, 0.34) 0, transparent 48%), #141414;
}
@media (min-width: 744px) {
  .site-footer::before {
    top: 45px;
  }
}
@media (min-width: 1200px) {
  .site-footer::before {
    top: 60px;
  }
}
@media (min-width: 1200px) {
  .site-footer {
    padding-top: 24px;
    padding-bottom: 42px;
  }
}

.site-footer__content {
  position: relative;
  z-index: 1;
  margin-top: 9px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 744px) {
  .site-footer__content {
    display: grid;
    grid-template-columns: 197px minmax(0, 1fr);
    gap: 12px;
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .site-footer__content {
    grid-template-columns: 312px minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    column-gap: 40px;
    row-gap: 0;
    margin-top: 7px;
  }
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media (min-width: 744px) {
  .site-footer__brand {
    grid-column: 1;
    grid-row: 1;
    gap: 8px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .site-footer__brand {
    grid-row: 1/3;
  }
}

.site-footer__logo {
  order: 2;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  background: #313131;
  border-radius: 12px;
}
.site-footer__logo .site-footer__logo-image {
  width: 152px;
  height: 41px;
}
@media (min-width: 1200px) {
  .site-footer__logo .site-footer__logo-image {
    width: 225px;
    height: 60px;
  }
}
@media (min-width: 744px) {
  .site-footer__logo {
    order: 1;
    min-height: 65px;
  }
}
@media (min-width: 1200px) {
  .site-footer__logo {
    min-height: 107px;
    border-radius: 20px;
  }
}
.site-footer__logo:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.site-footer__contacts {
  order: 1;
  padding: 20px 12px;
  background: #313131;
  border-radius: 16px;
}
@media (min-width: 744px) {
  .site-footer__contacts {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .site-footer__contacts {
    padding: 20px;
  }
}

.site-footer__contact-link {
  display: table;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.site-footer__contact-link + .site-footer__contact-link {
  margin-top: 8px;
}
.site-footer__contact-link:hover {
  color: #ee741e;
}
.site-footer__contact-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 1200px) {
  .site-footer__contact-link {
    font-size: 22px;
    line-height: 1.1;
  }
}

.site-footer__address {
  margin-top: 8px;
  color: #dbdbdb;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 744px) {
  .site-footer__address {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .site-footer__address {
    font-size: 16px;
  }
}

.site-footer__socials {
  display: flex;
  gap: 9px;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .site-footer__socials {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .site-footer__socials {
    margin-top: 16px;
  }
}

.site-footer__social-link {
  display: block;
  border-radius: 10px;
  transition: opacity 0.2s ease;
}
.site-footer__social-link:hover {
  opacity: 0.85;
}
.site-footer__social-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.footer-nav {
  order: -1;
}
@media (min-width: 744px) {
  .footer-nav {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
}

.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 16px;
}
@media (min-width: 744px) {
  .footer-nav__list {
    grid-template-columns: repeat(4, minmax(0, auto));
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer-nav__list {
    grid-template-columns: repeat(4, minmax(0, 174px));
    gap: 50px;
    justify-content: flex-start;
  }
}

.footer-nav__group {
  min-width: 0;
}

.footer-nav__heading {
  margin: 0;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .footer-nav__heading {
    font-size: 18px;
  }
}

.footer-nav__toggle {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: #7f7f7f;
  background: transparent;
  border: 0;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.footer-nav__toggle::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m9 4.5 7.5 7.5L9 19.5'/%3E%3C/svg%3E");
  mask-position: 50%;
  mask-repeat: no-repeat;
  mask-size: 24px;
  background-color: #7f7f7f;
  transition: transform 0.2s;
}
@media (min-width: 744px) {
  .footer-nav__toggle::after {
    display: none;
  }
}
.footer-nav__toggle[aria-expanded=true] {
  color: #dbdbdb;
}
.footer-nav__toggle[aria-expanded=true]::after {
  transform: rotate(90deg);
}
@media (min-width: 744px) {
  .footer-nav__toggle[aria-expanded=true] {
    color: #8c8987;
  }
}
.footer-nav__toggle:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 4px;
}
@media (min-width: 744px) {
  .footer-nav__toggle {
    color: #8c8987;
    cursor: default;
  }
}
@media (min-width: 1200px) {
  .footer-nav__toggle {
    font-size: 18px;
  }
}

.footer-nav__links {
  padding-top: 12px;
}
.footer-nav__links[hidden] {
  display: none;
}
@media (min-width: 744px) {
  .footer-nav__links {
    display: block !important;
    padding-top: 16px;
  }
}

.footer-nav__item + .footer-nav__item {
  margin-top: 8px;
}

.footer-nav__link {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.57;
  transition: color 0.2s ease;
}
.footer-nav__link:hover {
  color: #ee741e;
}
.footer-nav__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 12px;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .site-footer__bottom {
    grid-column: 1/-1;
    grid-row: 2;
    grid-template-columns: 197px minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .site-footer__bottom {
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: minmax(280px, 0.75fr) minmax(460px, 1fr);
    column-gap: 40px;
    align-self: end;
  }
}

.site-footer__payments {
  display: flex;
  gap: 4px;
}
@media (min-width: 744px) {
  .site-footer__payments {
    grid-column: 1;
    align-self: end;
  }
}
.site-footer__payments li {
  border-radius: 4px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.site-footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
}
@media (min-width: 744px) {
  .site-footer__legal {
    grid-column: 2;
    align-items: center;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .site-footer__legal {
    margin-left: 0;
    font-size: 14px;
  }
}

.site-footer__legal-link {
  color: #dbdbdb;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  text-decoration: underline;
}
.site-footer__legal-link:hover {
  text-decoration: none;
  color: #ffffff;
}
.site-footer__legal-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.button {
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  color: #ffffff;
  background: #215cff;
  border-radius: 8px;
  font-weight: 700;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .button:hover {
    background: #1748cc;
  }
}
.button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.f-button {
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "Golos Text", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.f-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.f-button:disabled, .f-button.is-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}
.f-button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.f-button--medium {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 16px;
}

.f-button--large {
  min-height: 48px;
  padding: 12px 20px;
  font-size: 18px;
}

.f-button--primary {
  color: #ffffff;
  background: #ee741e;
  border-color: #ee741e;
}
.f-button--primary.is-hover {
  background: #984409;
  border-color: #984409;
}
@media (hover: hover) {
  .f-button--primary:hover {
    background: #984409;
    border-color: #984409;
  }
}
.f-button--primary:active, .f-button--primary.is-active {
  background: #ee741e;
  border-color: #ee741e;
}

.f-button--secondary {
  color: #ffffff;
  background: #313131;
  border-color: #313131;
}
.f-button--secondary.is-hover {
  background: #7f7f7f;
  border-color: #7f7f7f;
}
@media (hover: hover) {
  .f-button--secondary:hover {
    background: #7f7f7f;
    border-color: #7f7f7f;
  }
}
.f-button--secondary:active, .f-button--secondary.is-active {
  background: #313131;
  border-color: #313131;
}

.f-button--tertiary {
  color: #313131;
  background: #ffffff;
  border-color: #dbdbdb;
}
.f-button--tertiary.is-hover {
  border-color: #7f7f7f;
}
@media (hover: hover) {
  .f-button--tertiary:hover {
    border-color: #7f7f7f;
  }
}
.f-button--tertiary:active, .f-button--tertiary.is-active {
  border-color: #dbdbdb;
}

.f-button--text {
  color: #313131;
  background: transparent;
  border-color: transparent;
}
.f-button--text.is-hover {
  color: #ee741e;
}
@media (hover: hover) {
  .f-button--text:hover {
    color: #ee741e;
  }
}
.f-button--text:active, .f-button--text.is-active {
  color: #313131;
}

.f-button--link {
  color: #ee741e;
  background: transparent;
  border-color: transparent;
}
.f-button--link.is-hover {
  color: #313131;
}
@media (hover: hover) {
  .f-button--link:hover {
    color: #313131;
  }
}
.f-button--link:active, .f-button--link.is-active {
  color: #ee741e;
}

.f-button--dashed {
  color: #ee741e;
  background: #ffffff;
  border-color: #ee741e;
  border-style: dashed;
}
.f-button--dashed.is-hover {
  color: #313131;
  border-color: #7f7f7f;
}
@media (hover: hover) {
  .f-button--dashed:hover {
    color: #313131;
    border-color: #7f7f7f;
  }
}
.f-button--dashed:active, .f-button--dashed.is-active {
  color: #ee741e;
  border-color: #ee741e;
}

.header-catalog-button {
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-left: auto;
  padding: 0 13px;
  color: #ffffff;
  background: #ee741e;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.header-catalog-button:hover {
  background: #984409;
}
.header-catalog-button:focus-visible {
  outline: 2px solid #313131;
  outline-offset: 2px;
}
.header-catalog-button.is-active {
  background: #984409;
}
@media (max-width: 374px) {
  .header-catalog-button {
    flex: 0 0 auto;
    padding: 0;
  }
  .header-catalog-button span {
    display: none;
  }
}
@media (min-width: 375px) {
  .header-catalog-button {
    min-width: 113px;
  }
}
@media (min-width: 744px) {
  .header-catalog-button {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .header-catalog-button {
    min-width: 121px;
    margin-right: 8px;
    padding-inline: 15px;
  }
}

.header-catalog-button__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.header-catalog-button__icon--close {
  display: none;
}

.header-catalog-button.is-active .header-catalog-button__icon--open {
  display: none;
}
.header-catalog-button.is-active .header-catalog-button__icon--close {
  display: block;
}

.header-search {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}
.header-search:focus-within {
  border-color: #ee741e;
  box-shadow: 0 0 0 1px #ee741e;
}
@media (min-width: 744px) {
  .header-search {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }
}

.header-search__label {
  display: none;
  min-width: 0;
  flex: 1 1 auto;
}
@media (min-width: 744px) {
  .header-search__label {
    display: block;
  }
}

.header-search__input {
  width: 100%;
  height: 38px;
  padding: 0 8px;
  color: #313131;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
  line-height: 1.3;
}
.header-search__input::placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.header-search__button {
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #7f7f7f;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}
.header-search__button svg {
  width: 24px;
  height: 24px;
}
.header-search__button:hover {
  color: #313131;
}
.header-search__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: -3px;
}

.header-actions {
  display: none;
}
@media (min-width: 744px) {
  .header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .header-actions {
    margin-left: 31px;
  }
}

.header-actions__link {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  color: #313131;
  background: #f5f5f5;
  border-radius: 8px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.header-actions__link svg {
  width: 24px;
  height: 24px;
}
.header-actions__link:hover {
  color: #ee741e;
  background: #fff3ec;
}
.header-actions__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.header-menu-overlay {
  position: fixed;
  z-index: 80;
  top: var(--site-header-height);
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.48);
  border: 0;
  cursor: default;
}
.header-menu-overlay[hidden] {
  display: none;
}
@media (min-width: 1200px) {
  .header-menu-overlay {
    display: none !important;
  }
}

.header-menu {
  position: fixed;
  z-index: 90;
  top: var(--site-header-height);
  right: 0;
  left: 0;
  max-height: calc(100dvh - var(--site-header-height) - 16px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: var(--scrollbar-compensation, 0px);
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 12px 20px -11px rgba(0, 0, 0, 0.45);
}
.header-menu[hidden] {
  display: none;
}
@media (min-width: 744px) {
  .header-menu {
    max-height: calc(100dvh - var(--site-header-height));
    border-radius: 0;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .header-menu {
    display: none !important;
  }
}

.header-menu__inner {
  max-width: 744px;
  margin-inline: auto;
  padding: 24px 16px 32px;
  text-align: center;
}
@media (min-width: 744px) {
  .header-menu__inner {
    padding: 24px 20px 36px;
  }
}

.header-menu__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
@media (min-width: 744px) {
  .header-menu__actions {
    display: none;
  }
}

.header-menu__nav,
.header-menu__quick,
.header-menu__contacts {
  display: grid;
  justify-items: center;
}

.header-menu__nav {
  gap: 16px;
  padding-bottom: 24px;
}
@media (min-width: 744px) {
  .header-menu__nav {
    gap: 24px;
  }
}

.header-menu__quick {
  gap: 16px;
  padding: 32px 0 20px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 744px) {
  .header-menu__quick {
    gap: 24px;
    padding: 32px 0 14px;
  }
}

.header-menu__contacts {
  gap: 16px;
  padding-top: 12px;
  color: #7f7f7f;
}
@media (min-width: 744px) {
  .header-menu__contacts {
    gap: 24px;
    padding-top: 20px;
  }
}

.header-menu__link,
.header-menu__quick a,
.header-menu__contacts > a,
.header-menu__location,
.header-menu__submenu a {
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.header-menu__link:hover,
.header-menu__quick a:hover,
.header-menu__contacts > a:hover,
.header-menu__location:hover,
.header-menu__submenu a:hover {
  color: #ee741e;
}
.header-menu__link:focus-visible,
.header-menu__quick a:focus-visible,
.header-menu__contacts > a:focus-visible,
.header-menu__location:focus-visible,
.header-menu__submenu a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.header-menu__link {
  color: #7f7f7f;
}

.header-menu__group {
  width: 100%;
}

.header-menu__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.header-menu__submenu-toggle {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #7f7f7f;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.header-menu__submenu-toggle svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.header-menu__submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.header-menu__submenu-toggle:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 0;
}

.header-menu__submenu {
  display: grid;
  gap: 8px;
  padding: 8px 0 4px;
  color: #7f7f7f;
}
.header-menu__submenu[hidden] {
  display: none;
}

.header-menu__row--location {
  color: #7f7f7f;
}

.header-menu__location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.header-menu__location svg {
  width: 20px;
  height: 20px;
}

.header-menu__logo {
  display: inline-flex;
  width: 171px;
  height: 46px;
  margin-top: 24px;
}
.header-menu__logo .header-menu__logo-image {
  width: 171px;
  height: 46px;
}
@media (min-width: 744px) {
  .header-menu__logo .header-menu__logo-image {
    width: 112px;
    height: 30px;
  }
}
@media (min-width: 744px) {
  .header-menu__logo {
    width: 112px;
    height: 30px;
    margin-top: 20px;
  }
}
.header-menu__logo:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-panel {
  position: fixed;
  z-index: 90;
  top: calc(var(--site-header-height) + var(--admin-panel-height));
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-right: var(--scrollbar-compensation, 0px);
  background: #ffffff;
}
.catalog-panel[hidden] {
  display: none;
}
@media (min-width: 1200px) {
  .catalog-panel {
    --catalog-panel-height: min(770px, calc(100dvh - var(--site-header-height)));
    background: rgba(0, 0, 0, 0.48);
  }
}
@media (min-width: 1200px) {
  .catalog-panel::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: var(--catalog-panel-height);
    background: #ffffff;
    content: "";
  }
}

.catalog-panel__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-block: 12px 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media (min-width: 744px) {
  .catalog-panel__inner {
    display: grid;
    grid-template-columns: minmax(0, 318px) minmax(0, 1fr);
    padding-block: 0;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .catalog-panel__inner {
    height: var(--catalog-panel-height);
    grid-template-columns: minmax(0, 366px) minmax(0, 1fr);
  }
}

.catalog-panel__root {
  min-width: 0;
}
@media (min-width: 744px) {
  .catalog-panel__root {
    height: 100%;
    padding: 12px 18px 24px 0;
    overflow-y: auto;
    border-right: 1px solid #f5f5f5;
    scrollbar-width: thin;
    scrollbar-color: #dbdbdb transparent;
  }
}
@media (min-width: 1200px) {
  .catalog-panel__root {
    padding-right: 24px;
  }
}

.catalog-categories {
  display: grid;
  gap: 8px;
}

.catalog-category {
  cursor: pointer;
  display: grid;
  width: 100%;
  min-height: 66px;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  text-align: left;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.catalog-category img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.catalog-category > span {
  padding-top: 4px;
  padding-bottom: 4px;
}
.catalog-category:hover {
  border-color: #f5f5f5;
  background: #f5f5f5;
}
.catalog-category.is-active {
  border-color: #ee741e;
  background: #fff3ec;
}
.catalog-category:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 1200px) {
  .catalog-category {
    min-height: 52px;
  }
}

.catalog-category__count,
.catalog-category__name {
  display: block;
}

.catalog-category__count {
  margin-bottom: 4px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}

.catalog-category__name {
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.catalog-detail {
  display: none;
  min-width: 0;
  padding-top: 4px;
}
@media (min-width: 744px) {
  .catalog-detail {
    height: 100%;
    padding: 12px 0 32px 20px;
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .catalog-detail {
    grid-template-columns: minmax(0, 1fr) 292px;
    grid-template-rows: auto 1fr;
    column-gap: 24px;
    align-content: start;
    padding: 8px 0 40px 24px;
  }
}

.catalog-panel.is-detail-active .catalog-panel__root {
  display: none;
}
@media (min-width: 744px) {
  .catalog-panel.is-detail-active .catalog-panel__root {
    display: block;
  }
}
.catalog-panel.is-detail-active .catalog-detail.is-active {
  display: block;
}

.catalog-detail__header {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin-bottom: 20px;
}
@media (min-width: 744px) {
  .catalog-detail__header {
    display: block;
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .catalog-detail__header {
    grid-column: 1;
    grid-row: 1;
  }
}

.catalog-detail__back {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #313131;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.catalog-detail__back svg {
  width: 28px;
  height: 28px;
}
.catalog-detail__back:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .catalog-detail__back {
    display: none;
  }
}

.catalog-detail__heading {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}

.catalog-detail__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 744px) {
  .catalog-detail__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .catalog-detail__title {
    font-size: 40px;
  }
}

.catalog-detail__count {
  flex: 0 0 auto;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
}

.catalog-detail__body {
  min-width: 0;
}
@media (min-width: 1200px) {
  .catalog-detail__body {
    display: contents;
  }
}

.catalog-subcategories {
  min-width: 0;
}
@media (min-width: 1200px) {
  .catalog-subcategories {
    grid-column: 1;
    grid-row: 2;
  }
}

.catalog-subcategories__list {
  display: grid;
  align-content: start;
  gap: 12px;
}
@media (min-width: 1200px) {
  .catalog-subcategories__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

.catalog-subcategory {
  min-width: 0;
}

.catalog-subcategory__toggle {
  cursor: pointer;
  display: grid;
  width: 100%;
  min-height: 50px;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color 0.2s ease;
}
@media (min-width: 744px) {
  .catalog-subcategory__toggle {
    max-width: 321px;
  }
}
@media (min-width: 1200px) {
  .catalog-subcategory__toggle {
    max-width: none;
  }
}
.catalog-subcategory__toggle:hover {
  background: #f5f5f5;
}
.catalog-subcategory__toggle--no-symbol {
  grid-template-columns: 1fr;
}
.catalog-subcategory__toggle:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-subcategory.is-expanded .catalog-subcategory__toggle {
  background: #f5f5f5;
}

.catalog-subcategory__symbol {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
}
.catalog-subcategory__symbol::before, .catalog-subcategory__symbol::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #313131;
  transform: translate(-50%, -50%);
}
.catalog-subcategory__symbol::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease;
}
.catalog-subcategory__symbol--hide {
  display: none;
}

.catalog-subcategory__toggle[aria-expanded=true] .catalog-subcategory__symbol::after {
  opacity: 0;
}

.catalog-subcategory__children {
  display: grid;
  gap: 12px;
  padding: 0 8px 2px 48px;
  margin-top: 8px;
  color: #7f7f7f;
}
.catalog-subcategory__children[hidden] {
  display: none;
}
.catalog-subcategory__children a {
  display: block;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.catalog-subcategory__children a:hover {
  color: #ee741e;
}
.catalog-subcategory__children a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-detail__promo {
  display: block;
  width: 100%;
  height: 205px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 16px;
}
.catalog-detail__promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 744px) {
  .catalog-detail__promo {
    max-width: 366px;
    height: 206px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .catalog-detail__promo {
    width: 292px;
    height: 504px;
    grid-column: 2;
    grid-row: 1/span 2;
    margin-top: 4px;
  }
}

@media (min-width: 1200px) {
  .catalog-panel.is-detail-active .catalog-detail.is-active {
    display: grid;
  }
}

.footer-subscribe {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  color: #ffffff;
  background: #313131;
  border-radius: 16px;
}
@media (min-width: 744px) {
  .footer-subscribe {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 9px;
    padding: 16px 20px;
  }
}
@media (min-width: 1200px) {
  .footer-subscribe {
    align-items: center;
    gap: 28px;
    min-height: 103px;
    padding: 16px 32px;
  }
}

.footer-subscribe__title {
  align-self: center;
  max-width: 100%;
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 744px) {
  .footer-subscribe__title {
    flex: 0 1 222px;
    max-width: 240px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .footer-subscribe__title {
    flex-basis: 550px;
    max-width: 560px;
    font-size: 28px;
    line-height: 1;
  }
}

.footer-subscribe__form {
  min-width: 0;
}
@media (min-width: 744px) {
  .footer-subscribe__form {
    flex-basis: 426px;
  }
}
@media (min-width: 1200px) {
  .footer-subscribe__form {
    flex-basis: 716px;
  }
}

.footer-subscribe__controls {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.footer-subscribe__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0 14px;
  color: #dbdbdb;
  font-size: 15px;
  line-height: 130%;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.05);
}
.footer-subscribe__input::placeholder {
  color: #dbdbdb;
  opacity: 0.5;
}
.footer-subscribe__input:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: -2px;
}
@media (min-width: 1200px) {
  .footer-subscribe__input {
    height: 48px;
    padding-inline: 18px;
  }
}

.footer-subscribe__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  min-width: 135px;
  height: 48px;
  padding: 0 16px;
  color: #0f0e0e;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.footer-subscribe__button:hover {
  background: #f2f0ef;
}
.footer-subscribe__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (max-width: 389.98px) {
  .footer-subscribe__button {
    min-width: 124px;
  }
}
.footer-subscribe__button.footer-subscribe__button--submitting {
  cursor: default;
}
.footer-subscribe__button img {
  margin: 0;
}

.footer-subscribe__agreement {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
}
@media (min-width: 744px) {
  .footer-subscribe__agreement {
    margin-top: 6px;
    font-size: 14px;
  }
}

.footer-subscribe__alert {
  color: #f92214;
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
  margin: 0 16px;
  padding-bottom: 8px;
}
@media (min-width: 744px) {
  .footer-subscribe__alert {
    padding-bottom: 6px;
    font-size: 14px;
  }
}

.footer-subscribe__notice {
  color: #ffffff;
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
@media (min-width: 744px) {
  .footer-subscribe__notice {
    font-size: 14px;
  }
}

.footer-subscribe__checkbox {
  cursor: pointer;
  appearance: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  border: 1px solid #ee741e;
  border-radius: 4px;
  background: #ee741e;
}
.footer-subscribe__checkbox::before {
  display: block;
  width: 5px;
  height: 9px;
  margin: 1px auto 0;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}
.footer-subscribe__checkbox:checked::before {
  opacity: 1;
}
.footer-subscribe__checkbox:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.breadcrumbs {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

.breadcrumbs__list {
  display: flex;
  min-width: 0;
  min-height: 25px;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1200px) {
  .product-page .breadcrumbs__list {
    padding-right: 330px;
  }
}

.breadcrumbs__item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
}
.breadcrumbs__item + .breadcrumbs__item::before {
  margin-inline: 8px;
  color: #dbdbdb;
  content: "/";
}

.breadcrumbs__link {
  padding: 4px;
  border-radius: 4px;
  transition: color 0.2s ease;
}
.breadcrumbs__link:hover {
  color: #ee741e;
}
.breadcrumbs__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.breadcrumbs__current {
  padding: 4px;
  color: #313131;
}

.delivery-tabs {
  display: inline-flex;
  gap: 0;
  margin-top: 20px;
  padding: 4px;
  background: #f5f5f5;
  border-radius: 8px;
}

.delivery-tabs__button {
  cursor: pointer;
  display: inline-flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.delivery-tabs__button.is-active {
  color: #ee741e;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  background: #ffffff;
}
@media (hover: hover) {
  .delivery-tabs__button:not(.is-active):hover {
    color: #ee741e;
  }
}
.delivery-tabs__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.delivery-info {
  padding: 22px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .delivery-info {
    padding: 24px;
  }
}

.delivery-info__picture {
  overflow: hidden;
  display: block;
  height: 212px;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .delivery-info__picture {
    height: 236px;
  }
}

.delivery-info__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.delivery-info__columns {
  display: grid;
  gap: 12px 8px;
  margin-top: 20px;
}
@media (min-width: 744px) {
  .delivery-info__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .delivery-info__columns {
    margin-top: 45px;
  }
}

.delivery-info__column {
  min-width: 0;
}

.delivery-info__heading {
  color: #313131;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.delivery-info__heading--cdek {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.delivery-info__cdek {
  width: 73px;
  height: 21px;
  object-fit: contain;
}

.delivery-info__text {
  margin-top: 8px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  text-wrap: balance;
}
.delivery-info__text strong {
  color: #313131;
  font-weight: 700;
}
@media (min-width: 744px) {
  .delivery-info__text {
    font-size: 18px;
  }
}

.delivery-pickup {
  overflow: hidden;
  display: grid;
  gap: 8px;
  margin-top: 20px;
  background: #ffffff;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .delivery-pickup {
    min-height: 244px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 1.08fr);
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .delivery-pickup {
    min-height: 198px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 427px);
    margin-top: 30px;
  }
}

.delivery-pickup__content {
  align-self: center;
  padding: 20px 16px 14px;
}
@media (min-width: 744px) {
  .delivery-pickup__content {
    padding: 28px 24px;
  }
}

.delivery-pickup__title {
  color: #313131;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.delivery-pickup__text {
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
  text-wrap: balance;
}
.delivery-pickup__text a {
  color: #ee741e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .delivery-pickup__text a:hover {
    text-decoration: none;
  }
}
.delivery-pickup__text a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.delivery-pickup__map-link {
  overflow: hidden;
  display: block;
  height: 188px;
  margin: 0 16px 16px;
  border-radius: 14px;
}
.delivery-pickup__map-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .delivery-pickup__map-link {
    height: auto;
    min-height: 212px;
    margin: 12px 12px 12px 0;
  }
}
@media (min-width: 1200px) {
  .delivery-pickup__map-link {
    min-height: 174px;
    margin: 16px 16px 16px 0;
  }
}

.delivery-pickup__map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.2s ease;
}
@media (hover: hover) {
  .delivery-pickup__map-link:hover .delivery-pickup__map {
    transform: scale(1.015);
  }
}
@media (prefers-reduced-motion: reduce) {
  .delivery-pickup__map {
    transition: none;
  }
}

.payment-info {
  display: grid;
  gap: 8px;
}
@media (min-width: 744px) {
  .payment-info {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  }
}

.payment-info__content {
  min-height: 179px;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .payment-info__content {
    min-height: 236px;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .payment-info__content {
    padding: 30px 32px;
  }
}

.payment-info__eyebrow {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.payment-info__list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
@media (min-width: 744px) {
  .payment-info__list {
    margin-top: 26px;
  }
}

.payment-info__item {
  display: grid;
  min-width: 0;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 744px) {
  .payment-info__item {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .payment-info__item {
    font-size: 22px;
  }
}

.payment-info__icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #ee741e;
  background: #ffffff;
  border-radius: 4px;
}
.payment-info__icon svg {
  width: 20px;
  height: 20px;
}

.payment-info__picture {
  overflow: hidden;
  display: block;
  height: 236px;
  border-radius: 20px;
}

.payment-info__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.delivery-feedback {
  overflow: hidden;
  min-width: 0;
  margin-top: 20px;
  padding: 24px;
  color: #ffffff;
  background-color: #141414;
  background-image: radial-gradient(circle at 100% 58%, rgba(238, 116, 30, 0.18), transparent 58%), radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px);
  background-position: center, 2px 2px;
  background-size: auto, 24px 24px;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .delivery-feedback {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .delivery-feedback {
    width: 360px;
    min-height: 362px;
    margin-top: 12px;
    padding: 24px;
    align-self: start;
  }
}

.delivery-feedback__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #ffffff;
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.delivery-feedback__icon svg {
  width: 32px;
  height: 32px;
}
.delivery-feedback__compact .delivery-feedback__icon svg {
  width: 24px;
  height: 24px;
}

.delivery-feedback__title {
  margin-top: 16px;
  color: #ffffff;
  font-size: 24px;
  line-height: 0.95;
  font-weight: 700;
}
@media (min-width: 744px) {
  .delivery-feedback__title {
    font-size: 28px;
  }
}

.delivery-feedback__text {
  margin-top: 18px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
}

.delivery-feedback__form {
  margin-top: 16px;
}

.delivery-feedback__field {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  min-width: 0;
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}
.delivery-feedback__field:focus-within {
  border-color: #ee741e;
}
@media (min-width: 744px) {
  .delivery-feedback__field {
    height: 40px;
  }
}

.delivery-feedback__field-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.45);
}

.delivery-feedback__input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 9px 10px;
  color: #313131;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  line-height: 1.3;
}
.delivery-feedback__input::placeholder {
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.delivery-feedback__button {
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 8px 16px;
  color: #ffffff;
  background: #ee741e;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .delivery-feedback__button:hover {
    background: #984409;
  }
}
.delivery-feedback__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.delivery-feedback__agreement {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
}
.delivery-feedback__agreement a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .delivery-feedback__agreement a:hover {
    text-decoration: none;
  }
}

.delivery-feedback__checkbox {
  cursor: pointer;
  appearance: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  border: 1px solid #ee741e;
  border-radius: 4px;
  background: #ee741e;
}
.delivery-feedback__checkbox::before {
  display: block;
  width: 5px;
  height: 9px;
  margin: 1px auto 0;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}
.delivery-feedback__checkbox:checked::before {
  opacity: 1;
}
.delivery-feedback__checkbox:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.catalog-sections {
  margin-top: 16px;
}
@media (min-width: 744px) {
  .catalog-sections {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .catalog-sections {
    margin-top: 32px;
  }
}

.catalog-sections__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
@media (min-width: 744px) {
  .catalog-sections__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .catalog-sections__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .catalog-sections__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.catalog-sections__item {
  min-width: 0;
}

.catalog-section-card {
  display: flex;
  width: 100%;
  height: 94px;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  background: #f5f5f5;
  transition: border-color 0.2s ease;
}
@media (hover: hover) {
  .catalog-section-card:hover {
    border-color: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .catalog-section-card {
    transition: none;
  }
}
.catalog-section-card:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-section-card__image {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  object-fit: contain;
}

.catalog-section-card__content {
  min-width: 0;
}

.catalog-section-card__title {
  display: block;
  overflow: hidden;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-section-card__count {
  display: block;
  margin-top: 12px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.catalog-category-slider {
  position: relative;
  margin-top: 8px;
  padding-inline: 0;
}

.catalog-category-slider__swiper {
  overflow: hidden;
}

.catalog-category-slider__list {
  align-items: stretch;
}

.catalog-category-slider__slide {
  width: auto;
}

.catalog-category-chip {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  color: #313131;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) {
  .catalog-category-chip:hover {
    border-color: #dbdbdb;
    background: #ffffff;
  }
}
.catalog-category-chip:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.catalog-category-slider__slide--current-category .catalog-category-chip {
  border-color: #ee741e;
  background: #fff3ec;
}

.catalog-category-chip__image {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  object-fit: contain;
}

.catalog-category-slider__nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.catalog-category-slider__nav svg {
  width: 14px;
  height: 14px;
}
.catalog-category-slider__nav.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .catalog-category-slider__nav:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.catalog-category-slider__nav:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-category-slider__nav--prev {
  left: -11px;
}
.catalog-category-slider__nav--prev svg {
  transform: rotate(-90deg);
}

.catalog-category-slider__nav--next {
  right: -11px;
}
.catalog-category-slider__nav--next svg {
  transform: rotate(90deg);
}

.catalog-head-links {
  min-width: 0;
  margin-top: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.catalog-head-links::-webkit-scrollbar {
  display: none;
}
@media (min-width: 744px) {
  .catalog-head-links {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .catalog-head-links {
    margin-top: 24px;
    overflow: visible;
  }
}

.catalog-head-links__list {
  display: flex;
  width: max-content;
  align-items: stretch;
  gap: 8px;
}
@media (min-width: 1200px) {
  .catalog-head-links__list {
    width: 100%;
    flex-wrap: wrap;
  }
}

.catalog-head-links__item {
  flex: 0 0 auto;
}

.catalog-head-link-card {
  display: flex;
  min-height: 59px;
  flex-direction: column;
  justify-content: center;
  padding: 8px 12px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .catalog-head-link-card:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
  }
}
@media (prefers-reduced-motion: reduce) {
  .catalog-head-link-card {
    transition: none;
  }
}
.catalog-head-link-card:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-head-link-card--active {
  background: #fff3ec;
  border-color: #ee741e;
}
@media (hover: hover) {
  .catalog-head-link-card--active:hover {
    background: #fff3ec;
    border-color: #ee741e;
  }
}

.catalog-head-link-card__count {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.catalog-head-link-card__title {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.catalog-filter-overlay[hidden] {
  display: none;
}

.catalog-filter-overlay {
  position: fixed;
  z-index: 450;
  inset: 0;
  background: rgba(20, 20, 20, 0.56);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.catalog-filter-overlay.is-open {
  opacity: 1;
}
@media (min-width: 1200px) {
  .catalog-filter-overlay {
    display: none;
  }
}

.catalog-filter-panel {
  width: 100%;
  padding: 6px;
  background: #f5f5f5;
  border-radius: 10px;
}

.catalog-filter-panel__mobile-header {
  display: none;
}

.catalog-filter-panel__inner {
  min-width: 0;
}

.catalog-filter-panel__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  padding: 5px 6px;
  background: #f5f5f5;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.catalog-filter-panel__filter-tab-wrap {
  position: relative;
  min-width: 0;
}

.catalog-filter-panel__tab {
  width: 100%;
  min-height: 34px;
  padding: 7px 16px;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.catalog-filter-panel__tab[aria-selected=true] {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.catalog-filter-panel__tab:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.catalog-filter-panel__filter-tab-wrap .catalog-filter-panel__tab {
  padding: 8px 37px 8px 16px;
}

.catalog-filter-panel__count {
  color: #ee741e;
}

.catalog-filter-panel__clear {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #313131;
  background: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transform: translateY(-50%);
}
.catalog-filter-panel__clear svg {
  width: 16px;
  height: 16px;
}
.catalog-filter-panel__clear:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-filter-panel__content {
  margin-top: 7px;
}

.catalog-filter-panel__content[hidden] {
  display: none;
}

.catalog-filter-search {
  position: relative;
  display: block;
}
.catalog-filter-search input {
  width: 100%;
  height: 56px;
  padding: 12px 58px 12px 16px;
  color: #313131;
  background: #ffffff;
  border: 0;
  border-radius: 9px;
  outline: 0;
  font: inherit;
  font-size: 16px;
  line-height: 1.25;
}
.catalog-filter-search input::placeholder {
  color: #313131;
  opacity: 1;
}
.catalog-filter-search input:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: -2px;
}
.catalog-filter-search svg {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 32px;
  height: 32px;
  color: #dbdbdb;
  transform: translateY(-50%);
  pointer-events: none;
}

.catalog-category-tree,
.catalog-filter-groups {
  display: grid;
  gap: 4px;
  margin-top: 8px;
}

.catalog-category-tree__group,
.catalog-filter-group,
.catalog-filter-availability,
.catalog-price-filter {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  background: #ffffff;
}

.catalog-category-tree__group-toggle,
.catalog-filter-group__toggle {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  color: #313131;
  background: #ffffff;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
}
.catalog-category-tree__group-toggle > span:first-child,
.catalog-filter-group__toggle > span:first-child {
  min-width: 0;
}
.catalog-category-tree__group-toggle:focus-visible,
.catalog-filter-group__toggle:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-category-tree__toggle-icon,
.catalog-filter-group__toggle-icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  color: #313131;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.catalog-category-tree__toggle-icon svg,
.catalog-filter-group__toggle-icon svg {
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.catalog-category-tree__group.is-open > .catalog-category-tree__group-toggle .catalog-category-tree__toggle-icon {
  color: #ffffff;
  background: #313131;
  border-color: #313131;
}

.catalog-category-tree__group.is-open > .catalog-category-tree__group-toggle .catalog-category-tree__toggle-icon svg,
.catalog-filter-group.is-open > .catalog-filter-group__toggle .catalog-filter-group__toggle-icon svg {
  transform: rotate(270deg);
}

.catalog-category-tree__group-body {
  padding: 0 12px 12px;
}

.catalog-category-tree__list {
  display: grid;
  gap: 4px;
}

.catalog-category-tree__item-button {
  cursor: pointer;
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .catalog-category-tree__item-button:hover {
    background: #f5f5f5;
  }
}
.catalog-category-tree__item-button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-category-tree__item.is-open > .catalog-category-tree__item-button {
  background: #f5f5f5;
}

.catalog-category-tree__plus {
  position: relative;
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
}
.catalog-category-tree__plus::before, .catalog-category-tree__plus::after {
  position: absolute;
  width: 13px;
  height: 1px;
  background: #7f7f7f;
  content: "";
}
.catalog-category-tree__plus::after {
  transform: rotate(90deg);
}

.catalog-category-tree__item.is-open > .catalog-category-tree__item-button .catalog-category-tree__plus::after {
  display: none;
}

.catalog-category-tree__sublist {
  display: grid;
  gap: 12px;
  margin: 8px 0 0;
  padding: 0 8px 4px 49px;
}
.catalog-category-tree__sublist[hidden] {
  display: none;
}
.catalog-category-tree__sublist a {
  display: block;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.catalog-category-tree__sublist a:hover {
  color: #ee741e;
}
.catalog-category-tree__sublist a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-filter-availability {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.catalog-filter-group__body {
  display: grid;
  gap: 10px;
  padding: 0 16px 16px;
}
.catalog-filter-group__body[hidden] {
  display: none;
}

.catalog-filter-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
}
.catalog-filter-check input {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 1px 0 0;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
}
.catalog-filter-check input::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}
.catalog-filter-check input:checked {
  background: #ee741e;
  border-color: #ee741e;
}
.catalog-filter-check input:checked::after {
  opacity: 1;
}
.catalog-filter-check input:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.catalog-filter-check small {
  color: #7f7f7f;
  font-size: inherit;
}

.catalog-filter-group__more {
  justify-self: start;
  padding: 0;
  color: #ee741e;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.catalog-filter-group__more:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-price-filter {
  overflow: visible;
  padding: 16px 16px 8px;
}

.catalog-price-filter__values {
  display: grid;
  height: 52px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #dbdbdb;
  border-radius: 6px 6px 0 0;
}
.catalog-price-filter__values label {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 8px;
  color: #7f7f7f;
  font-size: 14px;
  white-space: nowrap;
}
.catalog-price-filter__values label + label {
  border-left: 1px solid #dbdbdb;
}
.catalog-price-filter__values input {
  width: 76px;
  min-width: 0;
  padding: 0;
  color: #313131;
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
}

.catalog-price-filter__range {
  position: relative;
  height: 20px;
  margin: -10px 0 0;
}
.catalog-price-filter__range input[type=range] {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  appearance: none;
}
.catalog-price-filter__range input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
}
.catalog-price-filter__range input[type=range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: #ee741e;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
}
.catalog-price-filter__range input[type=range]::-moz-range-track {
  height: 2px;
  background: transparent;
}
.catalog-price-filter__range input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ee741e;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.catalog-price-filter__track,
.catalog-price-filter__fill {
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
}

.catalog-price-filter__track {
  background: #dbdbdb;
}

.catalog-price-filter__fill {
  background: #ee741e;
}

.catalog-filter-panel__actions {
  display: grid;
  gap: 5px;
  margin-top: 6px;
}

.catalog-filter-panel__submit,
.catalog-filter-panel__reset {
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25;
}
.catalog-filter-panel__submit:focus-visible,
.catalog-filter-panel__reset:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-filter-panel__submit {
  color: #ffffff;
  background: #ee741e;
  border: 1px solid #ee741e;
}

.catalog-filter-panel__reset {
  color: #ee741e;
  background: #ffffff;
  border: 1px dashed #ee741e;
}

@media (max-width: 1199.98px) {
  .catalog-filter-panel {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    max-width: 553px;
    padding: 24px 30px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: -16px 0 36px rgba(0, 0, 0, 0.14);
    visibility: hidden;
    transform: translateX(102%);
    transition: transform 0.22s ease, visibility 0.22s ease;
  }
  .catalog-filter-panel.is-open {
    visibility: visible;
    transform: translateX(0);
  }
  .catalog-filter-panel__inner {
    padding: 6px;
    border-radius: 12px;
    background: #f5f5f5;
  }
  .catalog-filter-panel__mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
  }
  .catalog-filter-panel__mobile-title {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 1199.98px) and (min-width: 744px) {
  .catalog-filter-panel__mobile-title {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .catalog-filter-panel__close {
    cursor: pointer;
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #7f7f7f;
    background: transparent;
    border: 0;
  }
  .catalog-filter-panel__close svg {
    width: 32px;
    height: 32px;
  }
  .catalog-filter-panel__close:focus-visible {
    outline: 2px solid #ee741e;
    outline-offset: 2px;
  }
  .catalog-filter-panel__content .catalog-filter-search + .catalog-category-tree,
  .catalog-filter-panel__content .catalog-filter-search + .catalog-filter-groups {
    margin-top: 8px;
  }
}
@media (max-width: 479.98px) {
  .catalog-filter-panel {
    padding-right: 30px;
    padding-left: 30px;
  }
  .catalog-filter-panel__tab {
    padding-right: 28px;
    font-size: 14px;
  }
  .catalog-category-tree__group-toggle,
  .catalog-filter-group__toggle,
  .catalog-category-tree__item-button,
  .catalog-filter-search input,
  .catalog-filter-panel__submit,
  .catalog-filter-panel__reset {
    font-size: 16px;
  }
}
html.is-catalog-filter-open {
  overflow: hidden;
}

.catalog-toolbar {
  min-width: 0;
}

.catalog-toolbar__main-row {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.catalog-sort {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 9px 8px;
  background: #f5f5f5;
}

.catalog-sort__label {
  display: none;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
@media (min-width: 744px) {
  .catalog-sort__label {
    display: inline;
  }
}

.catalog-sort__button {
  cursor: pointer;
  display: inline-flex;
  min-width: 130px;
  height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 0 4px;
  color: #313131;
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
.catalog-sort__button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transition: transform 0.2s ease;
}
.catalog-sort__button[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.catalog-sort__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-sort__menu {
  position: absolute;
  z-index: 30;
  top: calc(100% - 6px);
  right: 0;
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
}

.catalog-sort__menu[hidden] {
  display: none;
}

.catalog-sort__option {
  cursor: pointer;
  padding: 8px 20px;
  background: transparent;
  border: 0;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}
.catalog-sort__option.is-selected, .catalog-sort__option:hover {
  background: #f5f5f5;
}
.catalog-sort__option:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-view-switch {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 6px;
  background: #f5f5f5;
  border-radius: 12px;
}

.catalog-view-switch__button {
  display: inline-flex;
  height: 36px;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  color: #313131;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}
.catalog-view-switch__button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.catalog-view-switch__button.is-active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  background: #ffffff;
}
.catalog-view-switch__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-filter-chips {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 12px;
}
@media (min-width: 744px) {
  .catalog-filter-chips {
    margin-top: 24px;
  }
}

.catalog-filter-chips__line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.catalog-filter-chip {
  cursor: pointer;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 4px;
  padding: 9px 12px;
  background: #f5f5f5;
  border: 0;
  border-radius: 7px;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
.catalog-filter-chip svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}
.catalog-filter-chip:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.catalog-filter-chip--small {
  min-height: 34px;
  border-radius: 100px;
  padding: 8px 12px;
}

.catalog-filter-chip--selected {
  background: #ffe0cb;
}

.catalog-filter-chip--muted {
  background: #fff3ec;
}

.catalog-filter-chips__reset {
  cursor: pointer;
  min-height: 32px;
  padding: 0 16px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 14px;
  line-height: 157%;
}
.catalog-filter-chips__reset:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

@media (max-width: 420px) {
  .catalog-toolbar__main-row {
    align-items: stretch;
  }
  .catalog-sort {
    flex: 1 1 auto;
  }
  .catalog-sort__button {
    width: 100%;
    min-width: 0;
    height: 38px;
  }
  .catalog-view-switch__button {
    width: 38px;
    height: 38px;
    justify-content: center;
    padding: 0;
  }
  .catalog-view-switch__button span {
    display: none;
  }
  .catalog-filter-chips {
    gap: 5px;
    margin-top: 9px;
  }
  .catalog-filter-chip,
  .catalog-filter-chips__reset {
    min-height: 29px;
    font-size: 10px;
  }
}
.catalog-products {
  margin-top: 12px;
}
@media (min-width: 744px) {
  .catalog-products {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .catalog-products {
    margin-top: 28px;
  }
}

.catalog-products__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
@media (min-width: 744px) {
  .catalog-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .catalog-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.catalog-products__grid--list {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.catalog-products__grid--list .catalog-products-banner {
  margin-block: 2px;
}

.catalog-products__item {
  min-width: 0;
}

.catalog-products__item .product-card {
  max-width: none;
  height: 100%;
}

.catalog-quick-view-gallery {
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 12px;
}
.catalog-quick-view-gallery img {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
}

.catalog-products-banner {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  grid-column: 1/-1;
  background: #d9d9d9;
  border-radius: 16px;
  margin: 4px 0;
  isolation: isolate;
}

.catalog-products-banner__picture,
.catalog-products-banner__picture img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.catalog-products-banner__picture img {
  object-fit: cover;
}

.catalog-products-banner__content {
  position: absolute;
  top: 16px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 90px;
  padding: 22px;
  border: 1px solid rgba(245, 245, 245, 0.35);
  border-radius: 20px;
  background: rgba(245, 245, 245, 0.05);
  backdrop-filter: blur(2px);
}
.catalog-products-banner__content p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  min-width: 238px;
}
.catalog-products-banner__content a {
  display: inline-flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: #ffffff;
  background: #ee741e;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (hover: hover) {
  .catalog-products-banner__content a:hover {
    color: #ffffff;
    background: #984409;
  }
}
.catalog-products-banner__content a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

@media (max-width: 743.98px) {
  .catalog-products-banner {
    min-height: 200px;
  }
  .catalog-products-banner__content {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: space-between;
    gap: 10px;
    transform: none;
  }
  .catalog-products-banner__content p {
    font-size: 13px;
  }
  .catalog-products-banner__content a {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12px;
  }
}
.pagination {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .pagination {
    margin-top: 30px;
  }
}

.pagination__more {
  cursor: pointer;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .pagination__more:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.pagination__more:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.pagination__row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 24px;
  margin-top: 12px;
}

.pagination__pages {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  gap: 4px;
  overflow: hidden;
}

.pagination__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination__page,
.pagination__arrow {
  cursor: pointer;
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.pagination__page svg,
.pagination__arrow svg {
  width: 16px;
  height: 16px;
}
.pagination__page.is-active,
.pagination__arrow.is-active {
  color: #ffffff;
  background: #313131;
  border-color: #313131;
}
@media (hover: hover) {
  .pagination__page:hover:not(.is-active),
  .pagination__arrow:hover:not(.is-active) {
    color: #ee741e;
    background: #ffffff;
    border-color: #ee741e;
  }
}
.pagination__page:focus-visible,
.pagination__arrow:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.pagination__arrow {
  background: #ffffff;
  border-color: #f5f5f5;
}

.pagination__arrow--next svg,
.pagination__arrow--last svg {
  transform: rotate(180deg);
}

.home-hero {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .home-hero {
    padding-bottom: 60px;
  }
}

.home-hero__shell {
  overflow: hidden;
  isolation: isolate;
  position: relative;
  height: 501px;
  background: #f5f5f5;
  border-radius: 24px;
}
@media (min-width: 744px) {
  .home-hero__shell {
    height: 650px;
    border-radius: 26px;
  }
}
@media (min-width: 1200px) {
  .home-hero__shell {
    height: 762px;
    border-radius: 40px;
  }
}

.home-hero__picture {
  pointer-events: none;
  user-select: none;
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero__content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 30px 26px 0;
}
@media (min-width: 744px) {
  .home-hero__content {
    max-width: 700px;
    padding: 34px 37px 0;
  }
}
@media (min-width: 1200px) {
  .home-hero__content {
    max-width: 950px;
    padding: 32px 37px 0;
  }
}

.home-hero__title {
  max-width: 100%;
  color: #313131;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  opacity: 0.9;
}
@media (min-width: 744px) {
  .home-hero__title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .home-hero__title {
    font-size: 80px;
  }
}

.home-hero__title-line {
  display: block;
}

.home-hero__title-line--muted {
  color: #adadad;
}

.home-hero__lead {
  margin-top: 20px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 744px) {
  .home-hero__lead {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .home-hero__lead {
    margin-top: 22px;
  }
}

.home-hero__catalog-link {
  display: inline-flex;
  width: 230px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 18px;
  background: #313131;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 744px) {
  .home-hero__catalog-link {
    margin-top: 20px;
  }
}
@media (hover: hover) {
  .home-hero__catalog-link:hover {
    background: #7f7f7f;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__catalog-link {
    transition: none;
  }
}
.home-hero__catalog-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.home-hero__slider-wrapper {
  position: absolute;
  z-index: 3;
  left: 26px;
  right: 26px;
  bottom: 25px;
}
@media (min-width: 744px) {
  .home-hero__slider-wrapper {
    left: 37px;
    right: 37px;
    bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .home-hero__slider-wrapper {
    bottom: 23px;
  }
}

.home-hero__navigation {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
@media (min-width: 744px) {
  .home-hero__navigation {
    margin-bottom: 12px;
  }
}

.home-hero__nav-button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #313131;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.home-hero__nav-button svg {
  width: 22px;
  height: 22px;
}
.home-hero__nav-button--next svg {
  transform: rotate(180deg);
}
.home-hero__nav-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}
@media (hover: hover) {
  .home-hero__nav-button:not(.swiper-button-disabled):hover {
    color: #ffffff;
    background: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__nav-button {
    transition: none;
  }
}
.home-hero__nav-button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.home-hero__slider {
  overflow: visible;
}

.home-hero__slider .swiper-slide {
  width: 250px;
  height: auto;
}
@media (min-width: 744px) {
  .home-hero__slider .swiper-slide {
    width: 426px;
  }
}

.home-hero-card {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  color: #313131;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
}
@media (min-width: 744px) {
  .home-hero-card {
    padding: 20px;
  }
}
.home-hero-card--dark {
  color: #ffffff;
  background-color: #313131;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 16px 16px;
}
.home-hero-card--peach {
  background: #ffe0cb;
}
@media (hover: hover) {
  .home-hero-card:hover .home-hero-card__arrow svg {
    transform: rotate(180deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero-card {
    transition: none;
  }
}
.home-hero-card:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.home-hero-card__eyebrow,
.home-hero-card__arrow {
  display: none;
}

.home-hero-card__eyebrow {
  margin-bottom: 8px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}
.home-hero-card--dark .home-hero-card__eyebrow {
  color: #dbdbdb;
}
@media (min-width: 744px) {
  .home-hero-card__eyebrow {
    display: block;
  }
}

.home-hero-card__title {
  min-height: 48px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
}
.home-hero-card--dark .home-hero-card__title {
  color: #ffffff;
}
@media (min-width: 744px) {
  .home-hero-card__title {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .home-hero-card__title {
    font-size: 22px;
  }
}

.home-hero-card__text {
  margin-top: 8px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}
.home-hero-card--dark .home-hero-card__text {
  color: #ffffff;
}
@media (min-width: 744px) {
  .home-hero-card__text {
    padding-right: 84px;
    font-size: 16px;
  }
}

.home-hero-card__arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 60px;
  height: 60px;
  color: currentColor;
  border: 1px solid rgba(121, 121, 121, 0.1);
  border-radius: 8px;
  background: rgba(121, 121, 121, 0.1);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.home-hero-card:hover .home-hero-card__arrow {
  color: #fff;
  border-color: #313131;
  background: #313131;
}
.home-hero-card__arrow svg {
  transition: transform 0.2s ease;
  width: 24px;
  height: 24px;
  transform: rotate(135deg);
}
.home-hero-card--dark .home-hero-card__arrow, .home-hero-card--peach .home-hero-card__arrow {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.4);
}
.home-hero-card--dark:hover .home-hero-card__arrow {
  color: #313131;
  border-color: #ffffff;
  background: #ffffff;
}
.home-hero-card--peach:hover .home-hero-card__arrow {
  border-color: #ee741e;
  background: #ee741e;
}
@media (min-width: 744px) {
  .home-hero-card__arrow {
    display: grid;
    place-items: center;
  }
}

.home-categories {
  min-width: 0;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .home-categories {
    padding-bottom: 60px;
  }
}

.home-categories__list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: inline proximity;
}
.home-categories__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 744px) {
  .home-categories__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    scroll-snap-type: none;
  }
}
@media (min-width: 1024px) {
  .home-categories__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .home-categories__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.home-categories__item {
  flex: 0 0 235px;
  min-width: 0;
  scroll-snap-align: start;
}
@media (min-width: 744px) {
  .home-categories__item {
    width: auto;
  }
}

.home-category-card {
  display: flex;
  width: 100%;
  height: 94px;
  align-items: center;
  gap: 8px;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  background: #f5f5f5;
  padding: 12px;
  transition: border-color 0.2s ease;
}
@media (hover: hover) {
  .home-category-card:hover {
    border-color: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-category-card {
    transition: none;
  }
}
.home-category-card:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.home-category-card__image {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  object-fit: contain;
}

.home-category-card__content {
  min-width: 0;
}

.home-category-card__title {
  display: block;
  overflow: hidden;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-category-card__count {
  display: block;
  margin-top: 12px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.dealer-advantages {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .dealer-advantages {
    padding-bottom: 60px;
  }
}

.dealer-advantages__shell {
  padding: 24px;
  border-radius: 24px;
  background: #f5f5f5;
}
@media (min-width: 1200px) {
  .dealer-advantages__shell {
    padding: 32px;
    border-radius: 30px;
  }
}

.dealer-advantages__title {
  margin-bottom: 20px;
  color: #313131;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.dealer-advantages__title span {
  color: #adadad;
}
@media (min-width: 744px) and (max-width: 1023.98px) {
  .dealer-advantages__title span {
    display: block;
  }
}
@media (min-width: 744px) {
  .dealer-advantages__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .dealer-advantages__title {
    margin-bottom: 32px;
    font-size: 40px;
  }
}

.dealer-advantages__grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 744px) {
  .dealer-advantages__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dealer-advantage-card {
  overflow: hidden;
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 16px 16px 32px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .dealer-advantage-card {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .dealer-advantage-card {
    padding: 30px;
  }
}

.dealer-advantage-card__background {
  pointer-events: none;
  position: absolute;
  right: -62px;
  bottom: -42px;
  width: 213px;
  height: 213px;
  opacity: 0.7;
  color: #f5f5f5;
}
@media (min-width: 1200px) {
  .dealer-advantage-card__background {
    right: -95px;
    bottom: -89px;
    width: 300px;
    height: 300px;
  }
}

.dealer-advantage-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #ee741e;
  background: #f5f5f5;
  border-radius: 8px;
}
.dealer-advantage-card__icon svg {
  width: 24px;
  height: 24px;
}

.dealer-advantage-card__title {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  font-family: "Golos Text", Arial, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .dealer-advantage-card__title {
    font-size: 20px;
  }
}

.dealer-advantage-card__text {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.dealer-advantages__picture {
  overflow: hidden;
  display: block;
  min-width: 0;
  height: 198px;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .dealer-advantages__picture {
    height: 100%;
  }
}
.dealer-advantages--about .dealer-advantages__picture {
  min-height: 181px;
}
@media (min-width: 744px) {
  .dealer-advantages--about .dealer-advantages__picture {
    min-height: 213px;
  }
}

.dealer-advantages__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
}
.dealer-advantages--about .dealer-advantages__image {
  object-position: 52% center;
}

.dealer-advantages__picture {
  position: relative;
}

.dealer-advantages__image-link {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%);
  display: inline-flex;
  max-width: 248px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #313131;
  background: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (min-width: 1200px) {
  .dealer-advantages__image-link {
    font-size: 16px;
    bottom: 26px;
    transform: translateX(-50%);
  }
}
@media (hover: hover) {
  .dealer-advantages__image-link:hover {
    color: #ffffff;
    background: #ee741e;
  }
}
.dealer-advantages__image-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.dealer-advantages--partner {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .dealer-advantages--partner {
    padding-bottom: 60px;
  }
}

@media (min-width: 744px) {
  .dealer-advantages--partner .dealer-advantages__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (min-width: 1200px) {
  .dealer-advantages--partner .dealer-advantages__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 744px) {
  .dealer-advantages--partner .dealer-advantage-card {
    min-height: 154px;
  }
}
@media (min-width: 1200px) {
  .dealer-advantages--partner .dealer-advantage-card {
    min-height: 0;
  }
}

.dealer-advantages--partner .dealer-advantages__picture {
  min-height: 198px;
}
@media (min-width: 744px) {
  .dealer-advantages--partner .dealer-advantages__picture {
    min-height: 220px;
  }
}
@media (min-width: 1200px) {
  .dealer-advantages--partner .dealer-advantages__picture {
    min-height: 213px;
  }
}

.partner-intro {
  padding: 12px 0 30px;
}
@media (min-width: 1200px) {
  .partner-intro {
    padding: 12px 0 60px;
  }
}

.partner-intro__layout {
  display: grid;
  gap: 20px;
}
@media (min-width: 1200px) {
  .partner-intro__layout {
    grid-template-columns: minmax(0, 1fr) 355px;
    align-items: start;
  }
}

.partner-intro__content {
  min-width: 0;
}

.partner-intro__title {
  color: #313131;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  text-wrap: balance;
}
@media (min-width: 744px) {
  .partner-intro__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .partner-intro__title {
    font-size: 60px;
  }
}

.partner-intro__lead {
  max-width: 810px;
  margin-top: 16px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
}

.partner-intro__form {
  min-width: 0;
}
@media (min-width: 1200px) {
  .partner-intro__form {
    grid-column: 2;
    grid-row: 1;
  }
}

.partner-benefits {
  margin-top: 32px;
}

.partner-benefits__title {
  margin-bottom: 16px;
  color: #313131;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .partner-benefits__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .partner-benefits__title {
    font-size: 40px;
  }
}

.partner-benefits__grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 744px) {
  .partner-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.partner-benefit-card {
  min-width: 0;
  min-height: 132px;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .partner-benefit-card {
    padding: 20px;
  }
}

.partner-benefit-card__heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1200px) {
  .partner-benefit-card__heading {
    flex-direction: row;
    align-items: center;
  }
}

.partner-benefit-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: #ee741e;
  background: #ffffff;
  border-radius: 50%;
}
.partner-benefit-card__icon svg {
  width: 21px;
  height: 21px;
}

.partner-benefit-card__title {
  min-width: 0;
  font-family: "Golos Text", Arial, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.partner-benefit-card__text {
  margin-top: 8px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.partner-form {
  overflow: hidden;
  padding: 20px;
  color: #ffffff;
  background-color: #141414;
  background-image: radial-gradient(circle at 100% 58%, rgba(238, 116, 30, 0.18), transparent 62%), radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px);
  background-position: center, 2px 2px;
  background-size: auto, 24px 24px;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .partner-form {
    padding: 24px;
    border-radius: 24px;
  }
}
@media (min-width: 1200px) {
  .partner-form {
    padding: 24px;
    border-radius: 24px;
  }
}

.partner-form__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #ffffff;
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.partner-form__icon svg {
  width: 32px;
  height: 32px;
}

.partner-form__title {
  margin-top: 16px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .partner-form__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .partner-form__title {
    font-size: 28px;
  }
}

.partner-form__form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.partner-form__field {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  color: #7f7f7f;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
}
.partner-form__field:focus-within {
  border-color: #ee741e;
}

.partner-form__field-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.45);
}

.partner-form__input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 10px;
  color: #313131;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  line-height: 1.3;
}
.partner-form__input::placeholder {
  color: rgba(0, 0, 0, 0.28);
  opacity: 1;
}

.partner-form__field--file {
  cursor: pointer;
}

.partner-form__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.partner-form__file-text {
  overflow: hidden;
  min-width: 0;
  padding: 10px;
  color: rgba(0, 0, 0, 0.28);
  font-size: 14px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partner-form__field--file.has-file .partner-form__file-text {
  color: #313131;
}

.partner-form__textarea-field {
  display: block;
}

.partner-form__textarea {
  display: block;
  width: 100%;
  min-height: 104px;
  resize: vertical;
  padding: 12px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  outline: 0;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
.partner-form__textarea::placeholder {
  color: rgba(0, 0, 0, 0.28);
  opacity: 1;
}
.partner-form__textarea:focus {
  border-color: #ee741e;
}

.partner-form__button {
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  color: #ffffff;
  background: #ee741e;
  border: 0;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .partner-form__button:hover {
    background: #984409;
  }
}
@media (prefers-reduced-motion: reduce) {
  .partner-form__button {
    transition: none;
  }
}
.partner-form__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.partner-form__agreement {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
}
.partner-form__agreement a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.partner-form__checkbox {
  cursor: pointer;
  appearance: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  background: #ee741e;
  border: 1px solid #ee741e;
  border-radius: 4px;
}
.partner-form__checkbox::before {
  display: block;
  width: 5px;
  height: 9px;
  margin: 1px auto 0;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}
.partner-form__checkbox:checked::before {
  opacity: 1;
}
.partner-form__checkbox:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.partner-logos {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .partner-logos {
    padding-bottom: 60px;
  }
}

.partner-logos__title {
  margin-bottom: 16px;
  color: #313131;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .partner-logos__title {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .partner-logos__title {
    margin-bottom: 32px;
    font-size: 40px;
  }
}

.partner-logos__viewport {
  overflow: hidden;
  width: 100%;
}

.partner-logos__track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: partner-logos-marquee 32s linear infinite;
  will-change: transform;
}
@media (hover: hover) {
  .partner-logos__viewport:hover .partner-logos__track {
    animation-play-state: paused;
  }
}
@media (prefers-reduced-motion: reduce) {
  .partner-logos__track {
    animation: none;
  }
}

.partner-logos__list {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.partner-logos__item {
  width: 174px;
  flex: 0 0 174px;
}
@media (min-width: 744px) {
  .partner-logos__item {
    width: 344px;
    flex-basis: 344px;
  }
}
@media (min-width: 1200px) {
  .partner-logos__item {
    width: 329px;
    flex-basis: 329px;
  }
}

.partner-logo-card {
  display: flex;
  height: 78px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 14px;
}
@media (min-width: 744px) {
  .partner-logo-card {
    height: 96px;
  }
}
@media (min-width: 1200px) {
  .partner-logo-card {
    height: 112px;
    border-radius: 16px;
  }
}

.partner-logo-card__image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .partner-logo-card__image {
    max-height: 67px;
  }
}

@keyframes partner-logos-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 6px));
  }
}
.about-intro {
  padding-top: 12px;
}

.about-intro__title {
  color: #313131;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .about-intro__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .about-intro__title {
    font-size: 60px;
  }
}

.about-intro__lead {
  max-width: 820px;
  margin-top: 16px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
}

.about-intro__story {
  overflow: hidden;
  display: grid;
  margin-top: 20px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .about-intro__story {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .about-intro__story {
    grid-template-columns: 48% minmax(0, 1fr);
  }
}

.about-intro__picture {
  overflow: hidden;
  display: block;
  height: 371px;
  min-width: 0;
}
@media (min-width: 1200px) {
  .about-intro__picture {
    height: 386px;
  }
}

.about-intro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-intro__copy {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 0 20px 24px;
}
.about-intro__copy::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -24px;
  width: 100%;
  height: 24px;
  border-radius: 20px 20px 0 0;
  background: #f5f5f5;
}
@media (min-width: 1200px) {
  .about-intro__copy {
    padding: 30px 62px 30px 30px;
  }
  .about-intro__copy::before {
    left: -32px;
    bottom: 0;
    width: 32px;
    height: auto;
    border-radius: 20px 0 0 20px;
    background: #f5f5f5;
  }
}

.about-intro__copy-inner {
  max-width: 578px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  margin: auto;
}

.about-intro__copy-inner p + p {
  margin-top: 24px;
}

.about-stats {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
@media (min-width: 744px) {
  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .about-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 60px;
  }
}

.about-stats__item {
  display: flex;
  min-height: 126px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 16px;
}

.about-stats__value {
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  color: #ee741e;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .about-stats__value {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .about-stats__value {
    font-size: 40px;
  }
}

.about-stats__label {
  margin-top: 12px;
  color: #7f7f7f;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.about-certificates {
  margin-top: 40px;
}
@media (min-width: 744px) {
  .about-certificates {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .about-certificates {
    margin-top: 60px;
  }
}

.about-section-title {
  color: #313131;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .about-section-title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .about-section-title {
    font-size: 40px;
  }
}

.about-certificates__slider-wrap {
  position: relative;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .about-certificates__slider-wrap {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .about-certificates__slider-wrap {
    margin-top: 32px;
  }
}

.about-certificates__slider {
  overflow: hidden;
}

.about-certificates__slider .swiper-slide {
  height: auto;
}

.about-certificate {
  cursor: zoom-in;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 744px) {
  .about-certificate {
    border-radius: 12px;
  }
}
@media (hover: hover) {
  .about-certificate:hover {
    border-color: #ee741e;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  }
}

.about-certificate:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.about-certificate__image {
  width: 100%;
  height: auto;
  aspect-ratio: 266/358;
  object-fit: cover;
}

.about-certificates__navigation {
  right: -10px;
  left: -10px;
}

.about-certificates__slider-wrap:hover .about-certificates__navigation,
.about-certificates__slider-wrap:focus-within .about-certificates__navigation {
  opacity: 1;
  visibility: visible;
}

.promotional-materials {
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .promotional-materials {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.promotional-materials__shell {
  margin-top: 16px;
  padding: 20px;
  border-radius: 20px;
  background: #f5f5f5;
}
@media (min-width: 744px) {
  .promotional-materials__shell {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .promotional-materials__shell {
    margin-top: 32px;
  }
}

.promotional-materials__list {
  display: grid;
  gap: 12px;
}
@media (min-width: 744px) {
  .promotional-materials__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.promotional-materials__item {
  min-width: 0;
}

.promotional-material-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
}
.promotional-materials__item--disabled .promotional-material-card {
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px) {
  .promotional-material-card {
    padding: 24px;
  }
}

.promotional-material-card__head {
  display: grid;
  min-width: 0;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.promotional-material-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #ee741e;
  background: #fff3ec;
  border-radius: 12px;
}
.promotional-material-card__icon svg {
  width: 32px;
  height: 32px;
}

.promotional-material-card__heading {
  min-width: 0;
}
@media (min-width: 1200px) {
  .promotional-material-card__heading {
    padding-top: 6px;
  }
}

.promotional-material-card__eyebrow {
  display: block;
  margin-bottom: 4px;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  padding: 3px 8px;
  background: #f7f7f7;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
}

.promotional-material-card__title {
  font-family: "Golos Text", Arial, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .promotional-material-card__title {
    font-size: 18px;
  }
}

.promotional-material-card__description {
  margin-top: 4px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}

.promotional-material-card__notice {
  display: flex;
  min-height: 30px;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 6px 10px;
  color: #313131;
  background: #fff6e5;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
}
.promotional-material-card__notice svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.promotional-material-card__footer {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
}

.promotional-material-card__count {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}

.promotional-material-card__link {
  display: inline-flex;
  min-height: 32px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 16px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.promotional-material-card__link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transform: rotate(90deg);
}
@media (hover: hover) {
  .promotional-material-card__link:hover {
    color: #ffffff;
    background: #ee741e;
    border-color: #ee741e;
  }
}

.promotional-material-card__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.promotional-material-card__link--disabled {
  pointer-events: none;
  color: #c9c9c9;
  background: #fafafa;
  border-color: #e7e7e7;
}

.promotional-materials__item--disabled .promotional-material-card__icon {
  color: #9c9c9c;
  background: #eeeeee;
}

.promotional-materials__item--disabled .promotional-material-card__title,
.promotional-materials__item--disabled .promotional-material-card__description,
.promotional-materials__item--disabled .promotional-material-card__count {
  color: #adadad;
}

.legal-entity {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .legal-entity {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.legal-entity__shell {
  position: relative;
  height: 638px;
  border-radius: 20px;
  background-color: #141414;
  background-image: url("images/home/legal-entity/legal-entity-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 75%;
}
@media (min-width: 744px) {
  .legal-entity__shell {
    height: 748px;
  }
}
@media (min-width: 1200px) {
  .legal-entity__shell {
    height: 380px;
    background-size: 100% 100%;
  }
}

.legal-entity__content {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 26px;
  width: calc(100% - 52px);
}
@media (min-width: 744px) {
  .legal-entity__content {
    top: 40px;
    left: 30px;
    width: 628px;
  }
}
@media (min-width: 1200px) {
  .legal-entity__content {
    top: 46px;
    left: clamp(516px, 45.4215%, 625px);
    width: min(628px, 45.6395%);
  }
}

.legal-entity__title {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .legal-entity__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .legal-entity__title {
    font-size: 40px;
  }
}

.legal-entity__panel {
  margin-top: 30px;
  padding: 22px;
  background: rgba(245, 245, 245, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
@media (min-width: 744px) {
  .legal-entity__panel {
    margin-top: 37px;
  }
}
@media (min-width: 1200px) {
  .legal-entity__panel {
    margin-top: 25px;
  }
}

.legal-entity__steps {
  display: grid;
  grid-auto-rows: 45px;
  row-gap: 12px;
}
@media (min-width: 744px) {
  .legal-entity__steps {
    grid-template-columns: 245px minmax(0, 1fr);
    grid-template-rows: repeat(2, 48px);
    grid-auto-flow: column;
    grid-auto-rows: auto;
    column-gap: 24px;
  }
}

.legal-entity__step {
  display: grid;
  min-width: 0;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}
@media (min-width: 744px) {
  .legal-entity__step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }
}

.legal-entity__step-number {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #ffffff;
  background: #ee741e;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .legal-entity__step-number {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
}

.legal-entity__step-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 744px) {
  .legal-entity__step-text {
    font-size: 18px;
    font-weight: 400;
  }
}

.legal-entity__button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .legal-entity__button:hover {
    color: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .legal-entity__button {
    transition: none;
  }
}
.legal-entity__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.legal-entity__picture {
  pointer-events: none;
  user-select: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 26px;
  width: 288px;
  height: 184px;
}
@media (min-width: 744px) {
  .legal-entity__picture {
    left: 30px;
    width: 555px;
    height: 354px;
  }
}
@media (min-width: 1200px) {
  .legal-entity__picture {
    left: clamp(24px, 2.1076%, 30px);
    width: min(675px, 49.0552%);
    height: auto;
  }
}

.legal-entity__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promo-banner {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .promo-banner {
    padding-bottom: 60px;
  }
}

.promo-banner__shell {
  overflow: hidden;
  display: grid;
  height: 455px;
  grid-template-rows: 255px minmax(0, 1fr);
  background: #fff3ec;
  border: 1px solid #ee741e;
  border-radius: 24px;
}
@media (min-width: 744px) {
  .promo-banner__shell {
    height: 286px;
    grid-template-columns: 315px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    border-radius: 26px;
  }
}
@media (min-width: 1200px) {
  .promo-banner__shell {
    grid-template-columns: 44% minmax(0, 1fr);
    border-radius: 30px;
  }
}

.promo-banner__content {
  min-width: 0;
  padding: 20px 24px;
}
@media (min-width: 744px) {
  .promo-banner__content {
    padding: 24px 12px 24px 24px;
  }
}
@media (min-width: 1200px) {
  .promo-banner__content {
    padding: 32px 32px 32px 62px;
  }
}

.promo-banner__label {
  display: inline-block;
  padding: 8px 12px;
  color: #ee741e;
  background: #ffe0cb;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 500;
  text-transform: uppercase;
}

.promo-banner__title {
  max-width: 450px;
  margin-top: 16px;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .promo-banner__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .promo-banner__title {
    font-size: 28px;
  }
}

.promo-banner__text {
  max-width: 450px;
  margin-top: 8px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 744px) {
  .promo-banner__text {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .promo-banner__text {
    margin-top: 16px;
  }
}

.promo-banner__button {
  display: inline-flex;
  min-height: 40px;
  min-width: 173px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .promo-banner__button:hover {
    color: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .promo-banner__button {
    transition: none;
  }
}
.promo-banner__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.promo-banner__picture {
  overflow: hidden;
  display: block;
  min-width: 0;
  min-height: 0;
  border-radius: 16.8539325843px 16.8539325843px 0 0;
}
@media (min-width: 744px) {
  .promo-banner__picture {
    border-radius: 22.2222222222px 0 0 22.2222222222px;
  }
}

.promo-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.78);
  transform-origin: 11% 60%;
}
@media (min-width: 744px) {
  .promo-banner__image {
    transform: scale(1.35);
    transform-origin: 0 60%;
  }
}
@media (min-width: 1200px) {
  .promo-banner__image {
    object-position: 0 67%;
    transform: none;
    border-radius: 0 30px 30px 0;
  }
}

.questions {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .questions {
    padding-bottom: 60px;
  }
}

.questions__shell {
  overflow: hidden;
  display: grid;
  height: 734px;
  grid-template-rows: 365px minmax(0, 1fr);
  background: #141414;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .questions__shell {
    height: 400px;
    grid-template-columns: 49% minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    border-radius: 28px;
  }
}
@media (min-width: 1200px) {
  .questions__shell {
    height: 337px;
    grid-template-columns: 48.3285% minmax(0, 1fr);
    border-radius: 30px;
  }
}

.questions__content {
  min-width: 0;
  padding: 24px;
  color: #ffffff;
  background-color: #141414;
  background-image: radial-gradient(circle at 100% 55%, rgba(238, 116, 30, 0.18), transparent 58%), radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px);
  background-position: center, 2px 2px;
  background-size: auto, 24px 24px;
}
@media (min-width: 1200px) {
  .questions__content {
    padding: 55px 30px 55px 52px;
  }
}

.questions__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.questions__icon svg {
  width: 32px;
  height: 32px;
}

.questions__title {
  margin-top: 16px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .questions__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .questions__title {
    font-size: 28px;
  }
}

.questions__text {
  max-width: 280px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 744px) {
  .questions__text {
    max-width: none;
  }
}

.questions__form-controls {
  display: flex;
  max-width: 296px;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .questions__form-controls {
    max-width: none;
    margin-top: 18px;
  }
}
@media (min-width: 1200px) {
  .questions__form-controls {
    flex-direction: row;
    margin-top: 16px;
  }
}

.questions__field {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  min-width: 0;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.questions__field:focus-within {
  border-color: #ee741e;
}
@media (min-width: 1200px) {
  .questions__field {
    width: 200px;
    flex: 0 1 200px;
  }
}

.questions__field-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.45);
}

.questions__input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 11px 8px;
  color: #313131;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  line-height: 1.3;
}
.questions__input::placeholder {
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.questions__input:focus::placeholder {
  opacity: 0;
}

.questions__button {
  cursor: pointer;
  display: inline-flex;
  width: 163px;
  min-height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 16px;
  color: #ffffff;
  background: #ee741e;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  transition: background-color 0.2s ease;
}
@media (min-width: 1200px) {
  .questions__button {
    flex-basis: 163px;
  }
}
@media (hover: hover) {
  .questions__button:hover {
    background: #984409;
  }
}
@media (prefers-reduced-motion: reduce) {
  .questions__button {
    transition: none;
  }
}
.questions__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.questions__button.questions__button--submitting {
  cursor: default;
}
.questions__button img {
  margin: 0;
}

.questions__agreement {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
}
@media (min-width: 744px) {
  .questions__agreement {
    font-size: 14px;
  }
}

.questions__checkbox {
  cursor: pointer;
  appearance: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  border: 1px solid #ee741e;
  border-radius: 4px;
  background: #ee741e;
}
.questions__checkbox::before {
  display: block;
  width: 5px;
  height: 9px;
  margin: 1px auto 0;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}
.questions__checkbox:checked::before {
  opacity: 1;
}
.questions__checkbox:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.questions__picture {
  overflow: hidden;
  display: block;
  min-width: 0;
  min-height: 0;
}

.questions__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}
@media (min-width: 744px) {
  .questions__image {
    object-position: 45%;
  }
}
@media (min-width: 1200px) {
  .questions__image {
    object-position: 50% 36%;
  }
}

.questions .questions__success {
  padding: 10px 0;
}
.questions .questions__success strong {
  color: #ffffff;
}
.questions .questions__success p {
  color: rgba(255, 255, 255, 0.78);
}

.section-link {
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
  transition: border-color 0.2s ease;
}
.section-link svg {
  width: 18px;
  height: 18px;
  color: #313131;
}
@media (hover: hover) {
  .section-link:hover {
    border-color: #313131;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-link {
    transition: none;
  }
}
.section-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.slider-navigation {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media (hover: none) {
  .slider-navigation {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .slider-navigation {
    transition: none;
  }
}

.slider-navigation__button {
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
  cursor: pointer;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  color: #313131;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.slider-navigation__button svg {
  width: 22px;
  height: 22px;
}
.slider-navigation__button--next svg {
  transform: rotate(180deg);
}
.slider-navigation__button.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}
.slider-navigation__button.swiper-button-lock {
  display: none;
}
@media (hover: hover) {
  .slider-navigation__button:not(.swiper-button-disabled):hover {
    color: #ffffff;
    background: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .slider-navigation__button {
    transition: none;
  }
}
.slider-navigation__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.why-we {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .why-we {
    padding-bottom: 60px;
  }
}

.why-we__title {
  color: #313131;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .why-we__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .why-we__title {
    font-size: 40px;
  }
}

.why-we__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .why-we__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .why-we__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .why-we__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 30px;
  }
}

.why-we__item {
  display: flex;
  min-width: 0;
  min-height: 64px;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 12px;
  background: #f5f5f5;
  border-radius: 16px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .why-we__item {
    gap: 12px;
    min-height: 74px;
    font-size: 15px;
  }
}

.why-we__icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  color: #ee741e;
  background: #ffffff;
  border-radius: 50%;
}
.why-we__icon svg {
  width: 16px;
  height: 16px;
}

.why-we__text {
  min-width: 0;
}

.promotions {
  overflow: hidden;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .promotions {
    padding-bottom: 60px;
  }
}

.promotions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.promotions__title {
  color: #313131;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .promotions__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .promotions__title {
    font-size: 40px;
  }
}

.promotions__all-link {
  min-width: 164px;
}

.promotions__slider-shell {
  position: relative;
  margin-top: 16px;
}
@media (hover: hover) {
  .promotions__slider-shell:hover .promotions__navigation, .promotions__slider-shell:focus-within .promotions__navigation {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 744px) {
  .promotions__slider-shell {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .promotions__slider-shell {
    margin-top: 32px;
  }
}

.promotions__slider {
  overflow: hidden;
}

.promotions__list {
  align-items: stretch;
}

.promotions__navigation {
  top: 50%;
}

.promotion-card {
  overflow: hidden;
  display: flex;
  width: 332px;
  height: 287px;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.promotion-card__picture {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 160px;
  flex: 0 0 160px;
  border-bottom: 1px solid #e7e7e7;
}

.promotion-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion-card__content {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.promotion-card__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 1.3;
}
.promotion-card__date svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.promotion-card__title {
  margin-top: 8px;
  color: #313131;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.promotion-card__link {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding: 0 6px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.57;
  transition: border-color 0.2s ease;
}
.promotion-card__link svg {
  width: 12px;
  height: 12px;
  color: #313131;
}
@media (hover: hover) {
  .promotion-card__link:hover {
    border-color: #313131;
  }
}
@media (prefers-reduced-motion: reduce) {
  .promotion-card__link {
    transition: none;
  }
  .promotion-card__link svg {
    transition: none;
  }
}
.promotion-card__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

/* Страница /sale/: те же карточки без Swiper, обычная плиточная раскладка. */
.promotions--listing .promotions__list--listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: stretch;
}
@media (min-width: 744px) {
  .promotions--listing .promotions__list--listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .promotions--listing .promotions__list--listing {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
.promotions--listing .promotion-card {
  width: 100%;
}

.related-posts {
  overflow: hidden;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .related-posts {
    padding-bottom: 60px;
  }
}

.related-posts__title {
  color: #313131;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .related-posts__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .related-posts__title {
    font-size: 40px;
  }
}

.related-posts__tabs {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 42px;
  align-items: stretch;
  gap: 0;
  margin-top: 14px;
  padding: 4px;
  background: #f5f5f5;
  border-radius: 8px;
}
@media (min-width: 744px) {
  .related-posts__tabs {
    min-height: 45px;
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .related-posts__tabs {
    margin-top: 30px;
  }
}

.related-posts__tab {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: inline-flex;
  min-height: 34px;
  min-width: 116px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  color: #7f7f7f;
  background: transparent;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.related-posts__tab[aria-selected=true] {
  color: #ee741e;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}
@media (hover: hover) {
  .related-posts__tab:hover:not([aria-selected=true]) {
    color: #313131;
  }
}
@media (prefers-reduced-motion: reduce) {
  .related-posts__tab {
    transition: none;
  }
}
.related-posts__tab:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .related-posts__tab {
    min-height: 37px;
    min-width: 0;
    font-size: 16px;
  }
}

.related-posts__tab-label--full {
  display: none;
}
@media (min-width: 744px) {
  .related-posts__tab-label--full {
    display: inline;
  }
}

@media (min-width: 744px) {
  .related-posts__tab-label--short {
    display: none;
  }
}

.related-posts__panel[hidden] {
  display: none;
}

.related-posts__slider-shell {
  position: relative;
  margin-top: 16px;
}
@media (hover: hover) {
  .related-posts__slider-shell:hover .related-posts__navigation, .related-posts__slider-shell:focus-within .related-posts__navigation {
    opacity: 1;
    visibility: visible;
  }
}

.related-posts__slider {
  overflow: hidden;
}

.related-posts__list {
  align-items: stretch;
}

.related-post-card {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 240px;
  height: 353px;
  flex-direction: column;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 744px) {
  .related-post-card {
    width: 300px;
  }
}
@media (hover: hover) {
  .related-post-card:hover {
    background: #ffffff;
    border-color: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .related-post-card {
    transition: none;
  }
}

.related-post-card--article {
  height: 331px;
}

@media (min-width: 744px) {
  .related-post-card--article-first {
    display: none;
  }
}

.related-post-card__picture {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 247px;
  flex: 0 0 247px;
  border-radius: 8px;
}

.related-post-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-post-card__title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 12px;
  color: #313131;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.related-post-card--article .related-post-card__title {
  white-space: nowrap;
  -webkit-line-clamp: 1;
}

.related-post-card__link {
  color: inherit;
  text-decoration: none;
}
.related-post-card__link::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
}
.related-post-card__link:focus-visible {
  outline: none;
}
.related-post-card__link:focus-visible::after {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.related-post-card__meta,
.related-post-feature__meta,
.related-video-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
}

.related-post-card__meta {
  margin-top: auto;
}

.related-post-card__meta-item,
.related-post-feature__meta-item,
.related-video-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.related-post-card__meta-item svg,
.related-post-feature__meta-item svg,
.related-video-card__meta-item svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.related-post-card__tags,
.related-post-feature__tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.related-post-card__tags a,
.related-post-feature__tags a {
  color: inherit;
  text-decoration: none;
}
.related-post-card__tags a:focus-visible,
.related-post-feature__tags a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.related-post-card__tags {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
}
.related-post-card__tags a {
  padding: 4px 5px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .related-post-card__tags a:hover {
    color: #ee741e;
    background: #fff;
    border-color: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .related-post-card__tags a {
    transition: none;
  }
}
.related-post-card__tags a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.related-post-feature {
  position: relative;
  isolation: isolate;
  display: none;
  min-height: 248px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  margin-top: 16px;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .related-post-feature:hover {
    background: #ffffff;
    border-color: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .related-post-feature {
    transition: none;
  }
}
@media (min-width: 744px) {
  .related-post-feature {
    display: grid;
  }
}
@media (min-width: 1200px) {
  .related-post-feature {
    min-height: 273px;
    grid-template-columns: minmax(0, 685px) minmax(0, 1fr);
    gap: 32px;
  }
}

.related-post-feature__picture {
  overflow: hidden;
  display: block;
  min-height: 224px;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .related-post-feature__picture {
    min-height: 248px;
  }
}

.related-post-feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-post-feature__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 12px 12px 12px 0;
}
@media (min-width: 1200px) {
  .related-post-feature__content {
    padding-right: 24px;
  }
}

.related-post-feature__title {
  margin-top: 10px;
  color: #313131;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .related-post-feature__title {
    max-width: 620px;
    font-size: 28px;
  }
}
.related-post-feature .related-post-feature__title {
  font-family: "MagistralTT-Bold", Arial, sans-serif;
}

.related-post-feature__link {
  color: inherit;
  text-decoration: none;
}
.related-post-feature__link::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
}
.related-post-feature__link:focus-visible {
  outline: none;
}
.related-post-feature__link:focus-visible::after {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.related-post-feature__tags {
  margin-top: 22px;
}
.related-post-feature__tags a {
  padding: 5px 8px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .related-post-feature__tags a:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .related-post-feature__tags a {
    transition: none;
  }
}
.related-post-feature__tags a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.related-posts__slider-shell--articles {
  margin-top: 16px;
}
@media (min-width: 744px) {
  .related-posts__slider-shell--articles {
    margin-top: 12px;
  }
}

.related-video-card {
  width: 320px;
  flex: 0 0 auto;
}
@media (min-width: 744px) {
  .related-video-card {
    width: 520px;
  }
}
@media (min-width: 1200px) {
  .related-video-card {
    width: calc((100% - 16px) / 2);
  }
}

.related-video-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.related-video-card__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.related-video-card__picture {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 680/286;
  border-radius: 8px;
}

.related-video-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(3px);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.related-video-card__play svg {
  width: 32px;
  height: 32px;
}
@media (hover: hover) {
  .related-video-card__link:hover .related-video-card__play {
    color: #ee741e;
    background: #ffe0cb;
  }
}
@media (prefers-reduced-motion: reduce) {
  .related-video-card__play {
    transition: none;
  }
}

.related-video-card__title {
  overflow: hidden;
  display: -webkit-box;
  margin-top: 12px;
  color: #313131;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1200px) {
  .related-video-card__title {
    font-size: 28px;
  }
}

.related-video-card__meta {
  margin-top: 8px;
}

.related-posts__footer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.related-posts__all-link {
  min-width: 234px;
}

.content-listing {
  padding-top: 12px;
  padding-bottom: 30px;
}
@media (min-width: 744px) {
  .content-listing {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .content-listing {
    padding-top: 12px;
    padding-bottom: 60px;
  }
}

.content-listing__layout {
  display: grid;
  gap: 24px;
  margin-top: 8px;
}
@media (min-width: 744px) {
  .content-listing__layout {
    gap: 24px;
    margin-top: 6px;
  }
}
@media (min-width: 1200px) {
  .content-listing__layout {
    grid-template-columns: minmax(0, 997px) minmax(280px, 359px);
    gap: 20px;
    margin-top: 12px;
  }
}

.content-listing__main {
  min-width: 0;
}

.content-listing__title {
  margin: 0;
  color: #313131;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .content-listing__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .content-listing__title {
    font-size: 60px;
  }
}

.content-switcher {
  display: inline-flex;
  align-items: stretch;
  gap: 4px;
  margin-top: 14px;
  padding: 4px;
  background: #f5f5f5;
  border-radius: 8px;
}
@media (min-width: 744px) {
  .content-switcher {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .content-switcher {
    margin-top: 20px;
  }
}

.content-switcher__link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 14px;
  color: #7f7f7f;
  background: transparent;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.content-switcher__link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.content-switcher__link.is-active {
  color: #ee741e;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}
@media (hover: hover) {
  .content-switcher__link:hover:not(.is-active) {
    color: #313131;
  }
}
@media (min-width: 744px) {
  .content-switcher__link {
    min-height: 37px;
    padding-inline: 18px;
    font-size: 16px;
  }
}
.content-switcher__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.content-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.content-filter--years {
  width: max-content;
  max-width: 100%;
  margin-top: 14px;
  padding: 4px;
  background: #f5f5f5;
  border-radius: 8px;
}
@media (min-width: 744px) {
  .content-filter--years {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .content-filter--years {
    margin-top: 20px;
  }
}

.content-filter--topics {
  margin-top: 16px;
}

.content-filter__item {
  display: inline-flex;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 12px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.content-filter__item svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
@media (hover: hover) {
  .content-filter__item:hover:not(.is-active) {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.content-filter__item:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.content-filter--years .content-filter__item {
  border: 0;
}

.content-filter--years .content-filter__item.is-active {
  color: #ee741e;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}

.content-filter--topics .content-filter__item {
  min-height: 25px;
  padding: 4px 6px;
  color: #313131;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  background: #fff3ec;
  border-color: #fff3ec;
  text-transform: uppercase;
}
@media (min-width: 744px) {
  .content-filter--topics .content-filter__item {
    min-height: 28px;
    padding-inline: 10px;
  }
}

.content-filter--topics .content-filter__item.is-active {
  color: #ffffff;
  background: #ee741e;
  border-color: #ee741e;
}

.content-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .content-grid {
    gap: 12px;
    margin-top: 20px;
  }
}

@media (min-width: 744px) {
  .content-grid--news {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 744px) {
  .content-grid--news .content-card {
    grid-column: span 3;
  }
}

@media (min-width: 744px) {
  .content-grid--news .content-card--compact {
    grid-column: span 2;
  }
}

@media (min-width: 744px) {
  .content-grid--article {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 744px) {
  .content-grid--article .content-card--feature {
    grid-column: 1/-1;
  }
}

.content-grid--review {
  background: #ffffff;
}
@media (min-width: 744px) {
  .content-grid--review {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .content-grid--review {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .content-grid--review .content-card {
    grid-column: span 3;
  }
}

@media (min-width: 1200px) {
  .content-grid--review .content-card:first-child {
    grid-column: span 4;
  }
}

@media (min-width: 1200px) {
  .content-grid--review .content-card:nth-child(2) {
    grid-column: span 2;
  }
}

.content-listing__aside {
  display: grid;
  min-width: 0;
  gap: 20px;
  align-content: start;
}
@media (min-width: 1200px) {
  .content-listing__aside {
    padding-top: 0;
  }
}

.content-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) {
  .content-card:hover {
    background: #ffffff;
    border-color: #ee741e;
  }
}

.content-card--review {
  padding: 0;
  background: transparent;
  border-color: transparent;
}
@media (hover: hover) {
  .content-card--review:hover {
    background: transparent;
    border-color: transparent;
  }
}

.content-card__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 9px;
}

@media (min-width: 744px) {
  .content-card--review .content-card__media {
    height: 280px;
    aspect-ratio: auto;
  }
}

.content-card--article:not(.content-card--feature) .content-card__media {
  aspect-ratio: 4/3;
}

@media (min-width: 744px) {
  .content-card--news.content-card--compact .content-card__media {
    aspect-ratio: 4/3;
  }
}

.content-card__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.content-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-card__body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.content-card__title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 12px;
  color: #313131;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-card--article:not(.content-card--feature) .content-card__title {
  white-space: nowrap;
  -webkit-line-clamp: 1;
}

.content-card--review .content-card__title {
  margin-top: 8px;
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  -webkit-line-clamp: 2;
}
@media (min-width: 744px) {
  .content-card--review .content-card__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .content-card--review .content-card__title {
    font-size: 28px;
  }
}

.content-card__link {
  color: inherit;
  text-decoration: none;
}
.content-card__link::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
}
.content-card__link:focus-visible {
  outline: none;
}
.content-card__link:focus-visible::after {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.content-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 8px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
}

.content-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.content-card__meta-item svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.content-card__play {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #ffffff;
  background: rgba(49, 49, 49, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(2px);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.content-card__play svg {
  width: 32px;
  height: 32px;
}
@media (hover: hover) {
  .content-card:hover .content-card__play {
    color: #ee741e;
    background: rgba(255, 255, 255, 0.88);
  }
}

.content-card__tags {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.content-card__tags a {
  padding: 4px 6px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .content-card__tags a:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.content-card__tags a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.content-card__tags--overlay {
  position: absolute;
  right: 6px;
  bottom: 6px;
  left: 6px;
  margin-top: 0;
}
.content-card__tags--overlay a {
  color: #ffffff;
  background: rgba(49, 49, 49, 0.68);
  border-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
}

.content-card__tags--feature-desktop {
  display: none;
}
@media (min-width: 744px) {
  .content-card__tags--feature-desktop {
    display: flex;
  }
}

@media (min-width: 744px) {
  .content-card__tags--feature-mobile {
    display: none;
  }
}

@media (min-width: 744px) {
  .content-card--feature {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 20px;
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .content-card--feature {
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
    gap: 30px;
  }
}

@media (min-width: 744px) {
  .content-card--feature .content-card__media {
    height: 100%;
    min-height: 220px;
    aspect-ratio: auto;
  }
}
@media (min-width: 1200px) {
  .content-card--feature .content-card__media {
    min-height: 248px;
  }
}

@media (min-width: 744px) {
  .content-card--feature .content-card__body {
    justify-content: center;
    padding: 10px 12px 10px 0;
  }
}
@media (min-width: 1200px) {
  .content-card--feature .content-card__body {
    padding-right: 18px;
  }
}

.content-card--feature .content-card__title {
  order: 1;
}
@media (min-width: 744px) {
  .content-card--feature .content-card__title {
    margin-top: 10px;
    font-family: "MagistralTT-Bold", Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    white-space: normal;
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 1200px) {
  .content-card--feature .content-card__title {
    font-size: 28px;
  }
}

.content-card--feature .content-card__meta {
  order: 2;
}
@media (min-width: 744px) {
  .content-card--feature .content-card__meta {
    order: 0;
    margin-top: 0;
    padding-top: 0;
  }
}

.content-card--feature .content-card__tags--feature-desktop {
  order: 3;
}

.content-important {
  padding: 16px;
  background: #f5f5f5;
  border-radius: 16px;
}
@media (min-width: 744px) {
  .content-important {
    padding: 20px;
  }
}

.content-important__title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .content-important__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .content-important__title {
    font-size: 28px;
  }
}

.content-important__icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  color: #ee741e;
  background: #ffffff;
  border-radius: 8px;
}
.content-important__icon svg {
  width: 32px;
  height: 32px;
}

.content-important__list {
  display: grid;
  margin-top: 10px;
}
@media (min-width: 744px) {
  .content-important__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .content-important__list {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }
}

.content-important__item {
  min-width: 0;
  padding: 12px 0;
  border-bottom: 1px solid #dbdbdb;
}
.content-important__item:last-child {
  border-bottom: 0;
}
@media (min-width: 744px) {
  .content-important__item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .content-important__item:nth-last-child(-n+2) {
    border-bottom: 1px solid #dbdbdb;
  }
  .content-important__item:last-child {
    border-bottom: 0;
  }
}

.content-important__item-title {
  color: #313131;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.content-important__item-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .content-important__item-title a:hover {
    color: #ee741e;
  }
}
.content-important__item-title a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.content-important__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
}
.content-important__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.content-important__meta svg {
  width: 12px;
  height: 12px;
}

.content-subscribe {
  overflow: hidden;
  padding: 20px;
  color: #ffffff;
  background-color: #141414;
  background-image: radial-gradient(circle at 100% 58%, rgba(238, 116, 30, 0.18), transparent 62%), radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px);
  background-position: center, 2px 2px;
  background-size: auto, 24px 24px;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .content-subscribe {
    padding: 24px;
    border-radius: 24px;
  }
}
@media (min-width: 1200px) {
  .content-subscribe {
    padding: 24px;
    border-radius: 24px;
  }
}

.content-subscribe__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #ffffff;
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.content-subscribe__icon svg {
  width: 32px;
  height: 32px;
}

.content-subscribe__title {
  margin-top: 16px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .content-subscribe__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .content-subscribe__title {
    font-size: 28px;
  }
}

.content-subscribe__form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.content-subscribe__field {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  color: #7f7f7f;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
}
.content-subscribe__field:focus-within {
  border-color: #ee741e;
}

.content-subscribe__field-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.45);
}

.content-subscribe__input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 10px;
  color: #313131;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  line-height: 1.3;
}
.content-subscribe__input::placeholder {
  color: rgba(0, 0, 0, 0.28);
  opacity: 1;
}

.content-subscribe__button {
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  color: #ffffff;
  background: #ee741e;
  border: 0;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .content-subscribe__button:hover {
    background: #984409;
  }
}
@media (prefers-reduced-motion: reduce) {
  .content-subscribe__button {
    transition: none;
  }
}
.content-subscribe__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.content-subscribe__agreement {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
}
.content-subscribe__agreement a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-subscribe__checkbox {
  cursor: pointer;
  appearance: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  background: #ee741e;
  border: 1px solid #ee741e;
  border-radius: 4px;
}
.content-subscribe__checkbox::before {
  display: block;
  width: 5px;
  height: 9px;
  margin: 1px auto 0;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}
.content-subscribe__checkbox:checked::before {
  opacity: 1;
}
.content-subscribe__checkbox:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.post-hero {
  overflow: hidden;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .post-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 1200px) {
  .post-hero {
    gap: 32px;
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  }
}

.post-hero__picture {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
@media (min-width: 744px) {
  .post-hero__picture {
    height: 100%;
    min-height: 210px;
    aspect-ratio: auto;
  }
}
@media (min-width: 1200px) {
  .post-hero__picture {
    min-height: 248px;
  }
}
.post-hero__picture[data-post-video-open] {
  cursor: pointer;
}
.post-hero__picture[data-post-video-open]::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(3px);
  transition: background-color 0.2s ease;
}
.post-hero__picture[data-post-video-open]::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  z-index: 2;
  background-color: #fff;
  mask-image: url("images/icons/play.svg");
  mask-repeat: no-repeat;
  mask-size: 32px;
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .post-hero__picture[data-post-video-open]:hover::before {
    background: #ffe0cb;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .post-hero__picture[data-post-video-open]:hover::before {
    transition: none;
  }
}
@media (hover: hover) {
  .post-hero__picture[data-post-video-open]:hover::after {
    background-color: #ee741e;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .post-hero__picture[data-post-video-open]:hover::after {
    transition: none;
  }
}

.post-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-hero__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 12px 2px 2px;
}
@media (min-width: 744px) {
  .post-hero__content {
    padding: 10px 8px 10px 0;
  }
}
@media (min-width: 1200px) {
  .post-hero__content {
    padding-right: 18px;
  }
}

.post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
}

.post-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.post-hero__meta-item svg {
  width: 12px;
  height: 12px;
}

.post-hero__title {
  margin-top: 8px;
  color: #313131;
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .post-hero__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .post-hero__title {
    font-size: 28px;
  }
}

.post-hero__tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.post-hero__tags a {
  padding: 4px 6px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .post-hero__tags a:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.post-hero__tags a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.post-toc {
  min-width: 0;
}

.post-toc__title {
  color: #313131;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 744px) {
  .post-toc__title {
    font-size: 20px;
  }
}

.post-toc__list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
  padding-left: 26px;
  list-style: decimal;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.post-toc__link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .post-toc__link:hover {
    color: #ee741e;
  }
}
.post-toc__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.post-gallery {
  min-width: 0;
  margin-top: 18px;
}

.post-gallery__main {
  overflow: hidden;
  border-radius: 20px;
}

.post-gallery__main-slide {
  height: auto;
}

.post-gallery__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.post-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

.post-gallery__caption {
  margin-top: 8px;
  color: #7f7f7f;
  opacity: 0.65;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.post-gallery__thumbs-row {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.post-gallery__thumbs {
  min-width: 0;
  flex: 1 1 auto;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.post-gallery__thumb {
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  width: 76px;
  height: 54px;
  padding: 0;
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 6px;
  opacity: 0.4;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
.post-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-gallery__thumb.swiper-slide-thumb-active {
  border-color: #ee741e;
  opacity: 1;
}
.post-gallery__thumb:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.post-gallery__button {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  padding: 0;
  color: #ffffff;
  background: #313131;
  border: 0;
  border-radius: 50%;
}
.post-gallery__button svg {
  width: 20px;
  height: 20px;
}
.post-gallery__button--prev {
  left: 0;
}
.post-gallery__button--prev svg {
  transform: rotate(-90deg);
}
.post-gallery__button--next {
  right: 0;
}
.post-gallery__button--next svg {
  transform: rotate(90deg);
}
.post-gallery__button.swiper-button-disabled, .post-gallery__button.swiper-button-lock {
  display: none;
}
@media (hover: hover) {
  .post-gallery__button:hover {
    background: #ee741e;
  }
}
.post-gallery__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.post-share {
  margin-top: 32px;
}

.post-share__title {
  font-family: "Golos Text", Arial, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 744px) {
  .post-share__title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .post-share__title {
    font-size: 22px;
  }
}

.post-share__links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.post-share__link {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #ee741e;
  background: #fff3ec;
  border-radius: 12px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.post-share__link svg {
  width: 22px;
  height: 22px;
}
@media (hover: hover) {
  .post-share__link:hover {
    color: #ffffff;
    background: #ee741e;
  }
}
.post-share__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.post-sources {
  margin-top: 32px;
}

.post-sources__title {
  font-family: "Golos Text", Arial, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 744px) {
  .post-sources__title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .post-sources__title {
    font-size: 22px;
  }
}

.post-sources__list {
  display: grid;
  min-width: 0;
  gap: 8px;
  margin-top: 16px;
}

.post-sources__list li {
  min-width: 0;
}

.post-sources__link {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 12px 16px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: border-color 0.2s ease;
}
@media (min-width: 744px) {
  .post-sources__link {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .post-sources__link:hover {
    border-color: #ee741e;
  }
}
.post-sources__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.post-related {
  min-width: 0;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .post-related {
    margin-top: 60px;
  }
}

.post-related__title {
  color: #313131;
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 744px) {
  .post-related__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .post-related__title {
    font-size: 40px;
  }
}

.post-related__slider-shell {
  position: relative;
  min-width: 0;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .post-related__slider-shell {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .post-related__slider-shell {
    margin-top: 32px;
  }
}
@media (hover: hover) {
  .post-related__slider-shell:hover .post-related__navigation, .post-related__slider-shell:focus-within .post-related__navigation {
    opacity: 1;
    visibility: visible;
  }
}

.post-related__slider {
  overflow: hidden;
}

.post-related__slide {
  width: 288px;
  height: auto;
}

.post-related__slide .content-card {
  height: 100%;
  padding: 12px;
  border-radius: 16px;
}

.post-related__slide .content-card__media {
  border-radius: 8px;
}

.post-related__slide .content-card__title {
  margin-top: 12px;
  font-size: 18px;
}

.post-related__slide .content-card__meta {
  gap: 16px;
  padding-top: 8px;
  font-size: 12px;
}

.post-related__navigation {
  right: 8px;
  left: 8px;
}

.products {
  overflow: hidden;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .products {
    padding-bottom: 60px;
  }
}

.products__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.products__title {
  color: #313131;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .products__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .products__title {
    font-size: 40px;
  }
}

.products__tabs {
  display: flex;
  width: max-content;
  min-height: 45px;
  align-items: stretch;
  margin-top: 14px;
  padding: 4px;
  background: #f5f5f5;
  border-radius: 8px;
}
@media (min-width: 744px) {
  .products__tabs {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .products__tabs {
    margin-top: 32px;
  }
}

.products__tab {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: inline-flex;
  min-width: 0;
  min-height: 36px;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  color: #7f7f7f;
  background: transparent;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.products__tab svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #dbdbdb;
  transition: color 0.2s ease;
}
.products__tab[aria-selected=true] svg {
  color: #ee741e;
}
.products__tab[aria-selected=true] {
  color: #ee741e;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.03);
}
@media (hover: hover) {
  .products__tab:hover svg {
    color: #7f7f7f;
  }
  .products__tab:hover:not([aria-selected=true]) {
    color: #313131;
  }
}
@media (prefers-reduced-motion: reduce) {
  .products__tab {
    transition: none;
  }
}
.products__tab:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .products__tab {
    flex: 0 0 auto;
    padding: 8px 20px;
    font-size: 16px;
  }
}

.products__catalog-link {
  -webkit-tap-highlight-color: transparent;
  height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}
.products__catalog-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transform: rotate(180deg);
  color: #7f7f7f;
}
@media (hover: hover) {
  .products__catalog-link:hover {
    color: #ee741e;
  }
  .products__catalog-link:hover svg {
    color: #7f7f7f;
  }
}
@media (prefers-reduced-motion: reduce) {
  .products__catalog-link {
    transition: none;
  }
}
.products__catalog-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.products__catalog-link--desktop {
  display: none;
}
@media (min-width: 744px) {
  .products__catalog-link--desktop {
    position: absolute;
    top: -4px;
    right: 0;
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .products__catalog-link--desktop {
    top: 0;
  }
}

.products__catalog-link--mobile {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 16px auto 0;
}
@media (min-width: 744px) {
  .products__catalog-link--mobile {
    display: none;
  }
}

.products__panel {
  position: relative;
  margin-top: 16px;
}
.products__panel[hidden] {
  display: none;
}

.products__navigation {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .products__navigation {
    position: absolute;
    z-index: 5;
    top: -62px;
    right: 0;
    margin-top: 0;
  }
}

.products__nav-button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  padding: 0;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.products__nav-button svg {
  width: 22px;
  height: 22px;
  transform: rotate(-90deg);
}
.products__nav-button--next svg {
  transform: rotate(90deg);
}
.products__nav-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}
.products__nav-button.swiper-button-lock {
  display: none;
}
@media (hover: hover) {
  .products__nav-button:not(.swiper-button-disabled):hover {
    color: #ffffff;
    background: #ee741e;
    border-color: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .products__nav-button {
    transition: none;
  }
}
.products__nav-button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.products__slider {
  overflow: visible;
}
@media (min-width: 1200px) {
  .products__slider {
    overflow: hidden;
  }
}

.products__list {
  align-items: stretch;
}

.products__slide {
  display: flex;
  width: min(329px, 100vw - 32px);
  height: auto;
}
.products__slide .product-card {
  height: 100%;
}
@media (min-width: 744px) {
  .products__slide {
    width: 329px;
  }
}

.products .product-card__gallery-viewport {
  overflow: hidden;
}

.product-card {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  max-width: 329px;
  flex-direction: column;
  gap: 0;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  color: #313131;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) {
  .product-card:hover {
    border-color: #ee741e;
    box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  }
}

.product-card--small {
  max-width: 300px;
}

.product-card__media {
  position: relative;
  z-index: 2;
  height: 282px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
}

.product-card__gallery-viewport {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
}
.product-card__gallery-viewport::-webkit-scrollbar {
  display: none;
}

.product-card__gallery-track {
  display: flex;
  height: 100%;
}

.product-card__gallery-slide {
  display: flex;
  min-width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 45px 16px 35px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.product-card__gallery-slide picture {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.product-card__gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.25);
}
.product-card__gallery-slide--placeholder img {
  transform: none;
}

.product-card__badges {
  position: absolute;
  z-index: 4;
  top: 6px;
  left: 8px;
  display: flex;
  max-width: calc(100% - 58px);
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4px;
  pointer-events: none;
}

.product-card__badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
}
.product-card__badge svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.product-card__badge--discount {
  color: #c19600;
  background: #fff6e5;
}

.product-card__badge--hit {
  color: #228234;
  background: #efffed;
}

.product-card__badge--new {
  flex-basis: auto;
  color: #348bdc;
  background: #cae5ff;
}

.product-card__favorite,
.product-card__zoom {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  right: 8px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.product-card__favorite svg,
.product-card__zoom svg {
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .product-card__favorite:hover,
  .product-card__zoom:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.product-card__favorite:focus-visible,
.product-card__zoom:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-card__favorite {
  --icon-fill: transparent;
  top: 6px;
}
.product-card__favorite.is-active, .product-card__favorite[aria-pressed=true] {
  --icon-fill: currentColor;
  color: #ee741e;
  border-color: #ee741e;
}

.product-card__zoom {
  bottom: 6px;
}

.product-card__gallery-pagination {
  position: absolute;
  z-index: 5;
  bottom: 6px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 4px;
  transform: translateX(-50%);
}

.product-card__gallery-dot {
  cursor: pointer;
  width: 8px;
  height: 8px;
  padding: 0;
  background: #f5f5f5;
  border: 0;
  border-radius: 999px;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.product-card__gallery-dot.is-active {
  width: 31px;
  background: #dbdbdb;
}
.product-card__gallery-dot:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-card__meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  color: #313131;
  font-size: 12px;
  line-height: 1.3;
}

.product-card__meta-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.product-card__meta-item dt {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #7f7f7f;
}
.product-card__meta-item dd {
  margin: 0;
}
.product-card__meta-item strong {
  font-weight: 600;
}
.product-card__meta-item svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.product-card__title {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  overflow: hidden;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.product-card__title-link {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-card__title-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-card__attributes {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.product-card__attribute {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 8px;
}
.product-card__attribute dt {
  display: inline-flex;
  min-width: 0;
  align-items: flex-start;
  gap: 4px;
  color: #7f7f7f;
  font-size: 12px;
}
.product-card__attribute dd {
  min-width: 0;
  margin: 0;
}
.product-card__attribute svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

@container (max-width: 290px) {
  .product-card:not(.product-card--table) .product-card__meta {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2px 14px;
  }
  .product-card:not(.product-card--table) .product-card__meta-item:last-child {
    flex-basis: 100%;
  }
}
.product-card__purchase {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.product-card__prices,
.product-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.product-card__price {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
}
.product-card__price > del {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: line-through;
}
.product-card__price > strong {
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card__price > span:not(.product-card__legal-offer, .product-card__price-caption) {
  margin-top: 3px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.product-card__price--partner {
  padding-right: 30px;
  background: #fff3ec;
  border-color: #ee741e;
}
.product-card__price--partner > strong {
  color: #ee741e;
  font-weight: 700;
}

.product-card__price--retail {
  border-color: transparent;
  background: #ffffff;
}
.product-card__price--retail > strong {
  font-weight: 700;
}

.product-card__price-caption {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card__legal-offer {
  position: relative;
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 3px;
  margin-top: 3px;
  padding: 4px 36px 4px 8px;
  color: #ee741e;
  background: #fff6e5;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.product-card__legal-offer svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.product-card__price-info {
  position: absolute;
  z-index: 7;
  top: -1px;
  right: -1px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #ffffff;
  background: #ee741e;
  border: 0;
  border-radius: 0 7px 0 7px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-card__price-info svg {
  width: 14px;
  height: 14px;
}
@media (hover: hover) {
  .product-card__price-info:hover {
    background: #984409;
  }
}
.product-card__price-info[aria-expanded=true] {
  background: #984409;
}
.product-card__price-info:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-card__price-info--legal {
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffc300;
  border-radius: 0 4px 4px 0;
}
@media (hover: hover) {
  .product-card__price-info--legal:hover {
    background: #c19600;
  }
}
.product-card__price-info--legal[aria-expanded=true] {
  background: #c19600;
}

.product-card__cart-button,
.product-card__quick-button {
  min-width: 0;
  min-height: 45px;
  padding: 8px 4px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.product-card__cart-button:focus-visible,
.product-card__quick-button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-card__cart-button {
  color: #ffffff;
  background: #ee741e;
  border: 1px solid #ee741e;
}
@media (hover: hover) {
  .product-card__cart-button:hover {
    background: #984409;
    border-color: #984409;
  }
}

.product-card__cart-state {
  display: none;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 4px;
}

.product-card--in-cart .product-card__cart-button {
  display: none;
}
.product-card--in-cart .product-card__cart-state {
  display: grid;
}

.product-card__quick-button {
  color: #313131;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}
@media (hover: hover) {
  .product-card__quick-button:hover {
    color: #313131;
    border-color: #313131;
  }
}

.product-card__quantity {
  overflow: hidden;
  display: grid;
  min-width: 0;
  min-height: 45px;
  grid-template-columns: 20px minmax(24px, 1fr) 20px;
  gap: 4px;
  padding: 8px;
  color: #ffffff;
  background: #313131;
  border-radius: 8px;
}
.product-card__quantity button {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .product-card__quantity button:hover {
    color: #ee741e;
  }
}
.product-card__quantity button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.product-card__quantity label {
  display: block;
  min-width: 0;
}
.product-card__quantity input {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  appearance: textfield;
}
.product-card__quantity input::-webkit-inner-spin-button, .product-card__quantity input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.product-card__quantity svg {
  width: 20px;
  height: 20px;
}

.product-card__quantity-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-card__quantity-icon--trash {
  display: none;
}

.product-card__quantity-decrease.is-remove .product-card__quantity-icon--trash {
  display: inline-flex;
}
.product-card__quantity-decrease.is-remove .product-card__quantity-icon--minus {
  display: none;
}

.product-card__cart-link {
  display: inline-flex;
  min-width: 0;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #ffffff;
  background: #ee741e;
  border: 1px solid #ee741e;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.product-card__cart-link svg {
  width: 20px;
  height: 20px;
}
@media (hover: hover) {
  .product-card__cart-link:hover {
    background: #984409;
    border-color: #984409;
  }
}
.product-card__cart-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

@container (max-width: 310px) {
  .product-card:not(.product-card--table) .product-card__cart-state {
    grid-template-columns: minmax(0, 1fr) 42px;
  }
  .product-card:not(.product-card--table) .product-card__quantity {
    grid-template-columns: 30px minmax(18px, 1fr) 30px;
  }
}
.product-card--table {
  max-width: none;
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-items: start;
  column-gap: 12px;
  row-gap: 8px;
  padding: 11px;
}
@media (min-width: 744px) {
  .product-card--table {
    min-height: 207px;
  }
}
@media (min-width: 1200px) {
  .product-card--table {
    min-height: 124px;
    grid-template-columns: 148px minmax(0, 1fr) minmax(0, 441px);
    grid-template-rows: auto auto;
    align-items: center;
  }
}

.product-card--table .product-card__media {
  grid-column: 1;
  grid-row: 1/3;
  width: 148px;
  height: 100px;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.product-card--table .product-card__badges,
.product-card--table .product-card__gallery-pagination,
.product-card--table .product-card__zoom {
  display: none;
}

.product-card--table .product-card__favorite {
  top: 0;
  right: auto;
  left: 0;
  background: #ffffff;
}

.product-card--table .product-card__gallery-viewport {
  position: absolute;
  top: 0;
  left: 48px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 8px;
}

.product-card--table .product-card__gallery-slide {
  padding: 0;
}
.product-card--table .product-card__gallery-slide img {
  transform: none;
}

.product-card--table .product-card__title {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  max-width: 370px;
  margin-top: 1px;
  font-size: 16px;
  line-height: 20px;
}

.product-card--table .product-card__meta {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  align-self: end;
  justify-content: start;
  gap: 8px;
  margin-top: 0;
}
.product-card--table .product-card__meta .product-card__meta-item {
  justify-content: flex-start;
}

.product-card--table .product-card__attributes {
  display: none;
}

.product-card--table .product-card__purchase {
  grid-column: 1/-1;
  grid-row: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}
@media (min-width: 744px) {
  .product-card--table .product-card__purchase {
    min-height: 71px;
    align-content: start;
  }
}
@media (min-width: 1200px) {
  .product-card--table .product-card__purchase {
    grid-column: 3;
    grid-row: 1/3;
    display: grid;
    width: 100%;
    max-width: 441px;
    min-height: 0;
    grid-template-columns: minmax(0, 274px) minmax(0, 159px);
    align-items: stretch;
    gap: 8px;
  }
}

.product-card--table .product-card__prices,
.product-card--table .product-card__actions {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 744px) {
  .product-card--table .product-card__prices {
    width: 294px;
    flex: 0 1 294px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .product-card--table .product-card__prices {
    width: auto;
    max-width: none;
  }
}

@media (min-width: 744px) {
  .product-card--table .product-card__actions {
    width: 386px;
    flex: 0 1 386px;
    grid-template-columns: minmax(0, 177fr) minmax(0, 201fr);
  }
}
@media (min-width: 1200px) {
  .product-card--table .product-card__actions {
    width: auto;
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 46px 44px;
    gap: 10px;
  }
}

.product-card--table .product-card__price {
  min-height: 59px;
  padding: 6px 11px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .product-card--table .product-card__price {
    min-height: 100px;
  }
}

.product-card--table .product-card__cart-button,
.product-card--table .product-card__cart-state,
.product-card--table .product-card__quick-button {
  min-height: 45px;
  height: 45px;
}
@media (min-width: 1200px) {
  .product-card--table .product-card__cart-button,
  .product-card--table .product-card__cart-state,
  .product-card--table .product-card__quick-button {
    min-height: 0;
    height: auto;
  }
}

.product-card--table .product-card__cart-state > * {
  min-height: 0;
  height: 100%;
}

.product-price-popup[hidden] {
  display: none;
}

.product-price-popup {
  position: fixed;
  z-index: 1100;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 375px;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  outline: 0;
  transform: translate(-50%, -48%) scale(0.98);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.product-price-popup.is-open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.product-price-popup__close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.product-price-popup__close::before, .product-price-popup__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background: currentColor;
  content: "";
}
.product-price-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.product-price-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .product-price-popup__close:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.product-price-popup__close:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-price-popup__title {
  min-height: 22px;
  padding-right: 56px;
  font-family: "Golos Text", Arial, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.product-price-popup__text {
  margin-top: 4px;
  padding-right: 56px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 21px;
}

.product-price-popup__action {
  display: flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 4px 12px;
  color: #ffffff;
  background: #ee741e;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .product-price-popup__action:hover {
    background: #984409;
  }
}
.product-price-popup__action:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.form-popup {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  overflow: hidden;
  padding: 16px;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
.form-popup.is-open {
  opacity: 1;
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .form-popup {
    transition: none;
  }
}

.form-popup[hidden] {
  display: none;
}

.form-popup__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.52);
  border: 0;
  cursor: default;
}

.form-popup__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 20px;
  color: #313131;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  outline: 0;
  transform: translateY(10px) scale(0.985);
  transition: transform 0.18s ease;
}
.form-popup.is-open .form-popup__dialog {
  transform: translateY(0) scale(1);
}
@media (min-width: 744px) {
  .form-popup__dialog {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-popup__dialog {
    transition: none;
  }
}

.form-popup__header {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.form-popup__title {
  min-width: 0;
  padding-top: 6px;
  color: #313131;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
}
@media (min-width: 744px) {
  .form-popup__title {
    font-size: 28px;
  }
}

.form-popup__close {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  color: #313131;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.form-popup__close::before, .form-popup__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background: currentColor;
  content: "";
}
.form-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .form-popup__close:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.form-popup__close:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.form-popup__form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.form-popup__field {
  display: grid;
  gap: 4px;
}

.form-popup__label {
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.form-popup__control {
  width: 100%;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  outline: 0;
  font-size: 14px;
  line-height: 1.3;
  transition: border-color 0.2s ease;
}
.form-popup__control::placeholder {
  color: rgba(49, 49, 49, 0.28);
  opacity: 1;
}
.form-popup__control:focus {
  border-color: #ee741e;
}

.form-popup__input,
.form-popup__select {
  height: 40px;
  padding: 9px 12px;
}

.form-popup__select-wrap {
  position: relative;
  display: block;
}

.form-popup__select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  color: #dbdbdb;
  pointer-events: none;
  transform: translateY(-50%) rotate(90deg);
}

.form-popup__select {
  appearance: none;
  padding-right: 38px;
  cursor: pointer;
}

.form-popup__textarea {
  display: block;
  min-height: 94px;
  resize: vertical;
  padding: 11px 12px;
  font-family: "Golos Text", Arial, sans-serif;
}

.form-popup__agreement {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #313131;
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width: 744px) {
  .form-popup__agreement {
    font-size: 14px;
  }
}
.form-popup__agreement a {
  text-decoration: underline;
}
.form-popup__agreement a:hover {
  text-decoration: none;
}

.form-popup__checkbox {
  cursor: pointer;
  appearance: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.form-popup__checkbox:checked {
  background: #ee741e;
  border-color: #ee741e;
}
.form-popup__checkbox::before {
  display: block;
  width: 5px;
  height: 9px;
  margin: 1px auto 0;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}
.form-popup__checkbox:checked::before {
  opacity: 1;
}
.form-popup__checkbox:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.form-popup__submit {
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #ffffff;
  background: #ee741e;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .form-popup__submit:hover {
    background: #984409;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-popup__submit {
    transition: none;
  }
}
.form-popup__submit:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.is-form-popup-open {
  overflow: hidden;
}

.form-popup__heading {
  min-width: 0;
  flex: 1 1 auto;
}

.form-popup__subtitle {
  display: block;
  margin-top: 12px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.form-popup__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.form-popup__cancel {
  cursor: pointer;
  min-height: 40px;
  padding: 8px 16px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
}
@media (hover: hover) {
  .form-popup__cancel:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.form-popup__cancel:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.form-popup__date-range {
  position: relative;
  display: grid;
  min-height: 40px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) 18px;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}
.form-popup__date-range > span {
  color: #7f7f7f;
}
.form-popup__date-range > svg {
  width: 16px;
  height: 16px;
  color: #7f7f7f;
}
.form-popup__date-range:focus-within {
  border-color: #ee741e;
}

.form-popup__date {
  min-width: 0;
  height: 38px;
  padding: 0;
  color: #7f7f7f;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}
.form-popup__date::-webkit-calendar-picker-indicator {
  display: none;
}

.form-popup__field--checkboxes {
  padding: 0;
  margin: 0;
  border: 0;
}

.form-popup__checkbox-list {
  display: grid;
  gap: 6px;
  margin-top: 6px;
}

.form-popup__checkbox-option {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
}

.form-popup__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
}
.form-popup__success strong {
  display: block;
  margin-top: 14px;
  color: #313131;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.form-popup__success p {
  max-width: 340px;
  margin: 10px 0 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.form-popup__success-text {
  margin: 10px 0 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.form-popup__success[hidden] {
  display: none;
}

.form-popup__success-icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: #efffed;
  background: #3dc255;
  border-radius: 50%;
}
.form-popup__success-icon svg {
  width: 32px;
  height: 32px;
}

.form-popup--lk-doc-act .form-popup__dialog,
.form-popup--lk-doc-difference .form-popup__dialog {
  max-width: 409px;
}

.form-popup--lk-doc-act .form-popup__form,
.form-popup--lk-doc-difference .form-popup__form {
  gap: 14px;
}

.form-popup--lk-doc-difference .form-popup__textarea {
  min-height: 94px;
}

.form-popup--lk-doc-act.is-success .form-popup__header,
.form-popup--lk-doc-difference.is-success .form-popup__header {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}

.form-popup--lk-doc-act.is-success .form-popup__heading,
.form-popup--lk-doc-difference.is-success .form-popup__heading {
  display: none;
}

.form-popup__form[hidden] {
  display: none;
}

.lk-auth-card {
  width: 100%;
  background: #f5f5f5;
  border-radius: 26px;
  padding: 22px 16px;
  margin-inline: auto;
}

.lk-auth-card--login {
  max-width: 445px;
}
@media (min-width: 744px) {
  .lk-auth-card--login {
    padding: 40px;
  }
}

.lk-auth-card--registration {
  max-width: 700px;
}
@media (min-width: 744px) {
  .lk-auth-card--registration {
    padding: 40px 77px;
  }
}
@media (min-width: 1200px) {
  .lk-auth-card--registration {
    height: 100%;
    max-width: 680px;
    min-height: 677px;
  }
}

.lk-auth-card__inner {
  width: 100%;
}

.lk-auth-card--registration .lk-auth-card__inner {
  max-width: 516px;
  margin-inline: auto;
}

.lk-auth-card__login-icon,
.lk-auth-card__registration-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-inline: auto;
}
@media (min-width: 744px) {
  .lk-auth-card__login-icon,
  .lk-auth-card__registration-icon {
    width: 74px;
    height: 74px;
  }
}

@media (min-width: 1200px) {
  .lk-auth-card__registration-icon {
    margin: 0;
  }
}

.lk-auth-card__title {
  margin-top: 12px;
  color: #313131;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 744px) {
  .lk-auth-card__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .lk-auth-card__title {
    font-size: 40px;
  }
}
.lk-auth-card--registration .lk-auth-card__title {
  margin-top: 20px;
}
@media (min-width: 744px) {
  .lk-auth-card--registration .lk-auth-card__title {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-auth-card--registration .lk-auth-card__title {
    text-align: left;
  }
}

.lk-auth-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
@media (min-width: 744px) {
  .lk-auth-form {
    margin-top: 24px;
  }
}

.lk-auth-form--registration {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.lk-auth-field {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.lk-auth-field--wide {
  grid-column: 1/-1;
}

.lk-auth-field__label {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.lk-auth-field__required {
  color: #f92214;
}

.lk-auth-field__control-wrap,
.lk-auth-file {
  position: relative;
  display: flex;
  min-width: 0;
  height: 40px;
  align-items: center;
  color: rgba(49, 49, 49, 0.45);
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}

.lk-auth-field__control-wrap:focus-within,
.lk-auth-file:focus-within {
  border-color: #ee741e;
}

.lk-auth-field__icon,
.lk-auth-file__icon {
  position: absolute;
  z-index: 1;
  left: 12px;
  width: 16px;
  height: 16px;
  color: rgba(49, 49, 49, 0.45);
  pointer-events: none;
}

.lk-auth-field__control {
  width: 100%;
  height: 100%;
  min-height: 40px;
  min-width: 0;
  padding: 0 12px 0 38px;
  color: #313131;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.lk-auth-field__control::placeholder {
  color: rgba(49, 49, 49, 0.28);
  opacity: 1;
}

.lk-auth-file {
  cursor: pointer;
  overflow: hidden;
}

.lk-auth-file__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.lk-auth-file__text {
  overflow: hidden;
  padding-left: 38px;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lk-auth-form__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lk-auth-check {
  cursor: pointer;
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 8px;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
}

.lk-auth-check__input {
  cursor: pointer;
  appearance: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 1px 0 0;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.lk-auth-check__input::before {
  display: block;
  width: 5px;
  height: 9px;
  margin: 1px auto 0;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.lk-auth-check__input:checked {
  background: #ee741e;
  border-color: #ee741e;
}

.lk-auth-check__input:checked::before {
  opacity: 1;
}

.lk-auth-check__input:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-auth-form__forgot,
.lk-auth-check a {
  color: #348bdc;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lk-auth-form__forgot:hover,
.lk-auth-check a:hover {
  text-decoration: none;
}

.lk-auth-form__forgot:focus-visible,
.lk-auth-check a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-auth-form__forgot {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1.3;
}

.lk-auth-form__submit {
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  margin-top: 12px;
  background: #ee741e;
  border: 0;
  border-radius: 8px;
  font-family: "Golos Text", Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .lk-auth-form__submit:hover {
    background: #984409;
  }
}

.lk-auth-form__submit:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-auth-check--policy {
  margin-top: 6px;
  align-items: center;
}
.lk-auth-check--policy a {
  color: #ee741e;
}

.lk-video-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  isolation: isolate;
}
@media (min-width: 744px) {
  .lk-video-card {
    min-height: 580px;
  }
}
@media (min-width: 1200px) {
  .lk-video-card {
    height: 100%;
    max-height: 677px;
  }
}

.lk-video-card__picture,
.lk-video-card__image,
.lk-video-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lk-video-card__image {
  object-fit: cover;
  object-position: 50% 50%;
}

.lk-video-card__shade {
  z-index: 1;
  background: rgba(0, 0, 0, 0.42);
}

.lk-video-card__play {
  position: absolute;
  z-index: 2;
  inset: 0;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 25px;
  color: #fff;
  background: transparent;
  border: 0;
  text-align: center;
}

.lk-video-card__play:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: -4px;
}

.lk-video-card__play-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  background: rgba(49, 49, 49, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  backdrop-filter: blur(2px);
  transition: transform 0.2s ease;
}

.lk-video-card__play-icon svg {
  width: 32px;
  height: 32px;
}

.lk-video-card__play:hover .lk-video-card__play-icon {
  transform: scale(1.15);
}

.lk-video-card__title {
  max-width: 300px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.lk-video-card__title-break {
  display: none;
}
@media (min-width: 744px) {
  .lk-video-card__title-break {
    display: block;
  }
}

.lk-video-card--dashboard {
  min-height: 244px;
  height: 100%;
  border-radius: 16px;
}

.lk-video-card--dashboard .lk-video-card__play {
  gap: 12px;
  padding: 20px;
}

.lk-video-card--dashboard .lk-video-card__title {
  max-width: 550px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.lk-video-popup {
  position: fixed;
  z-index: 1300;
  inset: 0;
  display: grid;
  padding: 16px;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.lk-video-popup.is-open {
  visibility: visible;
  opacity: 1;
}

.lk-video-popup[hidden] {
  display: none;
}

.lk-video-popup__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.52);
  border: 0;
  cursor: default;
}

.lk-video-popup__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 20px;
  color: #313131;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  outline: 0;
  transform: translateY(10px) scale(0.985);
  transition: transform 0.18s ease;
}
.form-popup.is-open .lk-video-popup__dialog {
  transform: translateY(0) scale(1);
}
@media (min-width: 744px) {
  .lk-video-popup__dialog {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lk-video-popup__dialog {
    transition: none;
  }
}

.lk-video-popup.is-open .lk-video-popup__dialog {
  transform: translateY(0) scale(1);
}

.lk-video-popup__header {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.lk-video-popup__title {
  min-width: 0;
  padding-top: 6px;
  color: #313131;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-video-popup__title {
    font-size: 28px;
  }
}

.lk-video-popup__close {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  color: #313131;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.lk-video-popup__close::before, .lk-video-popup__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background: currentColor;
  content: "";
}
.lk-video-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lk-video-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .lk-video-popup__close:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.lk-video-popup__close:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-video-popup__close svg {
  width: 16px;
  height: 16px;
}

.lk-video-popup__close:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-video-popup__video {
  display: block;
  width: 100%;
  max-height: calc(100dvh - 100px);
  aspect-ratio: 16/9;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}

.is-lk-video-popup-open {
  overflow: hidden;
}

.lk-mobile-toolbar {
  display: flex;
  min-width: 0;
  gap: 8px;
  margin-bottom: 8px;
}
@media (min-width: 744px) {
  .lk-mobile-toolbar {
    display: none;
  }
}

.lk-mobile-toolbar__menu,
.lk-mobile-toolbar__current {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.lk-mobile-toolbar__menu {
  cursor: pointer;
  flex: 0 0 auto;
  color: #ffffff;
  background: #ee741e;
  border: 1px solid #ee741e;
}
.lk-mobile-toolbar__menu svg {
  width: 18px;
  height: 18px;
}
.lk-mobile-toolbar__menu:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-mobile-toolbar__current {
  min-width: 0;
  flex: 1 1 auto;
  color: #313131;
  background: #f5f5f5;
  border: 1px solid transparent;
}
.lk-mobile-toolbar__current svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #7f7f7f;
}
.lk-mobile-toolbar__current span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lk-mobile-toolbar__current:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-sidebar {
  position: fixed;
  z-index: 1250;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
.lk-sidebar.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 744px) {
  .lk-sidebar {
    position: relative;
    z-index: 1;
    inset: auto;
    min-width: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: none;
  }
}

.lk-sidebar__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.28);
  border: 0;
}
@media (min-width: 744px) {
  .lk-sidebar__backdrop {
    display: none;
  }
}

.lk-sidebar__panel {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  width: min(368px, 100% - 16px);
  height: 100%;
  padding: 22px 16px 24px;
  background: #ffffff;
  box-shadow: 18px 0 36px rgba(0, 0, 0, 0.14);
  transform: translateX(-100%);
  transition: transform 0.18s ease;
}
.lk-sidebar.is-open .lk-sidebar__panel {
  transform: translateX(0);
}
@media (min-width: 744px) {
  .lk-sidebar__panel {
    position: sticky;
    top: calc(var(--site-header-height) + 12px);
    overflow: visible;
    width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    transition: none;
  }
}

.lk-sidebar__close {
  position: relative;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  padding: 0;
  color: #313131;
  background: #f5f5f5;
  border: 0;
  border-radius: 8px;
}
.lk-sidebar__close::before, .lk-sidebar__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background: currentColor;
  content: "";
}
.lk-sidebar__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lk-sidebar__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lk-sidebar__close:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .lk-sidebar__close {
    display: none;
  }
}

.lk-sidebar__nav {
  padding: 12px;
  background: #f5f5f5;
  border-radius: 20px;
}

.lk-sidebar__list {
  display: grid;
  gap: 8px;
}

.lk-sidebar__link {
  display: flex;
  min-width: 0;
  min-height: 53px;
  align-items: center;
  gap: 8px;
  padding: 16px 12px 16px 8px;
  background: #ffffff;
  border-radius: 12px;
  border-left: 4px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.lk-sidebar__link.is-active {
  border-color: #ee741e;
}
.lk-sidebar__link.is-logout {
  box-shadow: none;
  background: none;
}
.lk-sidebar__link.is-disabled {
  cursor: default;
  color: #dbdbdb;
  box-shadow: none;
}
@media (hover: hover) {
  .lk-sidebar__link:not(.is-logout, .is-disabled):hover {
    background: #fff3ec;
    box-shadow: none;
  }
}
.lk-sidebar__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .lk-sidebar__link {
    min-height: 50px;
    min-width: 68px;
    justify-content: center;
    padding: 16px 12px 16px 8px;
  }
}
@media (min-width: 1200px) {
  .lk-sidebar__link {
    min-height: 53px;
    justify-content: flex-start;
  }
}

.lk-sidebar__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #7f7f7f;
}
.lk-sidebar__link.is-disabled .lk-sidebar__icon {
  color: #dbdbdb;
}

.lk-sidebar__label {
  min-width: 0;
  flex: 1 1 auto;
}
@media (min-width: 744px) {
  .lk-sidebar__label {
    display: none;
  }
}
@media (min-width: 1200px) {
  .lk-sidebar__label {
    display: block;
  }
}

.lk-sidebar__count {
  flex: 0 0 auto;
  color: #7f7f7f;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.lk-sidebar__link:hover .lk-sidebar__count {
  opacity: 1;
}

.lk-sidebar__manager {
  margin-top: 12px;
}

.is-lk-menu-open {
  overflow: hidden;
}

.lk-manager-card {
  padding: 16px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
}

.lk-manager-card__eyebrow {
  margin-bottom: 13px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}

.lk-manager-card__person {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #313131;
  background: transparent;
  border: 0;
  text-align: left;
}
.lk-manager-card:not(.lk-manager-card--popup, .lk-manager-card--personal) .lk-manager-card__person {
  cursor: pointer;
}
@media (hover: hover) {
  .lk-manager-card:not(.lk-manager-card--popup, .lk-manager-card--personal) .lk-manager-card__person:hover .lk-manager-card__name {
    color: #ee741e;
  }
}
.lk-manager-card__person:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-manager-card__avatar-wrap {
  overflow: hidden;
  display: block;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  border-radius: 50%;
}

.lk-manager-card__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.lk-manager-card__name {
  min-width: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  transition: color 0.2s ease;
}

.lk-manager-card__contacts {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.lk-manager-card__contact {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.lk-manager-card__contact svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #dbdbdb;
}
.lk-manager-card__contact span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (hover: hover) {
  .lk-manager-card__contact:hover {
    color: #ee741e;
  }
}
.lk-manager-card__contact:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-manager-card__actions {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.lk-manager-card__button {
  cursor: pointer;
  min-height: 40px;
  padding: 5px 16px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .lk-manager-card__button:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.lk-manager-card__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-manager-card__button--plain {
  border-color: transparent;
}

@media (min-width: 744px) {
  .lk-manager-card--sidebar {
    padding: 10px 8px;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--sidebar {
    padding: 16px;
  }
}

@media (min-width: 744px) {
  .lk-manager-card--sidebar .lk-manager-card__eyebrow {
    display: none;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--sidebar .lk-manager-card__eyebrow {
    display: block;
  }
}

@media (min-width: 744px) {
  .lk-manager-card--sidebar .lk-manager-card__person {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--sidebar .lk-manager-card__person {
    justify-content: flex-start;
  }
}

@media (min-width: 744px) {
  .lk-manager-card--sidebar .lk-manager-card__name {
    display: none;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--sidebar .lk-manager-card__name {
    display: block;
  }
}

@media (min-width: 744px) {
  .lk-manager-card--sidebar .lk-manager-card__contacts {
    justify-items: center;
    gap: 4px;
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--sidebar .lk-manager-card__contacts {
    justify-items: stretch;
    gap: 8px;
    margin-top: 12px;
  }
}

@media (min-width: 744px) {
  .lk-manager-card--sidebar .lk-manager-card__contact {
    justify-content: center;
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--sidebar .lk-manager-card__contact {
    justify-content: flex-start;
    width: auto;
    height: auto;
  }
}

@media (min-width: 744px) {
  .lk-manager-card--sidebar .lk-manager-card__contact span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--sidebar .lk-manager-card__contact span {
    display: inline;
  }
}

@media (min-width: 744px) {
  .lk-manager-card--sidebar .lk-manager-card__actions {
    display: none;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--sidebar .lk-manager-card__actions {
    display: grid;
  }
}

.lk-manager-card--popup {
  margin-top: 16px;
}

.promo-banner-small {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  padding: 20px;
  background: #fff3ec;
  border: 1px solid #ee741e;
  border-radius: 16px;
}

.promo-banner-small__label {
  align-self: flex-start;
  padding: 8px 12px;
  background: #ffe0cb;
  border-radius: 999px;
  color: #ee741e;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

.promo-banner-small__title {
  max-width: 400px;
  margin-top: 16px;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .promo-banner-small__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .promo-banner-small__title {
    font-size: 28px;
  }
}

.promo-banner-small__text {
  max-width: 450px;
  margin-top: 16px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.lk-debt-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 16px;
  background: #fff6e5;
  border: 1px solid #ffc300;
  border-radius: 12px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.lk-debt-notice p {
  margin: 0;
}
.lk-debt-notice a {
  color: #ee741e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (min-width: 744px) {
  .lk-debt-notice {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .lk-debt-notice {
    font-size: 20px;
  }
}

.lk-debt-notice__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.lk-active-orders {
  padding: 20px 16px;
  background: #ffffff;
  border-radius: 16px;
}

.lk-active-orders__header {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lk-active-orders__title {
  min-width: 0;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-active-orders__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-active-orders__title {
    font-size: 28px;
  }
}

.lk-active-orders__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 0 8px;
  color: #ee741e;
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .lk-active-orders__all:hover {
    color: #a84905;
  }
}
.lk-active-orders__all--desktop {
  display: none;
}
.lk-active-orders__all--mobile {
  margin-top: 16px;
}
@media (min-width: 744px) {
  .lk-active-orders__all--mobile {
    display: none;
  }
  .lk-active-orders__all--desktop {
    display: inline-flex;
  }
}
.lk-active-orders__all:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-active-orders__all-icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.lk-active-orders__list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.lk-order-card {
  position: relative;
  min-width: 0;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 10px;
}
@media (min-width: 744px) {
  .lk-order-card {
    min-height: 88px;
    padding: 10px 12px;
  }
}
@media (min-width: 1200px) {
  .lk-order-card {
    min-height: 96px;
    padding: 12px 14px;
    border-radius: 12px;
  }
}

.lk-order-card__head {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 5px 12px;
}
@media (min-width: 1200px) {
  .lk-order-card__head {
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: center;
  }
}

.lk-order-card__identity {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 12px;
}
@media (min-width: 1200px) {
  .lk-order-card__identity {
    flex-wrap: nowrap;
  }
}

.lk-order-card__number {
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 744px) {
  .lk-order-card__number {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .lk-order-card__number {
    font-size: 22px;
  }
}

.lk-order-card__date {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .lk-order-card__date {
    font-size: 22px;
    font-weight: 600;
  }
}

.lk-order-card__status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  gap: 4px;
  grid-column: 1;
  padding: 3px 12px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
.lk-order-card__status svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
@media (min-width: 1200px) {
  .lk-order-card__status {
    grid-column: 2;
    grid-row: 1;
  }
}

.lk-order-card__status--processing {
  color: #ee741e;
  background: #fff3ec;
}

.lk-order-card__status--ready {
  color: #3dc255;
  background: #efffed;
}

.lk-order-card__count {
  grid-column: 2;
  grid-row: 1;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .lk-order-card__count {
    grid-column: 3;
    justify-self: end;
  }
}

.lk-order-card__price {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 744px) {
  .lk-order-card__price {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .lk-order-card__price {
    position: absolute;
    right: 16px;
    bottom: 12px;
    grid-column: auto;
    grid-row: auto;
    font-size: 22px;
  }
}
.lk-order-card__price span {
  color: #7f7f7f;
}

.lk-order-card__steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media (min-width: 744px) {
  .lk-order-card__steps {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .lk-order-card__steps {
    width: calc(100% - 150px);
    max-width: 660px;
  }
}

.lk-order-card__step {
  min-width: 0;
  padding: 4px 12px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.3;
}
.lk-order-card__step span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(127, 127, 127, 0.65);
}
.lk-order-card__step svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #7f7f7f;
}
.lk-order-card__step a {
  display: inline-block;
  margin-top: 4px;
  color: #ee741e;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.lk-order-card__step b {
  display: inline-block;
  margin-top: 4px;
  color: #313131;
  font-weight: 400;
}

.lk-dashboard-links {
  display: grid;
  gap: 12px;
}

.lk-dashboard-links__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 744px) {
  .lk-dashboard-links__summary {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  }
}
@media (min-width: 1200px) {
  .lk-dashboard-links__summary {
    grid-template-columns: minmax(0, 0.9422fr) minmax(0, 1fr);
  }
}

.lk-dashboard-tile {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  height: 175px;
  padding: 16px;
  color: #313131;
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lk-dashboard-tile:hover {
  border-color: #ee741e;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
}
.lk-dashboard-tile:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-dashboard-tile__icon {
  width: 30px;
  height: 30px;
  color: #ee741e;
}

.lk-dashboard-tile__title {
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-dashboard-tile__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-dashboard-tile__title {
    font-size: 28px;
  }
}

.lk-dashboard-tile__watermark {
  display: none;
}
@media (min-width: 1200px) {
  .lk-dashboard-tile__watermark {
    position: absolute;
    top: -72px;
    right: -72px;
    display: block;
    width: 300px;
    height: 300px;
    color: #f5f5f5;
  }
}

.lk-dashboard-tile__favorites {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
}
.lk-dashboard-tile__favorites > span {
  overflow: hidden;
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  place-items: center;
  margin-left: -32px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
}
.lk-dashboard-tile__favorites > span:first-child {
  margin-left: 0;
}
.lk-dashboard-tile__favorites > span:nth-child(n+3):not(.lk-dashboard-tile__favorite-count) {
  display: none;
}
@media (min-width: 1200px) {
  .lk-dashboard-tile__favorites > span:nth-child(n+3):not(.lk-dashboard-tile__favorite-count) {
    display: grid;
  }
}
.lk-dashboard-tile__favorites img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
@media (min-width: 744px) {
  .lk-dashboard-tile__favorites {
    right: 6px;
    bottom: 44px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .lk-dashboard-tile__favorites {
    right: 37px;
  }
}

.lk-dashboard-tile__favorite-count {
  margin-left: -24px !important;
  color: #313131;
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.lk-dashboard-links__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 744px) {
  .lk-dashboard-links__actions {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (min-width: 1200px) {
  .lk-dashboard-links__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lk-action-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 196px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 16px 24px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) {
  .lk-action-card:hover {
    border-color: #ee741e;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  }
}
.lk-action-card:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .lk-action-card {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .lk-action-card {
    height: 168px;
    padding: 12px 16px 20px;
  }
}

.lk-action-card--accent {
  border-color: #ee741e;
}
@media (hover: hover) {
  .lk-action-card--accent:hover {
    border-color: #ee741e;
  }
}

.lk-action-card--catalog {
  grid-column: 1/-1;
  height: 156px;
}
@media (min-width: 744px) {
  .lk-action-card--catalog {
    grid-column: auto;
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .lk-action-card--catalog {
    height: 168px;
  }
}

.lk-action-card__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: #ee741e;
}

.lk-action-card__title {
  margin-top: 12px;
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-action-card__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-action-card__title {
    font-size: 28px;
  }
}

.lk-action-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #ee741e;
  font-size: 16px;
  line-height: 1.3;
}

.lk-action-card__arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.lk-quick-order {
  min-width: 0;
  padding: 16px 12px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .lk-quick-order {
    padding: 20px;
  }
}

.lk-quick-order__title {
  margin-bottom: 14px;
  color: #313131;
  font-size: 20px;
  line-height: 1.15;
}
@media (min-width: 744px) {
  .lk-quick-order__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-quick-order__title {
    font-size: 28px;
  }
}

.lk-quick-order__body {
  min-width: 0;
  padding: 20px 16px;
  background: #ffffff;
  border-radius: 16px;
}

.lk-quick-order__tabs {
  display: flex;
  width: 220px;
  max-width: 100%;
  height: 44px;
  padding: 4px;
  background: #f5f5f5;
  border-radius: 8px;
}

.lk-quick-order__tab {
  cursor: pointer;
  display: flex;
  min-width: 0;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  color: #7f7f7f;
  background: transparent;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.25;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.lk-quick-order__tab.is-active {
  color: #ee741e;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}
@media (hover: hover) {
  .lk-quick-order__tab:not(.is-active):hover {
    color: #313131;
  }
}
.lk-quick-order__tab:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-quick-order__panel {
  min-width: 0;
}
.lk-quick-order__panel[hidden] {
  display: none;
}

.lk-quick-order__description {
  margin-top: 16px;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
}

.lk-quick-order__textarea {
  display: block;
  width: 100%;
  height: 340px;
  margin-top: 12px;
  padding: 10px 12px;
  resize: vertical;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
}
.lk-quick-order__textarea::placeholder {
  color: #dbdbdb;
  opacity: 1;
}
.lk-quick-order__textarea:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-quick-order__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
}
@media (min-width: 744px) {
  .lk-quick-order__actions {
    display: flex;
    align-items: center;
  }
}

.lk-quick-order__button {
  cursor: pointer;
  min-height: 40px;
  padding: 7px 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.25;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.lk-quick-order__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .lk-quick-order__button {
    flex: 0 0 auto;
  }
}

.lk-quick-order__button--clear {
  color: #ee741e;
  background: #ffffff;
  border: 1px dashed #ee741e;
}
@media (hover: hover) {
  .lk-quick-order__button--clear:hover {
    background: #fff3ec;
  }
}
@media (min-width: 744px) {
  .lk-quick-order__button--clear {
    min-width: 188px;
  }
}

.lk-quick-order__button--submit {
  color: #ffffff;
  background: #ee741e;
  border: 1px solid #ee741e;
}
.lk-quick-order__button--submit:disabled {
  cursor: default;
  color: #b9b9b9;
  background: #f5f5f5;
  border-color: #dbdbdb;
}
@media (hover: hover) {
  .lk-quick-order__button--submit:not(:disabled):hover {
    background: #984409;
    border-color: #984409;
  }
}
@media (min-width: 744px) {
  .lk-quick-order__button--submit {
    min-width: 190px;
  }
}

.lk-quick-order__dropzone {
  display: flex;
  height: 282px;
  margin-top: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 16px;
  text-align: center;
}

.lk-quick-order__file-image {
  width: 129px;
  height: 80px;
  flex: 0 0 auto;
  object-fit: contain;
}

.lk-quick-order__file-name {
  display: block;
  max-width: 100%;
  margin-top: 2px;
  overflow: hidden;
  color: #b9b9b9;
  font-size: 14px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lk-quick-order__upload-button {
  cursor: pointer;
  display: inline-flex;
  min-height: 32px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 3px 16px;
  color: #ee741e;
  background: #fff;
  border: 1px dashed #ee741e;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
  transition: background-color 0.2s ease;
}
.lk-quick-order__upload-button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
@media (hover: hover) {
  .lk-quick-order__upload-button:hover {
    background: #fff3ec;
  }
}
.lk-quick-order__upload-button:has(input:focus-visible) {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-my-orders {
  min-width: 0;
  padding: 16px 12px;
  border-radius: 20px;
  background: #f5f5f5;
}
@media (min-width: 1200px) {
  .lk-my-orders {
    padding: 20px;
  }
}

.lk-my-orders__title {
  margin: 0;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-my-orders__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-my-orders__title {
    font-size: 28px;
  }
}

.lk-my-orders-tabs {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-top: 16px;
  padding: 4px;
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}

.lk-my-orders-tabs__link {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 20px;
  border-radius: 6px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.lk-my-orders-tabs__link.is-active {
  color: #ee741e;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}
@media (hover: hover) {
  .lk-my-orders-tabs__link:hover:not(.is-active) {
    color: #ee741e;
  }
}
.lk-my-orders-tabs__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.lk-my-orders-tabs__link span {
  color: #7f7f7f;
}

.lk-my-orders__list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.lk-my-order-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 12px;
  background: #ffffff;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .lk-my-order-card {
    display: block;
    padding: 16px;
  }
}

.lk-my-order-card__summary {
  position: relative;
  min-width: 0;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 12px;
}
@media (min-width: 744px) {
  .lk-my-order-card__summary {
    padding: 12px 16px;
  }
}

.lk-my-order-card__headline {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding-right: 110px;
}
@media (min-width: 744px) {
  .lk-my-order-card__headline {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 140px;
  }
}
@media (min-width: 1200px) {
  .lk-my-order-card__headline {
    align-items: center;
    padding-right: 160px;
  }
}

.lk-my-order-card__identity {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0 12px;
}
@media (min-width: 744px) {
  .lk-my-order-card__identity {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .lk-my-order-card__identity {
    flex-direction: row;
    align-items: baseline;
  }
}

.lk-my-order-card__number {
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 744px) {
  .lk-my-order-card__number {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .lk-my-order-card__number {
    font-size: 22px;
  }
}

.lk-my-order-card__date {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .lk-my-order-card__date {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
  }
}

.lk-my-order-card__status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  gap: 4px;
  padding: 3px 12px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
.lk-my-order-card__status svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.lk-my-order-card__status--processing {
  color: #ee741e;
  background: #fff3ec;
}

.lk-my-order-card__status--ready {
  color: #3dc255;
  background: #efffed;
}

.lk-my-order-card__status--waiting {
  color: #c19600;
  background: #fff6e5;
  border-color: #ffc300;
}

.lk-my-order-card__status--delivery {
  color: #348bdc;
  background: #cae5ff;
  border-color: #78bcfe;
}

.lk-my-order-card__status--cancelled {
  color: #f92214;
  background: #ffe1df;
}

.lk-my-order-card__status--fulfilled {
  color: #ffffff;
  background: #3dc255;
  border-color: #228234;
}

.lk-my-order-card__meta {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
@media (min-width: 744px) {
  .lk-my-order-card__meta {
    right: 16px;
  }
}
@media (min-width: 1200px) {
  .lk-my-order-card__meta {
    bottom: 12px;
    justify-content: space-between;
  }
}

.lk-my-order-card__count {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}

.lk-my-order-card__price {
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
}
.lk-my-order-card__price span {
  color: #7f7f7f;
}
@media (min-width: 744px) {
  .lk-my-order-card__price {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .lk-my-order-card__price {
    font-size: 22px;
  }
}

.lk-my-order-card__steps {
  display: grid;
  min-width: 0;
  gap: 8px;
  margin-top: 12px;
}
@media (min-width: 744px) {
  .lk-my-order-card__steps {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media (min-width: 1200px) {
  .lk-my-order-card__steps {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 165px);
    max-width: 760px;
  }
}

.lk-my-order-card__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 4px 12px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.3;
}

.lk-my-order-card__step-label {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
  color: rgba(127, 127, 127, 0.65);
  white-space: nowrap;
}
.lk-my-order-card__step-label svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #7f7f7f;
}

.lk-my-order-card__step-links {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 2px 12px;
  margin-top: 4px;
}
.lk-my-order-card__step-links a {
  color: #ee741e;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.lk-my-order-card__step-value {
  display: block;
  min-width: 0;
  margin-top: 4px;
  overflow-wrap: anywhere;
  color: #313131;
}
.lk-my-order-card__step-value.is-underlined {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.lk-my-order-card__shipping {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 8px;
  padding: 12px 16px;
  background: #fff3ec;
  border-radius: 12px;
}
@media (min-width: 744px) {
  .lk-my-order-card__shipping {
    margin-top: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.lk-my-order-card__shipping-info {
  display: grid;
  gap: 8px;
}
.lk-my-order-card__shipping-info strong {
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.lk-my-order-card__shipping-info span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}
.lk-my-order-card__shipping-info span i {
  font-style: normal;
  color: #313131;
}
.lk-my-order-card__shipping-info svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.lk-my-order-card__track {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px dashed #ee741e;
  border-radius: 6px;
  color: #ee741e;
  font-size: 14px;
  line-height: 1.3;
  background: #ffffff;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) {
  .lk-my-order-card__track:hover {
    color: #ffffff;
    background: #ee741e;
  }
}
.lk-my-order-card__track:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-my-order-card__products {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.lk-my-order-card__product {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
}
.lk-my-order-card__product span:last-child {
  color: #7f7f7f;
  white-space: nowrap;
}

.lk-my-order-card__more-products {
  margin-top: 4px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.lk-my-order-card__actions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
}

.lk-my-order-card__details {
  display: inline-flex;
  min-width: 0;
  min-height: 24px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: #ee741e;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
.lk-my-order-card__details svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}
@media (min-width: 744px) {
  .lk-my-order-card__details {
    min-height: 40px;
    font-size: 16px;
  }
  .lk-my-order-card__details svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}
@media (hover: hover) {
  .lk-my-order-card__details:hover {
    color: #a84905;
  }
}
.lk-my-order-card__details:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-my-order-card__actions-right {
  display: flex;
  min-height: 24px;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 8px;
}
@media (min-width: 744px) {
  .lk-my-order-card__actions-right {
    gap: 12px;
  }
}

.lk-my-order-card__claim {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 744px) {
  .lk-my-order-card__claim {
    min-height: 40px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .lk-my-order-card__claim:hover {
    color: #ee741e;
  }
}
.lk-my-order-card__claim:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-my-order-card__button {
  cursor: pointer;
  display: inline-flex;
  min-height: 24px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 8px;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
.lk-my-order-card__button svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
@media (min-width: 744px) {
  .lk-my-order-card__button {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 16px;
  }
  .lk-my-order-card__button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }
}
.lk-my-order-card__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-my-order-card__button--cancel {
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .lk-my-order-card__button--cancel:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}

.lk-my-order-card__button--repeat {
  color: #ffffff;
  background: #ee741e;
  border: 1px solid #ee741e;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .lk-my-order-card__button--repeat:hover {
    background: #a84905;
  }
}

.lk-my-order-card--archive .lk-my-order-card__button--repeat {
  display: none;
}
@media (min-width: 744px) {
  .lk-my-order-card--archive .lk-my-order-card__button--repeat {
    display: inline-flex;
  }
}

.lk-order-details {
  min-width: 0;
  padding: 12px 8px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .lk-order-details {
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .lk-order-details {
    padding: 20px;
  }
}

.lk-order-details__heading {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.lk-order-details__back {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  color: #313131;
  background: #ffffff;
  border-radius: 8px;
}
.lk-order-details__back svg {
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .lk-order-details__back:hover {
    color: #ee741e;
  }
}
.lk-order-details__back:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-order-details__title {
  min-width: 0;
  margin: 0;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-order-details__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-order-details__title {
    font-size: 28px;
  }
}

.lk-order-details__body {
  min-width: 0;
  padding: 16px;
  background: #ffffff;
  border-radius: 16px;
}

.lk-order-details__invoices {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .lk-order-details__invoices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lk-order-details-invoice {
  min-width: 0;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 12px;
}
@media (min-width: 744px) {
  .lk-order-details-invoice {
    padding: 16px;
  }
}

.lk-order-details-invoice__tags {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px;
}
.lk-order-details-invoice__tags span {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 4px 8px;
  color: #313131;
  background: #ffffff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
}

.lk-order-details-invoice__address {
  display: inline-block;
  margin-top: 12px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .lk-order-details-invoice__address:hover {
    color: #ee741e;
  }
}
.lk-order-details-invoice__address:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-order-details__comment {
  margin-top: 16px;
}

.lk-order-details__comment-label {
  display: block;
  margin-bottom: 12px;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
}

.lk-order-details__comment-field {
  display: block;
  width: 100%;
  min-height: 180px;
  padding: 5px 12px;
  resize: none;
  color: #525252;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
}
.lk-order-details__comment-field:focus {
  outline: 0;
}
@media (min-width: 744px) {
  .lk-order-details__comment-field {
    min-height: 88px;
  }
}

.lk-order-details__totals {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
}

.lk-order-details__total-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
}
.lk-order-details__total-row dt {
  font-weight: 600;
}
.lk-order-details__total-row dd {
  margin: 0;
  text-align: right;
}

.lk-order-details__total-row--recipient {
  margin-bottom: 4px;
}
.lk-order-details__total-row--recipient dt,
.lk-order-details__total-row--recipient dd {
  font-size: 18px;
}

.lk-order-details__actions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
}

.lk-order-details__claim {
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .lk-order-details__claim:hover {
    color: #ee741e;
  }
}
.lk-order-details__claim:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-order-details__cancel,
.lk-order-details-shipment__repeat {
  cursor: pointer;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 5px 16px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font: inherit;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .lk-order-details__cancel:hover,
  .lk-order-details-shipment__repeat:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.lk-order-details__cancel:focus-visible,
.lk-order-details-shipment__repeat:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-order-details__shipments {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.lk-order-details-shipment {
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
}

.lk-order-details-shipment__header {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 12px;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 744px) {
  .lk-order-details-shipment__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }
}

.lk-order-details-shipment__date {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}
.lk-order-details-shipment__date strong {
  color: #313131;
  font-weight: 600;
}
.lk-order-details-shipment__date i {
  width: 1px;
  height: 14px;
  background: #f5f5f5;
}

.lk-order-details-shipment__invoice {
  color: #ee741e;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .lk-order-details-shipment__invoice:hover {
    color: #a84905;
  }
}
.lk-order-details-shipment__invoice:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-order-details-shipment__products {
  min-width: 0;
}

.lk-order-details-product {
  display: grid;
  min-width: 0;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 744px) {
  .lk-order-details-product {
    grid-template-columns: 90px minmax(0, 1fr) auto;
    padding: 12px 16px;
  }
}

.lk-order-details-product__image-link {
  display: flex;
  width: 50px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 744px) {
  .lk-order-details-product__image-link {
    width: 90px;
  }
}

.lk-order-details-product__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lk-order-details-product__content {
  min-width: 0;
}

.lk-order-details-product__title {
  margin: 0;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.lk-order-details-product__title a {
  color: inherit;
}
@media (hover: hover) {
  .lk-order-details-product__title a:hover {
    color: #ee741e;
  }
}

.lk-order-details-product__article {
  display: inline-flex;
  max-width: 100%;
  min-height: 26px;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding: 4px 8px;
  color: #7f7f7f;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.3;
}
.lk-order-details-product__article svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: #313131;
}
.lk-order-details-product__article strong {
  color: #313131;
  font-weight: 400;
}

.lk-order-details-product__price-wrap {
  display: flex;
  min-width: 0;
  grid-column: 1/-1;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}
@media (min-width: 744px) {
  .lk-order-details-product__price-wrap {
    grid-column: auto;
    justify-content: flex-end;
  }
}

.lk-order-details-product__discount {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  padding: 4px 8px;
  color: #ee741e;
  background: #fff3ec;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.1;
}

.lk-order-details-product__price {
  color: #313131;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 744px) {
  .lk-order-details-product__price {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-order-details-product__price {
    font-size: 22px;
  }
}

.lk-order-details-product__old-price,
.lk-order-details-product__qty {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}

.lk-order-details-shipment__footer {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
}

.lk-order-details-shipment__sum {
  display: flex;
  min-width: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 744px) {
  .lk-order-details-shipment__sum {
    width: auto;
  }
}
.lk-order-details-shipment__sum strong {
  color: #313131;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 744px) {
  .lk-order-details-shipment__sum strong {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-order-details-shipment__sum strong {
    font-size: 22px;
  }
}

.lk-settlements-summary {
  padding: 12px;
  background: #ffffff;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .lk-settlements-summary {
    padding: 16px;
  }
}

.lk-settlements-summary__alert {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #c19600;
  background: #fff6e5;
  border: 1px solid #ffc300;
  border-radius: 12px;
}
.lk-settlements-summary__alert svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.lk-settlements-summary__alert strong {
  min-width: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}
.lk-settlements-summary__alert a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 5px 16px;
  color: #ffffff;
  background: #ee741e;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .lk-settlements-summary__alert a:hover {
    background: #984409;
  }
}
.lk-settlements-summary__alert a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-settlements-summary__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .lk-settlements-summary__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}

.lk-settlements-summary__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 12px;
}
.lk-settlements-summary__card--overdue {
  background: #ffe1df;
}
@media (min-width: 1200px) {
  .lk-settlements-summary__card {
    padding: 16px 12px;
  }
}
.lk-settlements-summary__card > span {
  display: block;
  max-width: 100%;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}
.lk-settlements-summary__card > strong {
  display: block;
  margin-top: 8px;
  color: #313131;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}
.lk-settlements-summary__card > strong i {
  font-style: normal;
  color: #7f7f7f;
}
@media (min-width: 744px) {
  .lk-settlements-summary__card > strong {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-settlements-summary__card > strong {
    font-size: 22px;
  }
}
.lk-settlements-summary__card > small {
  display: block;
  margin-top: 8px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}

.lk-settlements-summary__limit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 6px;
  margin-top: 8px;
}
.lk-settlements-summary__limit > span {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100px;
  height: 4px;
  background: #dbdbdb;
  border-radius: 999px;
}
@media (min-width: 1200px) {
  .lk-settlements-summary__limit > span {
    max-width: 70px;
  }
}
.lk-settlements-summary__limit > span::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 22%;
  background: #ee741e;
  border-radius: inherit;
  content: "";
}
.lk-settlements-summary__limit > small {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.4;
}
.lk-settlements-summary__limit > small i {
  font-style: normal;
  white-space: nowrap;
}

.lk-settlements-table {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
}

.lk-settlements-table__filters {
  padding: 12px;
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 744px) {
  .lk-settlements-table__filters {
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  .lk-settlements-table__filters {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }
}

.lk-settlements-table__filter-line {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.lk-settlements-table__filter-label {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}
.lk-settlements-table__filter-label svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.lk-settlements-table__filter-scroll {
  min-width: 0;
  flex: 1 1 auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.lk-settlements-table__filter-scroll::-webkit-scrollbar {
  display: none;
}

.lk-settlements-table__filter-tags {
  display: flex;
  width: max-content;
  min-width: 520px;
  align-items: center;
  gap: 6px;
}
.lk-settlements-table__filter-tags button {
  cursor: pointer;
  min-height: 30px;
  padding: 5px 14px;
  color: #7f7f7f;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.lk-settlements-table__filter-tags button.is-active {
  color: #ee741e;
  background: #fff3ec;
  border-color: #ee741e;
}
@media (hover: hover) {
  .lk-settlements-table__filter-tags button:hover:not(.is-active) {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.lk-settlements-table__filter-tags button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-settlements-table__period {
  cursor: pointer;
  min-width: 136px;
  min-height: 30px;
  margin-top: 12px;
  padding: 6px 34px 6px 12px;
  color: #313131;
  appearance: none;
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .lk-settlements-table__period {
    margin-top: 0;
  }
}
.lk-settlements-table__period:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-settlements-table__scroll {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #dbdbdb transparent;
}
.lk-settlements-table__scroll table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}
.lk-settlements-table__scroll th,
.lk-settlements-table__scroll td {
  text-align: left;
  vertical-align: middle;
}
.lk-settlements-table__scroll th {
  padding: 10px 16px;
  height: 37px;
  color: #7f7f7f;
  background: #f5f5f5;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
.lk-settlements-table__scroll td {
  padding: 3px 16px;
  height: 60px;
  background: #ffffff;
}
.lk-settlements-table__scroll tbody tr:nth-child(even) td {
  background: #f5f5f5;
}
.lk-settlements-table__scroll th:nth-child(1),
.lk-settlements-table__scroll td:nth-child(1) {
  width: 125px;
}
.lk-settlements-table__scroll th:nth-child(2),
.lk-settlements-table__scroll td:nth-child(2) {
  width: 120px;
}
.lk-settlements-table__scroll th:nth-child(3),
.lk-settlements-table__scroll td:nth-child(3) {
  width: 235px;
}
.lk-settlements-table__scroll th:nth-child(4),
.lk-settlements-table__scroll td:nth-child(4) {
  width: 135px;
}
.lk-settlements-table__scroll th:nth-child(5),
.lk-settlements-table__scroll td:nth-child(5) {
  width: 110px;
}
.lk-settlements-table__scroll th:nth-child(6),
.lk-settlements-table__scroll td:nth-child(6) {
  width: 140px;
}
.lk-settlements-table__scroll th:nth-child(7),
.lk-settlements-table__scroll td:nth-child(7) {
  width: 115px;
}
.lk-settlements-table__scroll td > a:not(.lk-settlements-table__pay) {
  color: #ee741e;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.lk-settlements-table__scroll td > strong,
.lk-settlements-table__scroll td > span:not(.lk-settlements-table__status, .lk-settlements-table__overdue),
.lk-settlements-table__scroll td > small {
  display: block;
}
.lk-settlements-table__scroll td > strong {
  color: #313131;
  font-weight: 400;
}
.lk-settlements-table__scroll td > .is-paid {
  margin-top: 2px;
  color: #3dc255;
  font-size: 12px;
}
.lk-settlements-table__scroll td > small {
  margin-top: 2px;
  font-size: 12px;
}
@media (min-width: 744px) {
  .lk-settlements-table__scroll table {
    min-width: 1030px;
  }
  .lk-settlements-table__scroll th:nth-child(1),
  .lk-settlements-table__scroll td:nth-child(1) {
    width: 145px;
  }
  .lk-settlements-table__scroll th:nth-child(2),
  .lk-settlements-table__scroll td:nth-child(2) {
    width: 145px;
  }
  .lk-settlements-table__scroll th:nth-child(3),
  .lk-settlements-table__scroll td:nth-child(3) {
    width: 255px;
  }
  .lk-settlements-table__scroll th:nth-child(4),
  .lk-settlements-table__scroll td:nth-child(4) {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .lk-settlements-table__scroll {
    overflow-x: visible;
  }
  .lk-settlements-table__scroll table {
    min-width: 0;
  }
  .lk-settlements-table__scroll th:nth-child(1),
  .lk-settlements-table__scroll td:nth-child(1) {
    width: 13%;
  }
  .lk-settlements-table__scroll th:nth-child(2),
  .lk-settlements-table__scroll td:nth-child(2) {
    width: 12%;
  }
  .lk-settlements-table__scroll th:nth-child(3),
  .lk-settlements-table__scroll td:nth-child(3) {
    width: 24%;
  }
  .lk-settlements-table__scroll th:nth-child(4),
  .lk-settlements-table__scroll td:nth-child(4) {
    width: 13%;
  }
  .lk-settlements-table__scroll th:nth-child(5),
  .lk-settlements-table__scroll td:nth-child(5) {
    width: 11%;
  }
  .lk-settlements-table__scroll th:nth-child(6),
  .lk-settlements-table__scroll td:nth-child(6) {
    width: 14%;
  }
  .lk-settlements-table__scroll th:nth-child(7),
  .lk-settlements-table__scroll td:nth-child(7) {
    width: 13%;
  }
}

.lk-settlements-table__status,
.lk-settlements-table__overdue {
  display: inline-flex;
  width: max-content;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}

.lk-settlements-table__status--paid {
  color: #228234;
  background: #efffed;
}

.lk-settlements-table__status--partial {
  color: #348bdc;
  background: #cae5ff;
}

.lk-settlements-table__status--waiting {
  color: #c19600;
  background: #fff6e5;
}

.lk-settlements-table__status--overdue {
  color: #b41004;
  background: #ffe1df;
}

.lk-settlements-table__overdue {
  color: #ffe1df;
  background: #f92214;
  border-radius: 999px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

.lk-settlements-table__pay {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  color: #ee741e;
  background: #ffffff;
  border: 1px dashed #ee741e;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) {
  .lk-settlements-table__pay:hover {
    color: #ffffff;
    background: #ee741e;
  }
}
.lk-settlements-table__pay:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-settlements-table__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  color: #7f7f7f;
  background: #ffffff;
  border-top: 1px solid #dbdbdb;
  font-size: 13px;
}
@media (min-width: 744px) {
  .lk-settlements-table__footer {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
  }
}

.lk-settlements-sync {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}
.lk-settlements-sync button {
  cursor: pointer;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 8px;
  padding: 3px 12px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #313131;
  font-size: 14px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .lk-settlements-sync button:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.lk-settlements-sync button svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.lk-settlements-sync button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .lk-settlements-sync {
    font-size: 14px;
  }
}

.lk-settlements-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lk-settlements-pagination__page,
.lk-settlements-pagination__arrow {
  cursor: pointer;
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.lk-settlements-pagination__page svg,
.lk-settlements-pagination__arrow svg {
  width: 16px;
  height: 16px;
}
.lk-settlements-pagination__page.is-active,
.lk-settlements-pagination__arrow.is-active {
  color: #ffffff;
  background: #313131;
  border-color: #313131;
}
@media (hover: hover) {
  .lk-settlements-pagination__page:hover:not(.is-active),
  .lk-settlements-pagination__arrow:hover:not(.is-active) {
    color: #ee741e;
    background: #ffffff;
    border-color: #ee741e;
  }
}
.lk-settlements-pagination__page:focus-visible,
.lk-settlements-pagination__arrow:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-settlements-pagination__arrow {
  background: #ffffff;
  border-color: #f5f5f5;
}

.lk-settlements-pagination__arrow--next svg {
  transform: rotate(180deg);
}

.lk-settlements-empty {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #ffffff;
  border-radius: 16px;
  text-align: center;
}
.lk-settlements-empty picture {
  display: block;
  width: 128px;
  height: 80px;
}
.lk-settlements-empty img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lk-settlements-empty strong {
  display: block;
  margin-top: 16px;
  color: #313131;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-settlements-empty strong {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-settlements-empty strong {
    font-size: 22px;
  }
}
.lk-settlements-empty p {
  max-width: 360px;
  margin: 16px 0 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.lk-documents {
  display: grid;
  min-width: 0;
  gap: 16px;
}

.lk-documents__head {
  min-width: 0;
}

.lk-documents__head-main {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-top: 16px;
}

.lk-documents__title {
  margin: 0;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-documents__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-documents__title {
    font-size: 28px;
  }
}

.lk-documents-tabs {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 4px;
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}

.lk-documents-tabs__link {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 20px;
  border-radius: 6px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.lk-documents-tabs__link.is-active {
  color: #ee741e;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}
@media (hover: hover) {
  .lk-documents-tabs__link:hover:not(.is-active) {
    color: #ee741e;
  }
}
.lk-documents-tabs__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.lk-documents-tabs__link span {
  color: #7f7f7f;
}

.lk-documents__request,
.lk-documents-empty button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 15px;
  color: #ee741e;
  background: #ffffff;
  border: 1px dashed #ee741e;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.lk-documents__request:hover,
.lk-documents-empty button:hover {
  background: #fff3ec;
}
.lk-documents__request:focus-visible,
.lk-documents-empty button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-documents__request {
  flex: 0 0 auto;
}

.lk-documents-notice {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  color: #313131;
  background: #cae5ff;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.3;
}
.lk-documents-notice svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #348bdc;
}
.lk-documents-notice p {
  margin: 0;
}
.lk-documents-notice a {
  color: #ee741e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lk-documents__list {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.lk-document-card {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 12px;
  background: #ffffff;
  border-radius: 16px;
}
@media (min-width: 744px) {
  .lk-document-card {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .lk-document-card {
    align-items: center;
    column-gap: 16px;
    row-gap: 4px;
    padding: 16px;
  }
}

@media (min-width: 1200px) {
  .lk-document-card--claim {
    min-height: 92px;
  }
}

.lk-document-card__content {
  display: flex;
  min-width: 0;
  width: 100%;
  gap: 8px 12px;
}
.lk-document-card--claim .lk-document-card__content {
  flex-wrap: wrap;
}
@media (min-width: 744px) {
  .lk-document-card__content {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .lk-document-card__content {
    width: auto;
    flex: 1 1 0;
    align-items: center;
    gap: 32px;
  }
}

.lk-document-card__primary {
  display: flex;
  min-width: 0;
  width: calc(46.5% - 6px);
  flex: 0 0 calc(46.5% - 6px);
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 744px) {
  .lk-document-card__primary {
    min-width: 240px;
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .lk-document-card__primary {
    width: 248px;
    flex-basis: 248px;
    gap: 16px;
  }
}

.lk-document-card__details {
  display: flex;
  min-width: 0;
  width: calc(53.5% - 6px);
  flex: 0 0 calc(53.5% - 6px);
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 744px) {
  .lk-document-card__details {
    width: auto;
    flex: 1 1 auto;
    flex-direction: row;
    gap: 16px;
  }
}

.lk-document-card__status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
@media (min-width: 744px) {
  .lk-document-card__status {
    flex: 0 0 auto;
  }
}

.lk-document-card__status--ready {
  color: #228234;
  background: #efffed;
}

.lk-document-card__status--forming {
  color: #348bdc;
  background: #cae5ff;
}

.lk-document-card__status--review {
  color: #c19600;
  background: #fff6e5;
}

.lk-document-card__status--closed {
  color: #7f7f7f;
  background: #dbdbdb;
}

.lk-document-card__number,
.lk-document-card__entity,
.lk-document-card__period,
.lk-document-card__linked-order,
.lk-document-card__topic {
  min-width: 0;
}

.lk-document-card__number strong {
  display: block;
  color: #313131;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.lk-document-card__number span {
  display: block;
  margin-top: 4px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 744px) {
  .lk-document-card__number {
    flex: 0 0 auto;
  }
}

.lk-document-card__entity span,
.lk-document-card__period span,
.lk-document-card__linked-order span,
.lk-document-card__topic span {
  display: block;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}
.lk-document-card__entity strong,
.lk-document-card__entity a,
.lk-document-card__period strong,
.lk-document-card__period a,
.lk-document-card__linked-order strong,
.lk-document-card__linked-order a,
.lk-document-card__topic strong,
.lk-document-card__topic a {
  display: block;
  margin-top: 2px;
  color: #313131;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .lk-document-card__entity strong,
  .lk-document-card__entity a,
  .lk-document-card__period strong,
  .lk-document-card__period a,
  .lk-document-card__linked-order strong,
  .lk-document-card__linked-order a,
  .lk-document-card__topic strong,
  .lk-document-card__topic a {
    font-size: 16px;
  }
}

.lk-document-card__details {
  padding-left: 12px;
  border-left: 1px solid #dbdbdb;
}
@media (min-width: 744px) {
  .lk-document-card__details {
    padding-left: 16px;
  }
}
@media (min-width: 1200px) {
  .lk-document-card__details {
    padding-left: 32px;
  }
}

@media (min-width: 744px) {
  .lk-document-card__period {
    flex: 0 0 105px;
  }
}
@media (min-width: 1200px) {
  .lk-document-card__period {
    flex-basis: 150px;
  }
}

@media (min-width: 744px) {
  .lk-document-card--claim .lk-document-card__primary {
    width: 272px;
    flex-basis: 272px;
  }
}
@media (min-width: 1200px) {
  .lk-document-card--claim .lk-document-card__primary {
    width: 260px;
    flex-basis: 260px;
  }
}

.lk-document-card__linked-order {
  width: calc(53.5% - 6px);
  flex: 0 0 calc(53.5% - 6px);
  padding-left: 12px;
  border-left: 1px solid #dbdbdb;
}
.lk-document-card__linked-order a {
  color: #ee741e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (min-width: 744px) {
  .lk-document-card__linked-order {
    width: auto;
    flex: 0 0 auto;
    padding-left: 16px;
  }
  .lk-document-card--claim .lk-document-card__linked-order {
    flex: 1 1 auto;
  }
}
@media (min-width: 1200px) {
  .lk-document-card__linked-order {
    flex: 0 0 auto;
    padding-left: 32px;
  }
}

.lk-document-card__topic {
  width: 100%;
  flex: 0 0 100%;
}
.lk-document-card__topic strong {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .lk-document-card__topic {
    width: auto;
    flex: 1 1 240px;
  }
}

.lk-document-card__actions {
  display: flex;
  min-width: 0;
  width: 100%;
  flex: 0 0 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}
@media (min-width: 1200px) {
  .lk-document-card__actions {
    width: 190px;
    flex: 0 0 190px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .lk-document-card--claim .lk-document-card__actions {
    width: 180px;
    flex-basis: 180px;
  }
}

.lk-document-card__download {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 16px;
  color: #ffffff;
  background: #313131;
  border: 1px solid #313131;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.lk-document-card__download svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.lk-document-card__download.is-disabled {
  cursor: default;
  color: #dbdbdb;
  background: #f5f5f5;
  border-color: #dbdbdb;
}
@media (hover: hover) {
  .lk-document-card__download:not(.is-disabled):hover {
    color: #fff;
    background: #7f7f7f;
    border-color: #7f7f7f;
  }
}
.lk-document-card__download:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-document-card__difference {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  color: #f92214;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
.lk-document-card__difference.is-muted {
  color: #dbdbdb;
}
@media (hover: hover) {
  .lk-document-card__difference[href]:hover {
    text-decoration: underline;
  }
}
.lk-document-card__difference[href]:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-document-card__note {
  width: 100%;
  flex: 0 0 100%;
  margin: 0;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
}

.lk-documents-empty {
  display: flex;
  min-height: 328px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
  text-align: center;
}
.lk-documents-empty picture {
  display: block;
  width: 129px;
  height: 80px;
}
.lk-documents-empty img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lk-documents-empty strong {
  display: block;
  margin-top: 16px;
  color: #313131;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-documents-empty strong {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-documents-empty strong {
    font-size: 22px;
  }
}
.lk-documents-empty p {
  margin: 8px 0 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}
.lk-documents-empty button {
  margin-top: 16px;
}
@media (min-width: 744px) {
  .lk-documents-empty {
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .lk-documents-empty {
    min-height: 330px;
  }
}

.lk-documents-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .lk-documents-pagination {
    padding: 16px;
  }
}

.lk-documents-pagination__page,
.lk-documents-pagination__arrow {
  cursor: pointer;
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.lk-documents-pagination__page svg,
.lk-documents-pagination__arrow svg {
  width: 16px;
  height: 16px;
}
.lk-documents-pagination__page.is-active,
.lk-documents-pagination__arrow.is-active {
  color: #ffffff;
  background: #313131;
  border-color: #313131;
}
@media (hover: hover) {
  .lk-documents-pagination__page:hover:not(.is-active),
  .lk-documents-pagination__arrow:hover:not(.is-active) {
    color: #ee741e;
    background: #ffffff;
    border-color: #ee741e;
  }
}
.lk-documents-pagination__page:focus-visible,
.lk-documents-pagination__arrow:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-documents-pagination__arrow {
  background: #ffffff;
  border-color: #f5f5f5;
}

.lk-documents-pagination__arrow--next svg {
  transform: rotate(180deg);
}

.lk-documents-sync {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}
.lk-documents-sync button {
  cursor: pointer;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 8px;
  padding: 3px 12px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #313131;
  font-size: 14px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .lk-documents-sync button:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.lk-documents-sync button svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.lk-documents-sync button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .lk-documents-sync {
    font-size: 14px;
  }
}

.lk-products-slider {
  overflow: hidden;
  min-width: 0;
  padding: 12px;
  background: #ffffff;
  border-radius: 18px;
}
@media (min-width: 744px) {
  .lk-products-slider {
    padding: 16px;
  }
}

.lk-products-slider__header {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lk-products-slider__title {
  min-width: 0;
  color: #313131;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-products-slider__title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .lk-products-slider__title {
    font-size: 32px;
  }
}

.lk-products-slider__navigation {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.lk-products-slider__nav {
  cursor: pointer;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.lk-products-slider__nav svg {
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
}
.lk-products-slider__nav--next svg {
  transform: rotate(90deg);
}
.lk-products-slider__nav.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}
@media (hover: hover) {
  .lk-products-slider__nav:not(.swiper-button-disabled):hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.lk-products-slider__nav:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) {
  .lk-products-slider__nav {
    width: 44px;
    height: 44px;
  }
}

.lk-products-slider__swiper {
  overflow: hidden;
  margin-top: 12px;
}

.lk-products-slider__list {
  align-items: stretch;
}

.lk-products-slider__slide {
  display: flex;
  width: min(329px, 100vw - 64px);
  height: auto;
}
.lk-products-slider__slide .product-card {
  width: 100%;
  height: 100%;
}
@media (min-width: 744px) {
  .lk-products-slider__slide {
    width: 329px;
  }
}

.lk-products-slider .product-card__gallery-viewport {
  overflow: hidden;
}

.lk-products-slider__catalog-link {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding: 3px 16px;
  color: #313131;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.lk-products-slider__catalog-link svg {
  width: 18px;
  height: 18px;
}
@media (hover: hover) {
  .lk-products-slider__catalog-link:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.lk-products-slider__catalog-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-manager-popup {
  position: fixed;
  z-index: 1280;
  inset: 0;
  display: grid;
  padding: 16px;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
.lk-manager-popup.is-open {
  visibility: visible;
  opacity: 1;
}

.lk-manager-popup[hidden] {
  display: none;
}

.lk-manager-popup__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.52);
  border: 0;
}

.lk-manager-popup__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 340px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  outline: 0;
  transform: translateY(10px) scale(0.985);
  transition: transform 0.18s ease;
}
.lk-manager-popup.is-open .lk-manager-popup__dialog {
  transform: translateY(0) scale(1);
}

.lk-manager-popup__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.lk-manager-popup__title {
  padding-top: 6px;
  color: #313131;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 700;
}

.lk-manager-popup__close {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  color: #313131;
  background: #f5f5f5;
  border: 0;
  border-radius: 8px;
}
.lk-manager-popup__close::before, .lk-manager-popup__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background: currentColor;
  content: "";
}
.lk-manager-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lk-manager-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lk-manager-popup__close:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.is-lk-manager-popup-open {
  overflow: hidden;
}

.form-popup--lk {
  z-index: 1320;
}

.form-popup--lk .form-popup__dialog {
  max-width: 540px;
}

.form-popup--lk .form-popup__form {
  gap: 16px;
  margin-top: 20px;
}

.form-popup--lk-manager-change .form-popup__textarea {
  min-height: 94px;
}

.lk-personal-summary {
  padding: 12px;
  background: #ffffff;
  border-radius: 16px;
}
@media (min-width: 744px) {
  .lk-personal-summary {
    padding: 16px;
  }
}

.lk-personal-summary__notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  color: #313131;
  background: #cae5ff;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.lk-personal-summary__notice svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #348bdc;
}
.lk-personal-summary__notice p {
  margin: 0;
}
.lk-personal-summary__notice strong {
  font-weight: 700;
}
.lk-personal-summary__notice a {
  color: #ee741e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (min-width: 744px) {
  .lk-personal-summary__notice {
    margin: 0 0 12px;
  }
}

.lk-personal-summary__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media (min-width: 744px) {
  .lk-personal-summary__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}

.lk-personal-summary__card {
  min-width: 0;
  min-height: 144px;
  padding: 16px 12px;
  background: #f5f5f5;
  border-radius: 12px;
}
@media (min-width: 744px) {
  .lk-personal-summary__card {
    min-height: 145px;
  }
}
@media (min-width: 1200px) {
  .lk-personal-summary__card {
    min-height: 130px;
  }
}

.lk-personal-summary__icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: #ee741e;
  background: #ffffff;
  border-radius: 8px;
}
.lk-personal-summary__icon svg {
  width: 16px;
  height: 16px;
}

.lk-personal-summary__label {
  display: block;
  min-height: 38px;
  margin-top: 8px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .lk-personal-summary__label {
    min-height: 0;
  }
}

.lk-personal-summary__value {
  display: block;
  margin-top: 8px;
  color: #313131;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 744px) {
  .lk-personal-summary__value {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-personal-summary__value {
    font-size: 22px;
  }
}

.lk-personal-table {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
}

.lk-personal-table__scroll {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.lk-personal-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .lk-personal-table table {
    min-width: 0;
  }
}

.lk-personal-table th,
.lk-personal-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f5f5f5;
  text-align: left;
  white-space: nowrap;
}

.lk-personal-table th {
  height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #7f7f7f;
  background: #f5f5f5;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

.lk-personal-table td {
  height: 60px;
}
.lk-personal-table td:nth-child(2) {
  width: 38%;
}

.lk-personal-table tbody tr:last-child td {
  border-bottom: 0;
}

.lk-personal-table__contract {
  color: #ee741e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lk-personal-table__discount {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  color: #228234;
  background: #efffed;
  border: 1px solid #3dc255;
  border-radius: 6px;
  font-size: 16px;
}

.lk-personal-table__catalog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ee741e;
}
.lk-personal-table__catalog svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.lk-personal-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 16px;
  text-align: center;
}
@media (min-width: 744px) {
  .lk-personal-empty {
    padding: 64px 24px;
  }
}

.lk-personal-empty__intro {
  max-width: 615px;
}
.lk-personal-empty__intro strong {
  display: block;
  color: #313131;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 744px) {
  .lk-personal-empty__intro strong {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-personal-empty__intro strong {
    font-size: 22px;
  }
}
.lk-personal-empty__intro p {
  max-width: 350px;
  margin: 8px auto 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.lk-personal-empty__manager {
  width: 100%;
  max-width: 614px;
  margin-top: 16px;
}

.lk-manager-card--personal {
  display: grid;
  gap: 12px;
  padding: 12px;
  background: #f5f5f5;
  border: 0;
  border-radius: 16px;
  text-align: left;
}
@media (min-width: 744px) {
  .lk-manager-card--personal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 16px;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--personal {
    gap: 24px;
  }
}

.lk-manager-card--personal .lk-manager-card__person {
  cursor: default;
  width: auto;
  flex: 0 0 auto;
}

.lk-manager-card--personal .lk-manager-card__avatar-wrap {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.lk-manager-card--personal .lk-manager-card__name {
  font-size: 18px;
}

.lk-manager-card--personal .lk-manager-card__contacts {
  gap: 12px;
  margin-top: 0;
}
@media (min-width: 744px) {
  .lk-manager-card--personal .lk-manager-card__contacts {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--personal .lk-manager-card__contacts {
    gap: 32px;
  }
}

.lk-manager-card--personal .lk-manager-card__contact {
  font-size: 16px;
}
.lk-manager-card--personal .lk-manager-card__contact svg {
  color: #7f7f7f;
}
.lk-manager-card--personal .lk-manager-card__contact span {
  overflow: visible;
  text-overflow: initial;
  white-space: initial;
}
@media (min-width: 744px) {
  .lk-manager-card--personal .lk-manager-card__contact {
    flex: 0 1 auto;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--personal .lk-manager-card__contact {
    font-size: 18px;
  }
}

.lk-my-data {
  display: grid;
  min-width: 0;
  gap: 12px;
  padding: 16px 12px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .lk-my-data {
    gap: 16px;
    padding: 20px;
  }
}

.lk-my-data__title {
  margin: 0;
  color: #313131;
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-my-data__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-my-data__title {
    font-size: 28px;
  }
}

.lk-my-data__tabs {
  display: flex;
  width: max-content;
  max-width: 100%;
  padding: 4px;
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}

.lk-my-data__tab {
  cursor: pointer;
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 20px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.lk-my-data__tab.is-active {
  color: #ee741e;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}
@media (hover: hover) {
  .lk-my-data__tab:hover:not(.is-active) {
    color: #ee741e;
  }
}
.lk-my-data__tab:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.lk-my-data__tab span {
  color: #7f7f7f;
}

.lk-my-data__panel {
  min-width: 0;
}
.lk-my-data__panel[hidden] {
  display: none;
}

.lk-my-data-form {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 12px;
  background: #ffffff;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .lk-my-data-form {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 12px;
    padding: 24px 16px;
  }
}

.lk-my-data-field {
  display: grid;
  min-width: 0;
  grid-column: 1/-1;
  gap: 4px;
}
.lk-my-data-field--inn, .lk-my-data-field--ogrn, .lk-my-data-field--account, .lk-my-data-field--bik {
  grid-column: auto;
}
@media (min-width: 1200px) {
  .lk-my-data-field--organization, .lk-my-data-field--legal-address, .lk-my-data-field--bank, .lk-my-data-field--phone {
    grid-column: span 2;
  }
  .lk-my-data-field--inn, .lk-my-data-field--ogrn, .lk-my-data-field--kpp, .lk-my-data-field--correspondent, .lk-my-data-field--account, .lk-my-data-field--bik {
    grid-column: span 1;
  }
  .lk-my-data-field--email {
    grid-column: span 2;
  }
}

.lk-my-data-field__label {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}

.lk-my-data-field__control-wrap {
  position: relative;
  display: block;
  min-width: 0;
}
.lk-my-data-field__control-wrap > svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  color: #7f7f7f;
  transform: translateY(-50%);
  pointer-events: none;
}

.lk-my-data-field__control {
  display: block;
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 8px 12px;
  overflow: hidden;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  outline: 0;
  font: inherit;
  font-size: 14px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: border-color 0.2s ease;
}
.lk-my-data-field__control--icon {
  padding-left: 38px;
}
.lk-my-data-field__control:focus {
  border-color: #ee741e;
}
.lk-my-data-field__control:disabled {
  color: #dbdbdb;
  background: #ffffff;
  opacity: 1;
}

.lk-my-data__save {
  cursor: pointer;
  min-height: 40px;
  margin-top: 16px;
  padding: 8px 16px;
  color: #ffffff;
  background: #313131;
  border: 1px solid #313131;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) {
  .lk-my-data__save:hover {
    border-color: #7f7f7f;
    background: #7f7f7f;
  }
}
.lk-my-data__save:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-my-data-addresses {
  display: grid;
  gap: 8px;
}

.lk-my-data-address {
  min-width: 0;
  padding: 16px;
  background: #ffffff;
  border-radius: 16px;
}

.lk-my-data-address__type {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 6px 8px;
  color: #313131;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

.lk-my-data-address__text {
  margin: 12px 0 0;
  color: #313131;
  font-size: 18px;
  line-height: 1.3;
}

.lk-my-data-address__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 14px;
}
@media (min-width: 744px) {
  .lk-my-data-address__actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.lk-my-data-address__edit,
.lk-my-data-address__delete,
.lk-my-data-addresses__add {
  cursor: pointer;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.lk-my-data-address__edit svg,
.lk-my-data-address__delete svg,
.lk-my-data-addresses__add svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.lk-my-data-address__edit:focus-visible,
.lk-my-data-address__delete:focus-visible,
.lk-my-data-addresses__add:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-my-data-address__edit {
  color: #ee741e;
  border: 1px dashed #ee741e;
}
@media (hover: hover) {
  .lk-my-data-address__edit:hover {
    color: #984409;
    border-color: #984409;
  }
}

.lk-my-data-address__delete {
  color: #313131;
  border: 1px solid #dbdbdb;
}
@media (hover: hover) {
  .lk-my-data-address__delete:hover {
    border-color: #313131;
  }
}

.lk-my-data-addresses__add {
  width: 100%;
  margin-top: 8px;
  color: #ee741e;
  border: 1px dashed #ee741e;
}
.lk-my-data-addresses__add svg {
  color: #7f7f7f;
}
@media (hover: hover) {
  .lk-my-data-addresses__add:hover {
    color: #984409;
    border-color: #984409;
  }
}

.lk-promotional {
  display: grid;
  min-width: 0;
  gap: 12px;
  padding: 16px 12px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .lk-promotional {
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .lk-promotional {
    padding: 20px;
  }
}

.lk-promotional__title,
.lk-promotional-empty-page__title {
  margin: 0;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-promotional__title,
  .lk-promotional-empty-page__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-promotional__title,
  .lk-promotional-empty-page__title {
    font-size: 28px;
  }
}

.lk-promotional__notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  color: #313131;
  background: #cae5ff;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.3;
}
.lk-promotional__notice svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #348bdc;
}
.lk-promotional__notice p {
  margin: 0;
}
.lk-promotional__notice a {
  color: #ee741e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lk-promotional__grid {
  display: grid;
  min-width: 0;
  gap: 12px;
}
@media (min-width: 1200px) {
  .lk-promotional__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lk-promotional-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
}
.lk-promotional-card.is-disabled {
  color: #dbdbdb;
  opacity: 0.8;
}

.lk-promotional-card__head {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 16px;
}

.lk-promotional-card__icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  align-items: center;
  justify-content: center;
  color: #ee741e;
  background: #fff3ec;
  border-radius: 12px;
}
.lk-promotional-card__icon svg {
  width: 32px;
  height: 32px;
}
.lk-promotional-card.is-disabled .lk-promotional-card__icon {
  color: #7f7f7f;
  background: #f5f5f5;
}

.lk-promotional-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
}

.lk-promotional-card__badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  margin-bottom: 4px;
  padding: 4px 8px;
  color: #7f7f7f;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.2;
}

.lk-promotional-card__title {
  margin: 0;
  font-family: "Golos Text", Arial, sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.lk-promotional-card.is-disabled .lk-promotional-card__title {
  color: #7f7f7f;
}

.lk-promotional-card__description {
  margin: 0;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}

.lk-promotional-card__warning {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 6px 10px;
  color: #313131;
  background: #fff6e5;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
}
.lk-promotional-card__warning svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.lk-promotional-card__footer {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
}

.lk-promotional-card__count {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}

.lk-promotional-card__link {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.lk-promotional-card__link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.lk-promotional-card__link.is-disabled {
  cursor: default;
  color: #dbdbdb;
  background: #f5f5f5;
}
@media (hover: hover) {
  .lk-promotional-card__link:not(.is-disabled):hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.lk-promotional-card__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-promotional__updated {
  margin: 0;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}

.lk-promotional-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 16px;
  text-align: center;
}
@media (min-width: 744px) {
  .lk-promotional-empty {
    padding: 64px 24px;
  }
}

.lk-promotional-empty__image {
  width: 128px;
  height: auto;
  object-fit: contain;
}

.lk-promotional-empty__intro {
  max-width: 615px;
  margin-top: 16px;
}
.lk-promotional-empty__intro strong {
  display: block;
  color: #313131;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 744px) {
  .lk-promotional-empty__intro strong {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-promotional-empty__intro strong {
    font-size: 22px;
  }
}
.lk-promotional-empty__intro p {
  max-width: 350px;
  margin: 8px auto 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.lk-promotional-empty__manager {
  width: 100%;
  max-width: 614px;
  margin-top: 18px;
}

.lk-manager-card--promotional {
  display: grid;
  gap: 12px;
  padding: 12px;
  background: #f5f5f5;
  border: 0;
  border-radius: 16px;
  text-align: left;
}
@media (min-width: 744px) {
  .lk-manager-card--promotional {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 16px;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--promotional {
    gap: 24px;
  }
}

.lk-manager-card--promotional .lk-manager-card__person {
  cursor: default;
  width: auto;
  flex: 0 0 auto;
}

.lk-manager-card--promotional .lk-manager-card__avatar-wrap {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.lk-manager-card--promotional .lk-manager-card__name {
  font-size: 18px;
}

.lk-manager-card--promotional .lk-manager-card__contacts {
  gap: 12px;
  margin-top: 0;
}
@media (min-width: 744px) {
  .lk-manager-card--promotional .lk-manager-card__contacts {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--promotional .lk-manager-card__contacts {
    gap: 32px;
  }
}

.lk-manager-card--promotional .lk-manager-card__contact {
  font-size: 16px;
}
.lk-manager-card--promotional .lk-manager-card__contact svg {
  color: #7f7f7f;
}
.lk-manager-card--promotional .lk-manager-card__contact span {
  overflow: visible;
  text-overflow: initial;
  white-space: initial;
}
@media (min-width: 744px) {
  .lk-manager-card--promotional .lk-manager-card__contact {
    flex: 0 1 auto;
  }
}
@media (min-width: 1200px) {
  .lk-manager-card--promotional .lk-manager-card__contact {
    font-size: 18px;
  }
}

.lk-password {
  display: grid;
  min-width: 0;
  gap: 16px;
  padding: 16px 12px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .lk-password {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .lk-password {
    gap: 24px;
  }
}

.lk-password__title {
  margin: 0;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-password__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-password__title {
    font-size: 28px;
  }
}

.lk-password__layout {
  display: grid;
  min-width: 0;
  gap: 16px;
}
@media (min-width: 1200px) {
  .lk-password__layout {
    grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
    align-items: start;
    gap: 30px;
  }
}

.lk-password-form {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 12px;
}
@media (min-width: 1200px) {
  .lk-password-form {
    height: 100%;
  }
}

.lk-password-field {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.lk-password-field__label {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}

.lk-password-field__control-wrap {
  position: relative;
  display: block;
  min-width: 0;
}
.lk-password-field__control-wrap > svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12px;
  width: 16px;
  height: 16px;
  color: #7f7f7f;
  transform: translateY(-50%);
  pointer-events: none;
}

.lk-password-field__control {
  display: block;
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 8px 12px 8px 36px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  outline: 0;
  font: inherit;
  font-size: 14px;
  line-height: 1.3;
  transition: border-color 0.2s ease;
}
.lk-password-field__control:focus {
  border-color: #ee741e;
}

.lk-password-form__submit {
  cursor: pointer;
  width: 100%;
  min-height: 32px;
  margin-top: 12px;
  padding: 6px 16px;
  color: #ee741e;
  background: #ffffff;
  border: 1px dashed #ee741e;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .lk-password-form__submit:hover {
    color: #984409;
    border-color: #984409;
  }
}
.lk-password-form__submit:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 1200px) {
  .lk-password-form__submit {
    margin-top: auto;
  }
}

.lk-password-tips {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 24px 24px;
}

.lk-password-tips__title {
  margin: 0;
  font-family: "Golos Text", Arial, sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.lk-password-tips__description {
  margin: 4px 0 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.lk-password-tips__list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.lk-password-tips__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
}
.lk-password-tips__item svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-top: 3px;
}
.lk-password-tips__item.is-valid svg {
  color: #3dc255;
}
.lk-password-tips__item.is-invalid svg {
  color: #f92214;
}
.lk-password-tips__item strong {
  font-weight: 600;
}

.media-gallery {
  display: flex;
  min-width: 0;
  gap: 12px;
}
@media (min-width: 744px) {
  .media-gallery {
    gap: 16px;
  }
}

.media-gallery__thumbs {
  display: flex;
  flex: 0 0 64px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: var(--media-gallery-thumbs-height, 420px);
}
@media (min-width: 744px) {
  .media-gallery__thumbs {
    flex-basis: 72px;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .media-gallery__thumbs {
    height: 490px;
  }
}

.media-gallery__thumbs-nav {
  -webkit-tap-highlight-color: transparent;
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
.media-gallery__thumbs-nav svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 744px) {
  .media-gallery__thumbs-nav svg {
    width: 16px;
    height: 16px;
  }
}
.media-gallery__thumbs-nav.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}
.media-gallery__thumbs-nav.swiper-button-lock {
  display: none;
}
@media (hover: hover) {
  .media-gallery__thumbs-nav:not(.swiper-button-disabled):hover {
    border-color: #ee741e;
    color: #ee741e;
  }
}
@media (min-width: 744px) {
  .media-gallery__thumbs-nav {
    width: 36px;
    height: 36px;
  }
}
.media-gallery__thumbs-nav:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.media-gallery__thumbs-nav--next svg {
  transform: rotate(180deg);
}

.media-gallery__thumbs-viewport {
  overflow: hidden;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  mask-image: linear-gradient(to bottom, transparent, #000 20px, #000 calc(100% - 20px), transparent);
}

.media-gallery__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 64px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: border-color 0.2s ease;
}
@media (min-width: 744px) {
  .media-gallery__thumb {
    height: 72px;
  }
}
.media-gallery__thumb.swiper-slide-thumb-active {
  border-color: #ee741e;
}

.media-gallery__thumb-trigger {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #f5f5f5;
  border: 0;
  cursor: pointer;
}
@media (hover: hover) {
  .media-gallery__thumb:not(.swiper-slide-thumb-active):hover .media-gallery__thumb-trigger {
    background: #dbdbdb;
  }
}
.media-gallery__thumb-trigger:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.media-gallery__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media-gallery__thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #ffffff;
  background: rgba(20, 20, 20, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.media-gallery__thumb-play svg {
  width: 10px;
  height: 10px;
  transform: translateX(1px);
}

.media-gallery__stage {
  position: relative;
  z-index: 0;
  align-self: flex-start;
  overflow: hidden;
  min-width: 0;
  flex: 1 1 auto;
  aspect-ratio: 1/1;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
}

.media-gallery__viewport {
  width: 100%;
  height: 100%;
}

.media-gallery__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 24px;
}
.media-gallery__slide picture {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.media-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 744px) {
  .media-gallery__slide {
    padding: 32px;
  }
}

.media-gallery__slide--video {
  padding: 0;
}

.media-gallery__video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.media-gallery__play {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #ffffff;
  background: rgba(20, 20, 20, 0.55);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}
.media-gallery__play svg {
  width: 22px;
  height: 22px;
  transform: translateX(2px);
}
@media (hover: hover) {
  .media-gallery__play:hover {
    background: rgba(20, 20, 20, 0.75);
  }
}
.media-gallery__slide--video.is-playing .media-gallery__play {
  display: none;
}
.media-gallery__play:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.media-gallery__slide--video.is-playing .media-gallery__video {
  pointer-events: auto;
}

.product-quick-view[hidden] {
  display: none;
}

.product-quick-view {
  position: fixed;
  z-index: 1000;
  inset: 0;
  overflow-y: auto;
  display: grid;
  align-items: start;
  justify-items: center;
  padding: 26px 16px;
  opacity: 0;
  overscroll-behavior: contain;
  transition: opacity 0.18s ease;
}
.product-quick-view.is-open {
  opacity: 1;
}

.product-quick-view__backdrop {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(20, 20, 20, 0.58);
  border: 0;
  cursor: pointer;
}

.product-quick-view__dialog {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 100%;
  max-width: 390px;
  padding: 80px 20px 24px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.3);
  outline: 0;
  transform: translateY(10px) scale(0.985);
  transition: transform 0.18s ease;
}
.is-open .product-quick-view__dialog {
  transform: translateY(0) scale(1);
}
@media (min-width: 744px) {
  .product-quick-view__dialog {
    max-width: 744px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__dialog {
    max-width: 1230px;
  }
}

.product-quick-view__close {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #313131;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.product-quick-view__close::before, .product-quick-view__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background: currentColor;
  content: "";
}
.product-quick-view__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.product-quick-view__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .product-quick-view__close:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
@media (min-width: 744px) {
  .product-quick-view__close {
    right: 20px;
    left: auto;
  }
}
.product-quick-view__close:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-quick-view__content {
  display: grid;
  min-width: 0;
  gap: 16px;
}
@media (min-width: 744px) {
  .product-quick-view__content {
    grid-template-columns: minmax(0, 378fr) minmax(0, 306fr);
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__content {
    grid-template-columns: minmax(0, 586px) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 20px;
    row-gap: 14px;
  }
}

.product-quick-view__gallery,
.product-quick-view__summary,
.product-quick-view__specs,
.product-quick-view__description {
  min-width: 0;
}

.is-product-modal-open {
  overflow: hidden;
}

.product-quick-view__gallery {
  display: grid;
  gap: 12px;
  align-content: start;
}
@media (min-width: 744px) {
  .product-quick-view__gallery {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__gallery {
    grid-row: 1/4;
    gap: 20px;
  }
}

.product-quick-view__media-gallery {
  width: 100%;
  gap: 12px;
}
@media (min-width: 744px) {
  .product-quick-view__media-gallery {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__media-gallery {
    width: calc(100% - 12px);
  }
}
.product-quick-view__media-gallery .media-gallery__thumbs {
  flex-basis: 64px;
  gap: 8px;
}
.product-quick-view__media-gallery .media-gallery__thumbs-nav {
  width: 46px;
  height: 46px;
}
.product-quick-view__media-gallery .media-gallery__thumbs-nav svg {
  width: 20px;
  height: 20px;
}
.product-quick-view__media-gallery .media-gallery__thumb {
  height: 64px;
}
.product-quick-view__media-gallery .media-gallery__stage {
  height: 280px;
  aspect-ratio: auto;
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .product-quick-view__media-gallery .media-gallery__stage {
    height: 490px;
    aspect-ratio: 1/1;
  }
}
.product-quick-view__media-gallery .media-gallery__slide {
  padding: 20px;
}
@media (min-width: 1200px) {
  .product-quick-view__media-gallery .media-gallery__slide {
    padding: 34px;
  }
}
.product-quick-view__media-gallery .media-gallery__stage .product-card__badges {
  top: 9px;
  left: 12px;
}
@media (min-width: 1200px) {
  .product-quick-view__media-gallery .media-gallery__stage .product-card__badges {
    max-width: 330px;
    gap: 6px;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__media-gallery .media-gallery__stage .product-card__badge {
    min-height: 41px;
    gap: 6px;
    padding: 6px;
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__media-gallery .media-gallery__stage .product-card__badge svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}
.product-quick-view__media-gallery .media-gallery__stage .product-card__favorite {
  top: 9px;
  right: 12px;
}
@media (min-width: 1200px) {
  .product-quick-view__media-gallery .media-gallery__stage .product-card__favorite {
    width: 62px;
    height: 62px;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__media-gallery .media-gallery__stage .product-card__favorite svg {
    width: 38px;
    height: 38px;
  }
}

.product-quick-view__details-link {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #ee741e;
  border: 1px dashed #ee741e;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) {
  .product-quick-view__details-link:hover {
    background: #fff3ec;
  }
}
.product-quick-view__details-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

@media (min-width: 744px) {
  .product-quick-view__summary {
    grid-column: 2;
    grid-row: 1;
  }
}

.product-quick-view__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 744px) {
  .product-quick-view__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__title {
    font-size: 28px;
  }
}

.product-quick-view__meta {
  display: grid;
  justify-content: flex-start;
  gap: 8px 20px;
  margin-top: 18px;
  font-size: 14px;
}
@media (min-width: 744px) {
  .product-quick-view__meta {
    justify-content: start;
    gap: 8px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__meta {
    display: flex;
    gap: 20px;
  }
}
.product-quick-view__meta .product-card__meta-item {
  gap: 6px;
}
.product-quick-view__meta svg {
  width: 16px;
  height: 16px;
}

.product-quick-view__prices {
  margin-top: 18px;
}
@media (min-width: 744px) {
  .product-quick-view__prices {
    margin-top: 34px;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__prices {
    margin-top: 16px;
  }
}
.product-quick-view__prices .product-card__price {
  min-height: 59px;
  padding: 6px 11px;
}

.product-quick-view__actions {
  margin-top: 11px;
}
.product-quick-view__actions .product-card__cart-button,
.product-quick-view__actions .product-card__cart-state,
.product-quick-view__actions .product-card__quick-button {
  min-height: 45px;
}

.product-quick-view__specs {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 744px) {
  .product-quick-view__specs {
    grid-column: 1/-1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__specs {
    grid-column: 2;
  }
}

.product-quick-view__spec {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}
@media (min-width: 744px) {
  .product-quick-view__spec {
    grid-template-columns: minmax(0, 296px) minmax(0, 1fr);
  }
}
@media (min-width: 1200px) {
  .product-quick-view__spec {
    grid-template-columns: minmax(0, 290px) minmax(0, 1fr);
  }
}
.product-quick-view__spec dt {
  display: inline-flex;
  min-width: 0;
  align-items: flex-start;
  gap: 6px;
  color: #7f7f7f;
}
.product-quick-view__spec dd {
  min-width: 0;
  margin: 0;
  color: #313131;
  text-align: right;
}
@media (min-width: 744px) {
  .product-quick-view__spec dd {
    text-align: left;
  }
}
.product-quick-view__spec svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 2px;
}

.product-quick-view__description {
  margin-top: 0;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (min-width: 744px) {
  .product-quick-view__description {
    grid-column: 1/-1;
    grid-row: 3;
  }
}
@media (min-width: 1200px) {
  .product-quick-view__description {
    grid-column: 2;
  }
}

.product-main {
  position: relative;
  padding-top: 12px;
  padding-bottom: 34px;
}
@media (min-width: 1200px) {
  .product-main {
    padding-bottom: 28px;
  }
}

.product-main__top-actions {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .product-main__top-actions {
    position: absolute;
    z-index: 5;
    top: -51px;
    right: 0;
    margin-bottom: 0;
  }
}

.product-main__top-action {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 15px;
  color: #ee741e;
  background: #ffffff;
  border: 1px dashed #ee741e;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.product-main__top-action svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #ee741e;
}
.product-main__top-action.is-active {
  --icon-fill: currentColor;
  background: #fff3ec;
}
.product-main__top-action:hover {
  border-color: #313131;
  color: #313131;
}
.product-main__top-action:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-main__layout {
  display: grid;
  min-width: 0;
  gap: 12px;
}
@media (min-width: 744px) {
  .product-main__layout {
    grid-template-columns: minmax(0, 294px) minmax(300px, 1fr);
    align-items: start;
  }
}
@media (min-width: 768px) {
  .product-main__layout {
    grid-template-columns: minmax(0, 5fr) minmax(300px, 7fr);
  }
}
@media (min-width: 1200px) {
  .product-main__layout {
    gap: 20px;
    grid-template-columns: minmax(0, 574fr) minmax(0, 414fr) minmax(320px, 348fr);
  }
}

/* Независимая галерея страницы товара. Структура и поведение повторяют media-gallery в quick view. */
.product-main-gallery {
  display: flex;
  min-width: 0;
  gap: 12px;
}
@media (max-width: 743px) {
  .product-main-gallery {
    order: 1;
  }
}
@media (min-width: 744px) and (max-width: 1199px) {
  .product-main-gallery {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .product-main-gallery {
    gap: 20px;
  }
}

.product-main-gallery__thumbs {
  display: flex;
  height: var(--product-main-gallery-thumbs-height, 280px);
  flex: 0 0 64px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 744px) {
  .product-main-gallery__thumbs {
    height: var(--product-main-gallery-thumbs-height, 330px);
  }
}
@media (min-width: 744px) and (max-width: 1199px) {
  .product-main-gallery__thumbs {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .product-main-gallery__thumbs {
    height: 492px;
  }
}

.product-main-gallery__thumbs-nav {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  padding: 0;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.product-main-gallery__thumbs-nav svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 744px) and (max-width: 1199px) {
  .product-main-gallery__thumbs-nav svg {
    transform: rotate(-90deg);
  }
}
.product-main-gallery__thumbs-nav--next svg {
  transform: rotate(180deg);
}
@media (min-width: 744px) and (max-width: 1199px) {
  .product-main-gallery__thumbs-nav--next svg {
    transform: rotate(90deg);
  }
}
.product-main-gallery__thumbs-nav.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}
.product-main-gallery__thumbs-nav.swiper-button-lock {
  display: none;
}
@media (hover: hover) {
  .product-main-gallery__thumbs-nav:not(.swiper-button-disabled):hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.product-main-gallery__thumbs-nav:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-main-gallery__thumbs-viewport {
  overflow: hidden;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  mask-image: linear-gradient(to bottom, transparent, #000 18px, #000 calc(100% - 18px), transparent);
}
@media (min-width: 744px) and (max-width: 1199px) {
  .product-main-gallery__thumbs-viewport {
    mask-image: linear-gradient(to right, transparent, #000 18px, #000 calc(100% - 18px), transparent);
  }
}

.product-main-gallery__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}
.product-main-gallery__thumb.swiper-slide-thumb-active {
  border-color: #ee741e;
}
@media (min-width: 744px) and (max-width: 1199px) {
  .product-main-gallery__thumb {
    height: 64px;
    width: 64px;
  }
}
@media (min-width: 1200px) {
  .product-main-gallery__thumb {
    height: 66px;
  }
}

.product-main-gallery__thumb-trigger {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #ffffff;
  border: 0;
}
@media (hover: hover) {
  .product-main-gallery__thumb:not(.swiper-slide-thumb-active):hover .product-main-gallery__thumb-trigger {
    background: #f5f5f5;
  }
}
.product-main-gallery__thumb-trigger:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-main-gallery__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-main-gallery__thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #ffffff;
  background: rgba(20, 20, 20, 0.58);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.product-main-gallery__thumb-play svg {
  width: 11px;
  height: 11px;
  transform: translateX(1px);
}

.product-main-gallery__stage {
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-width: 0;
  flex: 1 1 auto;
  aspect-ratio: 1/1;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
}

.product-main-gallery__viewport {
  width: 100%;
  height: 100%;
}

.product-main-gallery__slide {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 46px 20px 24px;
}
.product-main-gallery__slide picture {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.product-main-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .product-main-gallery__slide {
    padding: 68px 34px 30px;
  }
}

.product-main-gallery__slide--video {
  padding: 0;
}

.product-main-gallery__slide--product-image img {
  transform: scale(1.22);
}
@media (min-width: 1200px) {
  .product-main-gallery__slide--product-image img {
    transform: translateY(-12px) scale(1.14);
  }
}

.product-main-gallery__video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.product-main-gallery__play {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  padding: 0;
  color: #ffffff;
  background: rgba(20, 20, 20, 0.55);
  border: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.product-main-gallery__play svg {
  width: 22px;
  height: 22px;
  transform: translateX(2px);
}
.product-main-gallery__slide--video.is-playing .product-main-gallery__play {
  display: none;
}
.product-main-gallery__play:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-main-gallery__badges {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  display: flex;
  max-width: calc(100% - 72px);
  flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 1200px) {
  .product-main-gallery__badges {
    top: 10px;
    max-width: 330px;
    gap: 6px;
  }
}

.product-main-gallery__badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
}
.product-main-gallery__badge svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.product-main-gallery__badge--discount {
  color: #c19600;
  background: #fff6e5;
}
.product-main-gallery__badge--hit {
  color: #228234;
  background: #efffed;
}
.product-main-gallery__badge--new {
  color: #348bdc;
  background: #cae5ff;
}
@media (min-width: 1200px) {
  .product-main-gallery__badge {
    min-height: 41px;
    gap: 6px;
    padding: 6px;
    font-size: 22px;
  }
  .product-main-gallery__badge svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}

.product-main-gallery__favorite {
  --icon-fill: transparent;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  padding: 0;
  color: #313131;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}
.product-main-gallery__favorite svg {
  width: 23px;
  height: 23px;
}
.product-main-gallery__favorite.is-active {
  --icon-fill: currentColor;
  color: #ee741e;
}
@media (min-width: 1200px) {
  .product-main-gallery__favorite {
    top: 9px;
    width: 62px;
    height: 62px;
  }
  .product-main-gallery__favorite svg {
    width: 38px;
    height: 38px;
  }
}
.product-main-gallery__favorite:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-main__info {
  min-width: 0;
}
@media (min-width: 744px) {
  .product-main__info {
    grid-column: 2;
  }
}
@media (max-width: 743px) {
  .product-main__info {
    order: 2;
  }
}

.product-main__title {
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .product-main__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .product-main__title {
    font-size: 28px;
  }
}

.product-main__meta {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px 12px;
  flex-wrap: wrap;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .product-main__meta {
    flex-direction: row;
  }
}
.product-main__meta > div {
  display: flex;
  min-height: 29px;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: #f5f5f5;
  border-radius: 8px;
}
.product-main__meta dt,
.product-main__meta dd {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}
.product-main__meta dt {
  color: #7f7f7f;
}
.product-main__meta dt svg {
  color: #313131;
}
.product-main__meta dd {
  color: #313131;
}
.product-main__meta svg {
  width: 15px;
  height: 15px;
}

.product-main__specs {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .product-main__specs {
    margin-top: 22px;
  }
}

.product-main__spec {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 92px;
  align-items: start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.3;
}
.product-main__spec dt,
.product-main__spec dd {
  margin: 0;
}
.product-main__spec dt {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 4px;
  color: #7f7f7f;
}
.product-main__spec dd {
  color: #313131;
  text-align: right;
}
@media (min-width: 1200px) {
  .product-main__spec dd {
    text-align: left;
  }
}
.product-main__spec svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}
@media (min-width: 1200px) {
  .product-main__spec {
    grid-template-columns: minmax(0, 1fr) 105px;
  }
}

.product-main__details-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #ee741e;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-main__details-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.product-main__details-link:hover {
  color: #a84905;
}
.product-main__details-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 1200px) {
  .product-main__details-link {
    margin-top: 4px;
  }
}

.product-main__purchase {
  min-width: 0;
}
@media (min-width: 744px) {
  .product-main__purchase {
    margin-top: 14px;
    grid-column: 1/-1;
    display: grid;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .product-main__purchase {
    margin-top: 0;
    grid-column: 3;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    display: block;
  }
}
@media (max-width: 743px) {
  .product-main__purchase {
    order: 3;
  }
}

.product-main__purchase-card {
  padding: 16px;
  background: #f5f5f5;
  border-radius: 16px;
}
@media (min-width: 744px) and (max-width: 1199px) {
  .product-main__purchase-card {
    grid-row: 1/3;
  }
}

.product-main__price-card {
  padding: 12px;
  background: #ffffff;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.1;
}
@media (min-width: 744px) {
  .product-main__price-card {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .product-main__price-card {
    font-size: 22px;
  }
}
.product-main__price-card + .product-main__price-card {
  margin-top: 8px;
}
.product-main__price-card del {
  text-decoration: line-through;
  color: #7f7f7f;
}
.product-main__price-card strong {
  color: #ee741e;
  font-weight: 600;
}
.product-main__price-card--rrp strong {
  color: #313131;
}
.product-main__price-card:not(.product-main__price-card--rrp) {
  display: flex;
  flex-direction: column;
}
.product-main__price-card:not(.product-main__price-card--rrp) .product-main__price-label {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.product-main__price-card:not(.product-main__price-card--rrp) .product-main__price-label > button {
  cursor: pointer;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  color: #fff;
  background: #ffc300;
  border: 0;
  border-radius: 6px;
}
.product-main__price-card:not(.product-main__price-card--rrp) .product-main__price-label > button svg {
  width: 14px;
  height: 14px;
}
.product-main__price-card:not(.product-main__price-card--rrp) .product-main__price-label > button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-main__price-label {
  display: block;
  margin-bottom: 8px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
}

.product-main__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}

.product-main__naks-note {
  display: flex;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  padding: 4px 10px;
  background: #fff6e5;
  border-radius: 8px;
  color: #c19600;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.product-main__naks-note svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.product-main__cart {
  margin-top: 16px;
}

.product-main__cart-button {
  cursor: pointer;
  width: 100%;
  min-height: 45px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.product-main__cart-button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.product-main__cart-button {
  color: #ffffff;
  background: #ee741e;
  border: 1px solid #ee741e;
}
@media (hover: hover) {
  .product-main__cart-button:hover {
    background: #984409;
    border-color: #984409;
  }
}
.product-main__cart-button[hidden] {
  display: none;
}

.product-main__one-click {
  cursor: pointer;
  width: 100%;
  min-height: 45px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.product-main__one-click:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.product-main__one-click {
  margin-top: 8px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
}
@media (hover: hover) {
  .product-main__one-click:hover {
    border-color: #313131;
  }
}

.product-main__cart-state {
  display: grid;
  min-width: 0;
  min-height: 45px;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 4px;
}
.product-main__cart-state[hidden] {
  display: none;
}

.product-main__cart-quantity {
  overflow: hidden;
  display: grid;
  min-width: 0;
  min-height: 45px;
  grid-template-columns: 48px minmax(32px, 1fr) 48px;
  color: #ffffff;
  background: #313131;
  border-radius: 8px;
}
.product-main__cart-quantity button {
  cursor: pointer;
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .product-main__cart-quantity button:hover {
    color: #ee741e;
  }
}
.product-main__cart-quantity button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.product-main__cart-quantity label {
  display: block;
  min-width: 0;
}
.product-main__cart-quantity input {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
  text-align: center;
  appearance: textfield;
}
.product-main__cart-quantity input::-webkit-outer-spin-button, .product-main__cart-quantity input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.product-main__cart-quantity svg {
  width: 20px;
  height: 20px;
}

.product-main__cart-decrease-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-main__cart-decrease-icon--trash {
  display: none;
}

.product-main__cart-decrease.is-remove .product-main__cart-decrease-icon--trash {
  display: inline-flex;
}
.product-main__cart-decrease.is-remove .product-main__cart-decrease-icon--minus {
  display: none;
}

.product-main__cart-link {
  cursor: pointer;
  display: grid;
  min-width: 0;
  min-height: 45px;
  place-items: center;
  padding: 0;
  color: #ffffff;
  background: #ee741e;
  border: 1px solid #ee741e;
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.product-main__cart-link svg {
  width: 20px;
  height: 20px;
}
@media (hover: hover) {
  .product-main__cart-link:hover {
    background: #984409;
    border-color: #984409;
  }
}
.product-main__cart-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-main__legal-discount {
  display: grid;
  min-height: 52px;
  grid-template-columns: minmax(0, 1fr) auto 28px;
  align-items: center;
  gap: 0;
  margin-top: 8px;
  padding: 12px 16px;
  background: #f5f5f5;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.3;
}
.product-main__legal-discount > button {
  cursor: pointer;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  color: #fff;
  background: #ffc300;
  border: 0;
  border-radius: 0 6px 6px 0;
}
.product-main__legal-discount > button svg {
  width: 14px;
  height: 14px;
}
.product-main__legal-discount > button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 744px) and (max-width: 1199px) {
  .product-main__legal-discount {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-main__legal-discount {
    grid-column: 2;
  }
}

.product-main__legal-discount-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.product-main__legal-discount-label svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.product-main__legal-discount-label {
  color: #313131;
}

.product-main__legal-discount-value {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.product-main__legal-discount-value svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.product-main__legal-discount-value {
  min-height: 28px;
  padding: 5px 8px;
  color: #ee741e;
  background: #fff6e5;
  font-size: 12px;
  white-space: nowrap;
  gap: 3px;
  border-radius: 6px 0 0 6px;
}
.product-main__legal-discount-value svg {
  width: 16px;
  height: 16px;
}

.product-main__service-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 12px 16px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-main__service-links {
    grid-column: 2;
  }
}
.product-main__service-links a {
  display: grid;
  min-height: 29px;
  grid-template-columns: 20px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 4px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}
.product-main__service-links a > svg {
  width: 20px;
  height: 20px;
  color: #7f7f7f;
}
.product-main__service-links a > svg:last-child {
  transform: rotate(-90deg);
}
@media (hover: hover) {
  .product-main__service-links a:hover {
    color: #ee741e;
  }
  .product-main__service-links a:hover svg {
    color: #ee741e;
  }
}
.product-main__service-links a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
.product-main__service-links > span {
  display: grid;
  min-height: 29px;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 4px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
}
.product-main__service-links > span > svg {
  width: 20px;
  height: 20px;
  color: #7f7f7f;
}
.product-main__service-links .product-main__service-link--certificate {
  color: #ee741e;
}
.product-main__service-links .product-main__service-link--certificate > svg:last-child {
  color: #ee741e;
}

.product-info-modal[hidden] {
  display: none;
}

.product-info-modal {
  position: fixed;
  z-index: 1200;
  inset: 0;
  overflow-y: auto;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 26px 16px;
  opacity: 0;
  overscroll-behavior: contain;
  transition: opacity 0.18s ease;
}
.product-info-modal.is-open {
  opacity: 1;
}
@media (max-width: 743px) {
  .product-info-modal {
    align-items: start;
    padding: 26px 35px;
  }
}

.product-info-modal__backdrop {
  cursor: pointer;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(20, 20, 20, 0.58);
  border: 0;
}

.product-info-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  outline: 0;
  transform: translateY(10px) scale(0.985);
  transition: transform 0.18s ease;
}
.is-open .product-info-modal__dialog {
  transform: translateY(0) scale(1);
}
.product-info-modal__dialog.product-info-modal__dialog--text {
  max-width: 454px;
}
.product-info-modal__dialog.product-info-modal__dialog--text .product-info-modal__header {
  margin-bottom: 20px;
}
.product-info-modal__dialog.product-info-modal__dialog--text .product-info-modal__header h2 {
  max-width: none;
  font-size: 20px;
  line-height: 1.3;
}
.product-info-modal__dialog.product-info-modal__dialog--text .product-info-modal__body {
  background: transparent;
  border-radius: 0;
}
.product-info-modal__dialog.product-info-modal__dialog--text .product-info-modal__text-content {
  padding: 0;
}
.product-info-modal__dialog.product-info-modal__dialog--text .product-info-modal__text-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 744px) {
  .product-info-modal__dialog {
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .product-info-modal__dialog {
    max-width: 953px;
  }
}

.product-info-modal__header {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.product-info-modal__header h2 {
  min-width: 0;
  color: #313131;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 743px) {
  .product-info-modal__header h2 {
    max-width: 210px;
  }
}
@media (min-width: 744px) {
  .product-info-modal__header h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .product-info-modal__header h2 {
    font-size: 40px;
  }
}
@media (max-width: 743px) {
  .product-info-modal__header {
    margin-bottom: 18px;
  }
}
@media (min-width: 744px) {
  .product-info-modal__header {
    margin-bottom: 20px;
  }
}

.product-info-modal__close {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  color: #313131;
  background: #f5f5f5;
  border: 0;
  border-radius: 8px;
}
.product-info-modal__close::before, .product-info-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1.5px;
  background: currentColor;
  content: "";
}
.product-info-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.product-info-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .product-info-modal__close:hover {
    color: #ee741e;
  }
}
.product-info-modal__close:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-info-modal__body {
  background: #f5f5f5;
  border-radius: 20px;
}

.product-delivery-popup {
  padding: 16px;
}
@media (min-width: 744px) {
  .product-delivery-popup {
    padding: 24px;
  }
}

.product-delivery-popup__columns {
  display: grid;
  gap: 24px;
}
@media (min-width: 1200px) {
  .product-delivery-popup__columns {
    grid-template-columns: 385px minmax(0, 1fr);
    gap: 52px;
  }
}

.product-delivery-popup__section h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #000;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.product-delivery-popup__section p {
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
}
.product-delivery-popup__section strong {
  color: #313131;
  font-weight: 700;
}
.product-delivery-popup__section h3 img {
  width: 73px;
  height: 21px;
  object-fit: contain;
}

.product-delivery-popup__pickup-text h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #000;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.product-delivery-popup__pickup-text p {
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
}
.product-delivery-popup__pickup-text strong {
  color: #313131;
  font-weight: 700;
}

.product-delivery-popup__pickup {
  display: grid;
  gap: 14px;
  margin-top: 12px;
  padding: 16px 12px 12px;
  background: #ffffff;
  border-radius: 20px;
}
@media (min-width: 744px) {
  .product-delivery-popup__pickup {
    margin-top: 28px;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .product-delivery-popup__pickup {
    grid-template-columns: minmax(0, 1fr) 427px;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    padding: 16px 24px;
  }
}

.product-delivery-popup__map {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 212px;
  border-radius: 14px;
}
.product-delivery-popup__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 744px) {
  .product-delivery-popup__map {
    aspect-ratio: 427/212;
    height: auto;
  }
}

.product-info-modal__text-content {
  padding: 20px;
}
.product-info-modal__text-content h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #000;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.product-info-modal__text-content p {
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
}
.product-info-modal__text-content strong {
  color: #313131;
  font-weight: 700;
}
.product-info-modal__text-content p + p {
  margin-top: 16px;
}
@media (min-width: 744px) {
  .product-info-modal__text-content {
    padding: 28px;
  }
}

.is-product-info-modal-open {
  overflow: hidden;
}

.product-buy-together,
.product-compact-section,
.product-similar {
  padding-bottom: 50px;
}

.product-buy-together__slider,
.product-compact-section__slider,
.product-similar__slider {
  margin-top: 14px;
}

.product-buy-together .product-section-heading__title {
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.product-compact-card {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 90px minmax(0, 1fr) 48px;
  align-items: end;
  gap: 8px;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 12px;
}

.product-compact-card__image {
  width: 90px;
  height: 90px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 8px;
}

.product-compact-card__body {
  min-height: 90px;
  min-width: 0;
}

.product-compact-card__title {
  overflow: hidden;
  display: -webkit-box;
  color: #313131;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-compact-card__title a {
  color: inherit;
  text-decoration: none;
}

.product-compact-card__prices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.product-compact-card__prices strong {
  color: #313131;
  font-size: 22px;
  line-height: 1.1;
}
.product-compact-card__prices del {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: line-through;
}
.product-compact-card__prices span {
  border-radius: 4px;
  padding: 4px 8px;
  background: #fff;
  font-size: 12px;
  line-height: 1.1;
  color: #ee741e;
}

.product-compact-card__link {
  cursor: pointer;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #ffffff;
  background: #313131;
  border-radius: 8px;
}
.product-compact-card__link svg {
  width: 20px;
  height: 20px;
}
.product-compact-card__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-similar {
  padding-top: 4px;
}

.product-similar__slide {
  height: auto;
  width: auto;
}

.product-similar__slide .product-card {
  height: 100%;
}

.product-similar__slide .product-card__media {
  height: 248px;
}
@media (min-width: 1200px) {
  .product-similar__slide .product-card__media {
    height: 260px;
  }
}

.product-accordion {
  display: grid;
  gap: 12px;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {
  .product-accordion {
    gap: 20px;
    padding-bottom: 30px;
  }
}

.product-accordion__item {
  min-width: 0;
}

.product-accordion__heading {
  font-family: "Golos Text", Arial, sans-serif;
}

.product-accordion__trigger {
  cursor: pointer;
  display: flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  color: #313131;
  background: #f5f5f5;
  border: 0;
  border-radius: 12px;
  text-align: left;
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  transition: background-color 0.2s ease;
}
.is-open .product-accordion__trigger {
  background: #fff3ec;
}
@media (min-width: 744px) {
  .product-accordion__trigger {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .product-accordion__trigger {
    min-height: 60px;
    font-size: 28px;
  }
}
.product-accordion__trigger:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-accordion__chevron {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  color: #313131;
  background: #ffffff;
  border-radius: 8px;
}
.product-accordion__chevron svg {
  width: 32px;
  height: 32px;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
.is-open .product-accordion__chevron svg {
  transform: rotate(-180deg);
}

.product-accordion__panel[hidden] {
  display: none;
}

.product-accordion__panel {
  padding-top: 12px;
}

.product-accordion__content {
  min-width: 0;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  padding: 12px;
}
@media (min-width: 744px) {
  .product-accordion__content {
    padding: 24px;
  }
}
.product-accordion__content--questions, .product-accordion__content--documents, .product-accordion__content--video {
  padding: 0;
  border: 0;
}

.product-description,
.product-equipment {
  max-width: none;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
}
.product-description h3,
.product-description h4,
.product-description h5,
.product-equipment h3,
.product-equipment h4,
.product-equipment h5 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: "Golos Text", Arial, sans-serif;
  color: #313131;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}
.product-description h3,
.product-equipment h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
.product-description h4,
.product-equipment h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.product-description h5,
.product-equipment h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.product-description strong,
.product-equipment strong {
  color: #313131;
}
.product-description ul,
.product-description ol,
.product-equipment ul,
.product-equipment ol {
  display: grid;
  gap: 4px;
  margin: 12px 0 0 24px;
}
.product-description ul,
.product-equipment ul {
  list-style: disc;
}
.product-description ol,
.product-equipment ol {
  list-style: decimal;
}
.product-description p + p,
.product-equipment p + p {
  margin-top: 10px;
}
.product-description figure,
.product-equipment figure {
  display: inline-block;
  vertical-align: top;
  margin: 24px 0 0;
  max-width: 100%;
}
.product-description img,
.product-equipment img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  object-fit: contain;
  object-position: 0 0;
}
.product-description figcaption,
.product-equipment figcaption {
  margin-top: 8px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}

.product-characteristics__list {
  display: grid;
  gap: 12px;
}
.product-characteristics__list > div {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.4fr);
  gap: 6px;
  font-size: 16px;
  line-height: 1.3;
}
.product-characteristics__list dt {
  color: #7f7f7f;
}
.product-characteristics__list dd {
  min-width: 0;
  margin: 0;
  color: #313131;
}
@media (min-width: 1200px) {
  .product-characteristics__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
  }
}

.product-faq {
  display: grid;
  gap: 8px;
}

.product-faq__item {
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 16px;
}
.product-faq__item h3 {
  font-family: "Golos Text", Arial, sans-serif;
}
.product-faq__item button,
.product-faq__item a {
  cursor: pointer;
  display: flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 0;
  color: #313131;
  background: transparent;
  border: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.product-faq__item button > span,
.product-faq__item a > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 4px;
}
.product-faq__item button svg,
.product-faq__item a svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
.product-faq__item a svg {
  transform: none;
}
.product-faq__item.is-open button svg,
.product-faq__item button[aria-expanded=true] > svg {
  transform: rotate(-180deg);
}
.product-faq__item [data-product-faq-panel] {
  padding: 12px 0 0;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
}
.product-faq__item [data-product-faq-panel] p + p {
  margin-top: 10px;
}

.product-related-slider {
  position: relative;
}

.product-related-slider .related-posts__navigation {
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.product-accordion__content--articles,
.product-accordion__content--video {
  padding-right: 0;
}

.product-accordion__content--articles .related-posts__slider-shell,
.product-accordion__content--video .related-posts__slider-shell {
  margin-top: 0;
}

.product-accordion__content--articles .related-post-card--article {
  height: 330px;
}

.product-accordion__content--articles .related-post-card__picture {
  height: 228px;
  flex-basis: 228px;
}

.product-document-spoiler button,
.product-document-spoiler a {
  align-items: center;
}

.product-document-spoiler__title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}
.product-document-spoiler__title > svg {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  color: #7f7f7f;
  transform: none !important;
}
.product-document-spoiler__title > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}
.product-document-spoiler__title strong {
  color: #313131;
}
.product-document-spoiler__title small {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
}

.product-document-spoiler [data-product-faq-panel] img {
  display: block;
  width: min(100%, 1001px);
  height: auto;
  margin-top: 8px;
  background: #ffffff;
}

@media (min-width: 1200px) {
  .product-accordion__content--articles .related-post-card--article {
    width: 300px;
    height: 340px;
  }
  .product-accordion__content--articles .related-post-card__picture {
    height: 235px;
    flex-basis: 235px;
  }
}
.product-article-grid,
.product-video-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 744px) {
  .product-article-grid,
  .product-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.product-article-card {
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 10px;
}

.product-article-card__image-link {
  display: block;
  aspect-ratio: 1.65;
  overflow: hidden;
}
.product-article-card__image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-article-card__body {
  padding: 12px;
}

.product-article-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #7f7f7f;
  font-size: 11px;
}

.product-article-card h3 {
  margin-top: 8px;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
}
.product-article-card h3 a {
  color: #313131;
  text-decoration: none;
}

.product-documents {
  display: grid;
  gap: 8px;
}

.product-document {
  display: grid;
  min-height: 64px;
  grid-template-columns: 36px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  color: #313131;
  background: #f5f5f5;
  border-radius: 8px;
  text-decoration: none;
}
.product-document > svg {
  width: 20px;
  height: 20px;
}

.product-document__icon {
  width: 36px;
  height: 36px;
  border-radius: 5px;
}

.product-document__body {
  display: grid;
  gap: 3px;
}
.product-document__body strong {
  font-size: 14px;
}
.product-document__body span {
  color: #7f7f7f;
  font-size: 12px;
}

.product-video-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: #313131;
  text-decoration: none;
}
.product-video-card img {
  width: 100%;
  aspect-ratio: 1.7;
  object-fit: cover;
  border-radius: 10px;
}
.product-video-card strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

.product-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #ffffff;
  background: rgba(20, 20, 20, 0.72);
  border-radius: 50%;
  transform: translate(-50%, -65%);
}
.product-video-card__play svg {
  width: 25px;
  height: 25px;
}

.product-demonstration {
  overflow: hidden;
  display: grid;
  min-height: 380px;
  margin-bottom: 50px;
  background: #141414;
  border-radius: 24px;
}
@media (min-width: 744px) {
  .product-demonstration {
    min-height: 300px;
    border-radius: 26px;
  }
}
@media (min-width: 1200px) {
  .product-demonstration {
    min-height: 337px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 40px;
    border-radius: 30px;
  }
}

.product-demonstration__visual {
  min-width: 0;
  min-height: 220px;
}
.product-demonstration__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-demonstration__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: 22px;
  color: #ffffff;
  background-image: radial-gradient(circle at 0 50%, rgba(238, 116, 30, 0.24), transparent 58%), radial-gradient(circle, rgba(255, 255, 255, 0.07) 0 1.5px, transparent 1.5px);
  background-size: auto, 24px 24px;
}
@media (min-width: 744px) {
  .product-demonstration__content {
    padding: 30px 80px 60px;
  }
}
@media (min-width: 1200px) {
  .product-demonstration__content {
    padding: 40px 60px;
  }
}
.product-demonstration__content p {
  margin-top: 16px;
  color: #dbdbdb;
  font-size: 16px;
  line-height: 1.3;
}

.product-demonstration__title {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 744px) {
  .product-demonstration__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .product-demonstration__title {
    font-size: 28px;
  }
}

.product-demonstration__button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 4px 16px;
  color: #313131;
  background: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-demonstration__button:hover {
  color: #a84905;
}

.product-demonstration__visual img {
  object-position: center;
}

.contact-card {
  box-sizing: border-box;
  min-width: 0;
  padding: 16px;
  color: #313131;
  background: #f5f5f5;
  border-radius: 20px;
}
.contact-card--sales {
  min-height: 333px;
}
.contact-card--service, .contact-card--service-page {
  min-height: 223px;
}
@media (min-width: 744px) {
  .contact-card {
    padding: 24px;
  }
  .contact-card--sales {
    min-height: 280px;
  }
  .contact-card--service {
    min-height: 218px;
  }
  .contact-card--service-page {
    min-height: 220px;
  }
}
@media (min-width: 1200px) {
  .contact-card--sales, .contact-card--service-page {
    min-height: 300px;
  }
  .contact-card--service {
    min-height: 220px;
  }
  .contact-card--service-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.contact-card__title {
  color: #7f7f7f;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-card__details {
  display: grid;
  margin-top: 16px;
}

.contact-card__primary {
  display: grid;
  min-width: 0;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: #313131;
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  transition: color 0.2s ease;
}
.contact-card__primary + .contact-card__primary {
  margin-top: 12px;
}
@media (min-width: 744px) {
  .contact-card__primary {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .contact-card__primary {
    font-size: 28px;
  }
}
@media (hover: hover) {
  .contact-card__primary:hover {
    color: #ee741e;
  }
}
.contact-card__primary:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.contact-card__primary-icon {
  width: 32px;
  height: 32px;
  color: #7f7f7f;
}

.contact-card__meta {
  display: grid;
  min-width: 0;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  margin-top: 12px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-style: normal;
}
.contact-card__meta svg {
  width: 20px;
  height: 20px;
  color: #7f7f7f;
}
.contact-card__meta--hours {
  grid-template-columns: 16px minmax(0, 1fr);
  color: #adadad;
  font-size: 14px;
}
.contact-card__meta--hours svg {
  width: 16px;
  height: 16px;
}

.contact-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.contact-card__button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.contact-card__button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.contact-card__button--whatsapp {
  color: #ffffff;
  background: #313131;
  border-color: #313131;
}
.contact-card__button--vk {
  color: #313131;
  background: #ffffff;
}
@media (hover: hover) {
  .contact-card__button--whatsapp:hover {
    background: #1f1f1f;
    border-color: #1f1f1f;
  }
  .contact-card__button--vk:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.contact-card__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.contacts-map {
  position: relative;
  overflow: hidden;
  height: 440px;
  min-width: 0;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .contacts-map {
    height: 540px;
  }
}
.contacts-map--service-page {
  height: 360px;
}

.contacts-map__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.contacts-map__marker {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -100%);
}

.contacts-map__actions {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  display: flex;
  max-width: calc(100% - 32px);
  gap: 8px;
}

.contacts-map__button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #313131;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  font-size: 14px;
  line-height: 1.2;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 1200px) {
  .contacts-map__button {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .contacts-map__button:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.contacts-map__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.service-section-title {
  color: #313131;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 700;
}
@media (min-width: 744px) {
  .service-section-title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .service-section-title {
    font-size: 40px;
  }
}

.service-repair-types {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .service-repair-types {
    margin-top: 40px;
  }
}

.service-repair-types__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .service-repair-types__list {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .service-repair-types__list {
    margin-top: 32px;
  }
}

.service-repair-types__item {
  display: flex;
}

.service-repair-types__link {
  display: inline-flex;
  align-items: center;
  min-height: 37px;
  padding: 6px 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .service-repair-types__link:hover {
    background: #ffffff;
  }
}
.service-repair-types__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.service-additional {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .service-additional {
    margin-top: 60px;
  }
}

.service-additional__slider-shell {
  position: relative;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .service-additional__slider-shell {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .service-additional__slider-shell {
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .service-additional__slider-shell:hover .service-additional__navigation, .service-additional__slider-shell:focus-within .service-additional__navigation {
    opacity: 1;
    visibility: visible;
  }
}

.service-additional__slider {
  overflow: hidden;
}

.service-additional__list {
  align-items: stretch;
}

.service-card {
  position: relative;
  isolation: isolate;
  display: flex;
  box-sizing: border-box;
  width: 265px;
  height: auto;
  flex-direction: column;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  transition: border-color 0.2s ease;
}
@media (min-width: 744px) {
  .service-card {
    width: 393px;
  }
}
@media (min-width: 1200px) {
  .service-card {
    width: calc((100% - 24px) / 3);
  }
}
@media (hover: hover) {
  .service-card:hover {
    border-color: #ee741e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-card {
    transition: none;
  }
}

.service-card__picture {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 200px;
  flex: 0 0 auto;
  border-radius: 8px;
}

.service-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 16px;
  font-family: "Golos Text", Arial, sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.service-card__link {
  color: inherit;
  text-decoration: none;
}
.service-card__link::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
}
.service-card__link:focus-visible {
  outline: none;
}
.service-card__link:focus-visible::after {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.service-card__description {
  margin-top: 12px;
  margin-bottom: 20px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.3;
}

.service-card__price {
  align-self: flex-start;
  margin-top: auto;
  padding: 8px 12px;
  background: #f5f5f5;
  border-radius: 6px;
  color: #313131;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

/*
 * FoxWeld: внешний вид штатного popup bitrix:main.userconsent.request.
 * JS, загрузка соглашения и синхронизация checkbox остаются штатными Bitrix.
 */
.main-user-consent-request-announce-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  cursor: pointer;
}
.main-user-consent-request-announce-link:hover, .main-user-consent-request-announce-link:focus-visible {
  text-decoration-thickness: 2px;
}

span.main-user-consent-request-announce-link {
  display: inline;
}

.main-user-consent-request-popup {
  color: #171717;
  font-family: "Golos Text", Arial, sans-serif;
}

.main-user-consent-request-popup-cont {
  box-sizing: border-box;
  width: min(720px, 100vw - 32px);
  max-width: 720px;
  max-height: min(760px, 100vh - 32px);
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}
@media (max-width: 743.98px) {
  .main-user-consent-request-popup-cont {
    width: calc(100vw - 24px);
    border-radius: 12px;
  }
}

.main-user-consent-request-popup-header {
  box-sizing: border-box;
  padding: 24px 56px 16px 24px;
  border-bottom: 1px solid #dbdbdb;
  color: #171717;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 743.98px) {
  .main-user-consent-request-popup-header {
    padding: 20px 48px 14px 18px;
    font-size: 20px;
  }
}

.main-user-consent-request-popup-body {
  box-sizing: border-box;
  padding: 24px 0;
  color: #171717;
  font-size: 15px;
  line-height: 1.55;
}
@media (max-width: 743.98px) {
  .main-user-consent-request-popup-body {
    padding: 16px 0;
    font-size: 14px;
  }
}

@media (max-width: 999.98px) {
  .main-user-consent-request-popup-text {
    height: calc(100vh - 300px);
    max-height: min(500px, 100vh - 300px);
  }
}

.main-user-consent-request-popup-content,
.main-user-consent-request-popup-text {
  color: inherit;
  font: inherit;
}
.main-user-consent-request-popup-content p,
.main-user-consent-request-popup-text p {
  margin: 0 0 12px;
}
.main-user-consent-request-popup-content p:last-child,
.main-user-consent-request-popup-text p:last-child {
  margin-bottom: 0;
}
.main-user-consent-request-popup-content a,
.main-user-consent-request-popup-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.main-user-consent-request-popup-buttons {
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  padding: 16px 24px 0;
  border-top: 1px solid #dbdbdb;
  background: #ffffff;
}
@media (max-width: 743.98px) {
  .main-user-consent-request-popup-buttons {
    flex-direction: column;
    padding: 14px 18px 18px;
  }
}

.main-user-consent-request-popup-button {
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  background: #ffffff;
  color: #171717;
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  margin: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 743.98px) {
  .main-user-consent-request-popup-button {
    width: 100%;
  }
}

.main-user-consent-request-popup-button-acc {
  border-color: #ee741e;
  background: #ee741e;
  color: #ffffff;
}
.main-user-consent-request-popup-button-acc:hover, .main-user-consent-request-popup-button-acc:focus-visible {
  border-color: #a84905;
  background: #a84905;
}

.main-user-consent-request-popup-button-rej:hover, .main-user-consent-request-popup-button-rej:focus-visible {
  border-color: #7f7f7f;
}

.main-user-consent-request-popup-close {
  cursor: pointer;
}

.service-page {
  overflow: hidden;
}

.service-page__container {
  padding-top: 12px;
}
@media (min-width: 744px) {
  .service-page__container {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .service-page__container {
    padding-top: 12px;
  }
}

.service-page__title {
  margin-top: 12px;
  color: #313131;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .service-page__title {
    margin-top: 10px;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .service-page__title {
    font-size: 60px;
  }
}

.service-contacts {
  margin-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 744px) {
  .service-contacts {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .service-contacts {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.service-contacts__layout {
  display: grid;
  gap: 20px;
  margin-top: 16px;
}
@media (min-width: 744px) {
  .service-contacts__layout {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .service-contacts__layout {
    grid-template-columns: 464px minmax(0, 1fr);
    margin-top: 30px;
  }
}

.service-page__questions {
  margin-top: 24px;
}
@media (min-width: 744px) {
  .service-page__questions {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .service-page__questions {
    margin-top: 60px;
  }
}

.catalog-page {
  padding-top: 12px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .catalog-page {
    padding-bottom: 60px;
  }
}

.catalog-page__title {
  margin-top: 8px;
  color: #313131;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 744px) {
  .catalog-page__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .catalog-page__title {
    font-size: 40px;
  }
}

.catalog-page__title-count {
  color: #adadad;
}

.catalog-welding-page .breadcrumbs {
  margin-top: 20px;
}

.catalog-welding-page__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
}

.catalog-welding-page__title {
  color: #313131;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
.catalog-welding-page__title span {
  display: inline-block;
  color: #adadad;
  font-size: 20px;
  vertical-align: top;
}
@media (min-width: 744px) {
  .catalog-welding-page__title {
    font-size: 40px;
  }
  .catalog-welding-page__title span {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .catalog-welding-page__title {
    font-size: 60px;
  }
  .catalog-welding-page__title span {
    font-size: 28px;
  }
}

.catalog-welding-page__filter-open {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #313131;
  background: #f5f5f5;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
.catalog-welding-page__filter-open svg {
  width: 28px;
  height: 28px;
}
.catalog-welding-page__filter-open:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}
@media (min-width: 1200px) {
  .catalog-welding-page__filter-open {
    display: none;
  }
}

.catalog-welding-layout {
  display: grid;
  min-width: 0;
  gap: 16px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .catalog-welding-layout {
    grid-template-columns: 336px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-top: 38px;
  }
}

.catalog-welding-layout__sidebar,
.catalog-welding-layout__content {
  min-width: 0;
}

@media (max-width: 1199.98px) {
  .catalog-welding-layout__sidebar {
    width: 0;
    height: 0;
  }
}

.catalog-welding-page > .related-posts {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .catalog-welding-page > .related-posts {
    margin-top: 60px;
  }
}
.product-cards-page {
  padding-top: 12px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .product-cards-page {
    padding-bottom: 60px;
  }
}

.product-cards-showcase__header {
  max-width: 760px;
  margin-bottom: 40px;
}

.product-cards-showcase__eyebrow {
  color: #ee741e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-cards-showcase__title {
  margin-top: 8px;
  font-size: clamp(34px, 5vw, 56px);
}

.product-cards-showcase__description {
  margin-top: 14px;
  color: #7f7f7f;
  font-size: 17px;
  line-height: 26px;
}

.product-cards-showcase + .product-cards-showcase {
  margin-top: 56px;
}

.product-cards-showcase__section-title {
  margin-bottom: 20px;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.product-cards-showcase__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 329px));
  align-items: start;
  gap: 24px;
}

.product-cards-showcase__table-list {
  display: grid;
  max-width: 1020px;
  gap: 20px;
}

.product-page {
  overflow: hidden;
  padding-bottom: 0;
}

.product-page__container {
  padding-top: 6px;
}
@media (min-width: 744px) {
  .product-page__container {
    padding-top: 12px;
  }
}
.product-page__container--padding-bottom {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .product-page__container--padding-bottom {
    padding-bottom: 60px;
  }
}

.product-page .breadcrumbs {
  margin-top: 6px;
}
@media (min-width: 1200px) {
  .product-page .breadcrumbs {
    margin-bottom: 18px;
  }
}

.product-page-questions {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .product-page-questions {
    padding-bottom: 60px;
  }
}

.product-section-heading {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-section-heading__title {
  min-width: 0;
  color: #313131;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 700;
}
@media (min-width: 744px) {
  .product-section-heading__title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .product-section-heading__title {
    font-size: 36px;
  }
}

.product-section-heading__navigation {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1200px) {
  .product-section-heading__navigation {
    margin-right: 18px;
  }
}

.product-section-heading__nav {
  cursor: pointer;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.product-section-heading__nav svg {
  width: 14px;
  height: 14px;
  transform: none;
  transform: rotate(-90deg);
}
.product-section-heading__nav--next svg {
  transform: rotate(90deg);
}
.product-section-heading__nav.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}
@media (hover: hover) {
  .product-section-heading__nav:not(.swiper-button-disabled):hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.product-section-heading__nav:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.product-icon-placeholder {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: #dbdbdb;
  border: 1px solid #7f7f7f;
  border-radius: 2px;
}

.contacts-page {
  overflow: hidden;
}

.contacts-page__container {
  padding-top: 12px;
}
@media (min-width: 744px) {
  .contacts-page__container {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .contacts-page__container {
    padding-top: 12px;
  }
}

.contacts-page__title {
  margin-top: 12px;
  color: #313131;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .contacts-page__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .contacts-page__title {
    font-size: 60px;
  }
}

.contacts-page__layout {
  display: grid;
  gap: 20px;
  margin-top: 12px;
  padding-bottom: 30px;
}
@media (min-width: 744px) {
  .contacts-page__layout {
    margin-top: 26px;
  }
}
@media (min-width: 1200px) {
  .contacts-page__layout {
    padding-bottom: 60px;
    grid-template-columns: 464px minmax(0, 1fr);
  }
}

.contacts-page__cards {
  display: grid;
  gap: 12px;
}
@media (min-width: 744px) {
  .contacts-page__cards {
    gap: 20px;
  }
}

.contact-card {
  box-sizing: border-box;
  min-width: 0;
  padding: 16px;
  color: #313131;
  background: #f5f5f5;
  border-radius: 20px;
}
.contact-card--sales {
  min-height: 333px;
}
.contact-card--service {
  min-height: 223px;
}
@media (min-width: 744px) {
  .contact-card {
    padding: 24px;
  }
  .contact-card--sales {
    min-height: 280px;
  }
  .contact-card--service {
    min-height: 218px;
  }
}
@media (min-width: 1200px) {
  .contact-card--sales {
    min-height: 300px;
  }
  .contact-card--service {
    min-height: 220px;
  }
}

.contact-card__title {
  color: #7f7f7f;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-card__details {
  display: grid;
  margin-top: 16px;
}

.contact-card__primary {
  display: grid;
  min-width: 0;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  transition: color 0.2s ease;
}
.contact-card__primary + .contact-card__primary {
  margin-top: 12px;
}
@media (min-width: 744px) {
  .contact-card__primary {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .contact-card__primary {
    font-size: 28px;
  }
}
@media (hover: hover) {
  .contact-card__primary:hover {
    color: #ee741e;
  }
}
.contact-card__primary:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.contact-card__primary-icon {
  width: 32px;
  height: 32px;
  color: #7f7f7f;
}

.contact-card__meta {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
}
.contact-card__meta svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #7f7f7f;
}
.contact-card__meta--hours {
  align-items: center;
  color: #adadad;
}
.contact-card__meta--hours svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.contact-card__meta--address {
  margin-top: 16px;
}

.contact-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.contact-card__button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.contact-card__button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.contact-card__button--whatsapp {
  color: #ffffff;
  background: #313131;
  border-color: #313131;
}
.contact-card__button--vk {
  color: #313131;
  background: #ffffff;
}
@media (hover: hover) {
  .contact-card__button--whatsapp:hover {
    background: #7f7f7f;
    border-color: #7f7f7f;
  }
  .contact-card__button--vk:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.contact-card__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.about-page {
  overflow: hidden;
}

.about-page__container {
  padding-top: 12px;
}
@media (min-width: 744px) {
  .about-page__container {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .about-page__container {
    padding-top: 12px;
  }
}

.about-page .dealer-advantages--about {
  margin-top: 40px;
  padding-bottom: 0;
}
@media (min-width: 744px) {
  .about-page .dealer-advantages--about {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .about-page .dealer-advantages--about {
    margin-top: 60px;
  }
}

.delivery-page {
  overflow: hidden;
}

.delivery-page__container {
  padding-top: 12px;
}
@media (min-width: 744px) {
  .delivery-page__container {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .delivery-page__container {
    padding-top: 12px;
  }
}

.delivery-page__layout {
  display: grid;
  gap: 20px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .delivery-page__layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    padding-bottom: 60px;
  }
}

.delivery-page__content {
  min-width: 0;
}

.delivery-page__title {
  margin-top: 12px;
  color: #313131;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .delivery-page__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .delivery-page__title {
    font-size: 60px;
  }
}

.delivery-page__panels {
  margin-top: 20px;
}

.delivery-page__panel[hidden] {
  display: none;
}

.partner-page {
  overflow: hidden;
}

.partner-page__container {
  padding-top: 12px;
}
@media (min-width: 744px) {
  .partner-page__container {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .partner-page__container {
    padding-top: 12px;
  }
}

.search-page {
  padding-top: 12px;
  padding-bottom: 30px;
}
@media (min-width: 744px) {
  .search-page {
    padding-top: 4px;
  }
}
@media (min-width: 1200px) {
  .search-page {
    padding-top: 12px;
    padding-bottom: 60px;
  }
}

.search-history {
  margin-bottom: 24px;
}

.search-history__title {
  margin: 0 0 12px;
  color: #7f7f7f;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

.search-history__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 20px;
}
@media (min-width: 744px) {
  .search-history__controls {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .search-history__controls {
    align-items: flex-start;
  }
}

@media (min-width: 744px) and (max-width: 1199.98px) {
  .search-history__controls.is-history-overflowing {
    flex-wrap: wrap;
  }
  .search-history__controls.is-history-overflowing .search-history__scroll {
    width: 100%;
    flex-basis: 100%;
  }
}
.search-history__scroll {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.search-history__scroll::-webkit-scrollbar {
  display: none;
}
@media (min-width: 744px) {
  .search-history__scroll {
    width: auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 1200px) {
  .search-history__scroll {
    overflow: visible;
  }
}

.search-history__links {
  display: flex;
  width: max-content;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 1200px) {
  .search-history__links {
    width: auto;
    flex-wrap: wrap;
  }
}

.search-history__link {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #313131;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) {
  .search-history__link:hover {
    color: #ee741e;
  }
}
.search-history__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.search-history__clear {
  min-height: 40px;
  flex: 0 0 auto;
  padding: 8px 15px;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .search-history__clear:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.search-history__clear:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.search-results {
  display: grid;
  min-width: 0;
  gap: 20px;
}
@media (min-width: 744px) {
  .search-results {
    grid-template-columns: 224px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 0;
  }
}
@media (min-width: 1200px) {
  .search-results {
    column-gap: 16px;
  }
}

.search-results__sidebar {
  min-width: 0;
}
@media (min-width: 744px) {
  .search-results__sidebar {
    padding-right: 12px;
    border-right: 1px solid #f5f5f5;
  }
}
@media (min-width: 1200px) {
  .search-results__sidebar {
    padding-right: 16px;
  }
}

.search-suggestions {
  display: grid;
  gap: 12px;
}

.search-suggestions__link {
  width: fit-content;
  color: #313131;
  font-size: 16px;
  line-height: 21px;
  transition: color 0.2s ease;
}
.search-suggestions__link strong {
  font-weight: 700;
}
@media (hover: hover) {
  .search-suggestions__link:hover {
    color: #ee741e;
  }
}
.search-suggestions__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.search-categories {
  margin-top: 24px;
}
@media (min-width: 744px) {
  .search-categories {
    margin-top: 36px;
  }
}

.search-categories__title {
  margin: 0;
  color: #7f7f7f;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}

.search-categories__list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.search-categories__link {
  width: fit-content;
  color: #313131;
  font-size: 16px;
  line-height: 22px;
  transition: color 0.2s ease;
}
.search-categories__link strong {
  font-weight: 700;
}
@media (hover: hover) {
  .search-categories__link:hover {
    color: #ee741e;
  }
}
.search-categories__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.search-results__content {
  min-width: 0;
}

.search-results__products {
  display: grid;
  width: 100%;
  max-width: 329px;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .search-results__products {
    max-width: 1011px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-inline: 0;
  }
}

.search-results__products .product-card {
  max-width: none;
  height: 100%;
}

.popup-form-page {
  padding-top: 32px;
  padding-bottom: 60px;
}
@media (min-width: 744px) {
  .popup-form-page {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}

.popup-form-page__title {
  color: #313131;
  font-size: 28px;
  line-height: 1.1;
}
@media (min-width: 744px) {
  .popup-form-page__title {
    font-size: 36px;
  }
}

.popup-form-page__text {
  max-width: 620px;
  margin-top: 12px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.45;
}

.popup-form-page__button {
  cursor: pointer;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 10px 20px;
  color: #ffffff;
  background: #ee741e;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .popup-form-page__button:hover {
    background: #984409;
  }
}
.popup-form-page__button:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.post-page {
  padding-top: 12px;
  padding-bottom: 30px;
}
@media (min-width: 744px) {
  .post-page {
    padding-top: 8px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .post-page {
    padding-top: 12px;
    padding-bottom: 60px;
  }
}

.post-page__layout {
  display: grid;
  min-width: 0;
  gap: 26px;
  margin-top: 10px;
}
@media (min-width: 744px) {
  .post-page__layout {
    gap: 30px;
    margin-top: 12px;
  }
}
@media (min-width: 1200px) {
  .post-page__layout {
    grid-template-columns: minmax(0, 997px) minmax(280px, 359px);
    gap: 20px;
  }
}

.post-page__main,
.post-page__aside {
  min-width: 0;
}

.post-page__aside {
  display: grid;
  gap: 20px;
  align-content: start;
}

.post-body {
  margin-top: 16px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
}

.post-body h2,
.post-body h3 {
  margin-top: 24px;
  color: #313131;
}
@media (min-width: 744px) {
  .post-body h2,
  .post-body h3 {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .post-body h2,
  .post-body h3 {
    margin-top: 40px;
  }
}

.post-body h2 {
  font-size: 20px;
}
@media (min-width: 744px) {
  .post-body h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .post-body h2 {
    font-size: 28px;
  }
}

.post-body h3 {
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.1;
}
@media (min-width: 744px) {
  .post-body h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .post-body h3 {
    font-size: 22px;
  }
}

.post-body h2 + p,
.post-body h3 + p,
.post-body h3 + ul,
.post-body h3 + ol {
  margin-top: 12px;
}
@media (min-width: 744px) {
  .post-body h2 + p,
  .post-body h3 + p,
  .post-body h3 + ul,
  .post-body h3 + ol {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .post-body h2 + p,
  .post-body h3 + p,
  .post-body h3 + ul,
  .post-body h3 + ol {
    margin-top: 24px;
  }
}

.post-body > ul,
.post-body > ol,
.post-body > ol ul {
  padding-left: 22px;
}

.post-body > ul,
.post-body > ol ul {
  list-style: disc;
}

.post-body > ol {
  list-style: decimal;
}

.post-body > ul li + li,
.post-body > ol li + li {
  margin-top: 3px;
}

.post-article__figure {
  margin-top: 20px;
}

.post-article__picture {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}

.post-article__image {
  display: block;
  width: 100%;
  height: auto;
}

.post-article__caption {
  margin-top: 12px;
  color: #7f7f7f;
  opacity: 0.65;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.post-note {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px;
  background: #f5f5f5;
  color: #313131;
}

.lk-auth-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 744px) {
  .lk-auth-page {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

@media (min-width: 744px) {
  .lk-auth-page--registration {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .lk-auth-page--registration {
    min-height: 744px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.lk-auth-page__container {
  min-width: 0;
}

.lk-auth-page__switch {
  margin-top: 17px;
  color: #313131;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.lk-auth-page__switch a {
  color: #348bdc;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lk-auth-page__switch a:hover {
  text-decoration: none;
}

.lk-auth-page__switch a:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.lk-auth-page__registration-layout {
  display: grid;
  gap: 24px;
}
@media (min-width: 744px) {
  .lk-auth-page__registration-layout {
    gap: 26px;
  }
}
@media (min-width: 1200px) {
  .lk-auth-page__registration-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
  }
}

.lk-auth-page__registration-form {
  min-width: 0;
}
@media (min-width: 1200px) {
  .lk-auth-page__registration-form {
    display: flex;
    flex-direction: column;
  }
}

.lk-auth-page__video {
  min-width: 0;
}
@media (min-width: 1200px) {
  .lk-auth-page__video {
    display: flex;
  }
}

.lk-main-page {
  padding-top: 12px;
}
@media (min-width: 744px) {
  .lk-main-page {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .lk-main-page {
    padding-top: 20px;
  }
}

.lk-main-page__container {
  min-width: 0;
}

.lk-main-page__layout {
  min-width: 0;
}
@media (min-width: 744px) {
  .lk-main-page__layout {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .lk-main-page__layout {
    grid-template-columns: 304px minmax(0, 1fr);
  }
}

.lk-main-page__content {
  display: grid;
  min-width: 0;
  gap: 12px;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .lk-main-page__content {
    gap: 20px;
    padding: 20px;
  }
}
.lk-main-page__content .promo-banner,
.lk-main-page__content .promo-banner > .container {
  padding: 0;
}
.lk-main-page__content .promo-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  padding: 20px;
}

.lk-main-hero {
  display: grid;
  min-width: 0;
  gap: 12px;
}
@media (min-width: 1200px) {
  .lk-main-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .lk-main-hero + .lk-debt-notice {
    margin-top: -8px;
  }
}

.lk-main-hero__promo,
.lk-main-hero__video {
  min-width: 0;
}

@media (min-width: 1200px) {
  .lk-main-hero__video {
    order: -1;
  }
}

.lk-quick-order-page__content {
  min-width: 0;
}

.lk-my-orders-page__content {
  min-width: 0;
}

.lk-my-orders-page__content .pagination {
  margin-top: 12px;
}
@media (min-width: 744px) {
  .lk-my-orders-page__content .pagination {
    margin-top: 20px;
  }
}

.lk-mobile-toolbar__count {
  margin-left: auto;
  color: rgba(127, 127, 127, 0.5);
  font-size: 16px;
  line-height: 1.3;
}

.lk-my-orders-details-page__content {
  min-width: 0;
}

.lk-settlements-page__content {
  display: grid;
  min-width: 0;
  gap: 16px;
  padding: 16px 12px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .lk-settlements-page__content {
    padding: 20px;
  }
}

.lk-settlements-page__title {
  margin: 0;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-settlements-page__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-settlements-page__title {
    font-size: 28px;
  }
}

.lk-documents-page__content {
  min-width: 0;
  padding: 16px 12px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .lk-documents-page__content {
    padding: 20px;
  }
}

.lk-favourites-page__content {
  padding: 16px 12px;
}
@media (min-width: 1200px) {
  .lk-favourites-page__content {
    padding: 20px;
  }
}

.lk-favourites-page__title {
  margin: 0 0 16px;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-favourites-page__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-favourites-page__title {
    font-size: 28px;
  }
}

.lk-favourites-page__list {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.lk-favourites-page__content .pagination {
  margin-top: 12px;
}
@media (min-width: 744px) {
  .lk-favourites-page__content .pagination {
    margin-top: 20px;
  }
}

.lk-frequent-page__content {
  padding: 16px 12px;
}
@media (min-width: 1200px) {
  .lk-frequent-page__content {
    padding: 20px;
  }
}

.lk-frequent-page__title {
  margin: 0 0 16px;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-frequent-page__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-frequent-page__title {
    font-size: 28px;
  }
}

.lk-frequent-page__list {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.lk-personal-page__content {
  display: grid;
  min-width: 0;
  gap: 12px;
  padding: 16px 12px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .lk-personal-page__content {
    gap: 16px;
    padding: 20px;
  }
}

.lk-personal-page__title {
  margin: 0;
  color: #313131;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 744px) {
  .lk-personal-page__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .lk-personal-page__title {
    font-size: 28px;
  }
}

.lk-my-data-page .lk-main-page__layout {
  min-width: 0;
}

.lk-promotional-page .lk-main-page__layout {
  min-width: 0;
}

.lk-promotional-empty-page {
  display: grid;
  min-width: 0;
  gap: 12px;
  padding: 16px 12px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .lk-promotional-empty-page {
    gap: 16px;
    padding: 20px;
  }
}

.lk-password-page .lk-main-page__layout {
  min-width: 0;
}

.error-page__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  text-align: center;
}
@media (min-width: 744px) {
  .error-page__intro {
    padding-top: 36px;
  }
}
@media (min-width: 1200px) {
  .error-page__intro {
    padding-top: 40px;
  }
}

.error-page__title {
  color: #313131;
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 744px) {
  .error-page__title {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .error-page__title {
    font-size: 80px;
  }
}

.error-page__text {
  margin-top: 16px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}
.error-page__text span {
  display: block;
}
@media (min-width: 1200px) {
  .error-page__text {
    font-size: 18px;
  }
}

.error-page__picture {
  display: block;
  width: min(100%, 596px);
  margin-top: 18px;
}

.error-page__image {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.error-page__catalog {
  margin-top: 40px;
}
@media (min-width: 744px) {
  .error-page__catalog {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .error-page__catalog {
    margin-top: 60px;
  }
}

.error-page .product-page-questions {
  margin-top: 40px;
}
@media (min-width: 744px) {
  .error-page .product-page-questions {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .error-page .product-page-questions {
    margin-top: 60px;
  }
}

.ui-page {
  padding: 24px 0 64px;
  background: #f5f5f5;
}
@media (min-width: 744px) {
  .ui-page {
    padding-top: 40px;
  }
}

.ui-page__header {
  display: grid;
  gap: 8px;
  margin-bottom: 32px;
}

.ui-page__lead {
  max-width: 820px;
  color: #7f7f7f;
}

.ui-section {
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
}
.ui-section + .ui-section {
  margin-top: 20px;
}
@media (min-width: 744px) {
  .ui-section {
    padding: 28px;
  }
}

.ui-section__header {
  display: grid;
  gap: 6px;
  margin-bottom: 20px;
}

.ui-section__description {
  color: #7f7f7f;
}

.ui-button-size + .ui-button-size {
  margin-top: 28px;
}

.ui-button-size__title {
  margin-bottom: 12px;
}

.ui-button-grid {
  overflow-x: auto;
  padding-bottom: 4px;
}

.ui-button-grid__inner {
  display: grid;
  width: max-content;
  min-width: 100%;
  grid-template-columns: 88px repeat(6, minmax(138px, 1fr));
  gap: 12px;
  align-items: center;
}

.ui-button-grid__label {
  color: #7f7f7f;
  font-size: 12px;
  text-transform: uppercase;
}

.ui-button-grid__cell {
  display: flex;
  min-height: 56px;
  align-items: center;
}

.ui-button-grid__name {
  color: #7f7f7f;
  font-size: 12px;
}

.ui-typography-list {
  display: grid;
  gap: 18px;
}

.ui-typography-item {
  display: grid;
  gap: 4px;
}

.ui-typography-item__class {
  color: #7f7f7f;
  font-size: 12px;
}

.ui-color-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 744px) {
  .ui-color-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .ui-color-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ui-color-card {
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.ui-color-card__sample {
  height: 72px;
  background: var(--ui-color);
}

.ui-color-card__body {
  display: grid;
  gap: 2px;
  padding: 10px;
}

.ui-color-card__name {
  font-size: 13px;
  font-weight: 600;
}

.ui-color-card__value {
  color: #7f7f7f;
  font-size: 12px;
}

.ui-audit {
  display: grid;
  gap: 8px;
  color: #7f7f7f;
  font-size: 14px;
}

.ui-audit code {
  color: #313131;
}

.ui-icon-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}
@media (min-width: 744px) {
  .ui-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .ui-icon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ui-icon-card {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ui-icon-card.is-copied {
  border-color: #3dc255;
  box-shadow: 0 0 0 1px #3dc255;
}

.ui-icon-card__preview {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  color: #313131;
  background: #e6e6e6;
  border-radius: 8px;
}
.ui-icon-card__preview svg {
  width: 28px;
  height: 28px;
}

.ui-icon-card__body {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.ui-icon-card__name {
  overflow: hidden;
  color: #313131;
  font-size: 13px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-icon-card__link {
  overflow: hidden;
  min-width: 0;
  padding: 0;
  cursor: copy;
  color: #7f7f7f;
  background: transparent;
  border: 0;
  text-align: left;
}
.ui-icon-card__link code {
  display: block;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (hover: hover) {
  .ui-icon-card__link:hover {
    color: #ee741e;
  }
}
.ui-icon-card__link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.ui-icon-card__copy {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  color: #313131;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.ui-icon-card__copy svg {
  width: 18px;
  height: 18px;
}
.is-copied .ui-icon-card__copy {
  color: #228234;
  background: #efffed;
  border-color: #3dc255;
}
@media (hover: hover) {
  .ui-icon-card__copy:hover {
    color: #ee741e;
    border-color: #ee741e;
  }
}
.ui-icon-card__copy:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.ui-icon-card__copy-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

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

.f-heading {
  margin: 0;
  font-family: "MagistralTT-Bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

.f-heading--h1 {
  font-size: 30px;
}
@media (min-width: 744px) {
  .f-heading--h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .f-heading--h1 {
    font-size: 80px;
  }
}

.f-heading--h2 {
  font-size: 26px;
}
@media (min-width: 744px) {
  .f-heading--h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .f-heading--h2 {
    font-size: 60px;
  }
}

.f-heading--h3 {
  font-size: 24px;
}
@media (min-width: 744px) {
  .f-heading--h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .f-heading--h3 {
    font-size: 40px;
  }
}

.f-heading--h4 {
  font-size: 20px;
}
@media (min-width: 744px) {
  .f-heading--h4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .f-heading--h4 {
    font-size: 28px;
  }
}

.f-heading--h5 {
  font-size: 18px;
}
@media (min-width: 744px) {
  .f-heading--h5 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .f-heading--h5 {
    font-size: 22px;
  }
}

.f-text {
  font-family: "Golos Text", Arial, sans-serif;
  line-height: 1.3;
}

.f-text--headline {
  font-size: 20px;
  font-weight: 600;
}

.f-text--callout {
  font-size: 18px;
  font-weight: 600;
}

.f-text--title {
  font-size: 16px;
  font-weight: 600;
}

.f-text--large {
  font-size: 18px;
  font-weight: 400;
}

.f-text--normal {
  font-size: 16px;
  font-weight: 400;
}

.f-text--medium {
  font-size: 14px;
  font-weight: 400;
}

.f-text--small {
  font-size: 12px;
  font-weight: 400;
}

.f-text--caption {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.f-link {
  color: #ee741e;
  font-family: "Golos Text", Arial, sans-serif;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .f-link:hover {
    color: #313131;
  }
}
.f-link:focus-visible {
  outline: 2px solid #ee741e;
  outline-offset: 2px;
}

.f-link--large {
  font-size: 18px;
}

.f-link--medium {
  font-size: 16px;
}

.f-link--small {
  font-size: 14px;
}

.f-color-text-primary {
  color: #313131 !important;
}

.f-color-text-secondary {
  color: #7f7f7f !important;
}

.f-color-text-tertiary {
  color: #dbdbdb !important;
}

.f-color-text-neutral {
  color: #ffffff !important;
}

.f-color-button-primary {
  color: #ee741e !important;
}

.f-color-button-secondary {
  color: #313131 !important;
}

.f-color-button-tertiary {
  color: #ffffff !important;
}

.f-color-link-primary {
  color: #ee741e !important;
}

.f-color-success {
  color: #3dc255 !important;
}

.f-color-warning {
  color: #ffc300 !important;
}

.f-color-info {
  color: #348bdc !important;
}

.f-color-danger {
  color: #f92214 !important;
}

.f-color-grey-white {
  color: #ffffff !important;
}

.f-color-grey-001 {
  color: #313131 !important;
}

.f-color-grey-002 {
  color: #7f7f7f !important;
}

.f-color-grey-003 {
  color: #dbdbdb !important;
}

.f-color-grey-004 {
  color: #f5f5f5 !important;
}

.f-color-orange-01 {
  color: #984409 !important;
}

.f-color-orange-02 {
  color: #ee741e !important;
}

.f-color-orange-03 {
  color: #ffe0cb !important;
}

.f-color-orange-04 {
  color: #fff3ec !important;
}

.f-color-success-001 {
  color: #228234 !important;
}

.f-color-success-002 {
  color: #3dc255 !important;
}

.f-color-success-003 {
  color: #efffed !important;
}

.f-color-warning-001 {
  color: #c19600 !important;
}

.f-color-warning-002 {
  color: #ffc300 !important;
}

.f-color-warning-003 {
  color: #fff6e5 !important;
}

.f-color-info-001 {
  color: #348bdc !important;
}

.f-color-info-002 {
  color: #78bcfe !important;
}

.f-color-info-003 {
  color: #cae5ff !important;
}

.f-color-danger-001 {
  color: #b41004 !important;
}

.f-color-danger-002 {
  color: #f92214 !important;
}

.f-color-danger-003 {
  color: #ffe1df !important;
}

/*# sourceMappingURL=template_styles.css.map */
