

/* Start:/local/assets/dist/styles/styles.build.css?1752483311420873*/
/* stylelint-disable custom-property-empty-line-before */
/*
	variable naming rules:
	color-* -- color value
	fz-* -- font-size value
	fw-* -- font-weight value
	ff-* -- font-family value
	fs-* -- font-style value
	*-color -- color of specific element
	*-bg -- background of specific element
	...
*/
/* sizes */
/* TODO remove */
/* colors */
.light-theme {
  /* colors */
  --color-fg-1: #222;
  --color-fg-1-contrast: #f5f5f7;
  --color-fg-2: #454545;
  --color-fg-3: #959595;
  --color-fg-4: #cfcfcf;
  --color-bg-1: #fff;
  --color-bg-1-contrast: #222;
  --color-bg-2: #efefef;
  --color-bg-2-contrast: #343434;
  --color-bg-3: #2e2f30;
  --color-bg-4: #f6f6f6;
  --color-bg-5: #fbfbfb;
  --color-bg-x: #cfcfcf;
  --color-bg-alt: rgba(17, 17, 17, .4);
  --color-bg-alt-light: rgba(255, 255, 255, .4);
  --color-bg-alt-dark: rgba(17, 17, 17, .4);
  --color-bg-alt-2: rgba(149, 149, 149, .4);
  --color-brand: #f03226;
  --color-red: #ea2119;
  --color-red-dark: #c0281e;
  /* ? remove ? */
  --color-green: #0ab205;
  --color-white: #fff;
  --color-black: #111;
  --color-ui-1: #111;
  --color-ui-1-contrast: #f5f5f7;
  --color-ui-2: #959595;
  --overlay-bg: rgba(220, 225, 229, .75);
  --overlay-banner-bg: rgba(0, 0, 0, .6);
  /* shadow */
  --box-shadow-base: 0 3px 20px 0 rgba(0, 0, 0, .1);
}

.dark-theme {
  /* colors */
  --color-fg-1: #f5f5f7;
  --color-fg-1-contrast: #111;
  --color-fg-2: #959595;
  --color-fg-3: #454545;
  --color-fg-4: #2e2f30;
  /* ? */
  --color-bg-1: #222;
  --color-bg-1-contrast: #fff;
  --color-bg-2: #2e2f30;
  --color-bg-2-contrast: #f5f5f7;
  --color-bg-3: #343434;
  --color-bg-4: #454545;
  --color-bg-x: #111;
  --color-bg-alt: rgba(255, 255, 255, .4);
  --color-bg-alt-light: rgba(255, 255, 255, .4);
  --color-bg-alt-dark: rgba(17, 17, 17, .4);
  --color-bg-alt-2: rgba(149, 149, 149, .4);
  --color-brand: #f03226;
  --color-red: #ea2119;
  --color-red-dark: #c0281e;
  /* ? remove ? */
  --color-green: #0ab205;
  --color-white: #fff;
  --color-gray: #444;
  --color-black: #222;
  --color-ui-1: #f5f5f7;
  --color-ui-1-contrast: #111;
  --color-ui-2: #959595;
  --overlay-bg: rgba(0, 0, 0, .75);
  /* shadow */
  --box-shadow-base: 0 2px 24px 0 rgba(0, 0, 0, .05);
}

.light-theme,
.dark-theme {
  /* container */
  --container-width: 1344px;
  --container-padding: 12px;
  /* grid */
  --grid-gutter-base: 24px;
  --grid-gutter-base-sm: 20px;
  /* colors */
  --color-error: var(--color-red);
  --color-success: var(--color-green);
  --link-color: var(--color-ui-1);
  --link-color-hover: var(--color-ui-1);
  --body-bg: var(--color-bg-1);
  --loader-bg: rgba(255, 255, 255, .7);
  --separator-color: var(--color-fg-4);
  --selection-color: var(--color-white);
  --selection-bg: var(--color-red);
  /* border radius */
  --border-radius-base: 12px;
  --border-radius-base-xs: 8px;
  --border-radius-base-sm: 12px;
  --border-radius-base-md: 16px;
  --border-radius-base-lg: 24px;
  /* text */
  --ff-base: Glober, Roboto, Arial, Helvetica, sans-serif;
  --fw-regular: 400;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-base: var(--fw-regular);
  --fz-base: 16px;
  --lh-base: 24px;
  --lh-base-compact: 22px;
  --fz-small: 14px;
  --lh-small: 20px;
  --fz-smaller: 12px;
  --lh-smaller: 18px;
  --fz-large: 18px;
  --lh-large: 26px;
  --fz-larger: 24px;
  --lh-larger: 30px;
  --font-base: var(--fw-base) var(--fz-base) / var(--lh-base) var(--ff-base);
  --ff-h0: var(--ff-base);
  --fz-h0: 56px;
  --fw-h0: var(--fw-bold);
  --lh-h0: 64px;
  --tt-h0: none;
  --ls-h0: normal;
  --font-h0: var(--fw-h0) var(--fz-h0)/var(--lh-h0) var(--ff-h0);
  --ff-h1: var(--ff-base);
  --fz-h1: 48px;
  --fw-h1: var(--fw-bold);
  --lh-h1: 56px;
  --tt-h1: none;
  --ls-h1: normal;
  --font-h1: var(--fw-h1) var(--fz-h1)/var(--lh-h1) var(--ff-h1);
  --ff-h2: var(--ff-base);
  --fz-h2: 40px;
  --fw-h2: var(--fw-bold);
  --lh-h2: 48px;
  --tt-h2: none;
  --ls-h2: normal;
  --font-h2: var(--fw-h2) var(--fz-h2)/var(--lh-h2) var(--ff-h2);
  --ff-h3: var(--ff-base);
  --fz-h3: 32px;
  --fw-h3: var(--fw-bold);
  --lh-h3: 40px;
  --tt-h3: none;
  --ls-h3: normal;
  --font-h3: var(--fw-h3) var(--fz-h3)/var(--lh-h3) var(--ff-h3);
  --ff-h4: var(--ff-base);
  --fz-h4: 24px;
  --fw-h4: var(--fw-bold);
  --lh-h4: 32px;
  --tt-h4: none;
  --ls-h4: normal;
  --font-h4: var(--fw-h4) var(--fz-h4)/var(--lh-h4) var(--ff-h4);
  --ff-h5: var(--ff-base);
  --fz-h5: 20px;
  --fw-h5: var(--fw-bold);
  --lh-h5: 28px;
  --tt-h5: none;
  --ls-h5: normal;
  --font-h5: var(--fw-h5) var(--fz-h5)/var(--lh-h5) var(--ff-h5);
  --ff-h6: var(--ff-base);
  --fz-h6: 18px;
  --fw-h6: var(--fw-bold);
  --lh-h6: 26px;
  --tt-h6: none;
  --ls-h6: normal;
  --font-h6: var(--fw-h6) var(--fz-h6)/var(--lh-h6) var(--ff-h6);
  /* transitions */
  --trs-base: .2s;
  --trs-dropdown: .25s;
  --trs-collapse: .3s;
  --trs-overlay: .25s ease-out;
  /* offset */
  --subsection-offset: 64px;
}

@media (max-width: 1023px) {
  :root,
.light-theme,
.dark-theme {
    /* grid */
    --grid-gutter-base: 20px;
    /* text */
    --fz-h0: 56px;
    --lh-h0: 64px;
    --fz-h1: 48px;
    --lh-h1: 56px;
    --fz-h2: 32px;
    --lh-h2: 40px;
    /* todo text styles */
    /* offset */
    --subsection-offset: 60px;
  }
}
@media (max-width: 599px) {
  :root,
.light-theme,
.dark-theme {
    /* grid */
    --grid-gutter-base: 8px;
    /* border radius */
    --border-radius-base: 12px;
    --border-radius-base-sm: 12px;
    --border-radius-base-md: 16px;
    --border-radius-base-lg: 16px;
    /* text */
    --fz-h1: 28px;
    --lh-h1: 36px;
    --fz-h2: 24px;
    --lh-h2: 32px;
    --fz-h3: 24px;
    --lh-h3: 32px;
    --fz-h4: 20px;
    --lh-h4: 28px;
    /* offset */
    --subsection-offset: 40px;
  }
}
@font-face {
  font-family: Glober;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Glober"), local("Glober-Regular"), url("/local/assets/fonts/Glober/GloberRegular.woff2") format("woff2"), url("/local/assets/fonts/Glober/GloberRegular.woff") format("woff");
}
@font-face {
  font-family: Glober;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Glober"), local("Glober-SemiBold"), url("/local/assets/fonts/Glober/GloberSemiBold.woff2") format("woff2"), url("/local/assets/fonts/Glober/GloberSemiBold.woff") format("woff");
}
@font-face {
  font-family: Glober;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Glober"), local("Glober-Bold"), url("/local/assets/fonts/Glober/GloberBold.woff2") format("woff2"), url("/local/assets/fonts/Glober/GloberBold.woff") format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
input[type=search],
input[type=date],
textarea {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

input,
button,
select,
textarea {
  margin: 0;
}

legend {
  padding: 0;
  margin: 0;
}

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

::-webkit-details-marker {
  display: none;
  opacity: 0;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

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

button::-moz-focus-inner {
  border: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: inherit;
  line-height: inherit;
  outline: none;
  color: inherit;
  background: transparent;
}

img {
  border: none;
  font-size: var(--fz-small);
  line-height: var(--lh-small);
}

iframe {
  border: none;
}

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

body.ios,
body.ios * {
  cursor: pointer;
}

.touch * {
  outline: none;
}

main {
  display: block;
}

/* stylelint-disable font-family-name-quotes */
/* --- selection --- */
::-moz-selection {
  background: var(--selection-bg);
  color: var(--selection-color);
}
::selection {
  background: var(--selection-bg);
  color: var(--selection-color);
}

/* --- basic --- */
body {
  --block-bg: var(--body-bg);
  color: var(--color-fg-1);
  background: var(--body-bg);
  font: var(--fw-base) var(--fz-base)/var(--lh-base) var(--ff-base);
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

.page-main {
  flex: 1 1 auto;
}

/* --- Vue --- */
[v-cloak] {
  display: none;
}

/* --- container --- */
.container {
  max-width: var(--container-width);
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin-left: auto;
  margin-right: auto;
}

.container.container-small {
  max-width: 600px;
}

.header__logo-full {
  height: 80px;
  color: var(--color-brand);
}

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

.container .container {
  padding: 0;
}

.container--free {
  max-width: none;
}

/* --- overlay --- */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  background: var(--overlay-bg);
  opacity: 0;
  transition: var(--trs-overlay);
  z-index: 100;
}

.overlay.open,
.state--modal-open .overlay,
.state--modal-loading .overlay {
  opacity: 1;
  visibility: visible;
}

.overlay.state--switch-theme {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 200;
  background: rgba(0, 0, 0, 0.75);
}

/* --- scroll lock --- */
.state--lock {
  overflow: hidden;
}

/* --- tab behavior --- */
.tab-behavior:not(.open) {
  display: none;
}

/* --- icons --- */
.svg-sprite {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.svg-icon {
  display: inline-block;
  vertical-align: middle;
  /* todo remove */
  width: 100%;
  height: 100%;
}
.svg-icon.is-block {
  display: block;
}

.check-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 3px;
  background-color: var(--color-green);
  color: #fff;
  border-radius: 50%;
}

.test-scrollbar {
  max-height: 200px;
  overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
  width: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(149, 149, 149, 0.2);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(149, 149, 149, 0.4);
}

.scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(149, 149, 149, 0.4) transparent;
}

.scrollbar::-webkit-resizer {
  background-color: transparent;
}

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

.block-placeholder {
  display: block;
  height: 200px;
}

@media (max-width: 767px) {
  /* --- overlay --- */
  .state--catalog-aside-open .overlay,
.state--mobile-nav-open .overlay {
    opacity: 1;
    visibility: visible;
  }
}
/* main {
	min-height: calc(100vh - 700px);

	@include media("2xs-down") {
		min-height: calc(100vh - 490px);
	}
} */
.freeze {
  overflow: hidden;
}

body > .v-application {
  font-family: Glober, Arial, Helvetica, sans-serif;
}

.dimmer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 191;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s;
}
@supports ((-webkit-backdrop-filter: blur(8px)) or (backdrop-filter: blur(8px))) {
  .dimmer {
    background-color: rgba(17, 17, 17, 0.4);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}
.dimmer.active {
  visibility: visible;
  opacity: 1;
}

.tippy-box {
  background: #343434;
  color: #f5f5f7;
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.5);
  padding: 0 20px 0 20px;
}
.tippy-box .tippy-content {
  margin-right: -8px;
  padding: 0;
}
.tippy-box .tippy-content .default-tooltip__content {
  display: block !important;
  padding-right: 8px;
}
.tippy-box .tippy-content .default-tooltip__content::after, .tippy-box .tippy-content .default-tooltip__content::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 16px;
}

.ifarme-form {
  display: block;
  max-width: 626px;
  width: 100%;
  padding: 0 8px;
  margin: 24px auto 0 auto;
}

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

button {
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: inherit;
  font-family: inherit;
}
button::-moz-focus-inner {
  outline: none;
  border: none;
}

.default-tooltip {
  width: 20px;
  height: 20px;
}
.default-tooltip__content {
  display: none;
  max-height: 240px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 22px;
  scrollbar-width: thin;
  scrollbar-color: #454545 transparent;
}
.default-tooltip__content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.default-tooltip__content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #454545;
}

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

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.2s;
  cursor: pointer;
}

.container-main {
  max-width: 1344px;
  padding: 0 var(--container-padding);
  margin: 0 auto;
}
.container-main--large {
  max-width: 1600px;
  padding: 0;
}
@media (max-width: 599px) {
  .container-main--large {
    padding: 0;
  }
}
.container-main--md {
  max-width: 1126px;
}

.caption-text {
  color: var(--color-fg-3);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.section {
  margin-top: 86px;
}
@media (max-width: 599px) {
  .section {
    margin-top: 32px;
  }
}
.section--md {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}
.section.no-margin {
  margin: 0;
}
.section__negative-inside .info-section:first-of-type {
  margin-top: -32px;
}
@media (min-width: 600px) {
  .section__negative-inside .info-section:first-of-type {
    margin-top: -86px;
  }
}
@media (max-width: 599px) {
  .section__inner {
    margin-top: 40px;
  }
}
.section .breadcrumbs__link + .breadcrumbs__link {
  margin-left: 12px;
}
.section__title {
  margin: 0;
}
@media (max-width: 599px) {
  .section__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 599px) {
  .section__title--sm {
    font-size: 24px;
    line-height: 32px;
  }
}
.section__title--center {
  text-align: center;
}
.section__title--center ~ .section__description {
  text-align: center;
}
@media (max-width: 599px) {
  .section__title--center {
    text-align: left;
  }
  .section__title--center ~ .section__description {
    text-align: left;
  }
}
.section__title + *:not(.section__description, .change-type) {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .section__title + *:not(.section__description, .change-type) {
    margin-top: 24px;
  }
}
.section__title__link {
  padding-right: 30px;
  position: relative;
}
@media (max-width: 599px) {
  .section__title__link {
    padding-right: 20px;
  }
}
.section__title__link:hover {
  -webkit-text-decoration: underline var(--color-brand);
          text-decoration: underline var(--color-brand);
}
.section__title__link:hover .arrow {
  color: var(--color-brand);
}
.section__description {
  margin: 16px 0 0 0;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 599px) {
  .section__description {
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.section-inside {
  margin-top: 64px;
}
@media (min-width: 1024px) {
  .section-inside {
    margin-top: 140px;
  }
}
@media (max-width: 599px) {
  .section-inside .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.double-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.double-container > * {
  flex: 1;
  min-width: 0;
}
@media (min-width: 1200px) {
  .double-container {
    flex-direction: row;
    align-items: stretch;
  }
  .double-container > * + * {
    margin-left: 24px;
  }
}

.main-select {
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 3;
}
.main-select .text-select {
  color: var(--color-red);
  transition: color 0.2s linear;
}
@media (any-hover: hover) {
  .main-select:hover .text-select {
    color: var(--color-red-dark);
  }
}
@media (max-width: 599px) {
  .main-select {
    margin: 0;
  }
}

.select-caption {
  margin: 10px 20px 0 20px;
  color: var(--color-fg-3);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
@media (max-width: 599px) {
  .select-caption {
    margin: 2px 12px 0 12px;
    font-size: 10px;
  }
}

.close-link .svg-icon {
  margin-top: 1px;
}

.arrow-link {
  display: flex;
}
.arrow-link .arrow {
  width: 1ch;
  height: 1ch;
  display: inline-block;
  align-self: center;
  transition: transform 0.2s;
  color: var(--color-brand);
}
.dark-theme .arrow-link .arrow {
  color: var(--color-white);
}
.arrow-link.right .arrow {
  margin-left: 0.5ch;
}
.arrow-link.left .arrow {
  margin-right: 0.5ch;
  transform: rotate(180deg);
}
.arrow-link.right:hover .arrow {
  transform: translateX(0.5ch);
}
.arrow-link.left:hover .arrow {
  transform: rotate(180deg) translateX(0.5ch);
}

@media (min-width: 600px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-md-and-down {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hidden-sm-and-down {
    display: none !important;
  }
}

.h-scl-fix::after {
  content: " ";
  display: block;
  min-width: 10px;
  height: 1px;
}
@media (max-width: 599px) {
  .h-scl-fix::after {
    min-width: 8px;
  }
}

.styled-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(149, 149, 149, 0.4) transparent;
}
.styled-scrollbar::-webkit-scrollbar {
  width: 10px;
}
.styled-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0);
}
.styled-scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: rgba(149, 149, 149, 0.2);
}
.styled-scrollbar:hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(149, 149, 149, 0.4);
}
@media (max-width: 767px) {
  .styled-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(149, 149, 149, 0.2);
  }
}

.styled-scrollbar-track::-webkit-scrollbar-track {
  width: 25px;
  background-color: var(--color-ui-1-contrast);
}

.root-section {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .root-section {
    margin-top: 64px;
  }
}

.text-under-title {
  max-width: 996px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .text-under-title {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 28px;
  }
}

.title-page {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .title-page {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .title-page {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .title-page--inner {
    font-size: 32px;
    line-height: 40px;
  }
}

.title-with-icons {
  display: flex;
  align-items: center;
}

.titles-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item {
  display: none;
}

.open .accordion-item {
  display: block;
}

.red-link {
  color: var(--color-red) !important;
  transition: color 0.2s linear;
  cursor: pointer;
}
.red-link:hover {
  color: var(--color-red-dark) !important;
  text-decoration: underline;
}

.red {
  color: var(--color-red);
  background: none !important;
}

.tab-elem {
  display: none;
}
.tab-elem.open {
  display: block;
}

.standard-tooltip {
  padding: 20px 20px;
  border-radius: 6px;
  background: #343434;
  color: #f5f5f7;
  font-size: 14px;
  line-height: 22px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  max-height: 240px;
  overflow-y: auto;
  opacity: 1 !important;
  z-index: 200 !important;
  scrollbar-width: thin;
  scrollbar-color: #454545 transparent;
}
.standard-tooltip::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.standard-tooltip::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #454545;
}

.hide-block {
  opacity: 0;
  visibility: hidden;
  transform-origin: 50%;
}

.centering-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.section-root {
  margin: 60px 0;
}
@media (min-width: 768px) {
  .section-root {
    margin: 120px 0;
  }
}
.section-root__titles {
  margin-bottom: 32px;
}
.section-root__inside {
  overflow: hidden;
  padding: 48px 56px 56px 56px;
  border-radius: 24px;
}
.section-root__inside.bg-dark {
  background: #111;
  color: #fff;
}
@media (max-width: 599px) {
  .section-root__inside.bg-dark {
    padding: 24px 0 0 0;
    border-radius: 0;
  }
}
.section-root__inside.bg-dark .link-caption {
  border-color: #fff !important;
}
@media (max-width: 599px) {
  .section-root .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.page-articles-wrapper {
  position: relative;
}

.page-articles-overlay {
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  background: linear-gradient(180deg, #222222 0%, white 100%, #020024 222%);
  z-index: 90;
}
.page-articles-overlay.visible {
  opacity: 0;
  transform: translateX(0);
  animation: pulse 2s;
}

@keyframes pulse {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.screen {
  position: relative;
  z-index: 91;
}
.screen--inner {
  padding-top: 56px;
}
.screen.hide {
  margin-bottom: -86px;
}
@media (min-width: 768px) {
  .screen.hide {
    margin-bottom: -136px;
  }
}

.date-caption {
  font-weight: 600;
  color: #959595;
  font-size: 14px;
  line-height: 22px;
}

.link-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 30px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.link-gallery__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: var(--color-red);
  margin-right: 5px;
}
.link-gallery__content {
  display: block;
  color: var(--color-red);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.link-gallery:hover {
  background: rgba(255, 255, 255, 0.8);
}

.popup-activator {
  cursor: pointer;
  border-bottom: 2px dashed rgba(245, 245, 247, 0.6);
  transition: border-color 0.2s linear;
}
.popup-activator:hover {
  border-color: #f5f5f7;
}

.picture-image {
  display: block;
}

.picture-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: inherit;
  border-radius: inherit;
}

body > .responsive-wrapper {
  height: 78px !important;
  z-index: 190 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
}

.dark-theme .text-under-title {
  color: #959595;
}
.dark-theme .page-articles-overlay {
  background: #000;
}

.qr-svg {
  max-width: 310px;
}
.dark-theme .qr-svg {
  fill: #fff;
}

@media (max-width: 767px) {
  .header__logo-full {
    height: 50px;
  }

  .qr-container {
    text-align: center;
  }
}
/* --- text --- */
h1,
.h1 {
  font: var(--font-h1);
  text-transform: var(--tt-h1);
  letter-spacing: var(--ls-h1);
  color: var(--color-fg-1);
  margin: 0;
}

h2,
.h2 {
  font: var(--font-h2);
  text-transform: var(--tt-h2);
  letter-spacing: var(--ls-h2);
  color: var(--color-fg-1);
  margin: 0;
}

h3,
.h3 {
  font: var(--font-h3);
  text-transform: var(--tt-h3);
  letter-spacing: var(--ls-h3);
  color: var(--color-fg-1);
  margin: 0;
}

h4,
.h4 {
  font: var(--font-h4);
  text-transform: var(--tt-h4);
  letter-spacing: var(--ls-h4);
  color: var(--color-fg-1);
  margin: 0;
}

h5,
.h5 {
  font: var(--font-h5);
  text-transform: var(--tt-h5);
  letter-spacing: var(--ls-h5);
  color: var(--color-fg-1);
  margin: 0;
}

h6,
.h6 {
  font: var(--font-h6);
  text-transform: var(--tt-h6);
  letter-spacing: var(--ls-h6);
  color: var(--color-fg-1);
  margin: 0;
}

.text-strong {
  font-size: var(--fz-large);
  line-height: var(--lh-large);
}

.text-small {
  font-size: var(--fz-small);
  line-height: var(--lh-small);
}

.text-smaller {
  font-size: var(--fz-smaller);
  line-height: var(--lh-smaller);
}

b {
  font-weight: var(--fw-bold);
}
.dark-theme b {
  color: var(--color-fg-1);
}

.font-base {
  font: var(--font-base);
}

.link,
.text-guide a:not(.btn) {
  color: var(--color-red);
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: var(--trs-base);
  outline-offset: 1px;
  outline: none;
}
.state--focus-enabled .link:focus,
.state--focus-enabled .text-guide a:not(.btn):focus {
  outline: 1px dashed;
  outline-offset: 1px;
}
@media (any-hover: hover) {
  .link:hover,
.text-guide a:not(.btn):hover {
    color: var(--color-red-dark);
    border: none;
    text-decoration: none;
  }
  .state--focus-enabled .link:focus,
.state--focus-enabled .text-guide a:not(.btn):focus {
    outline: 1px dashed;
    outline-offset: 1px;
  }
}
.link:active,
.text-guide a:not(.btn):active {
  color: var(--color-red-dark);
}

.link--dashed {
  color: var(--color-red);
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: var(--trs-base);
  outline-offset: 1px;
  outline: none;
  border-bottom: 1px dashed;
}
.state--focus-enabled .link--dashed:focus {
  outline: 1px dashed;
  outline-offset: 1px;
}
@media (any-hover: hover) {
  .link--dashed:hover {
    color: var(--color-red-dark);
    border: none;
    text-decoration: none;
  }
  .state--focus-enabled .link--dashed:focus {
    outline: 1px dashed;
    outline-offset: 1px;
  }
}
.link--dashed:active {
  color: var(--color-red-dark);
}
@media (any-hover: hover) {
  .link--dashed:hover {
    border-bottom: 1px dashed;
  }
}

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

.video-block {
  position: relative;
  background: var(--color-bg-2);
  overflow: hidden;
  border-radius: var(--border-radius-base-lg);
}

.video-block::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blockquote:first-child,
blockquote:first-child,
.table-scroller:first-child {
  margin-top: 0;
}

.blockquote:last-child,
blockquote:last-child,
.table-scroller:last-child {
  margin-bottom: 0;
}

hr,
.hr {
  border: none;
  margin: 20px 0;
  border-top: 1px solid var(--color-fg-3);
}

.hr--lg {
  margin: 60px 0;
}

.text-guide {
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--color-fg-2);
}

.text-guide--large {
  font-size: var(--fz-large);
  line-height: var(--lh-large);
  color: var(--color-ui-2);
}

.text-guide h1,
.text-guide .h1,
.text-guide h2,
.text-guide .h2,
.text-guide h3,
.text-guide .h3,
.text-guide h4,
.text-guide .h4,
.text-guide h5,
.text-guide .h5,
.text-guide h6,
.text-guide .h6 {
  margin: 32px 0 28px;
  clear: both;
  color: var(--color-fg-1);
}

.text-guide ul,
.text-guide ol {
  margin: 20px 0;
}

.text-guide ul > li,
.text-guide ol > li {
  margin: 0 0 12px;
  vertical-align: top;
  padding-left: 28px;
  position: relative;
}

.text-guide ul > li ul > li,
.text-guide ul > li ol > li,
.text-guide ol > li ol > li,
.text-guide ol > li ul > li {
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  margin: 0 0 16px;
}

.text-guide li > ul:first-child,
.text-guide li > ol:first-child {
  margin-top: 8px;
}

.text-guide strong {
  border-bottom: 2px solid var(--color-brand);
  font-weight: inherit;
  color: inherit;
}

.text-guide ul > li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  border-top: 2px solid;
}

.text-guide ul:not(.custom) > li::before {
  border-color: var(--color-red);
}

.text-guide--large ul > li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  border-top: 2px solid var(--color-red);
}

.text-guide ol {
  counter-reset: ol;
}

.text-guide ol > li {
  counter-increment: ol;
}

.text-guide ol > li::before {
  content: counter(ol);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: var(--fw-bold);
}

.text-guide ol:not(.custom) > li::before {
  color: var(--color-red);
}

.text-guide--large ol > li::before {
  content: counter(ol);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-red);
  font-weight: var(--fw-red);
}

.text-guide img {
  display: block;
  max-width: 100%;
  margin: 64px 0;
  border-radius: 16px;
}

.text-guide--large img {
  display: block;
  max-width: 100%;
  margin: 64px 0;
  border-radius: 16px;
}

.text-guide img.image-wide {
  max-width: calc(100% + 376px);
  margin-right: -376px;
}

.text-guide img[align=left],
.text-guide img[align=right] {
  max-width: 50%;
}

.text-guide img[align=left] {
  margin: 0 20px 20px 0;
  float: left;
}

.text-guide img[align=right] {
  margin: 0 0 20px 20px;
  float: right;
}

.text-guide table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  width: 100%;
}

.table-scroller {
  max-width: 100%;
  overflow: auto;
  margin: 20px 0;
  border-radius: var(--border-radius-base);
}

.table-scroller table {
  margin: 0;
  background: var(--color-bg-2);
  min-width: 600px;
}

.text-guide td,
.text-guide th {
  border: 1px solid var(--color-fg-4);
  transition: background-color var(--trs-base) ease;
  padding: 17px 25px;
  border-collapse: collapse;
  vertical-align: top;
  text-align: left;
}
.dark-theme .text-guide td,
.dark-theme .text-guide th {
  border: 1px solid var(--color-fg-3);
}

.text-guide td:first-child,
.text-guide th:first-child {
  border-left: none;
}

.text-guide tr:first-child td,
.text-guide tr:first-child th {
  border-top: 0;
}

.text-guide td:last-child,
.text-guide th:last-child {
  border-right: 0;
}

.text-guide tr:last-child td,
.text-guide tr:last-child th {
  border-bottom: 0;
}

.text-guide th {
  color: var(--color-fg-1);
}

.text-guide thead {
  font-weight: var(--fw-bold);
}

.text-guide tbody tr:hover td {
  background-color: var(--color-bg-4);
}

.text-guide iframe {
  max-width: 100%;
}

.text-guide .video-block {
  margin: 30px 0;
}

.text-guide h1:first-child,
.text-guide .h1:first-child,
.text-guide h2:first-child,
.text-guide .h2:first-child,
.text-guide h3:first-child,
.text-guide .h3:first-child,
.text-guide h4:first-child,
.text-guide .h4:first-child,
.text-guide h5:first-child,
.text-guide .h5:first-child,
.text-guide p:first-child,
.text-guide ul:first-child,
.text-guide ol:first-child,
.text-guide li:first-child,
.text-guide table:first-child,
.text-guide blockquote:first-child,
.text-guide .video-block:first-child {
  margin-top: 0;
}

.text-guide h1:last-child,
.text-guide .h1:last-child,
.text-guide h2:last-child,
.text-guide .h2:last-child,
.text-guide h3:last-child,
.text-guide .h3:last-child,
.text-guide h4:last-child,
.text-guide .h4:last-child,
.text-guide h5:last-child,
.text-guide .h5:last-child,
.text-guide p:last-child,
.text-guide ul:last-child,
.text-guide ol:last-child,
.text-guide li:last-child,
.text-guide table:last-child,
.text-guide blockquote:last-child,
.text-guide .video-block:last-child {
  margin-bottom: 0;
}

.text-guide--large h1,
.text-guide--large .h1 {
  margin: 20px 0;
}

.text-guide--large h2,
.text-guide--large .h2 {
  margin: 64px 0 32px;
}

.text-guide--large h3,
.text-guide--large .h3,
.text-guide--large h4,
.text-guide--large .h4,
.text-guide--large h5,
.text-guide--large .h5,
.text-guide--large h6,
.text-guide--large .h6 {
  margin: 32px 0 28px;
  color: var(--color-fg-1);
}

.text-guide--large p,
.text-guide--large ul,
.text-guide--large ol {
  margin: 20px 0;
}

.text-guide--large ul > li,
.text-guide--large ol > li {
  margin: 0 0 24px;
  vertical-align: top;
  padding-left: 28px;
  position: relative;
}

.text-guide--large ul > li ul,
.text-guide--large ul > li ol,
.text-guide--large ol > li ol,
.text-guide--large ol > li ul {
  margin: 20px 0;
}

.text-guide--large ul > li ul > li,
.text-guide--large ul > li ol > li,
.text-guide--large ol > li ol > li,
.text-guide--large ol > li ul > li {
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  margin: 0 0 16px;
}

.text-guide--large li > ul:first-child,
.text-guide--large li > ol:first-child {
  margin-top: 8px;
}

/* --- blackout --- */
.blackout {
  color: var(--color-white);
}

@media (max-width: 1343px) {
  .text-guide img.image-wide {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .text-guide--large {
    font-size: var(--fz-large);
    line-height: var(--lh-large);
  }
}
@media (max-width: 1199px) {
  .hr--lg {
    margin: 40px 0;
  }
}
@media (max-width: 1023px) {
  .text-guide {
    font-size: 16px;
    line-height: 24px;
  }

  .text-guide h2,
.text-guide .h2 {
    margin: 48px 0 24px;
  }

  .text-guide h3,
.text-guide .h3 {
    margin: 32px 0 24px;
  }

  .text-guide h4,
.text-guide .h4 {
    margin: 32px 0 24px;
  }

  .text-guide ul > li ul,
.text-guide ul > li ol,
.text-guide ol > li ol,
.text-guide ol > li ul {
    margin: 13px 0;
  }

  .text-guide ul > li ul > li,
.text-guide ul > li ol > li,
.text-guide ol > li ol > li,
.text-guide ol > li ul > li {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 13px;
  }

  .text-guide ul > li,
.text-guide ol > li {
    margin: 0 0 13px;
  }

  .text-guide img {
    margin: 48px 0 0;
  }
}
.button {
  border-radius: 30px;
  font-weight: 600;
  transition: background-color 0.2s linear, color 0.2s linear, box-shadow 0.2s linear;
  text-align: center;
  display: inline-block;
  font-size: initial;
}
.button__content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.button:focus, .button__content:focus {
  box-shadow: none;
  outline: none;
}
.button:focus > .button__content {
  box-shadow: inset 0 0 0 1px rgba(11, 31, 53, 0.95);
}
.button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.button.primary-btn.c-red {
  color: #fff;
  background-color: var(--color-brand);
}
.button.primary-btn.c-red[disabled] {
  color: rgba(255, 255, 255, 0.6);
  background-color: var(--color-red);
  opacity: 0.4;
  cursor: not-allowed;
}
.button.primary-btn.c-red:hover:not([disabled]) {
  background-color: var(--color-red);
  box-shadow: 0 5px 15px 0 rgba(240, 50, 38, 0.4);
}
.button.primary-btn.c-red:active {
  color: rgba(255, 255, 255, 0.6);
  background-color: #c0281e;
}
.button.primary-btn.c-white, body.dark-theme .button.primary-btn.c-black--inverse,
.dark-theme .button.primary-btn.c-black--inverse,
.dark-theme .button.primary-btn.pseudo.adaptive,
.dark-theme .button.primary-btn.usual.adaptive {
  color: var(--color-brand);
}
.button.primary-btn.c-white:hover,
.dark-theme .button.primary-btn.c-black--inverse:hover,
.dark-theme .button.primary-btn.pseudo.adaptive:hover,
.dark-theme .button.primary-btn.usual.adaptive:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.button.primary-btn.c-white:active,
.dark-theme .button.primary-btn.c-black--inverse:active,
.dark-theme .button.primary-btn.pseudo.adaptive:active,
.dark-theme .button.primary-btn.usual.adaptive:active {
  background-color: white;
}
.button.usual.c-black, .button.usual.adaptive {
  color: var(--color-fg-1);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.button.usual.c-black:hover, .button.usual.adaptive:hover {
  border-color: var(--color-ui-1);
}
.button.usual.c-black:active, .button.usual.adaptive:active {
  background-color: var(--color-ui-1);
  color: #fff;
}
.button.usual.c-white, body.dark-theme .button.usual.c-black--inverse,
.dark-theme .button.usual.c-black--inverse, body.dark-theme .button.usual.adaptive,
.dark-theme .button.usual.pseudo.adaptive,
.dark-theme .button.usual.adaptive {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.button.usual.c-white:hover,
.dark-theme .button.usual.c-black--inverse:hover,
.dark-theme .button.usual.adaptive:hover {
  border-color: #fff;
}
.button.usual.c-white:active,
.dark-theme .button.usual.c-black--inverse:active,
.dark-theme .button.usual.adaptive:active {
  background-color: #fff;
  color: var(--color-fg-1);
}
.button.pseudo.c-black, .button.pseudo.adaptive {
  color: var(--color-fg-1);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}
.button.pseudo.c-black:hover, .button.pseudo.adaptive:hover {
  border-color: var(--color-ui-1);
}
.button.pseudo.c-black:active, .button.pseudo.adaptive:active, .button.pseudo.c-black.active, .button.pseudo.active.adaptive {
  background-color: var(--color-ui-1);
  color: #fff;
}
.button.pseudo.c-white, body.dark-theme .button.pseudo.c-black--inverse,
.dark-theme .button.pseudo.c-black--inverse, body.dark-theme .button.pseudo.adaptive,
.dark-theme .button.pseudo.adaptive,
.dark-theme .button.pseudo.usual.adaptive {
  color: #fff;
  border: 1px dashed rgba(255, 255, 255, 0.4);
}
.button.pseudo.c-white:hover,
.dark-theme .button.pseudo.c-black--inverse:hover,
.dark-theme .button.pseudo.adaptive:hover {
  border-color: #fff;
}
.button.pseudo.c-white:active,
.dark-theme .button.pseudo.c-black--inverse:active,
.dark-theme .button.pseudo.adaptive:active, .button.pseudo.c-white.active,
.dark-theme .button.pseudo.active.c-black--inverse,
.dark-theme .button.pseudo.active.adaptive {
  background-color: #fff;
  color: var(--color-fg-1);
}
.button .button-icon {
  position: relative;
}
.button .arrow-icon {
  color: var(--color-fg-3);
}
.button .arrow-icon.expand {
  transform: rotate(90deg);
}
.button.open .arrow-icon.expand {
  transform: rotate(-90deg);
}
.button.lg .button__content {
  padding: 16px 40px 19px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.button.lg .button-icon {
  width: 28px;
  height: 28px;
  left: -30px;
}
.button.md .button__content {
  padding: 12px 32px 15px 32px;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .button.md .button__content {
    padding: 8px 20px 8px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.button.md .button-icon {
  width: 24px;
  height: 24px;
  left: -4px;
}
.button.md .arrow-icon {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .button.md-custom .button__content {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .button.md-custom .button__content {
    font-size: 18px;
    line-height: 25px;
  }
}
.button.sm .button__content {
  padding: 10px 24px 10px 24px;
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--fw-semibold);
}
@media (max-width: 767px) {
  .button.sm .button__content {
    padding: 7px 16px 9px 16px;
    font-size: 14px;
    line-height: 20px;
  }
}
.button.sm .button-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.button.xs .button__content {
  padding: 8px 20px 8px 20px;
  font-size: 14px;
  line-height: 20px;
}
.button.xs .button-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.button--type {
  padding: 12px;
  border-radius: 16px;
  transition: background 0.3s ease-in-out;
}
.button__filter {
  position: absolute;
  left: 25px;
  top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px;
  font-size: 20px;
  background: var(--color-bg-1-contrast);
}
.button__filter .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  color: #fff;
}

.buttons-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  z-index: 4;
}
.buttons-wrapper .button {
  flex: 0 0 auto;
  margin-right: 24px;
}
.buttons-wrapper .button:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  .buttons-wrapper .button {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .buttons-wrapper .button:last-child {
    margin-bottom: 0;
  }
}

.button-lazy-more-items {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 924px;
  height: 44px;
  border: none;
  border-radius: 30px;
  background: #f5f5f7;
  cursor: pointer;
  transition: background-color 0.2s linear, color 0.2s linear, box-shadow 0.2s linear;
}
@media (min-width: 768px) {
  .button-lazy-more-items {
    margin-top: 64px;
    height: 60px;
  }
}
.button-lazy-more-items:hover {
  background-color: var(--color-brand);
  box-shadow: 0 2px 12px 0 rgba(240, 50, 38, 0.4);
}
.button-lazy-more-items:hover .button-lazy-more-items__content {
  color: #fff;
}
.button-lazy-more-items__content {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-brand);
}
@media (min-width: 768px) {
  .button-lazy-more-items__content {
    font-size: 18px;
  }
}

.button-show-more {
  display: block;
  width: 100%;
  max-width: 304px;
  margin: 32px auto 0 auto;
  padding: 8px 5px 10px 18px;
  height: 44px;
  border-radius: 30px;
  background-color: var(--color-fg-1-contrast);
  color: var(--color-brand);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.button-show-more:hover {
  background: var(--color-red);
  color: #fff;
}

body.dark-theme .button-lazy-more-items,
.dark-theme .button-lazy-more-items {
  background-color: #343434;
}
body.dark-theme .button-lazy-more-items:hover,
.dark-theme .button-lazy-more-items:hover {
  background-color: var(--color-brand);
  box-shadow: 0 2px 12px 0 rgba(240, 50, 38, 0.4);
}
body.dark-theme .button-lazy-more-items:hover .button-lazy-more-items__content,
.dark-theme .button-lazy-more-items:hover .button-lazy-more-items__content {
  color: #fff;
}
body.dark-theme .button-show-more,
.dark-theme .button-show-more {
  background-color: var(--color-bg-3);
}
body.dark-theme .button-show-more:hover,
.dark-theme .button-show-more:hover {
  background: var(--color-red);
  color: #fff;
}

.preloader-btn .preloader {
  display: none;
}
.preloader-btn.loading:hover {
  background: #f5f5f7;
  box-shadow: none !important;
}
.preloader-btn.loading .preloader-btn__content {
  display: none;
}
.preloader-btn.loading .preloader {
  display: block;
}

.dark-theme .preloader-btn.loading:hover {
  background: #343434;
  box-shadow: none !important;
}

.button__icon {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  margin-top: -2px;
}

.modal-activator-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  width: 100%;
  padding: 4px 16px;
  background: var(--color-bg-2);
  color: var(--color-brand);
  border-radius: 16px;
}
.dark-theme .modal-activator-button {
  background: linear-gradient(270deg, #dd3527 0%, #ea2119 100%);
  color: #fff;
}
.modal-activator-button .item-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.modal-activator-button .item-icon {
  width: 28px;
  height: 28px;
}

/* --- buttons --- */
.btn,
.cm-link,
.cm-btn {
  --height: 52px;
  --color: var(--color-fg-1);
  --color-hover: var(--color-fg-1);
  --color-active: var(--color-white);
  --color-disabled: var(--color-fg-2);
  --background: transparent;
  --background-hover: transparent;
  --background-active: var(--color-bg-x);
  --background-disabled: var(--color-fg-3);
  --border-color: var(--color-bg-alt);
  --border-color-hover: var(--color-fg-1);
  --border-color-active: var(--color-bg-x);
  --border-color-disabled: var(--color-fg-3);
  --border-style: solid;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  height: var(--height);
  padding: calc((var(--height) - 30px) / 2 - 1px) 32px;
  max-width: 100%;
  border: 1px var(--border-style) var(--border-color);
  border-radius: calc(var(--height) / 2);
  color: var(--color);
  background: var(--background);
  font-family: var(--ff-base);
  font-weight: var(--fw-semibold);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  transition: var(--trs-base);
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline-offset: 3px;
}
.dark-theme .btn,
.dark-theme .cm-link,
.dark-theme .cm-btn {
  --background-active: var(--color-fg-1);
  --border-color-active: var(--color-fg-1);
  --color-active: var(--color-fg-1-contrast);
}
.btn.white,
.cm-link.white,
.cm-btn.white {
  --color: var(--color-white);
  --color-hover: var(--color-white);
  --color-active: var(--color-white);
  --color-disabled: var(--color-ui-2);
  --background-active: var(--color-white);
  --background-disabled: var(--color-ui-2);
  --border-color: var(--color-bg-alt-light);
  --border-color-hover: var(--color-white);
  --border-color-active: var(--color-white);
  --border-color-disabled: var(--color-ui-2);
}

@media (any-hover: hover) {
  .btn:not([disabled]):hover,
.cm-link:hover,
.cm-btn:hover {
    color: var(--color-hover);
    border: 1px var(--border-style) var(--border-color-hover);
    background: var(--background-hover);
  }
}
.state--focus-enabled .btn:not([disabled]):focus {
  outline-width: 1px;
  outline-style: dashed;
}

.btn:not([disabled]):active {
  color: var(--color-active);
  border: 1px var(--border-style) var(--border-color-active);
  background: var(--background-active);
}

.btn.btn.btn--disabled,
.btn.btn:disabled {
  cursor: not-allowed;
  color: var(--color-disabled);
  border: 1px var(--border-style) var(--border-color-disabled);
  background: var(--background-disabled);
}

.btn--green {
  --color-hover: var(--color-white);
  --color-active: var(--color-white);
  --color-disabled: rgba(255, 255, 255, .6);
  --background: var(--color-green);
  --background-hover: var(--color-green);
  --background-active: var(--color-green);
  --border-color: transparent;
  --border-color-hover: transparent;
  --border-color-active: transparent;
  --border-color-disabled: transparent;
}

.btn--green-alt {
  --color: var(--color-white);
  --color-hover: var(--color-white);
  --color-active: var(--color-white);
  --color-disabled: rgba(255, 255, 255, .6);
  --background: var(--color-green);
  --background-hover: var(--color-green);
  --background-active: var(--color-green);
  --border-color: transparent;
  --border-color-hover: transparent;
  --border-color-active: transparent;
  --border-color-disabled: transparent;
}
.btn--green-alt:hover {
  box-shadow: 0 5px 15px rgba(10, 178, 5, 0.8);
}

.btn--light {
  --color: var(--color-white);
  --color-hover: var(--color-white);
  --color-active: var(--color-black);
  --background: transparent;
  --background-hover: transparent;
  --background-active: var(--color-white);
  --border-color: var(--color-bg-alt-light);
  --border-color-hover: var(--color-white);
  --border-color-active: var(--color-white);
}

.btn--dark {
  --color: var(--color-black);
  --color-hover: var(--color-black);
  --color-active: var(--color-white);
  --background: transparent;
  --background-hover: transparent;
  --background-active: var(--color-black);
  --border-color: var(--color-bg-alt-dark);
  --border-color-hover: var(--color-black);
  --border-color-active: var(--color-black);
}

.btn--darkest {
  --color: var(--color-red);
  --color-hover: var(--color-white);
  --color-active: var(--color-white);
  --background: var(--color-bg-x);
  --background-hover: var(--color-red);
  --background-active: var(--color-red-dark);
  --border-color: var(--color-bg-alt-dark);
  --border-color-hover: var(--color-black);
  --border-color-active: var(--color-black);
}

.btn--red {
  --color: var(--color-brand);
  --color-hover: var(--color-brand);
  --color-active: var(--color-brand);
  --background: transparent;
  --background-hover: transparent;
  --background-active: transparent;
  --border-color: #E98B85;
  --border-color-hover: var(--color-brand);
  --border-color-active: var(--color-brand);
}

.btn--alt {
  --border-style: dashed;
}

.btn--primary-white {
  --color: var(--color-red);
  --color-hover: var(--color-red);
  --color-active: var(--color-red);
  --background: var(--color-white);
  --background-hover: rgba(255, 255, 255, .8);
  --background-active: var(--color-white);
  --border-color: transparent;
  --border-color-hover: transparent;
  --border-color-active: transparent;
  outline-color: var(--color-white);
}

.btn--primary {
  --color: var(--color-white);
  --color-hover: var(--color-white);
  --color-active: var(--color-white);
  --color-disabled: rgba(255, 255, 255, .6);
  --background: var(--color-brand);
  --background-hover: var(--color-red);
  --background-active: var(--color-red-dark);
  --background-disabled: rgba(234, 33, 25, .4);
  --border-color: transparent;
  --border-color-hover: transparent;
  --border-color-active: transparent;
  --border-color-disabled: transparent;
}

@media (any-hover: hover) {
  .btn--primary:not([disabled]):hover {
    box-shadow: 0px 5px 15px rgba(240, 50, 38, 0.4);
  }
}
.btn__icon {
  display: inline-block;
  vertical-align: middle;
  align-self: center;
  width: 24px;
  height: 24px;
  margin: 0;
}

.btn__icon--left {
  margin-right: 8px;
}

.btn__icon--right {
  margin-left: 8px;
}

.btn--lg {
  --height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: var(--fw-bold);
  font-size: 18px;
}

.btn--lg .btn__icon {
  width: 28px;
  height: 28px;
}

.btn--sm {
  --height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: var(--fz-base);
}

.btn--sm .btn__icon {
  width: 20px;
  height: 20px;
}

.btn--xs {
  --height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: var(--fz-small);
}

.btn--xs .btn__icon {
  width: 16px;
  height: 16px;
}

.btn--sm .btn__icon--left,
.btn--xs .btn__icon--left {
  margin-right: 8px;
}

.btn--sm .btn__icon--right,
.btn--xs .btn__icon--right {
  margin-left: 4px;
}

.btn--block {
  width: 100%;
}

.buttons-column {
  display: grid;
  gap: 15px;
}

@media (max-width: 767px) {
  .btn--mob-centered {
    display: block;
    margin: 0 auto;
  }

  .buttons-column .btn {
    white-space: normal;
    height: auto;
    font-size: var(--fz-base);
    line-height: var(--lh-base-compact);
  }
}
.guideline__head {
  margin: 40px 0;
}

.guideline-block {
  margin: 60px 0;
}

.guideline-block__head {
  margin-bottom: 24px;
}

.guideline-block__head-inner {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-fg-3);
}

.guideline-color-list__item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.guideline-color-list__item:last-child {
  margin-bottom: 0;
}

.guideline-color-list__item-color {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid #ededed;
  margin-right: 10px;
}

.guideline-color-list__item-label {
  flex: 1 1 auto;
}

.guideline-element {
  margin: 20px 0;
}

.guideline-grid {
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  margin: calc(-1 * var(--grid-gutter-base) / 2);
  width: calc(100% + var(--grid-gutter-base));
}

.guideline-grid__cell {
  padding: calc(var(--grid-gutter-base) / 2);
  flex: 0 0 auto;
  max-width: 100%;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity var(--trs-base);
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.collapse-enter-active,
.collapse-leave-active {
  transition: var(--trs-collapse);
  overflow: hidden;
}

.collapse-enter-from,
.collapse-leave-to {
  opacity: 0;
}

.dropdown-enter-active,
.dropdown-leave-active {
  transform: translate3d(0, 0, 0) scaleY(1);
  transform-origin: center top;
  transition: var(--trs-base);
}

.dropdown-enter,
.dropdown-leave-to {
  transform: translate3d(0, 0, 0) scaleY(0);
  opacity: 0;
}

.dropdown-inner-enter-active,
.dropdown-inner-leave-active {
  transition: var(--trs-base);
}

.dropdown-inner-enter,
.dropdown-inner-leave-to {
  opacity: 0;
}

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

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

.swiper-slide {
  display: flex;
  height: auto;
  min-width: 0;
}

.blockquote,
blockquote {
  display: flex;
  margin-left: 0;
  margin-right: -376px;
}

.blockquote__text {
  flex: 1 1 auto;
  padding-right: 80px;
}

.blockquote__text.blockquote__text p {
  font-size: 24px;
  line-height: 32px;
  font-weight: var(--fw-semibold);
  color: var(--color-fg-1);
}

.blockquote__text strong {
  position: relative;
  border-bottom: 3px solid var(--color-brand);
}

.blockquote__image.blockquote__image {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  font-weight: var(--fw-bold);
  margin: 0;
}

.blockquote__author {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  color: var(--color-fg-1);
  font-weight: var(--fw-bold);
}

.blockquote__position {
  display: block;
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  color: var(--color-fg-2);
}

.blockquote__cite {
  flex: 0 0 auto;
  width: 296px;
  display: block;
  font-style: normal;
}

@media (max-width: 1199px) {
  .blockquote,
blockquote {
    margin-right: -330px;
  }
}
@media (max-width: 1023px) {
  .blockquote,
blockquote {
    flex-direction: column;
    margin-right: 0;
  }

  .blockquote__text {
    padding-right: 0;
  }

  .blockquote__text.blockquote__text p {
    font-size: 16px;
    line-height: 22px;
  }

  .blockquote__text strong {
    border-bottom: 2px solid var(--color-brand);
  }

  .blockquote__cite {
    margin-top: 24px;
  }
}
.image-caption {
  margin-top: 48px;
  margin-bottom: 64px;
}

.image-caption__image.image-caption__image {
  border-radius: 16px;
  display: block;
  margin: 0;
}

.image-caption__caption {
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  font-weight: var(--fw-bold);
  color: var(--color-fg-1);
  margin-top: 12px;
}

.image-caption__sub-caption {
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  color: var(--color-fg-2);
  margin-top: 2px;
}

@media (max-width: 1023px) {
  .image-caption {
    margin-bottom: 48px;
  }
}
.article-gallery {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.article-gallery__btn {
  position: absolute;
  top: auto;
  left: auto;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}

.article-gallery__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
  width: calc(100% + 12px);
}

.article-gallery__col {
  padding: 6px;
  flex: 0 0 auto;
  width: 25%;
}

.article-gallery__col--big {
  width: 50%;
}

.article-gallery__item {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.article-gallery__image.article-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 0;
}

@media (max-width: 1023px) {
  .article-gallery {
    border-radius: 0;
  }

  .article-gallery__grid {
    flex-wrap: wrap;
  }

  .article-gallery__col {
    width: 50%;
  }

  .article-gallery__col--big {
    width: 100%;
  }

  .article-gallery__btn {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 12px;
  }

  .article-gallery__image.article-gallery__image {
    border-radius: 16px;
  }
}
.brand-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 24px;
  margin-top: 48px;
  padding: 32px;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brand-banner.is-dimmed::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #111;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .brand-banner {
    min-height: 172px;
    margin-top: 12px;
    padding: 16px 20px;
    border-radius: 16px;
  }
}
.brand-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
  color: var(--color-fg-1-contrast);
}
.dark-theme .brand-banner__content {
  color: var(--color-fg-1);
}
@media (max-width: 767px) {
  .brand-banner__content {
    width: 100%;
  }
}
.brand-banner__brand-image {
  margin-top: auto;
  width: 64px;
  height: 64px;
}
@media (max-width: 767px) {
  .brand-banner__brand-image {
    width: 32px;
    height: 32px;
  }
}
.brand-banner__title {
  margin-top: 4px;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .brand-banner__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.brand-banner__bredcrumbs.brand-banner__bredcrumbs {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .brand-banner__bredcrumbs.brand-banner__bredcrumbs {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.doc-item {
  background-color: var(--color-bg-2);
  border-radius: 16px;
  padding: 20px 32px 10px 16px;
  display: flex;
  width: 100%;
  position: relative;
  min-height: 104px;
}

.doc-item__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.doc-item__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 64px;
  margin-right: 12px;
  filter: drop-shadow(3px 2px 4px rgba(0, 0, 0, 0.25));
  transition: var(--trs-base);
}

@media (any-hover: hover) {
  .doc-item:hover .doc-item__icon {
    filter: drop-shadow(4px 3px 5px rgba(0, 0, 0, 0.25));
    transform: translateY(-3px);
  }
}
.state--focus-enabled .file-link:focus {
  outline-offset: 3px;
}

.doc-item__content {
  flex: 1 1 auto;
}

.doc-item__name {
  color: var(--color-fg-1);
  max-width: 200px;
}

.doc-item__size {
  color: var(--color-fg-2);
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  margin-top: 4px;
}

.doc-item__icon-link {
  flex: 0 0 auto;
  width: 16px;
  height: 17px;
  margin-left: auto;
  color: var(--color-fg-2);
  align-self: center;
}

@media (max-width: 767px) {
  .doc-item {
    padding: 8px 24px 8px 8px;
    min-height: auto;
  }

  .doc-item__icon {
    margin-right: 9px;
  }

  .doc-item__name {
    font-size: 14px;
    line-height: 22px;
  }

  .doc-item__size {
    font-size: 12px;
    line-height: 18px;
  }
}
.doc-items {
  margin-top: 38px;
  position: relative;
}

.doc-items__main {
  margin-top: 35px;
}

.doc-items__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.doc-items__col {
  display: flex;
  flex: 0 0 auto;
  width: 33.333%;
  padding: 12px;
}

@media (max-width: 1023px) {
  .doc-items__col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .doc-items {
    margin-top: 20px;
  }

  .doc-items__grid {
    margin: -6px;
  }

  .doc-items__col {
    width: 100%;
    padding: 6px;
  }

  .doc-items__main {
    margin-top: 15px;
  }
}
.features {
  margin-top: 30px;
}

.features__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.features__col {
  padding: 12px;
  flex: 0 0 auto;
  width: 33.3333%;
  display: flex;
}

.features__col--sm {
  width: 25%;
}

.features__col--big {
  width: 66.6666%;
}

.features__item {
  width: 100%;
  padding: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.features__item--figure {
  position: relative;
}

.features__item--figure::after {
  content: "";
  background-color: var(--color-red);
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: -122px;
  width: 604px;
  height: 604px;
}

.features__icon {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.features__title {
  margin-top: 20px;
  max-width: 328px;
  position: relative;
  z-index: 2;
}
.features__title.flc {
  color: var(--color-white);
}

.features__content {
  margin-top: 5px;
  max-width: 370px;
  position: relative;
  z-index: 2;
}

.features__content--alt {
  margin-top: 24px;
  max-width: 100%;
  color: var(--color-white);
}

.features__image {
  display: block;
  position: absolute;
  z-index: 1;
  top: auto;
  right: 60px;
  left: auto;
  bottom: -10px;
  border-radius: 16px;
  width: 325px;
  height: 270px;
  object-fit: contain;
}

.features__image--alt {
  bottom: 0;
  width: 375px;
  height: auto;
  right: 0;
  max-height: 100%;
}

.features__image--figure {
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}

.features__item--dark {
  background-color: var(--color-bg-2);
}
.dark-theme .features__item--dark {
  background-color: var(--color-bg-x);
}
.features__item--dark .features__title {
  color: var(--color-fg-1);
}

.features__text {
  margin-top: 24px;
}

.features__item--alt {
  background-size: cover;
  padding: 32px 24px;
}

@media (max-width: 1023px) {
  .features__col {
    width: 50%;
  }

  .features__col--big {
    width: 50%;
  }

  .features__item:not(.features__item--alt) {
    background-color: var(--color-bg-4);
    border-radius: 16px;
  }
  .dark-theme .features__item:not(.features__item--alt) {
    background-color: var(--color-bg-x);
  }

  .features__item--bg::after {
    display: none;
  }

  .features__image {
    opacity: 30%;
    width: 214px;
    height: auto;
    right: 0;
    bottom: 0;
  }

  .features__image--alt {
    width: 274px;
    right: -40px;
  }

  .features__image--figure {
    display: none;
  }

  .features__item--figure::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .features__grid {
    margin: -6px;
  }

  .features__col {
    width: 100%;
    padding: 6px;
  }

  .features__col--sm {
    width: 50%;
  }

  .features__col--big {
    width: 100%;
  }

  .features__item {
    padding: 12px 12px 18px;
  }

  .features__item--alt {
    padding: 24px 24px 32px;
  }

  .features__icon {
    width: 52px;
    height: 52px;
  }

  .features__title {
    margin-top: 16px;
    max-width: 280px;
  }

  .features__content {
    max-width: 280px;
  }

  .features__content--alt {
    max-width: 100%;
  }
}
.hero-block,
v-hero-block {
  color: var(--color-black);
  background: var(--color-bg-1);
  padding: 80px;
  min-height: 560px;
  border-radius: var(--border-radius-base-lg);
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
          mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.hero-block--small {
  min-height: 480px;
}

.hero-block,
.hero-block__fg-layer {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
}

.hero-block__fg-layer {
  position: relative;
}

.hero-block {
  display: flex;
  color: var(--color-fg-1);
}

.hero-block__container {
  width: 100%;
}

.hero-block__content {
  max-width: 500px;
}

.hero-block__title {
  font: var(--font-h0);
  margin: 24px 0;
  position: relative;
  z-index: 2;
}

.hero-block__text {
  margin: 12px 0;
  font-size: var(--fz-h4);
  line-height: var(--lh-h4);
  position: relative;
  z-index: 2;
  color: #707070;
}
.dark-theme .hero-block__text {
  color: #f5f5f7;
}

.hero-block__params {
  margin: 32px 0;
  position: relative;
  z-index: 2;
}

.hero-block__param-list {
  display: inline-flex;
  vertical-align: top;
  min-width: 1px;
  width: calc(100% + 40px);
  margin: -8px -20px;
}

.hero-block__param {
  display: flex;
  align-items: center;
  min-width: 1px;
  max-width: 100%;
  padding: 8px 20px;
}

.hero-block__param-image {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.hero-block__param-value {
  font: var(--font-h3);
}

.hero-block__actions {
  margin: 24px 0;
}

.hero-block--small .hero-block__text + .hero-block__actions {
  margin: 60px 0 0;
}

.hero-block__actions-grid {
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  margin: calc(-1 * var(--grid-gutter-base) / 2);
  width: calc(100% + var(--grid-gutter-base));
}

.hero-block__actions-cell {
  padding: calc(var(--grid-gutter-base) / 2);
  flex: 0 0 auto;
  max-width: 100%;
}

a.hero-block__actions-cell {
  z-index: 5;
}
a.hero-block__actions-cell img {
  width: 48px;
  height: 48px;
}

.hero-block__action {
  position: relative;
  z-index: 4;
}

.hero-block__link,
.hero-block__bg-layer,
.hero-block__bg,
.hero-block__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-block__link {
  z-index: 3;
}

.hero-block__link::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px dashed;
  border-radius: inherit;
  opacity: 0;
  transition: inherit;
  pointer-events: none;
}

.state--focus-enabled .hero-block__link:focus::after {
  opacity: 0.75;
}

.hero-block__bg-layer {
  background: var(--color-bg-2);
}

.hero-block__bg-image {
  background: no-repeat center/cover;
  opacity: 1;
}

.hero-block__bg--small {
  display: none;
}

.hero-block--dark {
  color: #f5f5f7;
}
.hero-block--dark .hero-block__text {
  color: #f5f5f7;
}
.hero-block--dark .hero-block__bg-layer {
  background: #2e2f30;
}
.hero-block--dark .hero-slider__arrow {
  background: var(--color-white);
  color: var(--color-brand);
}

.hero-block--light {
  color: var(--color-black);
}
.hero-block--light .hero-block__text {
  color: #707070;
}
.hero-block--light .hero-block__bg-layer {
  background: #efefef;
}

.hero-block--dark-bg {
  position: relative;
}

.hero-block--dark-bg:not(.hero-block--complex),
.hero-block--dark-bg:not(.hero-block--complex) .hero-block__text {
  color: #f5f5f7;
}

.hero-block--dark-bg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--color-black);
  opacity: 0.5;
}

.hero-block--right .hero-block__content {
  margin-left: auto;
}

.hero-block--complex {
  padding: 80px 60px;
}

.hero-block--complex .hero-block__bg-layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(300px + 26.5152%);
  background: url("/local/assets/images/hero-block-bg-light.svg") no-repeat right/cover;
  z-index: 2;
}
.dark-theme .hero-block--complex .hero-block__bg-layer::after {
  background: url("/local/assets/images/hero-block-bg.svg") no-repeat center/100% 100%;
}

.hero-block--complex--light.hero-block--complex .hero-block__bg-layer::after {
  background: url("/local/assets/images/hero-block-bg-light.svg") no-repeat right/cover;
}

.hero-block--complex--dark.hero-block--complex .hero-block__bg-layer::after {
  background: url("/local/assets/images/hero-block-bg.svg") no-repeat center/100% 100%;
}

.hero-block--complex .hero-block__bg {
  left: calc(200px + 26.5152%);
}

.hero-block--small .hero-block__bg {
  left: calc(200px + 10.5152%);
}

.hero-block--complex .hero-block__title {
  font: var(--font-h1);
  margin: 8px 0;
}

.hero-block--complex .hero-block__text {
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  margin: 18px 0;
}

.hero-block--complex .hero-block__actions {
  margin: 34px 0;
}

@media (max-width: 1343px) {
  .hero-block,
v-hero-block {
    padding: 40px;
    min-height: 450px;
  }

  .hero-block--small {
    min-height: 450px;
  }

  .hero-block__title,
.hero-block--complex .hero-block__title {
    font: var(--font-h2);
    margin: 16px 0;
  }

  .hero-block__text {
    margin: 5px 0;
  }

  .hero-block__actions {
    margin: 16px 0;
  }

  .hero-block__params {
    margin: 24px 0;
  }

  .hero-block--complex .hero-block__title {
    font: var(--font-h2);
    margin: 16px 0;
  }

  .hero-block--complex .hero-block__actions {
    margin: 24px 0;
  }
}
@media (max-width: 1023px) {
  .hero-block--complex .hero-block__bg-layer::after {
    display: block;
    width: 100%;
    background: var(--overlay-banner-bg);
    border-radius: 0;
  }
  .dark-theme .hero-block--complex .hero-block__bg-layer::after {
    background: var(--overlay-banner-bg);
  }

  .hero-block--complex .hero-block__bg {
    left: 0;
  }

  .hero-block--complex .hero-block__text,
.hero-block--complex .hero-block__title {
    color: var(--color-fg-1-contrast);
  }

  .hero-block__param-list {
    flex-wrap: wrap;
  }

  .hero-block__bg--small {
    display: block;
  }

  .hero-block__bg--large {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-block,
v-hero-block {
    padding: 24px 20px 20px;
    min-height: 265px;
  }

  .hero-block--small {
    min-height: 266px;
  }

  .hero-block__title,
.hero-block--complex .hero-block__title {
    font: var(--font-h4);
    margin: 0 0 5px;
  }

  .hero-block__text {
    font-size: var(--fz-base);
    line-height: var(--lh-base);
    margin: 0 0 5px;
  }

  .hero-block--complex .hero-block__text {
    font-size: var(--fz-small);
    line-height: var(--lh-small);
    margin: 0;
  }

  .hero-block__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  .hero-block__params {
    margin-top: 32px;
  }

  .hero-block__param-list {
    width: calc(100% + 24px);
    margin: -5px -12px;
  }

  .hero-block__param {
    padding: 10px 12px;
  }

  .hero-block__param-name {
    font-size: var(--fz-small);
    line-height: var(--lh-small);
  }

  .hero-block__param-value {
    font-size: 18px;
    line-height: 24px;
    font-weight: var(--fw-bold);
  }

  .hero-block__actions,
.hero-block--complex .hero-block__actions {
    margin-top: auto;
  }

  .hero-block--complex .hero-block__actions {
    padding-top: 32px;
  }

  .hero-block__action.btn {
    /* yes this is var */
    --height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: var(--fz-small);
  }

  .hero-block__param-image {
    width: 20px;
    height: 20px;
  }
}
.promo-banner {
  position: relative;
}
.promo-banner--offset-image {
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .promo-banner--offset-image {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .promo-banner {
    padding-bottom: 0;
  }
}
.promo-banner__inner {
  background: var(--color-bg-1) no-repeat center/cover;
  border-radius: 26px;
}
@media (max-width: 599px) {
  .promo-banner--no-image-xs .promo-banner__inner {
    background: #111 !important;
  }
}
.promo-banner__content {
  width: 50%;
  padding: 48px 16px 56px 48px;
  color: var(--color-ui-1);
}
@media (max-width: 1023px) {
  .promo-banner__content {
    width: 100%;
    padding: 48px 32px 80px 32px;
  }
}
@media (max-width: 599px) {
  .promo-banner__content {
    padding: 20px 20px 20px 20px;
  }
  .promo-banner--offset-image .promo-banner__content {
    padding-bottom: 80px;
  }
}
.promo-banner__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 599px) {
  .promo-banner__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.promo-banner.light .promo-banner__title {
  color: var(--color-black);
}
.promo-banner.dark .promo-banner__title {
  color: #f5f5f7;
}
.promo-banner__text {
  margin-top: 8px;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-ui-2);
}
@media (max-width: 599px) {
  .promo-banner__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.promo-banner__links {
  margin-top: 16px;
}
.promo-banner__links .item-link + .item-link {
  margin-left: 8px;
}
.promo-banner__buttons {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .promo-banner__buttons {
    margin-top: 16px;
  }
}
@media (max-width: 599px) {
  .promo-banner__btn {
    width: 100%;
    height: 44px;
    font-size: 16px;
    line-height: 22px;
  }
}
.promo-banner__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% - 16px);
  height: auto;
}
@media (max-width: 1023px) {
  .promo-banner__image {
    width: 100%;
    position: static;
    margin-top: -68px;
  }
}

.simple-banner {
  display: flex;
  justify-content: space-between;
  padding: 40px 48px;
  border-radius: 16px;
  background-size: cover;
  width: calc(100% + 376px);
  align-items: center;
  margin: 48px -376px 48px 0;
  background-position: top center;
}

.simple-banner--alt {
  width: 100%;
}

.simple-banner:first-child {
  margin-top: 0;
}

.simple-banner__content {
  width: 50%;
}

.simple-banner__btn.simple-banner__btn {
  flex: 0 0 auto;
  color: var(--color-white);
}

.simple-banner__btn.simple-banner__btn:hover {
  color: var(--color-white);
}

.simple-banner__title.simple-banner__title {
  max-width: 480px;
  color: var(--color-white);
  margin: 0;
}

.simple-banner__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--color-brand);
}

.simple-banner__caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-ui-2);
}

.article-gallery__item + .article-gallery__item {
  margin-top: 12px;
}

@media (max-width: 1343px) {
  .simple-banner {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .simple-banner {
    display: block;
    padding: 30px 24px 24px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .simple-banner__content {
    width: 100%;
  }

  .simple-banner__btn {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .simple-banner {
    background-image: none !important;
    background-color: #111;
  }

  .simple-banner__price {
    font-size: 18px;
    line-height: 26px;
  }

  .simple-banner__btn {
    width: 100%;
  }
}
.button-wrap {
  margin-top: 32px;
}

.button-wrap__inner {
  padding-top: 24px;
  border-top: 1px solid var(--color-fg-3);
}

.action-line__list {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  margin: -3px -10px;
  width: calc(100% + 20px);
}

.action-line__item {
  flex: 0 0 auto;
  margin: 3px 10px;
}

@media (max-width: 599px) {
  .action-line__list {
    margin: -3px -12px;
    width: calc(100% + 24px);
  }

  .action-line__item {
    margin: 3px 12px;
  }
}
.action-link {
  color: var(--color-red);
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: var(--trs-base);
  outline-offset: 1px;
  outline: none;
  display: flex;
  color: var(--color-fg-2);
  font-size: var(--fz-small);
  line-height: var(--lh-small);
}
.state--focus-enabled .action-link:focus {
  outline: 1px dashed;
  outline-offset: 1px;
}
@media (any-hover: hover) {
  .action-link:hover {
    color: var(--color-red-dark);
    border: none;
    text-decoration: none;
  }
  .state--focus-enabled .action-link:focus {
    outline: 1px dashed;
    outline-offset: 1px;
  }
}
.action-link:active {
  color: var(--color-red-dark);
}

.action-link__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.action-link--active .action-link__icon {
  color: var(--color-red);
}

@media (any-hover: hover) {
  .action-link:hover {
    color: var(--color-fg-1);
  }
}
.action-link:active {
  color: var(--color-fg-3);
}

@media (max-width: 599px) {
  .action-link {
    font-size: var(--fz-smaller);
    line-height: var(--lh-smaller);
  }
}
.breadcrumbs {
  display: flex;
  margin-top: 64px;
  margin-bottom: 24px;
}
.breadcrumbs__container {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}
.breadcrumbs__indent {
  margin-bottom: 24px;
}
.breadcrumbs__link {
  padding: 2px 10px 4px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  font-weight: var(--fw-semibold);
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.dark-theme .breadcrumbs__link {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs__link.is-light {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs__link.is-light:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs__link:hover {
  border-color: var(--color-ui-2);
}
.dark-theme .breadcrumbs__link:hover {
  border-color: var(--color-white);
  color: var(--color-white);
}
.breadcrumbs__link:hover .svg-icon {
  transform: rotate(180deg) translateX(0) !important;
}
.breadcrumbs__link .svg-icon {
  color: var(--color-ui-2);
  transition: color 0.2s ease-in-out;
}
.dark-theme .breadcrumbs__link .svg-icon {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .article__narrow-wrap .breadcrumbs {
    margin-top: 17px;
    margin-bottom: 14px;
  }

  .breadcrumbs--alt-margins {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.btn-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: var(--fw-semibold);
}

.btn-arrow--white {
  color: var(--color-fg-1);
}

.btn-arrow__icon {
  width: 6px;
  height: 8px;
  display: block;
  flex: 0 0 auto;
  margin-left: 4px;
  margin-top: 2px;
  transition: transform var(--trs-base);
}

.btn-arrow:hover .btn-arrow__icon {
  transform: translateX(4px);
}

.btn-brick {
  border-radius: 10px;
  border: none;
  justify-content: start;
  align-items: center;
  color: var(--color-fg-1);
  font: var(--font-base);
  font-weight: var(--fw-semibold);
  --color-hover: var(--color-fg-1);
  --color-active: var(--color-fg-1);
  --color-disabled: var(--color-fg-2);
  --background: transparent;
  --background-hover: transparent;
  --background-active: var(--color-fg-4);
  --background-disabled: var(--color-fg-4);
}
.btn-brick:not([disabled]):hover {
  border: none;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.dark-theme .btn-brick:not([disabled]):hover {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .btn-brick .btn:not([disabled]):hover {
    opacity: 0.8;
    border: none;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
.btn-brick .svg-icon {
  width: 30px;
  height: 30px;
}
.light-theme .btn-brick {
  --background: #EFEFEF;
  --background-hover: #f6f6f6;
}
.dark-theme .btn-brick {
  --background: #2E2F30;
  --background-hover: #2E2F30;
}
.reviews-btns .btn-brick {
  font-weight: var(--fw-bold);
}
.reviews-btns .btn-brick img {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
@media (max-width: 1023px) {
  .btn-brick {
    font-size: var(--fz-small);
  }
  .btn-brick .svg-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .btn-brick {
    display: flex;
    flex-flow: column;
    height: 74px;
    padding: 10px 15px;
    white-space: break-spaces;
    line-height: 110%;
    width: 100%;
    justify-content: center;
  }
  .btn-brick .svg-icon {
    margin: 0 0 5px 0;
  }
}

.btn-more {
  width: 100%;
  height: 52px;
  background-color: var(--color-bg-2);
  color: var(--color-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 26px;
  padding-bottom: 2px;
  font-weight: var(--fw-semibold);
  transition: background-color var(--trs-base), box-shadow var(--trs-base), color var(--trs-base);
}

.btn-more:hover {
  background-color: var(--color-brand);
  box-shadow: 0 2px 12px 0 rgba(240, 50, 38, 0.4);
  color: var(--color-white);
}

@media (max-width: 767px) {
  .btn-more {
    height: 36px;
    font-size: 14px;
    line-height: 20px;
  }
}
.modal-buttons {
  display: flex;
  height: 60px;
  width: 100%;
  padding: 12px;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 3;
  border-radius: 20px 20px 0 0;
  background-color: var(--color-bg-1);
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.3);
  transition: bottom 0.4s ease-in-out, box-shadow 0.4s linear;
}
@media (min-width: 600px) {
  .modal-buttons {
    display: none;
  }
}
.modal-buttons.show {
  bottom: 0;
}
.modal-buttons.content-scrolled {
  box-shadow: none;
}
.modal-buttons__close {
  height: 36px;
  width: 36px;
  margin-right: 12px;
  padding: 9px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--color-bg-2);
  color: var(--color-fg-2);
}
.modal-buttons__close .item-text {
  display: none;
}
.modal-buttons__close:only-child {
  width: 100%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-buttons__close:only-child .item-text {
  display: inline;
}
.modal-buttons__close:only-child .item-icon {
  width: 10px;
  height: 10px;
  margin: 2px 6px 0 0;
}
.modal-buttons__button.button {
  margin: 0;
}
.modal-buttons__button.button > .button__content {
  padding-top: 7px;
  padding-bottom: 9px;
}

.select-breadcrumbs {
  margin: 40px 0 20px;
}

.select-breadcrumbs__list {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  margin: -4px;
  width: calc(100% + 8px);
}

.select-breadcrumbs__item {
  flex: 0 0 auto;
  margin: 4px;
}

.leasing-calculator {
  padding: 52px 56px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius-base-lg);
  background: var(--color-bg-2);
  position: relative;
}

.leasing-calculator__head {
  display: flex;
  justify-content: space-between;
}

.leasing-calculator--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 105px;
}

.leasing-calculator--vertical .leasing-calculator__head {
  display: block;
}

.leasing-calculator--vertical-small .leasing-calculator__head {
  display: flex;
}

.leasing-calculator__head-actions {
  align-self: center;
  font-size: var(--fz-small);
  line-height: var(--lh-small);
}

.leasing-calculator__head-action-icon {
  display: none;
}

.leasing-calculator__title {
  font: var(--font-h2);
  flex: 1 1 auto;
}

.leasing-calculator__inner {
  margin-top: 32px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}

.mainPageCalc .leasing-calculator__inner {
  grid-auto-flow: row;
}

.leasing-calculator__bottom {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mainPageCalc .leasing-calculator__summary-value:last-child {
  max-width: 50%;
  align-self: center;
}

.leasing-calculator__column {
  width: calc(50% - 16px);
}

.leasing-calculator__summary {
  padding: 24px 28px;
  background-color: var(--color-bg-4);
  border-radius: 16px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  color: var(--color-fg-2);
}

.leasing-calculator__summary--field {
  grid-row: span 2;
  align-self: start;
}

.leasing-calculator__summary-list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin: -4px -8px;
}

.leasing-calculator__summary-value {
  display: flex;
  padding: 4px 8px;
}

.leasing-calculator__summary-value--field {
  width: 100%;
}

.leasing-calculator__summary-value-text {
  flex: 1 1 auto;
  min-width: 0;
}

.leasing-calculator__summary-value-field {
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 20px;
}

.leasing-calculator__summary-value .item-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: baseline;
}

.leasing-calculator__summary-value--has-tooltip .item-value {
  margin-top: -8px;
  margin-bottom: -8px;
}

.leasing-calculator__summary-value--main .item-value {
  font-size: 24px;
  line-height: 32px;
  color: var(--color-fg-1);
}

.leasing-calculator__summary-value .item-text {
  font-size: 12px;
  line-height: 16px;
  color: var(--color-ui-2);
}

.leasing-calculator__summary-text {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: var(--fz-smaller);
  line-height: 14px;
}

.leasing-calculator__summary-text .item-icon {
  height: 15px;
  width: 15px;
  margin-right: 6px;
  color: var(--color-green);
}

.leasing-calculator__submit-row {
  display: flex;
  align-items: center;
}

.leasing-calculator__submit-row--alt {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.leasing-calculator__submit-row--alt .item-text, .leasing-calculator__submit-row--alt .leasing-calculator__action {
  position: relative;
  z-index: 21;
}

.leasing-calculator__submit-row--alt:after {
  position: absolute;
  z-index: 1;
  bottom: -24px;
  left: -10px;
  right: -10px;
  top: -15px;
  content: "";
  background: linear-gradient(0deg, #2e2f30 0%, #2e2f30 60%, rgba(46, 47, 48, 0.9) 90%, rgba(46, 47, 48, 0) 100%);
}

.leasing-calculator__submit-row .item-text {
  color: var(--color-fg-2);
  font-size: var(--fz-smaller);
  line-height: var(--lh-smaller);
  margin-right: 32px;
}

.leasing-calculator__action {
  flex: 0 0 auto;
}

.leasing-calculator__fields-wrap {
  margin-left: auto;
  width: 50%;
  padding-left: 15px;
  flex: 0 0 auto;
}

.leasing-calculator__fields-wrap .switch__item {
  min-width: 0;
}

.leasing-calculator__fields-wrap {
  width: 50%;
}

.leasing-calculator__fields-wrap-grid {
  width: calc(100% + 30px);
  display: flex;
  margin: 0 -15px;
}

.leasing-calculator__fields-wrap-col {
  width: 50%;
  padding: 15px;
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  .mainPageCalc .leasing-calculator__summary-value:last-child {
    max-width: 100%;
  }
}
@media (min-width: 1344px) {
  .leasing-calculator--vertical {
    padding: 16px;
    background: var(--color-bg-2);
    box-shadow: none;
  }

  .leasing-calculator--vertical .leasing-calculator__title {
    font: var(--font-h3);
  }

  .leasing-calculator--vertical .leasing-calculator__switch {
    margin-top: 12px;
    width: 100%;
  }

  .leasing-calculator--vertical .leasing-calculator__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 12px;
    margin-top: 12px;
  }

  .leasing-calculator--vertical .leasing-calculator__summary {
    grid-row: 1;
    background: var(--color-bg-4);
  }
  .dark-theme .leasing-calculator--vertical .leasing-calculator__summary {
    background: var(--color-bg-3);
  }

  .leasing-calculator--vertical .leasing-calculator__summary-list {
    flex-wrap: wrap;
  }

  .leasing-calculator--vertical .leasing-calculator__summary-value--main {
    width: 100%;
  }

  .leasing-calculator--vertical .leasing-calculator__summary-text {
    margin-top: 12px;
  }

  .leasing-calculator--vertical .leasing-calculator__submit-row {
    flex-direction: column;
  }

  .leasing-calculator--vertical .leasing-calculator__submit-row .item-text {
    margin: 0 0 12px;
  }

  .leasing-calculator--vertical .leasing-calculator__action {
    width: 100%;
  }

  .leasing-calculator--vertical .leasing-calculator__summary-value-field .field-select__btn {
    background: var(--color-bg-2);
    box-shadow: 0 0 0 1px var(--color-bg-alt);
  }
}
.leasing-calculator--vertical-small {
  background: none;
  box-shadow: none;
  padding: 0;
}

.leasing-calculator--vertical-small .leasing-calculator__inner {
  padding: 24px;
  background: var(--color-bg-2);
  border-radius: var(--border-radius-base-md);
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.leasing-calculator--vertical-small .leasing-calculator__title {
  font: var(--font-h3);
}

.leasing-calculator--vertical-small .leasing-calculator__head {
  margin: 24px 0;
}

.leasing-calculator--vertical-small .leasing-calculator__submit-row {
  flex-direction: row;
}

.leasing-calculator--vertical-small .leasing-calculator__submit-row .item-text {
  margin: 0 12px 0 0;
  flex: 1 1 auto;
}

.leasing-calculator--vertical-small .leasing-calculator__action {
  width: auto;
  flex: 0 0 auto;
}

.leasing-calculator--vertical .leasing-calculator__fields-wrap {
  width: 100%;
  padding-left: 0;
}

.leasing-calculator--vertical .leasing-calculator__fields-wrap-col {
  width: 100%;
}

.leasing-calculator__switch .switch__item--active {
  color: var(--color-white);
}

@media (max-width: 1343px) {
  .leasing-calculator--vertical {
    padding: 52px 56px;
  }

  .leasing-calculator--vertical-small {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .leasing-calculator {
    padding: 40px;
  }

  .leasing-calculator__head {
    display: block;
  }

  .leasing-calculator--vertical .leasing-calculator__head {
    display: block;
  }

  .leasing-calculator--vertical-small .leasing-calculator__head {
    display: flex;
  }

  .leasing-calculator--vertical .leasing-calculator__title {
    padding-right: 15px;
  }

  .leasing-calculator__fields-wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .leasing-calculator__fields-wrap-grid {
    display: flex;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .leasing-calculator__fields-wrap-col {
    width: 50%;
  }

  .leasing-calculator--vertical-small {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .leasing-calculator {
    box-shadow: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: initial;
  }

  .leasing-calculator__head {
    display: block;
  }

  .leasing-calculator--vertical .leasing-calculator__head {
    display: block;
  }

  .leasing-calculator--vertical-small .leasing-calculator__head {
    display: flex;
  }

  .leasing-calculator__head-actions {
    align-self: flex-start;
    margin-top: 5px;
  }

  .leasing-calculator__head-action {
    border: none;
    color: var(--color-ui-2);
  }

  .leasing-calculator__head-action-text {
    display: none;
  }

  .leasing-calculator__head-action-icon {
    display: block;
    width: 24px;
    height: 24px;
  }

  .leasing-calculator__switch {
    margin-top: 12px;
    width: 100%;
  }

  .leasing-calculator__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: initial;
  }

  .leasing-calculator__summary {
    order: -1;
  }

  .leasing-calculator__fields-wrap-col {
    padding: 0 15px 5px;
  }

  .leasing-calculator__fields-wrap-col:last-child {
    padding-bottom: 0;
  }

  .leasing-calculator__fields-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .leasing-calculator--vertical .leasing-calculator__head {
    display: block;
  }
}
@media (max-width: 599px) {
  .leasing-calculator__fields-wrap {
    width: 100%;
    padding-left: 0;
  }

  .leasing-calculator__head {
    display: block;
  }

  .leasing-calculator--vertical .leasing-calculator__head {
    display: block;
  }

  .leasing-calculator--vertical-small .leasing-calculator__head {
    display: flex;
  }

  .leasing-calculator__title {
    font-size: 24px;
    line-height: 32px;
  }

  .leasing-calculator__inner {
    margin-top: 12px;
    gap: 12px;
  }

  .leasing-calculator__summary {
    padding: 12px 16px;
  }

  .leasing-calculator__summary-value .item-value {
    font-size: 14px;
    line-height: 22px;
  }

  .leasing-calculator__summary-value--main .item-value {
    font-size: 20px;
    line-height: 22px;
  }

  .leasing-calculator__summary-value .item-text {
    font-size: 10px;
    line-height: 16px;
  }

  .leasing-calculator__summary-text {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
  }

  .leasing-calculator__submit-row {
    flex-direction: column-reverse;
  }

  .leasing-calculator__submit-row .item-text {
    flex-direction: column-reverse;
    margin-top: 12px;
  }

  .leasing-calculator__action {
    width: 100%;
  }

  .leasing-calculator__bottom {
    flex-wrap: wrap;
  }

  .leasing-calculator--vertical-small .leasing-calculator__inner {
    padding: 0;
    background: none;
    border-radius: 0;
  }

  .leasing-calculator--vertical-small .leasing-calculator__submit-row {
    flex-direction: column;
  }

  .leasing-calculator__submit-row.leasing-calculator__submit-row .item-text {
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%;
  }

  .leasing-calculator--vertical-small .leasing-calculator__action {
    width: 100%;
    --height: 44px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: var(--fz-base);
  }

  .leasing-calculator__summary-value-span {
    transform: translateY(-3px);
  }

  .leasing-calculator__fields-wrap-grid {
    display: block;
    width: calc(100% + 24px);
    margin: 0 -12px;
  }

  .leasing-calculator__fields-wrap-col {
    width: 100%;
    padding: 0 12px 5px;
  }

  .leasing-calculator__submit-row--alt {
    position: static;
  }

  .leasing-calculator__submit-row--alt:after {
    display: none;
  }

  .leasing-calculator__action-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transition: bottom 0.4s ease-in-out, box-shadow 0.4s linear;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(0deg, #222222 0%, #222222 60%, rgba(34, 34, 34, 0.6) 85%, rgba(34, 34, 34, 0) 100%);
    z-index: 2;
    padding: 24px 12px 12px;
  }

  .leasing-calculator__submit-row {
    padding-bottom: 48px;
  }

  .modal-buttons.show + .modal-window__content .leasing-calculator__action-wrap {
    bottom: 60px;
  }

  .leasing-calculator__action {
    height: 36px;
    padding-top: 4px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 22px;
  }
}
.quick-selection {
  display: flex;
}
.quick-selection__image {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  left: 0;
}
.quick-selection__tabs {
  flex: 3;
  border-radius: 16px 16px 24px 24px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
}
.quick-selection__tabs-row {
  display: flex;
  min-height: 56px;
}
.quick-selection__tab-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 16px 16px 0 0;
  border-bottom: 4px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  border-color: var(--color-bg-1);
}
.quick-selection__tab-item:first-child {
  border-left: none;
}
.quick-selection__tab-item:last-child {
  border-right: none;
}
.quick-selection__tab-item:not(.active) {
  background-color: var(--color-bg-4);
  color: var(--color-ui-2);
}
.quick-selection__tab-item.active {
  background-color: var(--color-bg-2);
  border-bottom-color: var(--color-bg-2);
  color: var(--color-brand);
}
.dark-theme .quick-selection__tab-item.active {
  background-color: #282828;
  border-bottom-color: #282828;
}
.quick-selection__tab-inner {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 40px;
  border-radius: 0 0 24px 24px;
  background-color: var(--color-bg-2);
}
.dark-theme .quick-selection__tab-inner {
  background-color: #282828;
}
.quick-selection__items-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .quick-selection__items-row {
    display: block;
  }
}
.quick-selection__item {
  width: calc(50% - 16px);
}
@media (max-width: 1199px) {
  .quick-selection__item {
    width: 100%;
    margin-top: 12px;
  }
  .quick-selection__item:first-child {
    margin-top: 0;
  }
}
.quick-selection__submit-row {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.quick-selection__submit-row .item-text {
  margin-right: 32px;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-fg-2);
}
.quick-selection__submit-row .item-text b {
  color: var(--color-fg-1);
}
.quick-selection__submit-row .item-text a {
  color: var(--color-brand);
  border-bottom: 1px dashed;
}
.quick-selection__submit-row .item-button {
  margin-left: auto;
}
.quick-selection__helper {
  flex: 1;
  margin-left: 24px;
  padding: 32px;
  background-color: var(--color-bg-2);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  border-radius: 16px;
  color: #f5f5f7;
  position: relative;
  overflow: hidden;
}
.dark-theme .quick-selection__helper {
  background-color: #010101;
}
.quick-selection__helper .item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  z-index: 1;
  color: var(--color-fg-1);
}
.quick-selection__helper .item-text {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 1;
  color: var(--color-ui-2);
}
.dark-theme .quick-selection__helper .item-text {
  color: var(--color-fg-1);
}
.quick-selection__helper .item-button {
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.quick-selection__char {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px 16px;
  margin-top: -8px;
}
@media (max-width: 1023px) {
  .quick-selection__char {
    display: block;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    height: 280px;
    overflow: auto;
    margin-top: -8px;
    padding-bottom: 20px;
  }
}
.quick-selection__char-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.quick-selection__char-item-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.quick-selection__char-input + .quick-selection__char-input {
  margin-top: 16px;
}

.quick-selection-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 191;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  visibility: hidden;
  transition: visibility 0.4s;
}
.quick-selection-modal.open {
  visibility: visible;
}
.quick-selection-modal__wrapper {
  position: relative;
  max-height: calc(100vh - 55px);
  padding: 12px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: var(--color-bg-1);
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}
.open .quick-selection-modal__wrapper {
  transform: translateY(0);
}
.quick-selection-modal__inner {
  overflow-y: auto;
  height: 100%;
}
.quick-selection-modal__button {
  position: absolute;
  top: -44px;
  height: 36px;
  width: 36px;
  padding: 12px;
  color: var(--color-ui-2);
  background-color: var(--color-bg-1);
  border-radius: 50%;
}
.quick-selection-modal__button.is-back {
  transform: rotate(180deg);
  left: 12px;
}
.quick-selection-modal__button.is-close {
  right: 12px;
}
.quick-selection-modal__content {
  padding: 18px 4px 18px 4px;
}
.quick-selection-modal__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--color-brand);
}
.quick-selection-modal__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.quick-selection-modal__link.is-button {
  width: 100%;
  padding: 14px 16px 14px 16px;
  background-color: var(--color-ui-1-contrast);
  color: var(--color-fg-1);
  font-size: 16px;
  line-height: 18px;
  border-radius: 16px;
}
.quick-selection-modal__link .item-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  color: var(--color-red);
}
.quick-selection-modal__link .item-arrow {
  width: 14px;
  height: 14px;
  margin-left: auto;
  color: var(--color-fg-2);
}

.quick-selection-modal__submit-text,
.quick-selection-mobile__submit-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-fg-3);
}
.quick-selection-modal__submit-text b,
.quick-selection-mobile__submit-text b {
  color: var(--color-fg-1);
}
.quick-selection-modal__submit-text a,
.quick-selection-mobile__submit-text a {
  color: var(--color-brand);
  border-bottom: 1px dashed;
}

.quick-selection-modal__submit-button,
.quick-selection-mobile__submit-button {
  width: 100%;
  margin-top: 20px;
}
.quick-selection-modal__submit-button.button > .button__content,
.quick-selection-mobile__submit-button.button > .button__content {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  line-height: 24px;
}

.quick-selection-mobile {
  padding: 12px 8px;
  border-radius: 16px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
  background: var(--color-bg-3);
}

@media (max-width: 1023px) {
  .quick-selection__char {
    margin-top: 0;
  }

  .quick-selection__char-item-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .quick-selection__char-item-list {
    display: none;
  }

  .quick-selection__char-item-list--open-on-mob {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.quick-selection-modal__button--upper.is-back {
  z-index: 2;
}

.item-price-text {
  font-size: 18px;
  line-height: 22px;
}

.availability {
  display: flex;
  font-weight: var(--fw-semibold);
}

.availability__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-right: 6px;
  align-self: center;
}

.availability--available {
  color: var(--color-green);
}

.availability--unavailable {
  color: var(--color-red);
}

.catalog-accordion {
  padding: 12px 0;
  border-top: 1px solid var(--color-white);
}
.dark-theme .catalog-accordion {
  border-color: var(--color-fg-3);
}
@media (max-width: 767px) {
  .catalog-accordion {
    padding: 6px 0;
  }
}
.catalog-accordion__row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .catalog-accordion__row {
    padding: 0 8px;
  }
}
.catalog-accordion__label {
  flex: 0 0 auto;
  padding: 4px 12px;
  border-radius: 8px;
  background-color: var(--color-bg-4);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: var(--color-fg-1);
}
@media (max-width: 767px) {
  .catalog-accordion__label {
    padding: 3px 8px;
    font-size: 10px;
    line-height: 16px;
  }
}
.catalog-accordion__count {
  flex: 0 0 auto;
  margin-left: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #959595;
}
@media (max-width: 767px) {
  .catalog-accordion__count {
    margin-left: 4px;
    font-size: 12px;
    line-height: 16px;
  }
}
.catalog-accordion__button {
  height: 32px;
  width: 32px;
  margin-left: auto;
  padding: 8px;
  border-radius: 50%;
  background-color: #282828;
  color: #959595;
  transform: rotate(90deg);
  transition: transform var(--trs-base);
}
.catalog-accordion__row.open .catalog-accordion__button {
  transform: rotate(-90deg);
}
.catalog-accordion__button > .svg-icon {
  display: block;
}
@media (max-width: 767px) {
  .catalog-accordion__button {
    background-color: unset;
    width: 12px;
    height: 12px;
    padding: 0;
  }
}
.catalog-accordion__list {
  padding: 12px 0;
}
.catalog-accordion__list-item-wrap {
  padding-top: 12px;
  transition: height var(--trs-collapse);
}
.catalog-accordion__list-item-action {
  padding-top: 12px;
}
.catalog-accordion__list-item + .catalog-accordion__list-item {
  margin-top: 12px;
}

.catalog-accordion__placemark-wrap {
  flex: 0 0 auto;
  align-self: center;
}

.catalog-accordion__vin-wrap {
  flex: 0 0 auto;
  align-self: center;
}

.catalog-accordion__placemark-wrap:not(:first-child) {
  margin-left: 20px;
}

.catalog-accordion__vin-wrap:not(:first-child) {
  margin-left: 20px;
}

.catalog-accordion__caption {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-fg-2);
}

@media (max-width: 599px) {
  .catalog-accordion__info {
    margin-top: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
  }

  .catalog-accordion__vin-wrap {
    margin-top: 0;
  }

  .catalog-accordion__placemark-wrap {
    margin-left: 10px;
  }

  .catalog-accordion__placemark-wrap:not(:first-child) {
    margin-left: 10px;
  }

  .catalog-accordion__vin-wrap {
    margin-left: 10px;
  }

  .catalog-accordion__vin-wrap:not(:first-child) {
    margin-left: 10px;
  }
}
.catalog-eq-item {
  background-color: var(--color-bg-2);
  padding: 24px 24px 0 24px;
  border-radius: 12px;
  box-shadow: var(--box-shadow-base);
  position: relative;
}
.dark-theme .catalog-eq-item {
  background-color: var(--color-bg-3);
}
@media (max-width: 767px) {
  .catalog-eq-item {
    padding: 12px 4px 0 4px;
  }
}
.catalog-eq-item__head {
  padding: 0 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .catalog-eq-item__head {
    display: block;
  }
}
.catalog-eq-item__content {
  flex: 1;
  margin-right: 24px;
}
.catalog-eq-item__title {
  font-size: 24px;
  line-height: 32px;
  color: var(--color-fg-1);
}
@media (max-width: 767px) {
  .catalog-eq-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.catalog-eq-item__specs {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-fg-3);
}
.dark-theme .catalog-eq-item__specs {
  color: var(--color-fg-2);
}
@media (max-width: 767px) {
  .catalog-eq-item__specs {
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
  }
}
.catalog-eq-item__prices {
  display: flex;
  align-items: flex-start;
  padding: 16px 20px 12px;
  border-radius: 12px;
  background-color: #282828;
}
@media (max-width: 767px) {
  .catalog-eq-item__prices {
    margin-top: 12px;
    padding: 0;
    justify-content: space-between;
    background-color: unset;
  }
}
.catalog-eq-item__price-item {
  min-width: 142px;
}
@media (max-width: 767px) {
  .catalog-eq-item__price-item {
    min-width: unset;
  }
}
.catalog-eq-item__price-item + .catalog-eq-item__price-item {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .catalog-eq-item__price-item + .catalog-eq-item__price-item {
    margin: 0;
  }
}
.catalog-eq-item__price-item .item-head {
  display: flex;
  align-items: center;
}
.catalog-eq-item__price-item .item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--color-fg-1);
}
.catalog-eq-item__price-item .item-text {
  font-size: 12px;
  line-height: 16px;
  color: var(--color-fg-3);
}
.dark-theme .catalog-eq-item__price-item .item-text {
  color: var(--color-fg-2);
}
.catalog-eq-item__list {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .catalog-eq-item__list {
    margin-top: 12px;
  }
}

.catalog-eq-item__brand {
  display: flex;
  align-items: center;
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  color: var(--color-brand);
  font-weight: var(--fw-bold);
}

.catalog-eq-item__brand + .catalog-eq-item__title {
  margin-top: 10px;
}

.catalog-eq-item__brand-icon {
  flex: 0 0 auto;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.catalog-eq-item__brand-icon-image {
  display: block;
  width: 100%;
  height: 30px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .catalog-eq-item__brand {
    font-size: 12px;
    line-height: 18px;
  }

  .catalog-eq-item__brand-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .catalog-eq-item__brand-icon-image {
    height: 20px;
  }

  .catalog-eq-item__brand + .catalog-eq-item__title {
    margin-top: 5px;
  }
}
.catalog-eq-item__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.catalog-eq-item .tooltip__root {
  z-index: 5;
}

.catalog-eq-item .catalog-accordion__list-item-action {
  position: relative;
  z-index: 5;
}

.catalog-filter-modal {
  margin-top: 24px;
  position: relative;
}
.catalog-filter-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-filter-modal__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--color-fg-1);
}
.catalog-filter-modal__reset {
  width: 20px;
  height: 20px;
  color: var(--color-ui-2);
}
.catalog-filter-modal__content {
  margin: 20px 0;
}
.catalog-filter-modal__group-title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-ui-2);
}
.catalog-filter-modal__input + .catalog-filter-modal__input {
  margin-top: 12px;
}

.catalog-filter-modal__group-label {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 6px;
}

.catalog-filter-modal__group-label:first-child {
  margin-top: 0;
}

.catalog-filter {
  margin-top: 18px;
}
.catalog-filter__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-filter__head .item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-ui-2);
}
.catalog-filter__head .item-sort {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-brand);
  border-bottom: 1px dashed;
}
.catalog-filter__list {
  margin-top: 16px;
}
.catalog-filter__addition-button {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-brand);
}
@media (max-width: 1023px) {
  .catalog-filter__addition-button {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
.catalog-filter__addition-button .item-text {
  border-bottom: 1px dashed;
}
.catalog-filter__addition-button .item-icon {
  width: 8px;
  height: 8px;
  margin-left: 8px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.catalog-filter__addition-button--open .item-icon {
  transform: rotate(-90deg);
}
.catalog-filter__group {
  padding: 4px;
  background-color: var(--color-bg-2);
  border-radius: 16px;
}
.catalog-filter__group + .catalog-filter__group {
  margin-top: 24px;
}
.catalog-filter__group-title {
  padding: 8px 8px 4px 8px;
  color: var(--color-ui-2);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.dark-theme .catalog-filter__group-title {
  color: var(--color-fg-2);
}
.catalog-filter__group-inner {
  padding: 0 16px;
  border-radius: 16px;
  background-color: var(--color-bg-1);
}
@media (max-width: 1023px) {
  .catalog-filter__group-inner {
    padding: 0 0 0 16px;
  }
}
.catalog-filter__group-item {
  border-top: 1px solid var(--color-bg-2);
  position: relative;
}
.catalog-filter__group-item .item-reset {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 50px;
  height: 60px;
}
.catalog-filter__group-item .item-reset .item-icon {
  width: 14px;
  height: 14px;
  color: #959595;
}
.catalog-filter__group-item:first-child {
  border-top: none;
}
.catalog-filter__group-item-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  min-height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1023px) {
  .catalog-filter__group-item-header {
    padding: 8px 8px 8px 0;
  }
}
.catalog-filter__group-item-header.open > .item-icon {
  transform: rotate(-90deg);
}
.catalog-filter__group-item-header .item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.catalog-filter__group-item-header > .item-icon {
  width: 12px;
  height: 12px;
  color: var(--color-ui-2);
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.catalog-filter__group-item-header > .item-icon.right {
  width: 24px;
  height: 24px;
  padding: 6px;
  background-color: #111;
  border-radius: 50%;
  transform: none;
}
.catalog-filter__group-item-header > .item-reset {
  width: 16px;
  height: 16px;
  transform: none;
  color: var(--color-ui-2);
}
.catalog-filter__group-item-header .item-active {
  font-size: 12px;
  line-height: 16px;
  color: var(--color-green);
}
.catalog-filter__group-item-header .item-active.is-dimmed {
  color: var(--color-ui-2);
}
.catalog-filter__group-item-header:disabled {
  cursor: not-allowed;
}
.catalog-filter__group-item-header:disabled .item-text {
  color: var(--color-ui-2);
  opacity: 0.4;
}
.catalog-filter__group-item-header:disabled > .item-icon {
  opacity: 0.4;
}
.catalog-filter__group-item-header:disabled + .item-reset, .catalog-filter__group-item-header:disabled .item-active {
  opacity: 0.4;
}
.catalog-filter__group-item-header:disabled .item-active {
  color: #959595;
}
.catalog-filter__group-input {
  padding: 8px 0;
}
.catalog-filter__group-input:last-child {
  padding-bottom: 12px;
}

.catalog-filter__group-label {
  font-size: 14px;
  line-height: 22px;
  margin-top: 3px;
}

.catalog-filter__field-range-wrap {
  padding-top: 12px;
  padding-bottom: 20px;
}

.catalog-icons-list {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  margin: -12px;
  width: calc(100% + 24px);
}
@media (max-width: 599px) {
  .catalog-icons-list {
    margin: -4px;
    width: calc(100% + 8px);
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.catalog-icons-list__item {
  flex: 0 0 auto;
  padding: 12px;
  display: block;
}
@media (max-width: 599px) {
  .catalog-icons-list__item {
    width: 23.5%;
    padding: 4px;
  }
}
.catalog-icons-list__item-inner {
  position: relative;
  display: block;
  width: 88px;
  background-color: var(--color-bg-2);
  border-radius: var(--border-radius-base-md);
}
.dark-theme .catalog-icons-list__item-inner {
  background-color: var(--color-bg-3);
}
@media (max-width: 599px) {
  .catalog-icons-list__item-inner {
    width: 100%;
  }
}
.catalog-icons-list__item-inner::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.catalog-icons-list__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: auto;
  width: calc(100% - 24px);
}
@media (max-width: 599px) {
  .catalog-icons-list__image {
    width: calc(100% - 22px);
  }
}

.catalog-item {
  position: relative;
}

.catalog-item__title {
  margin: 5px 0;
}

.catalog-item__meta {
  margin: 5px 0;
  color: var(--color-fg-2);
}

.catalog-item__top-nav {
  margin: 24px 0;
}

.catalog-item__layout {
  display: grid;
  grid-template-columns: 1fr 425px;
  gap: var(--subsection-offset) var(--grid-gutter-base);
}

.catalog-item__layout-main {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.catalog-item__layout-description {
  grid-row: 3;
}

.catalog-item__layout-info {
  grid-column: 1;
  grid-row: 4;
  min-width: 0;
}
.catalog-item__layout-info--wide {
  grid-column: 1/3;
}

.catalog-item__layout-aside {
  grid-column: 2;
  grid-row: 1/span 2;
  min-width: 0;
}

.catalog-item__filter {
  margin: 32px 0 0;
}

.catalog-item__filter-item {
  margin: 20px 0;
}

.catalog-item__filter-value {
  margin: 12px 0;
  color: var(--color-fg-2);
}

.catalog-item__layout-aside .leasing-calculator {
  margin: 0;
}

.catalog-item__mobile-actions {
  display: none;
}

.catalog-item__gallery {
  position: relative;
}

.catalog-item__product-status {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

.catalog-item__wrap-info {
  display: flex;
  align-items: center;
}

.catalog-item__info {
  display: flex;
  margin-top: -6px;
  margin-bottom: 24px;
}

.catalog-item__footer-info {
  display: flex;
  margin-left: 20px;
}

.catalog-item__placemark-wrap {
  flex: 0 0 auto;
  align-self: center;
}

.catalog-item__vin-wrap {
  flex: 0 0 auto;
  align-self: center;
}

.catalog-item__placemark-wrap:not(:first-child) {
  margin-left: 20px;
}

.catalog-item__vin-wrap:not(:first-child) {
  margin-left: 20px;
}

.catalog-item__caption {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-fg-2);
}

.catalog-item__layout-aside-price-wrap {
  margin-top: 25px;
}

.catalog-item__layout-aside-price-wrap .item-price {
  margin-top: 15px;
}

.catalog-item__layout-aside-price-caption {
  font-size: 14px;
  line-height: 18px;
}

.dark-theme .catalog-item__layout-aside-price-caption {
  color: var(--color-fg-2);
}

.catalog-item__layout-aside-price-wrap .item-price-text {
  font-size: 22px;
  line-height: 26px;
}

.catalog-item__layout-aside .trim-text--fade .trim-text__text::before {
  background: linear-gradient(to bottom, transparent 0%, var(--color-bg-x) 100%);
}

.catalog-item__layout-aside-action {
  margin-top: 20px;
}

@media (max-width: 1343px) {
  .catalog-item__layout-aside .leasing-calculator {
    background: var(--color-bg-2);
    padding: 16px;
  }
}
@media (max-width: 599px) {
  .catalog-item__info {
    margin-top: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
  }

  .catalog-item__vin-wrap {
    width: 100%;
    margin-top: 0;
  }

  .catalog-item__footer-info {
    margin-left: 0;
  }

  .catalog-item__placemark-wrap {
    margin-left: 10px;
  }

  .catalog-item__placemark-wrap:not(:first-child) {
    margin-left: 10px;
  }

  .catalog-item__vin-wrap {
    margin-left: 10px;
  }

  .catalog-item__vin-wrap:not(:first-child) {
    margin-left: 10px;
  }

  .catalog-item__layout-aside .leasing-calculator__submit-row {
    padding-bottom: 0;
  }
}
@media (max-width: 1343px) {
  .catalog-item__layout {
    grid-template-columns: 1fr;
  }

  .catalog-item__layout-main {
    grid-column: 1;
    grid-row: 1;
  }

  .catalog-item__layout-info {
    grid-column: 1;
  }

  .catalog-item__layout-aside {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .catalog-item__gallery {
    margin: 0 -12px 0 0;
    width: calc(100% + 12px);
  }

  .catalog-item__top-nav {
    margin: 8px 0;
  }

  .catalog-item__top-nav .status-row__actions {
    display: none;
  }

  .catalog-item__mobile-actions {
    display: block;
    margin: 32px 0;
  }

  .catalog-item .product-gallery__thumbs {
    display: none;
  }

  .catalog-item__product-status {
    top: 12px;
    left: 12px;
  }
}
@media (max-width: 599px) {
  .catalog-item__gallery,
.catalog-item__filter,
.catalog-item__filter-item {
    margin: 12px 0;
  }

  .catalog-item__meta,
.catalog-item__filter-value {
    font-size: var(--fz-small);
    line-height: var(--lh-small);
  }
}
.catalog-links-list {
  columns: 200px auto;
}
@media (max-width: 599px) {
  .catalog-links-list {
    column-width: auto;
    column-count: 2;
  }
}
.catalog-links-list__item {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.catalog-links-list__item:first-child {
  margin-top: 0;
}
.catalog-links-list__item--toggle {
  display: inline-block;
  color: var(--color-brand);
  border-bottom: 1px dashed;
  cursor: pointer;
}
@media (max-width: 599px) {
  .catalog-links-list__item {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }
}
.catalog-links-list__item .item-count {
  margin-left: 4px;
  color: var(--color-ui-2);
}

.catalog-list__header {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .catalog-list__header {
    padding: 0 8px;
  }
}
.catalog-list__title {
  font-size: 56px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .catalog-list__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.catalog-list__sub-title {
  margin-top: 24px;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .catalog-list__sub-title {
    margin-top: 8px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 24px;
  }
}
.catalog-list__controls {
  display: flex;
  margin-left: auto;
}
.catalog-list__view-button {
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 16px;
  color: var(--color-bg-2);
  transition: color 0.3s ease, background-color 0.3s ease;
}
.dark-theme .catalog-list__view-button {
  color: #cfcfcf;
}
.catalog-list__view-button .svg-icon {
  display: block;
}
.catalog-list__view-button:hover {
  color: var(--color-brand);
}
.catalog-list__view-button.active {
  color: var(--color-bg-4);
  border-color: var(--color-bg-2);
  background-color: var(--color-brand);
}
.dark-theme .catalog-list__view-button.active {
  color: var(--color-brand);
  background-color: var(--color-bg-3);
}
.catalog-list__content {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .catalog-list__content {
    margin-top: 24px;
  }
}

.catalog-vehicle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "slider texts prices" "slider specs prices" "slider specs submit";
  grid-gap: 24px;
  align-items: start;
  padding: 20px 16px;
  border-radius: 16px;
  background-color: var(--color-bg-4);
  color: var(--color-fg-3);
}
.dark-theme .catalog-vehicle {
  color: var(--color-fg-2);
  background-color: var(--color-bg-x);
}
@media (max-width: 767px) {
  .catalog-vehicle {
    padding: 20px 12px;
    grid-template-columns: 1fr;
    grid-template-areas: "texts" "slider" "specs" "params" "prices" "submit";
    gap: 0;
  }
  .catalog-vehicle > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.catalog-vehicle__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  z-index: 2;
}
.catalog-vehicle__slider {
  position: relative;
  grid-area: slider;
  align-self: flex-start;
  max-width: 270px;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--color-bg-2);
}
@media (max-width: 767px) {
  .catalog-vehicle__slider {
    max-width: 100%;
  }
}
.catalog-vehicle__slider .item-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.catalog-vehicle__slider .swiper-pagination {
  height: 14px;
  bottom: 8px;
}
.catalog-vehicle__slider .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.catalog-vehicle__slider .swiper-pagination-bullet-active {
  background-color: var(--color-brand);
}
.catalog-vehicle__params {
  grid-area: params;
}
.catalog-vehicle__param {
  font-size: 12px;
  line-height: 18px;
  margin-top: 2px;
}
.catalog-vehicle__texts {
  grid-area: texts;
}
.catalog-vehicle__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--color-fg-1);
}
@media (max-width: 767px) {
  .catalog-vehicle__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.catalog-vehicle__model-text {
  margin-top: 4px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .catalog-vehicle__model-text {
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
  }
}
.catalog-vehicle__presence {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 767px) {
  .catalog-vehicle__presence {
    font-size: 12px;
    line-height: 20px;
  }
}
.catalog-vehicle__presence .item-available {
  color: var(--color-green);
}
.catalog-vehicle__presence .item-available .item-text {
  margin-left: 6px;
}
.catalog-vehicle__specs {
  grid-area: specs;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.catalog-vehicle__specs-inner {
  display: flex;
  align-items: center;
}
.catalog-vehicle__colors {
  display: flex;
  align-items: center;
}
.catalog-vehicle__colors .item-text {
  margin-right: 4px;
}
.catalog-vehicle__colors .item-color {
  width: 24px;
  height: 24px;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid;
  border-color: var(--color-fg-2);
}
.catalog-vehicle__colors .item-count {
  margin-left: 4px;
}
.catalog-vehicle__mileage {
  margin-left: 16px;
}
.catalog-vehicle__prices {
  position: relative;
  z-index: 3;
  grid-area: prices;
}
.catalog-vehicle__prices .item-row {
  align-items: center;
}
.catalog-vehicle__prices .item-row .tooltip {
  margin: -10px -10px -10px -5px;
}
.catalog-vehicle__prices .item-row .tooltip .inline-block {
  transform: translateY(-4px);
}
.catalog-vehicle__prices .item-row + .catalog-vehicle__prices .item-row {
  margin-top: 4px;
}
.catalog-vehicle__prices .item-price {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .catalog-vehicle__prices .item-price {
    font-size: 14px;
  }
}
.catalog-vehicle__prices .item-price b {
  color: inherit;
}
.catalog-vehicle__prices .item-price:first-child {
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
}
.catalog-vehicle__prices .item-price:first-child .item-price-text b:first-of-type {
  color: var(--color-fg-1);
}
.catalog-vehicle__prices .item-type-text {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
}
.catalog-vehicle__submit {
  position: relative;
  z-index: 2;
  grid-area: submit;
}

.item-price-text {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.item-price-text + .item-price-selector {
  margin-left: 10px;
}

.catalog-vehicle__prices .item-price {
  position: relative;
  margin-top: 8px;
}

.catalog-vehicle__prices .item-price:first-child {
  z-index: 3;
}

.catalog-vehicle__prices .item-price:nth-child(2) {
  z-index: 2;
}

.catalog-vehicle__prices .item-price:nth-child(3) {
  z-index: 1;
}

.catalog-vehicle__prices .item-price:nth-child(4) {
  z-index: 0;
}

.catalog-vehicle__prices .item-price:first-child .tooltip {
  margin-left: -1px;
}

.catalog-vehicle__product-status {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.catalog-vehicle__prices .item-price:not(:first-child) .item-row .tooltip {
  margin-left: 0;
}

.catalog-vehicle__slider .swiper-slide {
  padding: 5px;
  height: 192px;
}

.catalog-vehicle__prices .tooltip {
  margin-top: -10px;
}

.catalog-vehicle__prices .tooltip__icon {
  width: 30px;
  height: 30px;
}

.catalog-vehicle__prices .item-price-selector {
  transform: translateY(-4px);
  position: relative;
  z-index: 1;
}

.catalog-vehicle__prices .item-row {
  margin-top: -8px;
}

.catalog-vehicle__prices .item-row .tooltip {
  margin: 0;
}

.catalog-vehicle__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  border-radius: 16px;
  -webkit-backdrop-filter: saturate(180%) blur(8px);
          backdrop-filter: saturate(180%) blur(8px);
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  transition: color var(--trs-base), opacity var(--trs-base);
  opacity: 0;
}

@media (any-hover: hover) {
  .catalog-vehicle:hover .catalog-vehicle__arrow {
    opacity: 1;
  }

  .catalog-vehicle__arrow:hover {
    color: var(--color-brand);
  }
}
.catalog-vehicle__arrow-icon {
  width: 28px;
  height: 8px;
  transform-origin: center center;
  transform: rotate(90deg);
}

.catalog-vehicle__arrow--prev {
  left: 15px;
}

.catalog-vehicle__arrow--next {
  left: auto;
  right: 15px;
}

.catalog-vehicle__arrow--prev .catalog-vehicle__arrow-icon {
  transform: rotate(90deg) scaleY(-1);
}

.catalog-vehicle__arrow--next .catalog-vehicle__arrow-icon {
  transform: rotate(90deg);
}

.catalog-vehicle__info {
  margin-top: 12px;
}

.catalog-vehicle__placemark-wrap {
  flex: 0 0 auto;
}

.catalog-vehicle__vin-wrap {
  position: relative;
  z-index: 2;
}

.catalog-vehicle__vin-wrap .tooltip__icon .svg-icon {
  width: 16px;
  height: 16px;
}

.catalog-vehicle__placemark-wrap:not(:first-child) {
  margin-left: 20px;
}

.catalog-vehicle__caption {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .catalog-vehicle__prices {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -10px -5px;
    width: calc(100% + 20px);
  }

  .catalog-vehicle__prices .item-price {
    width: 50%;
    padding: 5px 10px;
    flex: 0 0 auto;
    margin: 0;
  }

  .catalog-vehicle__prices .item-price:first-child {
    order: 1;
  }

  .catalog-vehicle__prices .item-price:nth-child(2) {
    order: 3;
  }

  .catalog-vehicle__prices .item-price:nth-child(3) {
    order: 2;
  }

  .catalog-vehicle__prices .item-price:first-child .item-price-selector__items,
.catalog-vehicle__prices .item-price:nth-child(3) .item-price-selector__item {
    left: 0;
    right: auto;
  }

  .catalog-vehicle__slider {
    z-index: 2;
    cursor: pointer;
  }

  .catalog-vehicle__arrow {
    display: none;
  }
}
@media (max-width: 599px) {
  .item-price-text {
    font-size: 15px;
  }

  .catalog-vehicle__prices .item-type-text {
    font-size: 10px;
  }

  .catalog-vehicle__prices .item-price {
    padding-right: 0;
  }
}
.catalog {
  position: relative;
}
.catalog__grid {
  display: grid;
  grid-template-columns: 1fr 312px;
  grid-template-rows: auto auto 32px auto;
  grid-template-areas: "title ." "head ." "main aside" "main aside";
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .catalog__grid {
    grid-template-columns: 100%;
    grid-template-rows: unset;
    grid-template-areas: "head" "title" "aside" "main";
    gap: 12px;
  }
}
.catalog__grid--alt {
  grid-template-areas: "title aside" "head aside" "main aside" "main aside";
  grid-template-rows: 52px 40px auto auto;
}
.catalog__grid--alt .catalog-filter {
  margin-top: 0;
}
.catalog__title-row {
  display: flex;
  align-items: center;
  grid-area: title;
}
@media (max-width: 1023px) {
  .catalog__title-row {
    justify-content: space-between;
  }
}
.catalog__title-row .item-title {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .catalog__title-row .item-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.catalog__filter-icon {
  position: relative;
  width: 24px;
  height: 24px;
  color: var(--color-ui-2);
}
.catalog__filter-icon .item-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background-color: var(--color-brand);
  border-radius: 50%;
  font-size: 9px;
  color: #fff;
}
.catalog__head {
  grid-area: head;
  display: flex;
  justify-content: space-between;
}
.catalog__head .tabs {
  flex: 1 1 auto;
}
.catalog__head .item-select-wrapper {
  display: flex;
  margin-left: auto;
  margin-top: 10px;
}
.catalog__head .item-select {
  color: var(--color-brand);
}
.catalog__main {
  grid-area: main;
}
.catalog__aside {
  grid-area: aside;
}
.catalog__active-filters {
  grid-area: active;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 24px;
}
.catalog__active-filters .item-button {
  display: flex;
  align-items: center;
  height: 28px;
  margin: 4px 4px 0 4px;
  padding: 0 8px;
  border: 1px solid var(--color-fg-4);
  border-radius: 8px;
}
.catalog__active-filters .item-button .item-text {
  margin-right: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #959595;
}
.catalog__active-filters .item-button .item-icon {
  width: 16px;
  height: 16px;
  padding: 4px;
  background-color: var(--color-bg-2);
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color var(--trs-base);
}
.catalog__active-filters .item-button .item-icon:hover {
  background-color: var(--overlay-bg);
}
.dark-theme .catalog__active-filters .item-button .item-icon:hover {
  background-color: var(--color-ui-2);
}
.catalog__active-filters .item-button .item-icon > .svg-icon {
  display: block;
}
.catalog__items {
  transition: padding-bottom 0.25s;
}
.catalog__items--padding-bottom {
  padding-bottom: 1000px;
}
.catalog__items-wrap {
  grid-area: list;
  align-self: start;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.catalog__financial-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  width: 100%;
  padding: 0 16px;
  border-radius: 16px;
  background-color: var(--color-bg-4);
  color: var(--color-fg-1);
}
.dark-theme .catalog__financial-button {
  background-color: var(--color-bg-x);
}
.catalog__financial-button .item-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.catalog__financial-button .item-icon {
  width: 28px;
  height: 28px;
}
.catalog__financial-button .item-active-icon {
  position: absolute;
  top: -2px;
  right: 0px;
  display: none;
}
.catalog__financial-button--active {
  box-shadow: 0 0 0 1px var(--color-green) inset;
}
.catalog__financial-button--active .item-active-icon {
  display: block;
}

.catalog .catalog-list__controls {
  margin-right: 20px;
  flex: 0 0 auto;
}

.catalog .catalog-list__controls:last-child {
  margin-right: 0;
}

.catalog .models-list {
  margin-top: 0;
}

.catalog__currency-field-wrap {
  display: flex;
  padding-right: 15px;
  padding-top: 3px;
}

.catalog__financial-button {
  margin-top: 20px;
}

.catalog__financial-button:first-child {
  margin-top: 0;
}

.catalog__selection-wrap {
  max-width: 478px;
}

@media (max-width: 1023px) {
  .catalog__currency-field-wrap {
    align-items: flex-start;
    padding-right: 0;
    padding-top: 0;
    flex: 0 0 auto;
  }

  .catalog__head .tabs {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
  }

  .catalog__head .tabs__list-wrap {
    margin: 0;
    max-width: 100%;
  }

  .catalog__head .tabs__list {
    margin-left: -6px;
  }
}
@media (max-width: 767px) {
  .catalog__head .tabs__list {
    margin-left: -12px;
    margin-bottom: 0;
  }

  .catalog__head .tabs {
    position: relative;
  }

  .catalog__head .tabs::after {
    position: absolute;
    top: 0;
    left: auto;
    right: 12px;
    width: 40px;
    height: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(to right, transparent 0%, var(--color-bg-1) 100%);
  }

  .catalog__head .tabs {
    padding-bottom: 0;
  }
}
.main-catalog {
  position: relative;
}
.main-catalog__icons {
  margin-top: 48px;
}
@media (max-width: 599px) {
  .main-catalog__icons {
    margin-top: 16px;
  }
}
.main-catalog__links {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .main-catalog__links {
    margin-top: 20px;
  }
}
.main-catalog__btn-more {
  margin-top: 48px;
}
@media (max-width: 599px) {
  .main-catalog__btn-more {
    margin-top: 16px;
  }
}

.models-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 312px));
  grid-template-rows: auto;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .models-list {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .models-list {
    grid-template-columns: 1fr;
    margin-top: 8px;
    gap: 8px;
  }
}

.placemark {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-fg-1);
  padding-left: 18px;
  position: relative;
}

.placemark:before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-green);
}

.placemark:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 10.3px;
  left: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: var(--color-green) transparent transparent transparent;
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--trs-base);
  position: relative;
  padding: 5px;
}

.product-image--loading {
  background: var(--color-bg-2);
}

.product-image--loading .product-image__image {
  opacity: 0;
}

.product-image__image {
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
  transition: opacity var(--trs-base);
  object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-image--cover .product-image__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-2);
  color: var(--color-fg-3);
}

.product-image__placeholder-icon {
  display: block;
  flex: 0 0 auto;
  color: #D9D9D9;
}
.dark-theme .product-image__placeholder-icon {
  color: #414141;
}

.contact-widget {
  width: 284px;
  background-color: var(--color-brand);
  border-radius: var(--border-radius-base-md);
  padding: 32px 24px;
  position: relative;
  z-index: 1;
}
.dark-theme .contact-widget {
  background-color: rgba(17, 17, 17, 0.7);
}

.contact-widget__title {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: var(--fw-bold);
  max-width: 180px;
}

.contact-widget__main {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--color-white);
}
.dark-theme .contact-widget__main {
  border-color: var(--color-fg-4);
}

.contact-widget__item {
  margin-top: 20px;
  display: flex;
}

.contact-widget__icon {
  color: var(--color-white);
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-right: 8px;
  margin-top: 3px;
}
.dark-theme .contact-widget__icon {
  color: var(--color-brand);
}

.contact-widget__item-text {
  flex: 1 1 auto;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.contacts-list__main {
  position: relative;
}

.contacts-list__map-wrap {
  position: relative;
  padding: 56px;
  min-height: 480px;
  display: flex;
  width: 100%;
  border-radius: var(--border-radius-base-md);
  overflow: hidden;
}

.contacts-list__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts-list__items {
  margin-top: 64px;
}

.contacts-list__item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-fg-3);
  display: flex;
  width: 100%;
  cursor: pointer;
}

.contacts-list__item-image {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--border-radius-base-md);
  flex: 0 0 auto;
}

.contacts-list__item-main {
  display: flex;
  flex: 1 1 auto;
  padding: 21px 0 0 40px;
}

.contacts-list__item-left {
  flex: 0 0 auto;
  width: 31%;
}

.contacts-list__item-center {
  flex: 0 0 auto;
  width: 26%;
  padding-left: 40px;
  font-size: 18px;
  line-height: 33px;
  color: var(--color-fg-1);
  margin-top: 4px;
}

.contacts-list__item-right {
  flex: 0 0 auto;
  width: 43%;
  padding-left: 40px;
  margin-top: 7px;
}

.contacts-list__item-title {
  font-size: 32px;
  line-height: 40px;
  color: var(--color-ui-2);
  font-weight: var(--fw-bold);
  transition: var(--trs-base);
}

.contacts-list__item:hover .contacts-list__item-title {
  color: var(--color-fg-1);
}

.contacts-list__item-address {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-ui-2);
  margin-top: 6px;
}

.contacts-list__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts-list__contact-link {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-fg-1);
  margin-top: 8px;
}

.contacts-list__contact-link--bold {
  font-weight: var(--fw-semibold);
}

.contacts-list__contact-link:hover {
  color: var(--color-brand);
}

.contacts-list__contact-caption {
  color: var(--color-ui-2);
  margin-left: 5px;
  font-weight: initial;
}

.contacts-list__filter {
  margin: 48px 0;
}

@media (max-width: 1023px) {
  .contacts-list__map-wrap {
    padding: 0;
    min-height: 0;
    display: block;
    border-radius: 0;
  }

  .contacts-list__map {
    position: relative;
    min-height: 0;
    height: 500px;
    border-radius: var(--border-radius-base-md);
    overflow: hidden;
  }

  .contacts-list__items {
    margin-top: 40px;
  }

  .contacts-list__item {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contacts-list__item-main {
    padding-left: 0;
  }

  .contacts-list__item-center {
    padding-left: 20px;
  }

  .contacts-list__item-right {
    padding-left: 20px;
  }

  .contacts-list .contact-widget {
    position: static;
    margin-top: 12px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts-list__filter {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .contacts-list__map-wrap {
    padding: 0;
  }

  .contacts-list__items {
    margin-top: 16px;
  }

  .contacts-list__item {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contacts-list__item-main {
    display: block;
    padding-left: 12px;
    padding-top: 10px;
  }

  .contacts-list__item-image {
    width: 80px;
    height: 80px;
  }

  .contacts-list__item-left,
.contacts-list__item-right {
    width: 100%;
  }

  .contacts-list__item-center {
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
  }

  .contacts-list__item-right {
    padding-left: 0;
    margin-top: 16px;
  }

  .contacts-list__item-title {
    font-size: 24px;
    line-height: 32px;
  }

  .contacts-list__item-address {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
  }

  .contacts-list__contact-text,
.contacts-list__contact-link,
.contacts-list__contact-caption {
    font-size: 14px;
    line-height: 22px;
  }

  .contacts-list__contact-link {
    margin-top: 4px;
  }
}
.map__map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map__balloon-layout {
  display: block;
  position: absolute;
  z-index: 1010;
  padding: 12px;
  border-radius: var(--border-radius-base-md);
  background-color: #111;
  color: #959595;
  font-size: 12px;
  line-height: 18px;
  max-width: 160px;
  white-space: normal;
  background-clip: padding-box;
}

.map__balloon-layout::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #111;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

ymaps [class$=ground-pane],
ymaps canvas {
  filter: grayscale(100%);
}

.y-map__pin {
  display: block;
  width: 48px;
  height: 70px;
  position: relative;
}

.y-map__pin-visual {
  width: 56px;
  height: 64px;
  display: block;
}

.y-map__pin-icon {
  display: block;
  width: 48px;
  height: 70px;
  object-fit: contain;
}

.cookies-open__button {
  font-weight: var(--fw-semibold);
}

.icon-cookie {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.cookies-modal {
  position: fixed;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 200;
  padding: 0 var(--container-padding);
}
.cookies-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  background: var(--color-bg-2);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.cookies-modal__header + p {
  margin-top: 0;
}
.cookies-modal__close {
  display: inline-flex;
  width: 1.5ch;
  height: 1.5ch;
}
.cookies-modal__inner {
  gap: 20px;
  align-items: center;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  border-radius: var(--border-radius-base-md);
  background: var(--color-bg-2);
  color: var(--color-fg-2);
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  max-height: calc(100vh - 20px);
}
.cookies-modal__btns-grid {
  display: grid;
  grid-template-columns: -webkit-max-content auto -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content auto max-content max-content;
  width: 100%;
  gap: 10px;
  background: var(--color-bg-2);
  padding: 1em 0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.cookies-modal__btns-grid .btn-trd {
  grid-column: 3/4;
}
.cookies-modal__btns-grid .btn-fth {
  grid-column: 4/5;
}

.groups-list__item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.groups-list__item-title {
  color: var(--color-fg-1);
  font-weight: var(--fw-semibold);
}
.groups-list__item .btn_toggle {
  position: absolute;
  top: 4px;
}

@media (max-width: 767px) {
  .cookies-modal__inner {
    overflow-y: scroll;
  }

  .cookies-modal__btns-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cookies-modal__btns-grid .btn-trd {
    grid-column: 1/2;
  }
  .cookies-modal__btns-grid .btn-fth {
    grid-column: 2/4;
  }
  .cookies-modal__btns-grid .btn-settings {
    grid-column: 1/3;
    color: var(--color-fg-2);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 10px;
  }
}
.careers {
  position: relative;
}

.careers__filter {
  margin: 48px 0;
}

.careers__list {
  margin: 60px 0;
}

@media (max-width: 599px) {
  .careers__filter {
    margin: 32px 0;
  }

  .careers__list {
    margin: 32px 0;
  }
}
.collapse-list {
  position: relative;
  word-break: break-word;
  max-width: 980px;
}

.collapse-list__group {
  margin: 32px 0;
}

.collapse-list__bar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 28px 0;
  position: relative;
  cursor: pointer;
  transition: var(--trs-base);
}
.collapse-list__bar::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px dashed;
  border-radius: inherit;
  opacity: 0;
  transition: inherit;
  pointer-events: none;
}
.state--focus-enabled .collapse-list__bar:focus::after {
  opacity: 0.75;
}

.collapse-list__bar::after {
  left: -4px;
  right: -4px;
  top: 20px;
  bottom: 20px;
}

.collapse-list__bar-main {
  flex: 1 1 auto;
  align-self: center;
}

.collapse-list__bar-title {
  display: block;
  font: var(--font-h4);
}

.collapse-list__bar-note {
  display: block;
  color: var(--color-fg-2);
  margin: 4px 0;
}

.collapse-list__bar-icon {
  flex: 0 0 auto;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  padding: 12px;
  border-radius: 50%;
  background: var(--color-bg-4);
  color: var(--color-fg-3);
  transition: var(--trs-base);
}
.dark-theme .collapse-list__bar-icon {
  color: var(--color-fg-2);
}

.collapse-list__bar--group {
  padding: 26px 32px;
  border-radius: var(--border-radius-base-md);
  border: none;
  background: var(--color-bg-2);
}

.collapse-list__bar--group .collapse-list__bar-title {
  flex: 1 1 auto;
  font: var(--font-h3);
}

.collapse-list__bar--group::after {
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}

.collapse-list__bar--open {
  padding-bottom: 20px;
}

.collapse-list__bar--group.collapse-list__bar--open {
  padding-bottom: 26px;
}

.collapse-list__bar--open .collapse-list__bar-icon {
  transform: rotate(45deg);
}

.collapse-list__bar--group.collapse-list__bar--open .collapse-list__bar-icon {
  transform: rotate(180deg);
}

@media (any-hover: hover) {
  .collapse-list__bar:hover .collapse-list__bar-icon {
    color: var(--color-fg-1);
  }
}
.collapse-list__items-list {
  padding: 28px 32px;
}

.collapse-list__item + .collapse-list__item {
  border-top: 1px solid var(--color-fg-3);
}

.collapse-list__item-box-inner {
  padding: 0 0 40px;
}

.collapse-list__article,
.collapse-list__files,
.collapse-list__person {
  margin: 40px 0;
}

.collapse-list--tree {
  max-width: none;
}

.collapse-list--tree .collapse-list__group {
  display: flex;
  margin: 110px 0;
}

.collapse-list--tree .collapse-list__group-header {
  flex: 0 0 auto;
  width: 330px;
  margin-right: 60px;
  min-width: 0;
}

.collapse-list--tree .collapse-list__group-title {
  color: var(--color-ui-2);
  font: var(--font-h3);
}

.collapse-list--tree .collapse-list__items {
  flex: 1 1 auto;
}

.collapse-list--tree .collapse-list__items-list {
  padding: 0;
}

.collapse-list--tree .collapse-list__item:first-child .collapse-list__bar {
  padding-top: 0;
}

.collapse-list--tree .collapse-list__group + .collapse-list__group {
  border-top: 1px solid var(--color-fg-3);
  padding-top: 60px;
}

@media (max-width: 1199px) {
  .collapse-list__group {
    margin: 24px 0;
  }

  .collapse-list__bar {
    padding: 24px 0;
  }

  .collapse-list__bar--group {
    padding: 24px;
  }

  .collapse-list__bar--open {
    padding-bottom: 16px;
  }

  .collapse-list__bar--group.collapse-list__bar--open {
    padding-bottom: 24px;
  }

  .collapse-list__items-list {
    padding: 16px 24px 24px;
  }

  .collapse-list--tree .collapse-list__group {
    display: block;
    margin: 0;
  }

  .collapse-list--tree .collapse-list__group-header {
    margin: 0 0 42px;
  }

  .collapse-list--tree .collapse-list__group + .collapse-list__group {
    padding-top: 64px;
  }
}
@media (max-width: 1023px) {
  .collapse-list {
    max-width: none;
  }

  .collapse-list__bar-title {
    font: var(--font-h5);
  }

  .collapse-list__bar--group .collapse-list__bar-title {
    font: var(--font-h4);
  }

  .collapse-list__bar--group {
    padding: 20px 24px;
  }

  .collapse-list__bar--group.collapse-list__bar--open {
    padding-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .collapse-list__bar-title,
.collapse-list__bar--group .collapse-list__bar-title {
    font-size: var(--fz-large);
    line-height: var(--lh-large);
  }

  .collapse-list__bar {
    padding: 20px 0;
  }

  .collapse-list__bar--open {
    padding-bottom: 14px;
  }

  .collapse-list__bar--group {
    padding: 12px 16px;
  }

  .collapse-list__bar--group.collapse-list__bar--open {
    padding-bottom: 12px;
  }

  .collapse-list__items-list {
    padding: 12px;
  }

  .collapse-list--tree .collapse-list__group-header {
    margin: 0 0 40px;
  }

  .collapse-list--tree .collapse-list__group + .collapse-list__group {
    padding-top: 50px;
  }

  .collapse-list__article,
.collapse-list__files,
.collapse-list__person {
    margin: 32px 0;
  }
}
.description-block {
  color: var(--color-fg-2);
}

.faq {
  position: relative;
}

.faq__tabs {
  margin: 24px 0;
}

.faq__list {
  margin: 48px 0;
}

@media (max-width: 1199px) {
  .faq__list {
    margin: 40px 0;
  }
}
@media (max-width: 599px) {
  .faq__list {
    margin: 32px 0;
  }
}
.file-link {
  color: var(--color-red);
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: var(--trs-base);
  outline-offset: 1px;
  outline: none;
  display: flex;
  color: var(--color-white);
}
.state--focus-enabled .file-link:focus {
  outline: 1px dashed;
  outline-offset: 1px;
}
@media (any-hover: hover) {
  .file-link:hover {
    color: var(--color-red-dark);
    border: none;
    text-decoration: none;
  }
  .state--focus-enabled .file-link:focus {
    outline: 1px dashed;
    outline-offset: 1px;
  }
}
.file-link:active {
  color: var(--color-red-dark);
}

.file-link__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 64px;
  margin-right: 20px;
  filter: drop-shadow(3px 2px 4px rgba(0, 0, 0, 0.25));
  transition: var(--trs-base);
}

.file-link__main {
  flex: 1 1 auto;
  align-self: center;
}

.file-link__name {
  display: block;
  margin: 4px 0;
  font-weight: var(--fw-semibold);
  color: var(--color-fg-1);
  transition: var(--trs-base);
}

.file-link__size {
  display: block;
  margin: 4px 0;
  color: var(--color-fg-2);
  font-size: var(--fz-small);
  line-height: var(--lh-small);
}

@media (any-hover: hover) {
  .file-link:hover {
    color: var(--color-white);
  }

  .file-link:hover .file-link__icon {
    filter: drop-shadow(4px 3px 5px rgba(0, 0, 0, 0.25));
    transform: translateY(-3px);
  }
}
.state--focus-enabled .file-link:focus {
  outline-offset: 3px;
}

@media (max-width: 599px) {
  .file-link__name {
    font-size: var(--fz-small);
    line-height: var(--lh-small);
    margin: 2px 0;
  }

  .file-link__size {
    font-size: var(--fz-smaller);
    line-height: var(--lh-smaller);
    margin: 2px 0;
  }

  .file-link__main {
    align-self: flex-start;
  }
}
.file-list {
  display: grid;
  gap: var(--grid-gutter-base);
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}

@media (max-width: 767px) {
  .file-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery {
  display: flex;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  max-height: 100vh;
  background: var(--overlay-bg);
  /* contain: strict; */
}

.gallery__view {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  overflow: hidden;
  /* contain: strict; */
}

.gallery__view-list {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
}

.gallery__view-item {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.gallery__view-item-wrapper {
  outline: none;
  transition: 0.3s;
}

.gallery__view-item-wrapper,
.gallery__view-item-wrapper img {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

.gallery__thumbs {
  flex: 0 0 auto;
  width: 310px;
  background: var(--color-white);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.gallery__thumbs-container {
  padding: 66px 20px 20px;
}

.gallery__thumbs-list {
  display: inline-flex;
  vertical-align: top;
  margin: -5px;
  width: calc(100% + 10px);
  flex-wrap: wrap;
}

.gallery__thumbs-item {
  position: relative;
  margin: 5px;
  width: calc(50% - 10px);
  flex: 0 0 auto;
  cursor: pointer;
  box-shadow: 0 0 0 2px var(--color-fg-2) inset;
  border-radius: 4px;
  transition: var(--trs-base);
  outline: none;
}
.gallery__thumbs-item::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px dashed;
  border-radius: inherit;
  opacity: 0;
  transition: inherit;
  pointer-events: none;
}
.state--focus-enabled .gallery__thumbs-item:focus::after {
  opacity: 0.75;
}

.gallery__thumbs-item::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.gallery__thumbs-item--active {
  box-shadow: 0 0 0 2px var(--color-green) inset;
}

@media (any-hover: hover) {
  .gallery__thumbs-item:hover {
    box-shadow: 0 0 0 2px var(--color-green) inset;
  }

  .gallery__view-item-wrapper {
    cursor: zoom-in;
  }

  .gallery__view-item-wrapper--cursor-default {
    cursor: default;
  }
}
.gallery__thumbs-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: contain;
}

.gallery__arrow,
.gallery__close {
  position: absolute;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  transition: var(--trs-base);
  z-index: 2;
  outline: none;
  /* background: rgba(0, 0, 0, .2); */
}

.gallery__arrow::after,
.gallery__close::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px dashed;
  border-radius: inherit;
  opacity: 0;
  transition: inherit;
  pointer-events: none;
}

@media (any-hover: hover) {
  .gallery__close:hover,
.gallery__arrow:hover {
    color: var(--color-black);
    /* background: rgba(0, 0, 0, .5); */
  }
}
.state--focus-enabled .gallery__arrow:focus::after,
.state--focus-enabled .gallery__close:focus::after {
  opacity: 0.75;
}

.gallery__view-item-note {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}

.gallery__view-item-note-box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  pointer-events: all;
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  background: rgba(0, 0, 0, 0.7);
  color: var(--color-white);
  padding: 14px 24px;
  border-radius: 4px 4px 0 0;
  cursor: default;
  cursor: auto;
}

.gallery__arrow {
  top: 0;
  width: 70px;
  height: 100%;
  color: var(--color-fg-2);
}

.gallery__arrow-icon {
  width: 50px;
  height: 50px;
}

.gallery__arrow--prev {
  left: 0px;
  /* border-radius: 0 4px 4px 0; */
}

.gallery__arrow--next {
  right: 0px;
  /* border-radius: 4px 0 0 4px; */
}

.gallery__arrow.disabled.disabled {
  cursor: not-allowed;
  color: var(--color-fg-3);
  /* background: rgba(128, 128, 128, .2);x
  color: rgba(0, 0, 0, .5); */
}

.gallery__close {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  z-index: 10;
}

.gallery__close .svg-icon {
  width: 24px;
  height: 24px;
}

@media (any-hover: none) {
  .gallery__arrow {
    display: none;
  }

  .gallery__view-item-wrapper {
    pointer-events: none;
  }
}
.gallery__iframe-wrapper {
  flex: 1 1 auto;
  outline: none;
  transition: 0.3s;
  position: relative;
  width: 100%;
}

.gallery__iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

.gallery__video-wrapper {
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 100%;
  outline: none;
  transition: 0.3s;
  text-align: center;
}

.gallery__video-wrapper video {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1199px) {
  .gallery__thumbs {
    width: 170px;
  }

  .gallery__thumbs-item {
    width: calc(100% - 10px);
  }
}
@media (max-width: 1023px) {
  .gallery {
    flex-direction: column;
  }

  .gallery__thumbs {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .gallery__thumbs-container {
    padding: 0;
  }

  .gallery__thumbs-list {
    flex-wrap: nowrap;
    padding: 5px;
    width: auto;
    margin: 0;
  }

  .gallery__thumbs-item {
    width: 130px;
  }

  .gallery__view-item-note-box {
    border-radius: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gallery__thumbs-item {
    width: 100px;
  }
}
.help-card {
  background: #111;
  border-radius: var(--border-radius-base-lg);
  max-width: 980px;
  position: relative;
  overflow: hidden;
}

.help-card__bg,
.help-card__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.help-card__bg-image {
  object-fit: cover;
}

.help-card--a .help-card__bg {
  background-size: 0;
}

.help-card--a .help-card__bg::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-image: inherit;
  background-repeat: repeat;
  transform: rotate(-7deg);
}

.help-card__fg {
  position: relative;
  padding: 30px 48px;
  display: flex;
  align-items: center;
}

.help-card__title {
  font: var(--font-h4);
  color: #f5f5f7;
}

.help-card__text {
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  color: #f5f5f7;
}

.help-card__title,
.help-card__text {
  max-width: 500px;
  margin: 4px 0;
}

.help-card__main {
  flex: 1 1 auto;
}

.help-card__aside {
  flex: 0 0 auto;
  margin-left: 20px;
}

.help-card--lg .help-card__fg {
  min-height: 160px;
}

.help-card--lg .help-card__title {
  font: var(--font-h3);
}

@media (max-width: 1023px) {
  .help-card__fg {
    padding: 24px;
  }
}
@media (max-width: 599px) {
  .help-card__fg {
    display: block;
  }

  .help-card__aside {
    margin: 16px 0 0;
  }

  .help-card--lg .help-card__bg-image {
    display: none;
  }

  .help-card--a .help-card__action,
.help-card--lg .help-card__action {
    --height: 44px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: var(--fz-base);
    width: 100%;
  }
}
.hero-card {
  display: flex;
  position: relative;
  color: var(--color-fg-1);
  background: var(--color-bg-2);
  border-radius: var(--border-radius-base-sm);
  overflow: hidden;
}
.dark-theme .hero-card {
  background: var(--color-bg-x);
}

.hero-card__spacer {
  max-height: 424px;
  overflow: hidden;
  width: 100%;
  margin-right: -100%;
}

.hero-card__spacer::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.hero-card__bg {
  background-repeat: repeat;
}

.hero-card__bg,
.hero-card__bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-card__bg-cover {
  object-fit: cover;
}

.hero-card__image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 280px;
  max-width: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.hero-card__fg {
  display: block;
  padding: 40px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-card__title {
  display: block;
  max-width: 270px;
  margin: 8px 0;
  font: var(--font-h3);
}

.hero-card__text {
  max-width: 270px;
  font-size: var(--fz-large);
  line-height: var(--lh-large);
}

.hero-card--lg {
  grid-column: span 2;
}

.hero-card--lg .hero-card__image {
  max-width: 60%;
  max-height: 100%;
  object-fit: contain;
}

.hero-card--lg .hero-card__title,
.hero-card--lg .hero-card__text {
  max-width: 340px;
}

.hero-card--lg .hero-card__spacer::before {
  padding-top: calc(50% - 12px);
}

@media (max-width: 1343px) {
  .hero-card--lg .hero-card__spacer::before {
    padding-top: calc(50% - 6px);
  }
}
@media (max-width: 767px) {
  .hero-card {
    flex-direction: column;
    min-height: 304px;
  }

  .hero-card__spacer {
    display: none;
  }

  .hero-card__image,
.hero-card--lg .hero-card__image {
    position: relative;
    width: 300px;
    max-width: 100%;
    margin: auto 0 0 auto;
  }

  .hero-card__bg-layer--large {
    display: none;
  }

  .hero-card__bg-layer--small {
    display: block;
  }

  .hero-card__fg {
    padding: 21px 24px 30px;
    margin-right: -100%;
  }

  .hero-card__text {
    font-size: var(--fz-base);
    line-height: var(--lh-base);
    margin: 12px 0;
  }

  .hero-card--lg {
    grid-column: span 1;
  }
}
.hero-cards {
  position: relative;
}

.hero-cards__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gutter-base);
}

@media (max-width: 1343px) {
  .hero-cards__list {
    gap: 12px;
  }
}
@media (max-width: 1199px) {
  .hero-cards__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .hero-cards__list {
    grid-template-columns: 1fr;
  }
}
.history-slider {
  margin: 96px 0;
}

.history-slider:last-child {
  margin-bottom: 0;
}

.history-slider__title {
  margin-top: 56px;
  margin-bottom: 37px;
  text-align: center;
  color: var(--color-fg-1);
}

.history-slider__wrap {
  border-radius: var(--border-radius-base-lg);
  background-position: left center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-color: var(--color-bg-2);
  background-blend-mode: difference;
}
.dark-theme .history-slider__wrap {
  background-blend-mode: unset;
}

.history-slider__slider-wrap {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.history-slider__tabs {
  display: flex;
  justify-content: center;
}

.history-slider__slider {
  margin-top: 40px;
  margin-bottom: 56px;
  position: relative;
}

.history-slider__inner {
  max-width: 624px;
  margin: 0 auto;
}

.history-slider .swiper-scrollbar,
.history-slider .swiper-pagination {
  display: none;
}

.history-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  position: absolute;
  top: 28px;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition: color 0.4s ease, opacity 0.4s ease;
  background-color: var(--color-white);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: var(--color-ui-2);
}
.dark-theme .history-slider__arrow {
  background-color: var(--color-fg-3);
}

.history-slider:hover .history-slider__arrow {
  opacity: 1;
}

.history-slider__arrow--small {
  width: 40px;
  height: 40px;
}

.history-slider__arrow--prev {
  left: -188px;
}

.history-slider__arrow--next {
  left: auto;
  right: -188px;
}

.history-slider__arrow:hover {
  color: var(--color-brand);
}

.history-slider__icon {
  display: block;
  width: 16px;
  height: 28px;
}

.history-slider__arrow--prev .history-slider__icon {
  transform: translateX(-2px);
}

.history-slider__arrow--next .history-slider__icon {
  transform: translateX(2px);
}

.history-slider .swiper-button-disabled,
.history-slider__arrow.disabled {
  display: none;
}

.history-slider .text-guide ul > li,
.history-slider .text-guide ol > li {
  margin: 0 0 16px;
}

.history-slider .text-guide ul > li:last-child,
.history-slider .text-guide ol > li:last-child {
  margin-bottom: 0;
}

.history-slider__slide-wrap {
  display: flex;
}

.history-slider__slide-title {
  width: 65px;
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 36px;
  font-weight: var(--fw-bold);
  color: var(--color-fg-1);
}

.history-slider__content {
  flex: 1 1 auto;
  padding-left: 50px;
  padding-top: 6px;
  color: var(--color-fg-2);
}

@media (max-width: 1199px) {
  .history-slider__arrow--prev {
    left: -90px;
  }

  .history-slider__arrow--next {
    left: auto;
    right: -90px;
  }
}
@media (max-width: 1023px) {
  .history-slider__arrow {
    display: none;
  }

  .history-slider__slide-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .history-slider__wrap {
    background-position: 40% center;
  }

  .history-slider__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .history-slider__tabs {
    display: block;
    padding-left: 24px;
  }

  .history-slider__slider {
    margin-top: 14px;
    margin-bottom: 24px;
  }

  .history-slider {
    margin: 40px 0;
  }
}
@media (max-width: 599px) {
  .history-slider__title {
    max-width: 256px;
    margin: 24px auto 10px;
  }
}
.horizontal-filter {
  --block-bg: var(--color-bg-4);
  background: var(--color-bg-4);
  border-radius: var(--border-radius-base-md);
  padding: 24px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, 300px);
}

.horizontal-filter .field-select,
.horizontal-filter .field-text {
  margin-top: -8px;
}

@media (max-width: 1023px) {
  .horizontal-filter {
    padding: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .horizontal-filter {
    grid-template-columns: 1fr;
  }
}
.info-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--color-bg-3);
  border-radius: var(--border-radius-base-md);
  padding: 20px 10px;
  max-height: 200px;
  overflow: hidden;
}

.info-card__fg {
  display: block;
  width: 100%;
}

.info-card__name {
  margin: 8px 0;
  font-weight: var(--fw-semibold);
  color: var(--color-fg-1);
}

.info-card__note {
  margin: 8px 0;
  font-size: var(--fz-smaller);
  line-height: var(--lh-smaller);
  color: var(--color-fg-2);
}

.info-card__icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 14px auto;
  color: var(--color-fg-2);
}

.info-card--sq::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% - 20px);
  margin-right: -100%;
}

@media (max-width: 599px) {
  .info-card {
    max-height: 180px;
  }

  .info-card__icon {
    width: 24px;
    height: 24px;
    margin: 8px auto;
  }

  .info-card__name {
    margin: 1px 0;
    font-size: var(--fz-small);
    line-height: var(--lh-small);
  }

  .info-card__note {
    margin: 1px 0;
    font-size: var(--fz-smaller);
    line-height: var(--lh-smaller);
  }
}
.info-cards {
  display: grid;
  gap: var(--grid-gutter-base);
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.informer__wrapper {
  width: 100%;
  padding: 10px 0;
}
.informer__inner {
  display: flex;
  align-items: center;
  transition: height 0.4s;
}
.informer__inner-right, .informer__inner-left {
  display: flex;
  align-items: center;
}
.informer__inner-right {
  padding-left: 12px;
}
.informer__inner-left {
  flex: 1;
  margin-right: auto;
  margin-left: 60px;
  padding-right: 12px;
  flex-flow: row wrap;
}
.informer__inner-left h6 {
  margin-right: 30px;
}
.informer__inner-left p {
  margin: 0;
}
.informer__inner-left p a {
  -webkit-text-decoration: revert;
          text-decoration: revert;
  text-underline-position: from-font;
}
.informer__button {
  height: 96px;
  width: 100px;
  padding: 0;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-fg-1);
  transition: color 0.2s linear;
}
.informer__button-wrapper {
  display: flex;
}
.informer__button-icon {
  width: 15px;
  height: 15px;
}

.button__icon-arrow {
  display: block;
  width: 17px;
  height: 17px;
}

@media (max-width: 1023px) {
  .informer__inner-left {
    margin: 0 0 0 15px;
    padding: 0;
  }
  .informer__inner-left h6 {
    font-size: 16px;
    margin-right: 15px;
  }
  .informer__inner-left p {
    margin: 0;
    font-size: 14px;
  }

  .informer__inner-right {
    padding-left: 6px;
  }
}
@media (max-width: 767px) {
  .informer__inner .button {
    border-radius: 50%;
    padding: 12px;
  }
}
.key-value {
  display: flex;
  align-items: flex-start;
  word-break: break-word;
}

.key-value__key {
  max-width: 66%;
  text-align: left;
  flex: 0 1 auto;
  color: var(--color-fg-2);
}

.key-value__value {
  max-width: 66%;
  text-align: right;
  flex: 0 1 auto;
}

.key-value__spacer {
  flex: 1 1 auto;
  margin: 0 5px;
  min-width: 10px;
}

.key-value__spacer::after {
  content: "";
  display: inline-block;
  border-bottom: 1px dashed var(--color-fg-3);
  width: 100%;
}

.leasing-app {
  position: relative;
  margin: 20px 0;
}

.leasing-app__forms {
  margin: 20px 0;
}

.leasing-app__form-card {
  margin: 20px 0;
  position: relative;
}

.leasing-app__form-card .form {
  position: static;
}

.leasing-app__filter-input .switch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.leasing-app__filter-input .switch--alt {
  padding-bottom: 12px;
}

.leasing-app__filter {
  margin: 36px 0 20px;
}

.leasing-app__filter-item {
  margin: 20px 0;
}

.leasing-app__filter-item--offset {
  margin-top: 40px;
}

.leasing-app__filter-value {
  margin: 12px 0;
  color: var(--color-fg-2);
}

.leasing-app__filter-input {
  word-break: normal;
}

.leasing-app__head {
  margin: 24px 0;
}

.leasing-app__title {
  font: var(--font-h3);
}

.leasing-app__subtitle {
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  color: var(--color-fg-2);
  margin-top: 15px;
}

.leasing-app__subtitle.leasing-app__subtitle p {
  margin-top: 15px;
}

.leasing-app__selection {
  max-width: 478px;
}

@media (max-width: 599px) {
  .leasing-app__filter {
    margin: 8px 0;
  }

  .leasing-app__filter-item {
    margin: 12px 0;
  }

  .leasing-app__filter-item--offset {
    margin-top: 20px;
  }

  .leasing-app__filter-value {
    font-size: var(--fz-smaller);
    line-height: var(--lh-smaller);
    margin: 4px 0;
  }

  .leasing-app__filter-input .switch {
    width: 100%;
  }

  .leasing-app__filter-input .field-color__list {
    flex-wrap: nowrap;
    margin: 0 calc(-1 * var(--container-padding));
    padding: 0 var(--container-padding);
    width: calc(100% + 2 * var(--container-padding));
    overflow-y: hidden;
    overflow-x: auto;
  }

  .leasing-app__filter-input .field-color__item {
    margin: 0 8px 0 0;
  }
}
.link-card {
  display: block;
  position: relative;
  min-height: 180px;
  color: var(--color-fg-1);
  background: var(--color-bg-2);
  border-radius: var(--border-radius-base-sm);
  overflow: hidden;
  outline-offset: 1px;
  outline: none;
}
.state--focus-enabled .link-card:focus {
  outline: 1px dashed;
  outline-offset: 1px;
}
.dark-theme .link-card {
  background: var(--color-bg-3);
}

.link-card__bg,
.link-card__bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-card__bg-layer--small {
  display: none;
}

.link-card__bg-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 180px;
  max-width: 220px;
}

.link-card__fg {
  display: block;
  padding: 24px;
  position: relative;
}

.link-card__title {
  display: block;
  width: 200px;
  max-width: 100%;
  font: var(--font-h4);
}

.link-card--lg {
  grid-column: span 6;
}

.link-card--md {
  grid-column: span 4;
}

.link-card--sm {
  grid-column: span 3;
}

.link-card--lg .link-card__bg-image {
  max-width: 360px;
}

.link-card__btn {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
}

@media (max-width: 767px) {
  .link-card {
    min-height: 84px;
  }

  .link-card__bg-image,
.link-card--lg .link-card__bg-image {
    max-height: 84px;
    max-width: 140px;
  }

  .link-card__bg-layer--large {
    display: none;
  }

  .link-card__bg-layer--small {
    display: block;
  }

  .link-card__fg {
    padding: 18px;
  }

  .link-card__title {
    font-size: var(--fx-base);
    line-height: var(--lh-base);
    font-weight: var(--fw-bold);
    width: 120px;
  }
}
.link-cards {
  position: relative;
}

.link-cards__list {
  display: grid;
  /* auto switch to 2-3-4 columns */
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 12 * var(--grid-gutter-base)) / 12), 1fr));
  gap: var(--grid-gutter-base);
}

@media (max-width: 1343px) {
  .link-cards__list {
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .link-cards__list {
    grid-template-columns: repeat(6, 1fr);
  }

  .link-cards__list .link-card {
    max-width: none;
  }

  .link-card--lg {
    grid-column: span 6;
  }

  .link-card--md {
    grid-column: span 3;
  }

  .link-card--sm {
    grid-column: span 2;
  }
}
@media (max-width: 599px) {
  .link-cards__list {
    grid-template-columns: 1fr;
  }

  .link-card--lg,
.link-card--md,
.link-card--sm {
    grid-column: 1;
  }
}
/* --- page navigation --- */
.page-nav {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page-nav__row {
  display: flex;
  margin-top: 28px;
  align-content: center;
  justify-content: center;
}

.page-nav__cell {
  flex: 0 1 auto;
}

.page-nav__cell--right {
  margin-left: auto;
}

.page-nav__text {
  color: #818690;
  font-size: 14px;
  line-height: 22px;
}

.page-nav__links {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.page-nav__link,
.page-nav__link-spacer {
  flex: 0 0 auto;
  display: block;
  padding: 5px 10px;
  border-radius: 16px;
  font-size: 20px;
  line-height: 20px;
  color: var(--color-brand);
  text-align: center;
  text-decoration: none;
}

.page-nav__link-spacer {
  min-width: 14px;
}

.page-nav__link {
  height: 36px;
  min-width: 36px;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
}

.page-nav__link-icon {
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}

.page-nav__link--prev .page-nav__link-icon {
  margin-right: 5px;
}

.page-nav__link--next .page-nav__link-icon {
  margin-left: 5px;
}

.page-nav__link--prev .page-nav__link-icon {
  transform: scaleX(-1);
}

.page-nav__link.page-nav__link--active {
  cursor: default;
  background: transparent;
}

@media (max-width: 1023px) {
  .page-nav__cell--right {
    margin-left: 0;
  }
}
.param-card {
  --padding-x: 36px;
  --padding-y: 24px;
  border-radius: var(--border-radius-base-md);
  padding: var(--padding-y) var(--padding-x);
  word-break: break-word;
}

.param-card--bg {
  background-color: var(--color-bg-2);
}

.param-card__highlight {
  padding: var(--padding-y) var(--padding-x);
  margin: 16px calc(-1 * var(--padding-x));
  background: var(--color-bg-x);
}

.param-card__highlight:first-child {
  margin-top: calc(-1 * var(--padding-y));
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.param-card__highlight:last-child {
  margin-bottom: calc(-1 * var(--padding-y));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.param-card__main-list {
  display: grid;
  gap: 24px 12px;
  grid-template-columns: repeat(6, 1fr);
}

.catalog-item__layout-info--wide .param-card__main-list {
  grid-template-columns: repeat(9, 1fr);
}

.param-card__main-item {
  text-align: center;
  min-width: 0;
}

.param-card__main-icon {
  display: block;
  margin: 12px auto;
  width: 32px;
  height: 32px;
  color: var(--color-fg-2);
}

.param-card__name,
.param-card__main-name {
  font-size: var(--fz-smaller);
  line-height: var(--lh-smaller);
  color: var(--color-fg-2);
}

.param-card__value,
.param-card__main-value {
  font-weight: var(--fw-semibold);
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  color: var(--color-fg-1);
}

.param-card__list {
  display: grid;
  gap: 32px 16px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.param-card__list--tail::before {
  content: "";
  display: block;
  grid-column: 1/span 4;
}

.param-card__item:nth-child(4n+1):not(:first-child)::before,
.param-card__list--tail .param-card__item:nth-child(4n+1)::before {
  content: "";
  position: absolute;
  height: 1px;
  top: auto;
  left: 0;
  right: 0;
  margin-top: -16px;
  background: var(--color-fg-3);
}

.catalog-item__layout-info--wide .param-card__list {
  grid-template-columns: repeat(9, 1fr);
}
.catalog-item__layout-info--wide .param-card__list--tail::before {
  grid-column: 1/span 9;
}
.catalog-item__layout-info--wide .param-card__item:nth-child(4n+1):not(:first-child)::before,
.catalog-item__layout-info--wide .param-card__list--tail .param-card__item:nth-child(4n+1)::before {
  content: none;
}
.catalog-item__layout-info--wide .param-card__item:nth-child(9n+1):not(:first-child)::before,
.catalog-item__layout-info--wide .param-card__list--tail .param-card__item:nth-child(9n+1)::before {
  content: "";
  position: absolute;
  height: 1px;
  top: auto;
  left: 0;
  right: 0;
  margin-top: -16px;
  background: var(--color-fg-3);
}

.param-card__item {
  min-width: 0;
}

.param-card__actions {
  margin: 24px 0;
}

.param-card--sm {
  --padding-x: 32px;
  --padding-y: 24px;
}

.param-card__trigger {
  display: flex;
  align-items: center;
  padding: var(--padding-y) var(--padding-x);
  margin: calc(-1 * var(--padding-y)) calc(-1 * var(--padding-x));
  width: calc(100% + var(--padding-x) * 2);
  border-radius: inherit;
  background: transparent;
  cursor: pointer;
}

.param-card__trigger-main {
  flex: 1 1 auto;
}

.param-card__trigger-icon {
  flex: 0 0 auto;
  margin-left: 20px;
  width: 6px;
  height: 10px;
  color: var(--color-fg-2);
  transform: rotate(90deg);
  transition: var(--trs-base);
}

.param-card__top-param {
  font: var(--font-h4);
  color: var(--color-fg-2);
}

.param-card__top-param-value {
  color: var(--color-fg-1);
}

.param-card__trigger--open .param-card__trigger-icon {
  transform: rotate(-90deg);
}

.param-card__toggleable::before {
  content: "";
  display: block;
  height: var(--padding-y);
}

.param-card__links {
  margin: 12px 0;
}

@media (max-width: 1199px) {
  .catalog-item__layout-info--wide .param-card__main-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .catalog-item__layout-info--wide .param-card__list {
    grid-template-columns: repeat(6, 1fr);
  }
  .catalog-item__layout-info--wide .param-card__item:nth-child(6n+1):not(:first-child)::before,
.catalog-item__layout-info--wide .param-card__list--tail .param-card__item:nth-child(6n+1)::before {
    content: "";
    position: absolute;
    height: 1px;
    top: auto;
    left: 0;
    right: 0;
    margin-top: -16px;
    background: var(--color-fg-3);
  }
  .catalog-item__layout-info--wide .param-card__list--tail::before {
    content: "";
    display: block;
    grid-column: 1/span 6;
  }
}
@media (max-width: 1023px) {
  .param-card {
    --padding-x: 20px;
    --padding-y: 24px;
  }

  .param-card__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .param-card__item:nth-child(4n+1):not(:first-child)::before,
.param-card__list--tail .param-card__item:nth-child(4n+1)::before {
    content: "";
    position: absolute;
    height: 1px;
    top: auto;
    left: 0;
    right: 0;
    margin-top: -16px;
    background: var(--color-fg-3);
  }

  .param-card__list--tail::before {
    content: "";
    display: block;
    grid-column: 1/span 4;
  }
}
@media (max-width: 767px) {
  .param-card__main-list {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .param-card__list--tail::before {
    grid-column: 1/span 2;
  }

  .param-card__item:nth-child(2n+1):not(:first-child)::before,
.param-card__list--tail .param-card__item:nth-child(2n+1)::before {
    content: "";
    position: absolute;
    height: 1px;
    top: auto;
    left: 0;
    right: 0;
    margin-top: -16px;
    background: var(--color-fg-3);
  }
}
@media (max-width: 599px) {
  .param-card__main-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .param-card__highlight {
    border-radius: inherit;
  }

  .param-card__list, .catalog-item__layout-info--wide .param-card__list {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .param-card__item {
    display: flex;
    align-items: baseline;
  }

  .param-card__name {
    font-size: var(--fz-small);
    line-height: var(--lh-small);
    order: 1;
    max-width: 66%;
  }

  .param-card__value {
    order: 3;
    text-align: right;
    max-width: 66%;
  }

  .param-card__actions .btn {
    width: 100%;
  }

  .param-card__item--sep::after {
    content: "";
    display: block;
    flex: 1 1 auto;
    border-bottom: 1px dashed var(--color-fg-3);
    order: 2;
    margin: 0 5px;
    min-width: 10px;
  }

  .param-card__item:nth-child(2n+1):not(:first-child)::before,
.param-card__list--tail .param-card__item:nth-child(2n+1)::before {
    display: none;
  }

  .param-card__list--tail::before {
    grid-column: 1;
    height: 0;
  }

  .param-card--sm {
    --padding-x: 16px;
    --padding-y: 16px;
  }
}
.breadcrumbs + .param-list {
  margin-top: 24px;
}

.param-list {
  word-break: break-word;
}

.param-list__title {
  margin: 24px 0;
}

.param-list__group {
  margin: 40px 0;
}

.param-list__title + .param-list__group {
  margin-top: 0;
}

.param-list__group-title,
.param-list__item {
  margin: 12px 0;
}

.person-card {
  background: var(--color-bg-2);
  border-radius: var(--border-radius-base-md);
  padding: 16px;
  display: flex;
}

.person-card__avatar {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  object-fit: contain;
  background: var(--color-bg-2);
  align-self: center;
}

.person-card__main {
  flex: 1 1 auto;
}

.person-card__name {
  font: var(--font-h6);
  margin: 4px 0;
}

.person-card__contacts {
  margin: 4px 0;
}

.person-card__contact {
  margin: 4px 0;
  display: block;
  color: var(--color-red);
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: var(--trs-base);
  outline-offset: 1px;
  outline: none;
}
.state--focus-enabled .person-card__contact:focus {
  outline: 1px dashed;
  outline-offset: 1px;
}
@media (any-hover: hover) {
  .person-card__contact:hover {
    color: var(--color-red-dark);
    border: none;
    text-decoration: none;
  }
  .state--focus-enabled .person-card__contact:focus {
    outline: 1px dashed;
    outline-offset: 1px;
  }
}
.person-card__contact:active {
  color: var(--color-red-dark);
}

.person-card__actions {
  flex: 0 0 auto;
  margin: 0 16px;
  align-self: center;
}

@media (max-width: 599px) {
  .person-card {
    flex-wrap: wrap;
  }

  .person-card__main {
    width: calc(100% - 80px - 16px);
  }

  .person-card__main:first-child {
    width: 100%;
  }

  .person-card__actions {
    width: 100%;
    margin: 16px 0 0;
  }
}
.product-small {
  word-break: break-word;
  position: relative;
}

.product-small__title {
  font: var(--font-h3);
  margin: 4px 0;
}

.product-small__meta {
  margin: 4px 0;
  color: var(--color-fg-2);
}

.product-small__layout {
  display: flex;
  min-width: 0;
}

.product-small__main {
  flex: 1 1 auto;
}

.product-small__aside {
  flex: 0 0 auto;
  width: 260px;
  margin-left: auto;
  padding-left: 60px;
}

.product-small__image {
  background: var(--color-bg-2);
  border-radius: var(--border-radius-base-sm);
  overflow: hidden;
  height: 143px;
}

.product-small__avail {
  margin: 8px 0;
}

@media (max-width: 599px) {
  .product-small__aside {
    padding-left: 20px;
    width: 160px;
  }

  .product-small__image {
    margin-top: 3px;
    height: 100px;
  }

  .product-small__title,
.product-small__meta {
    margin: 2px 0;
  }

  .product-small__avail {
    margin: 6px 0;
  }

  .product-small__meta,
.product-small__avail {
    font-size: var(--fz-small);
    line-height: var(--lh-small);
  }
}
@media (max-width: 379px) {
  .product-small__aside {
    width: 100px;
  }

  .product-small__image {
    height: 60px;
  }
}
.result-message {
  text-align: center;
  margin: 140px 0;
}

.result-message__icon {
  display: block;
  margin: 24px auto;
  width: 64px;
  height: 64px;
}

.result-message--success .result-message__icon {
  color: var(--color-green);
}

.result-message--error .result-message__icon {
  color: var(--color-red);
}

.result-message__title {
  font: var(--font-h3);
  margin: 12px 0;
}

.result-message__note {
  margin: 12px 0;
  color: var(--color-fg-2);
}

.result-message__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}

.service-card {
  border-radius: var(--border-radius-base-md);
  background-image: url("/local/assets/images/service-card-bg-gray.svg");
  background-size: cover;
  padding: 32px 36px;
}
.dark-theme .service-card {
  background: var(--color-bg-x) url("/local/assets/images/service-card-bg.svg") no-repeat center/100% 100%;
}

.service-card__title {
  font: var(--font-h4);
  margin: 32px 0;
  color: var(--color-fg-1);
}

.service-card__info {
  color: var(--color-gray);
  margin: 24px 0;
}
.dark-theme .service-card__info {
  color: var(--color-white);
}

.service-card__actions {
  margin: 24px 0;
}

.service-card__actions {
  display: flex;
  padding-left: 28px;
}

.service-card__action {
  margin-right: 10px;
}

.service-card__action:last-child {
  margin: 0;
}

.service-card--primary {
  color: var(--color-white);
  background-image: url("/local/assets/images/service-card-bg-blue.svg");
  background-size: cover;
}
.dark-theme .service-card--primary {
  background-color: var(--color-red);
  background-image: url("/local/assets/images/service-card-bg-primary.svg");
}
.service-card--primary .service-card__title {
  color: var(--color-white);
}

.service-card--primary ol:not(.custom) > li::before {
  color: var(--color-white);
}

@media (max-width: 767px) {
  .service-card {
    padding: 24px;
  }

  .service-card__title {
    margin: 24px 0;
  }
}
.service-cards__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--grid-gutter-base);
}

@media (max-width: 1199px) {
  .service-cards__list {
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .service-cards__list {
    grid-template-columns: 1fr;
  }
}
.status-row {
  display: flex;
  width: 100%;
}

.status-row__avail,
.status-row__spacer,
.status-row__info-item {
  display: inline-block;
  vertical-align: top;
  color: var(--color-fg-2);
}

.status-row__spacer {
  margin: 0 6px;
}

.status-row__info-item {
  font-weight: var(--fw-semibold);
}

.status-row__actions {
  margin-left: auto;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .status-row {
    display: block;
  }

  .status-row__actions {
    margin-left: 0;
    padding: 0;
  }

  .status-row__info + .status-row__actions {
    margin-top: 8px;
  }
}
@media (max-width: 599px) {
  .status-row {
    font-size: var(--fz-small);
    line-height: var(--lh-small);
  }
}
.tabs-nav-chain {
  margin: 32px 0 48px;
}

@media (max-width: 767px) {
  .tabs-nav-chain {
    margin: 24px 0 32px;
  }

  .page-title + .tabs-nav-chain {
    margin: -12px 0 16px;
  }
}
.trim-text__text {
  overflow: hidden;
  transition: var(--trs-base);
  position: relative;
}

.trim-text--fade .trim-text__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, transparent 0%, var(--color-bg-1) 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--trs-base);
}

.trim-text--trimmed .trim-text__text::before {
  opacity: 1;
  visibility: visible;
}

.trim-text__toggle {
  color: var(--color-red);
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: var(--trs-base);
  outline-offset: 1px;
  outline: none;
  border-bottom: 1px dashed;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
}
.state--focus-enabled .trim-text__toggle:focus {
  outline: 1px dashed;
  outline-offset: 1px;
}
@media (any-hover: hover) {
  .trim-text__toggle:hover {
    color: var(--color-red-dark);
    border: none;
    text-decoration: none;
  }
  .state--focus-enabled .trim-text__toggle:focus {
    outline: 1px dashed;
    outline-offset: 1px;
  }
}
.trim-text__toggle:active {
  color: var(--color-red-dark);
}
@media (any-hover: hover) {
  .trim-text__toggle:hover {
    border-bottom: 1px dashed;
  }
}

.field-lock__label {
  display: flex;
  width: 40px;
  height: 60px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.field-lock__icon {
  width: 20px;
  height: 20px;
}

.field-lock__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.field-lock__icon--open {
  display: block;
  color: var(--color-green);
}

.field-lock__icon--close {
  display: none;
  color: var(--color-red);
}

.field-lock__input:checked ~ .field-lock__icon--open {
  display: none;
}

.field-lock__input:checked ~ .field-lock__icon--close {
  display: block;
}

.field-lock__frame {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-green);
  border-radius: var(--border-radius-base);
}

.field-lock__input:checked ~ .field-lock__frame {
  border: 1px solid var(--color-red);
  border-radius: var(--border-radius-base);
}

@media (max-width: 599px) {
  .field-lock__label {
    height: 48px;
  }
}
.field-check-list__label {
  display: block;
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  margin-bottom: 12px;
}

.field-check-list__item {
  margin: 12px 0;
}

.field-checkbox {
  display: flex;
  align-items: center;
}

.field-checkbox__wrapper {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.field-checkbox__wrapper:hover .field-checkbox__box {
  border-color: var(--color-ui-2);
}

.field-checkbox__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(149, 149, 149, 0.4);
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease;
}
.dark-theme .field-checkbox__box {
  background-color: var(--color-fg-3);
}
@media (max-width: 599px) {
  .field-checkbox__box {
    margin-right: 8px;
  }
}

.field-checkbox__box--checkbox {
  border-radius: 6px;
}

.field-checkbox__box--radio {
  border-radius: 50%;
}
.field-checkbox__box--radio::before {
  content: "";
  display: none;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background-color: var(--color-green);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.field-checkbox__box-icon {
  display: none;
  width: 16px;
  height: 20px;
  color: var(--color-green);
}
@media (max-width: 599px) {
  .field-checkbox__box-icon {
    width: 14px;
    height: 18px;
  }
}

.field-checkbox__input {
  display: none;
}

.field-checkbox__input:checked ~ .field-checkbox__box {
  background-color: var(--color-bg-2);
  border-color: transparent;
}
.dark-theme .field-checkbox__input:checked ~ .field-checkbox__box {
  background-color: var(--color-fg-3);
}
.field-checkbox__input:checked ~ .field-checkbox__box--radio::before {
  display: block;
}
.field-checkbox__input:checked ~ .field-checkbox__box .field-checkbox__box-icon {
  display: block;
}

.field-checkbox__tooltip {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.field-checkbox__label {
  font-size: 16px;
  line-height: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.field-checkbox__label > a {
  color: var(--color-brand);
}
@media (max-width: 599px) {
  .field-checkbox__label {
    font-size: 14px;
    line-height: 22px;
  }
}

/* FORM DISABLED STYLES */
.field-checkbox--disabled .field-checkbox__wrapper {
  cursor: not-allowed;
}

.field-checkbox.field-checkbox--disabled .field-checkbox__box {
  background-color: var(--color-fg-1-contrast);
  cursor: not-allowed;
}
.dark-theme .field-checkbox.field-checkbox--disabled .field-checkbox__box {
  background-color: var(--color-fg-4);
}
.field-checkbox.field-checkbox--disabled .field-checkbox__wrapper:hover .field-checkbox__box {
  border: 1px solid rgba(149, 149, 149, 0.4);
}
.field-checkbox.field-checkbox--disabled .field-checkbox__wrapper:hover .field-checkbox__input:checked ~ .field-checkbox__box {
  border-color: transparent;
}
.field-checkbox.field-checkbox--disabled .field-checkbox__box-icon {
  opacity: 0.4;
}
.field-checkbox.field-checkbox--disabled .field-checkbox__label {
  color: var(--color-fg-4);
}
.dark-theme .field-checkbox.field-checkbox--disabled .field-checkbox__label {
  color: var(--color-fg-3);
}

/* FILLED STYLES */
.field-checkbox.field-checkbox--filled .field-checkbox__box {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 8px;
  border: none;
  background-color: var(--color-bg-2);
}
.dark-theme .field-checkbox.field-checkbox--filled .field-checkbox__box {
  background-color: var(--color-fg-3);
}
.field-checkbox.field-checkbox--filled.disabled .field-checkbox__box {
  background-color: var(--color-bg-x);
}
.dark-theme .field-checkbox.field-checkbox--filled.disabled .field-checkbox__box {
  background-color: var(--color-bg-3);
}
.field-checkbox.field-checkbox--filled .field-checkbox__label {
  margin-top: 4px;
}
.field-checkbox.field-checkbox--filled:not(.disabled) .field-checkbox__wrapper:hover .field-checkbox__box {
  background-color: #e6e6ec;
}
.dark-theme .field-checkbox.field-checkbox--filled:not(.disabled) .field-checkbox__wrapper:hover .field-checkbox__box {
  background-color: var(--color-bg-2);
}

.field-checkbox {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--fz-base);
  line-height: var(--lh-base);
}

.field-checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.field-checkbox__visual {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 1px var(--color-bg-alt-2) inset;
  border-radius: 6px;
  background: var(--color-white);
  margin-right: 8px;
  transition: var(--trs-base);
  position: relative;
}
.dark-theme .field-checkbox__visual {
  background: var(--color-fg-3);
}

.field-checkbox__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 12px;
  transform: translate(-50%, -50%);
  color: var(--color-green);
  opacity: 0;
  transition: var(--trs-base);
}

.field-checkbox__visual::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px dashed;
  border-radius: inherit;
  opacity: 0;
  transition: inherit;
  pointer-events: none;
  color: var(--color-black);
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}

.field-checkbox__text {
  flex: 1 1 auto;
  color: var(--color-fg-1);
  transition: var(--trs-base);
  align-self: center;
}

.field-checkbox__text .link,
.klaro .link {
  color: var(--color-brand);
  border-color: var(--color-brand);
  border-bottom: 1px solid var(--color-brand);
}
.field-checkbox__text .link:hover,
.klaro .link:hover {
  border-bottom: 1px solid var(--color-brand);
}
.dark-theme .field-checkbox__text .link,
.dark-theme .klaro .link {
  color: var(--color-fg-2);
  border-color: var(--color-fg-2);
}
.dark-theme .field-checkbox__text .link:hover,
.dark-theme .klaro .link:hover {
  color: var(--color-brand);
  border-color: var(--color-brand);
}

.field-checkbox--checked .field-checkbox__visual,
.field-checkbox__input:checked ~ .field-checkbox__visual {
  box-shadow: 0 0 0 1px transparent inset;
}

.field-checkbox--checked .field-checkbox__visual .field-checkbox__icon,
.field-checkbox__input:checked ~ .field-checkbox__visual .field-checkbox__icon {
  opacity: 1;
}

.field-checkbox--radio .field-checkbox__visual {
  border-radius: 50%;
}

.field-checkbox--radio .field-checkbox__icon {
  width: 12px;
  height: 12px;
  color: transparent;
  background: var(--color-green);
  border-radius: 50%;
}

@media (any-hover: hover) {
  .field-checkbox:hover .field-checkbox__visual {
    box-shadow: 0 0 0 1px var(--color-fg-2) inset;
  }

  .field-checkbox:hover .field-checkbox__input:checked ~ .field-checkbox__visual {
    box-shadow: 0 0 0 1px var(--color-fg-2) inset;
  }
}
.state--focus-enabled .field-checkbox__input:focus ~ .field-checkbox__visual::before {
  opacity: 0.75;
}

.field-checkbox__input:disabled ~ .field-checkbox__text {
  color: var(--color-fg-3);
}

.field-checkbox__input:disabled ~ .field-checkbox__visual {
  background: var(--color-bg-2);
  box-shadow: 0 0 0 1px var(--color-bg-alt-2) inset;
}

.field-checkbox__input:disabled:checked ~ .field-checkbox__visual .field-checkbox__icon {
  opacity: 0.4;
}

.field-color__list {
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  margin: -6px;
  width: calc(100% + 12px);
}

.field-color__tip {
  margin: 0 !important;
  border: none !important;
  height: auto !important;
}

.field-color__item {
  display: block;
  flex: 0 0 auto;
  margin: 6px;
  position: relative;
  border-radius: 50%;
  z-index: 1;
}

.field-color__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}

.field-color__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: var(--trs-base);
  cursor: pointer;
}

.field-color__visual-icon {
  width: 15px;
  height: 15px;
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  transition: var(--trs-base);
}

.field-color__visual--white .field-color__visual-icon {
  color: var(--color-fg-1-contrast);
}

.field-color__input:checked ~ * .field-color__visual-icon {
  opacity: 0.6;
  visibility: visible;
}

@media (any-hover: hover) {
  .field-color__item:hover {
    z-index: 2;
  }
}
@media (max-width: 599px) {
  .field-color__list {
    margin: -4px;
    width: calc(100% + 8px);
  }

  .field-color__item {
    margin: 4px;
  }

  .field-color__visual {
    width: 32px;
    height: 32px;
  }

  .field-color__visual-icon {
    width: 12px;
    height: 12px;
  }
}
.field-file {
  word-break: break-word;
}

.field-file__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.field-file__list {
  margin-top: 24px;
}

.field-file__item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  font-weight: var(--fw-semibold);
}

.field-file__item:last-child {
  margin-bottom: 0;
}

.field-file__file-icon {
  flex: 0 0 auto;
  width: 12px;
  height: 16px;
  color: var(--color-red);
  margin-right: 8px;
}

.field-file__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 19px;
  padding: 0;
  margin: 1px 0 0 4px;
  color: var(--color-fg-2);
  cursor: pointer;
  transition: var(--trs-base);
  outline-offset: 1px;
  outline: none;
}
.state--focus-enabled .field-file__remove:focus {
  outline: 1px dashed;
  outline-offset: 1px;
}

.field-file__remove-icon {
  width: 12px;
  height: 12px;
}

@media (any-hover: hover) {
  .field-file__remove:hover {
    color: var(--color-primary);
  }
}
.field-file__item-name {
  flex: 1 1 auto;
  align-self: center;
}

.field-file__area strong {
  color: var(--color-red);
  font: inherit;
}

.field-file__area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 100%;
  border: 2px dashed #95959566;
  border-radius: var(--border-radius-base-md);
  color: var(--color-fg-2);
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  text-align: center;
  cursor: pointer;
  transition: var(--trs-base);
}

.field-file__area-note {
  display: block;
  max-width: 288px;
  margin: 0 auto;
  color: var(--color-ui-2);
}

@media (any-hover: hover) {
  .field-file__area:hover {
    border-color: var(--color-fg-2);
  }
}
.state--focus-enabled .field-file__area:focus {
  border-color: var(--color-fg-2);
}

.field-input {
  display: block;
  width: 100%;
  min-width: 0;
  background: var(--color-bg-3);
  border-radius: var(--border-radius-base);
  border: none;
  padding: 7px 12px;
  box-shadow: none;
  font-family: var(--ff-base);
  font-size: 16px;
  line-height: 30px;
  font-weight: var(--fw-bold);
  color: var(--color-fg-1);
  transition: var(--trs-base);
  outline: none;
}
@media (any-hover: hover) {
  .field-input:not([disabled]):hover {
    border-color: var(--color-fg-3);
  }
}

@media (any-hover: hover) {
  .field-input:not([disabled]):hover {
    border-color: var(--color-fg-3);
  }
}
.field-input:disabled {
  cursor: not-allowed;
}

.field--success .field-input {
  box-shadow: 0 0 0 1px var(--color-success) inset;
}

.field-text {
  position: relative;
}

.field--lg .field-input {
  padding: 9px 16px 7px;
  font-weight: var(--fw-base);
  height: 48px;
}

.field-input::-webkit-input-placeholder {
  color: var(--color-fg-3);
}

.field-input::-ms-input-placeholder {
  color: var(--color-fg-3);
}

.field-input::placeholder {
  color: var(--color-fg-3);
}
.dark-theme .field-input::-webkit-input-placeholder {
  color: var(--color-fg-2);
}
.dark-theme .field-input::-ms-input-placeholder {
  color: var(--color-fg-2);
}
.dark-theme .field-input::placeholder {
  color: var(--color-fg-2);
}

.field-input--sm {
  padding: 2px 12px;
  font-size: var(--fz-small);
  height: 30px;
}

.field-input--textarea {
  min-height: 98px;
  resize: vertical;
}

.faq__form .field-input--textarea {
  max-height: 100px;
}

.field-input--textarea.field-input--sm {
  line-height: var(--lh-small);
}

.field-input__note {
  font-size: 10px;
  line-height: 14px;
  color: var(--color-ui-2);
  margin-top: 2px;
  margin-left: 12px;
}

.field-input__success-note {
  font-size: 12px;
  line-height: 16px;
  color: var(--color-success);
  margin-top: 7px;
}

.field__errors + .field-input__note {
  margin-top: 3px;
}

.field-input--form {
  height: 40px;
  padding: 4px 12px;
  border: 1px solid var(--color-bg-alt-2);
  border-radius: var(--border-radius-base-xs);
  background: transparent;
  font-weight: var(--fw-base);
  line-height: 30px;
}

.field-input.field-input--form::-webkit-input-placeholder {
  color: var(--color-fg-3);
}

.field-input.field-input--form::-ms-input-placeholder {
  color: var(--color-fg-3);
}

.field-input.field-input--form::placeholder {
  color: var(--color-fg-3);
}

@media (any-hover: hover) {
  .field-input--form:not([disabled]):hover {
    /* #959595 for both themes */
    border-color: #959595;
  }
}
.field-input--form:focus {
  border-color: var(--color-green);
}

.form-error .field-input--form {
  border-color: var(--color-error);
  color: var(--color-error);
  background: rgba(234, 33, 25, 0.05);
}

.field-text__cover {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.field-text__wrap {
  position: relative;
}

.field-text__sms-btn {
  color: var(--color-brand);
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid var(--color-brand);
  margin-left: 15px;
  transition: border var(--trs-base);
}

.field-text__sms-btn:hover,
.field-text__sms-btn:active {
  color: var(--color-brand);
  border-bottom: 1px solid transparent;
}

.field-text__message {
  font-size: 12px;
  line-height: 16px;
  color: var(--color-green);
  margin-top: 2px;
  margin-left: 12px;
  max-width: 295px;
}

.field-text__message--error {
  color: var(--color-error);
}

@media (max-width: 1023px) {
  .field--lg .field-input {
    padding: 9px 12px 7px;
    height: 40px;
  }
}
.field-label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--fw-bold);
  margin-bottom: 8px;
  color: var(--color-fg-3);
}
.dark-theme .field-label {
  color: var(--color-fg-2);
}

.field-label--form {
  position: relative;
  z-index: 2;
  font-size: var(--fz-smaller);
  line-height: 18px;
  margin: 0 8px -9px;
  padding: 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-ui-2);
  font-weight: var(--fw-base);
  background: var(--block-bg);
}

.param-card .field-label--form {
  background: var(--color-bg-4);
}

.param-card .field-select.field-select--form .field-select__label {
  background: var(--color-bg-4);
}

.param-card .form__header {
  margin-left: 0;
  margin-right: 0;
}

.field-label--form .field-label__rq {
  color: var(--color-red);
}

.field-list__label {
  font-size: 18px;
  line-height: 22px;
  font-weight: var(--fw-bold);
}

.field-list__items {
  margin-top: 20px;
}

.field-list__item {
  display: block;
  width: 100%;
  background-color: var(--color-bg-2);
  border-radius: 10px;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-bg-1-contrast);
  padding: 11px 30px 11px 16px;
  margin-top: 8px;
  position: relative;
  transition: color var(--trs-base), background-color var(--trs-base);
}

.field-list__item.active,
.field-list__item:hover {
  background-color: var(--color-fg-4);
}
.dark-theme .field-list__item.active,
.dark-theme .field-list__item:hover {
  background-color: var(--color-fg-3);
}

.field-list__icon {
  display: block;
  width: 8px;
  height: 12px;
  color: #959595;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  z-index: 1;
}

.field-range-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.field-range-slider__controls {
  position: relative;
}

.field-range-slider__ruler {
  height: 4px;
  background: var(--color-bg-2);
}
.has-select .field-range-slider__ruler {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.dark-theme .price-type .field-range-slider__ruler {
  background-color: transparent;
}

.field-range-slider__active {
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--color-green);
}
.has-select .field-range-slider__active {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.field-range-slider__handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-green);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: -webkit-grab;
  cursor: grab;
  transition: box-shadow 0.2s ease;
}
.field-range-slider__handle:hover {
  box-shadow: 0 0 0 4px rgba(10, 178, 5, 0.3);
}
.field-range-slider__handle.active {
  box-shadow: 0 0 0 6px rgba(10, 178, 5, 0.3);
}
@media (any-hover: none) and (max-width: 767px) {
  .field-range-slider__handle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
}

.field-range-slider__handle--z-bump {
  z-index: 2;
}

.field-select {
  display: block;
  position: relative;
  text-align: left;
  outline: none;
  z-index: 1;
  transition: z-index var(--trs-base);
}
.field-select--open {
  z-index: 20;
  transition: z-index 0s;
}
.field-select__fake-select {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
.field-select__fake-select:not([disabled]):focus {
  font-size: 16px;
}
@media (max-width: 767px) {
  .field-select__fake-select {
    width: 100%;
    height: 100%;
  }
}
.field-select__inner {
  position: relative;
}
.field-select__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  padding: 0 24px 0 0.6ch;
  border-radius: 16px;
  flex: 1;
  max-width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.field-select__btn .item-selected-text {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.field-select__btn .item-placeholder {
  color: var(--color-ui-2);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.field-select__btn .item-arrow {
  color: var(--color-ui-2);
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  top: 0.8ch;
  right: 0.36ch;
  transform: rotate(90deg);
  transition: var(--trs-base);
}
@media (max-width: 599px) {
  .field-select__btn .item-arrow {
    width: 6px;
    height: 10px;
    right: 10px;
  }
}
.field-select__btn .item-arrow > svg {
  display: block;
}
.field-select--open .field-select__btn .item-arrow {
  transform: rotate(-90deg);
}
.field-select__btn[disabled] {
  cursor: not-allowed;
}
.field-select__items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  max-height: 288px;
  overflow-y: auto;
  border-radius: 16px;
  position: absolute;
  background-color: var(--color-bg-5);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 3;
  scrollbar-width: thin;
  scrollbar-color: rgba(149, 149, 149, 0.4) transparent;
}
.dark-theme .field-select__items {
  background-color: var(--color-bg-3);
}
.field-select__items::-webkit-scrollbar {
  width: 10px;
}
.field-select__items::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(149, 149, 149, 0.2);
}
.field-select__items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(149, 149, 149, 0.4);
}
.field-select__items.select-hide {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.field-select__item {
  display: block;
  padding: 11px 35px 11px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--color-fg-1);
  white-space: nowrap;
}
.field-select__item:hover {
  background-color: var(--color-bg-2);
}
.field-select__item.active {
  background-color: var(--color-bg-4);
}
.dark-theme .field-select__item.active {
  background-color: transparent;
}
.field-select__item.active .check-icon {
  display: block;
}
.field-select__item .check-icon {
  display: none;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--color-green);
}
.field-select__label {
  color: var(--color-fg-2);
  font-size: 12px;
  line-height: 18px;
}

.field-select.field-select--form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.field-select.field-select--form .field-select__btn {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid var(--color-bg-alt-2);
  border-radius: 8px;
  transition: var(--trs-base);
  padding: 7px 24px 7px 12px;
  height: 40px;
}
.field-select.field-select--form .field-select__btn .item-arrow {
  width: 8px;
  height: 8px;
  top: 15px;
  right: 12px;
}
.field-select.field-select--form .field-select__btn:not([disabled]):hover {
  border-color: var(--color-ui-2);
}
.field-select.field-select--form .field-select__btn.field-select__btn--open {
  border: 1px solid var(--color-green);
}
.field-select.field-select--form .field-select__items {
  border-radius: 8px;
}
.field-select.field-select--form .field-select__item {
  padding-left: 20px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}
.field-select.field-select--form .field-select__item .check-icon {
  right: 20px;
}
.field-select.field-select--form .field-select__label {
  margin: 0 8px -9px;
  padding: 0 4px;
  color: var(--color-ui-2);
  background: var(--block-bg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 18px;
  order: -1;
  position: relative;
  z-index: 2;
}

.field-select.field-select--filled {
  display: flex;
  flex-direction: column;
}
.field-select.field-select--filled .field-select__btn {
  background-color: var(--color-bg-4);
  border-radius: 16px;
  padding: 11px 30px 13px 20px;
  transition: var(--trs-base);
  font-size: 18px;
  font-weight: var(--fw-bold);
  line-height: 32px;
}
.dark-theme .field-select.field-select--filled .field-select__btn {
  background-color: var(--color-fg-3);
}
@media (max-width: 599px) {
  .field-select.field-select--filled .field-select__btn {
    padding: 9px 22px 9px 12px;
    font-size: 20px;
    line-height: 30px;
  }
}
.field-select.field-select--filled .field-select__btn--open .item-arrow {
  top: 40%;
}
.field-select.field-select--filled .field-select__btn .item-arrow {
  width: 12px;
  height: 12px;
  top: 40%;
  right: 12px;
}
@media (min-width: 768px) {
  .field-select.field-select--filled .field-select__btn .item-arrow {
    right: 16px;
  }
}
.field-select.field-select--filled .field-select__btn .field-select__label {
  position: static;
  margin-top: 8px;
  padding-left: 20px;
  font-weight: 600;
  background-color: transparent;
}
@media (max-width: 599px) {
  .field-select.field-select--filled .field-select__btn .field-select__label {
    margin-top: 4px;
    padding-left: 12px;
    font-size: 10px;
  }
}
.field-select.field-select--filled .field-select__btn .field-select__item {
  display: flex;
  align-items: center;
  padding-right: 28px;
}
.field-select.field-select--filled:hover .field-select__btn, .field-select.field-select--filled--open .field-select__btn {
  background-color: var(--color-bg-5);
}
.dark-theme .field-select.field-select--filled:hover .field-select__btn, .dark-theme .field-select.field-select--filled--open .field-select__btn {
  background-color: var(--color-bg-3);
}

.field-select.field-select--currency {
  height: 36px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  background-color: var(--color-bg-2);
  border-radius: 20px;
  transition: var(--trs-base);
  font-size: 20px;
  font-weight: 600;
}
.dark-theme .field-select.field-select--currency {
  background-color: var(--color-bg-3);
}
@media (max-width: 599px) {
  .field-select.field-select--currency {
    height: 28px;
    font-size: 16px;
    line-height: 20px;
  }
}
.field-select.field-select--currency--open {
  border: 1px solid var(--color-green);
}
.dark-theme .field-select.field-select--currency--open {
  border-color: var(--color-green);
}
.field-select.field-select--currency:hover, .field-select.field-select--currency--open {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
}
.field-select.field-select--currency .field-select__btn {
  padding: 4px 25px 4px 6px;
}
@media (max-width: 599px) {
  .field-select.field-select--currency .field-select__btn {
    padding-right: 20px;
  }
}
.field-select.field-select--currency .field-select__btn--open {
  z-index: 1;
}
.field-select.field-select--currency .field-select__btn--open .item-arrow {
  top: 40%;
}
@media (max-width: 767px) {
  .field-select.field-select--currency .field-select__btn--open .item-arrow {
    top: 35%;
    right: 8px;
  }
}
.field-select.field-select--currency .field-select__btn .item-arrow {
  width: 6px;
  height: 8px;
  top: 40%;
  right: 12px;
}
@media (max-width: 599px) {
  .field-select.field-select--currency .field-select__btn .item-arrow {
    right: 8px;
  }
}
.field-select.field-select--currency .currency-icon {
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .field-select.field-select--currency .currency-icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
}
.field-select.field-select--currency .field-select__items {
  padding: 0;
  border-radius: 16px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
.field-select.field-select--currency .field-select__item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 6px 20px 6px 6px;
  border-radius: 0;
  font-weight: 600;
  font-size: inherit;
}
.field-select.field-select--currency .field-select__item .check-icon {
  right: 8px;
}

.field-select.field-select--breadcrumbs {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  transition: var(--trs-base);
}
.dark-theme .field-select.field-select--breadcrumbs {
  border-color: rgba(255, 255, 255, 0.5);
}
.field-select.field-select--breadcrumbs:hover {
  border-color: #000;
}
.dark-theme .field-select.field-select--breadcrumbs:hover {
  border-color: #fff;
}
.field-select.field-select--breadcrumbs .field-select__btn {
  padding: 4px 26px 4px 12px;
}
.field-select.field-select--breadcrumbs .field-select__btn .item-arrow {
  width: 6px;
  height: 8px;
  top: 35%;
  right: 12px;
}

.field-select--multiple .field-select__items {
  max-height: 288px;
  overflow: auto;
  position: static;
}

.field-select--multiple .field-select__items-wrap {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
}

.field-select--multiple.field-select--open .field-select__items-wrap {
  opacity: 1;
}

.field-select--multiple.field-select--open .field-select__items-wrap--has-many-children::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

.dark-theme .field-select--multiple .field-select__items-wrap--has-many-children::after {
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
}

.field-select__header {
  display: none;
}

.field-select__footer {
  display: none;
}

.field-select__item--flex {
  display: flex;
  align-items: center;
}

.dark-theme .field-select--multiple .field-select__item.active {
  background-color: transparent;
}

.field-select--multiple .field-select__item {
  font-size: 16px;
  line-height: 26px;
  font-weight: var(--fw-base);
}

.field-select__btn[disabled] .item-selected-text {
  opacity: 0.5;
}

@media (max-width: 1023px) {
  .field-select--mob-popup.field-select--multiple .field-select__items-wrap {
    position: static;
    opacity: 1;
    overflow: auto;
    max-height: calc(100% - 196px);
  }

  .field-select--mob-popup .field-select__items.select-hide {
    height: auto;
  }

  .field-select.field-select--filled.field-select--mob-popup {
    height: 100%;
  }

  .field-select--mob-popup .field-select__inner {
    height: 100%;
    background-color: #222;
  }

  .field-select--mob-popup .field-select__items {
    box-shadow: none;
    border-radius: 0;
  }

  .field-select.field-select--filled.field-select--mob-popup .field-select__btn {
    border-radius: 0;
  }

  .dark-theme .field-select.field-select--filled.field-select--mob-popup .field-select__btn {
    background: transparent;
  }

  .field-select.field-select--filled.field-select--mob-popup .field-select__btn .item-arrow {
    display: none;
  }

  .field-select--mob-popup .field-select__item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .field-select--mob-popup .field-select__header {
    display: block;
    padding: 12px;
  }

  .field-select--mob-popup .field-select__footer {
    padding: 25px 12px 12px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .field-select--mob-popup .field-select__footer-grid {
    display: flex;
    width: calc(100% + 12px);
    margin: 0 -6px;
  }

  .field-select--mob-popup .field-select__footer-cell {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 6px;
  }

  .field-select--multiple.field-select--mob-popup .field-select__items {
    max-height: 100%;
  }

  .dark-theme .field-select--mob-popup .field-select__items {
    background-color: transparent;
  }

  .field-select--multiple.field-select--mob-popup .field-select__items.select-hide {
    margin: 0;
  }

  .field-select--multiple.field-select .field-select__items-wrap--has-many-children::after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 76px;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
  }

  .dark-theme .field-select--multiple .field-select__items-wrap--has-many-children::after {
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.3) 20%, rgba(34, 34, 34, 0.8) 45%, #222222 80%, #222222 100%);
  }

  .quick-selection__char--closed-on-mob {
    position: relative;
  }

  .quick-selection__char {
    height: 328px;
  }

  .quick-selection__after {
    content: "";
    display: block;
    width: 100%;
    height: 42px;
    position: absolute;
    bottom: 86px;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
  }

  .dark-theme .quick-selection__after {
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.3) 20%, rgba(34, 34, 34, 0.8) 45%, #222222 80%, #222222 100%);
  }

  .field-select--multiple .field-select__items {
    padding-bottom: 40px;
  }
}
.field-tag__visual {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: var(--fw-semibold);
  color: var(--color-fg-2);
  border-bottom: 3px solid transparent;
  transition: var(--trs-base);
  text-decoration: none;
  cursor: pointer;
  padding: 5px 16px 9px 16px;
  height: 36px;
  border-radius: 18px;
  background-color: var(--color-bg-2);
}
.dark-theme .field-tag__visual {
  background-color: var(--color-bg-3);
}

@media (any-hover: hover) {
  .field-tag__visual:hover {
    color: var(--color-white);
    background-color: var(--color-brand);
    box-shadow: 0 2px 6px 0 rgba(240, 50, 38, 0.4);
  }
}
.field-tag__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.field-tag__input:checked + .field-tag__visual,
.field-tag__visual--checked {
  color: var(--color-white);
  background-color: var(--color-brand);
}

.field-tags {
  align-items: center;
}

.field-tags__items-wrap {
  transition: height 0.25s;
  height: 104px;
  overflow: hidden;
}

.field-tags__items-wrap--auto-height {
  height: auto;
  overflow: visible;
}

.field-tags__items {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin-top: -16px;
}

.field-tags__label {
  font-size: 13px;
  line-height: 18px;
  color: #818690;
  margin-right: 16px;
}

.field-tags__item {
  flex: 0 0 auto;
  height: 36px;
  margin-top: 16px;
  margin-right: 16px;
}

.field-tags__action {
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .field-tags__items {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .field-tag__visual {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
    height: 28px;
  }

  .field-tags__item {
    height: 28px;
    margin-top: 0;
    margin-right: 8px;
  }
}
.field__errors {
  margin-top: 7px;
}

.field__error {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-error);
  margin-top: 3px;
}

.field__multiple-list {
  margin-bottom: 15px;
}

.field__multiple-list-grid {
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  margin: calc(-1 * var(--grid-gutter-base) / 2);
  width: calc(100% + var(--grid-gutter-base));
}

.field__multiple-list-item {
  padding: calc(var(--grid-gutter-base) / 2);
  flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
}

.field__multiple-list-remove {
  margin-top: 4px;
}

.field--form .field__errors {
  margin-top: 2px;
}

.field--form .field__error {
  margin: 2px 12px;
  color: var(--color-error);
}

.field__errors-wrap {
  margin-top: 4px;
}

.filled-form-row__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  color: var(--color-bg-2-contrast);
}
@media (max-width: 599px) {
  .filled-form-row__title {
    font-size: 12px;
    line-height: 18px;
  }
}
.filled-form-row__content {
  margin-top: 12px;
}
@media (max-width: 599px) {
  .filled-form-row__content {
    margin-top: 8px;
  }
}

.filled-form-row__title--has-tooltip {
  margin-bottom: -8px;
  margin-top: -11px;
}

.filled-form-row__title--has-tooltip .filled-form-row__title-text {
  color: var(--color-bg-2-contrast);
  display: inline-block;
  transform: translateY(-2px);
}
.dark-theme .filled-form-row__title--has-tooltip .filled-form-row__title-text {
  color: var(--color-white);
}

.form {
  position: relative;
}

.form-container {
  border-radius: var(--border-radius-base-md);
  background: var(--color-bg-4);
}

.form-container .form__group {
  background: transparent;
  border: none;
}

.form-container .leasing-app__head {
  text-align: center;
}

.form__header {
  margin: 24px -32px;
}

.form__header-title {
  font: var(--font-h4);
}

.form__groups,
.form__fields,
.form__actions {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
}

.form__groups {
  margin: 0 -32px -24px;
  width: calc(100% + 64px);
}

.form__group {
  flex: 0 0 auto;
  width: 100%;
  border-radius: var(--border-radius-base-md);
  background: var(--color-bg-4);
  margin-top: 24px;
  padding: 24px 32px;
}
.form__group:not(:first-child) {
  margin-top: -25px;
}

.form__group-title {
  margin: 3px 0;
  font-size: 24px;
  line-height: 32px;
}

.form__group-body {
  margin: 20px 0;
}

.form__fields {
  margin: -8px -12px;
  width: calc(100% + 24px);
}

.form__field {
  flex: 0 0 auto;
  width: 100%;
  padding: 8px 12px;
}

.form__field.form__field--spacer {
  padding: 0;
}

.form__footer {
  margin: 26px 0;
  display: flex;
  border-radius: var(--border-radius-base-md);
  background: var(--color-bg-4);
  padding: 36px 32px 24px;
  margin: 0 -32px -24px;
  width: calc(100% + 64px);
}

.form__footer-actions {
  flex: 0 0 auto;
}

.form__footer-note {
  flex: 1 1 auto;
  margin-right: 26px;
  align-self: center;
  font-size: var(--fz-smaller);
  line-height: var(--lh-smaller);
  color: var(--color-fg-2);
}

.form__actions {
  margin: -8px;
  width: calc(100% + 16px);
}

.form__action {
  flex: 0 0 auto;
  padding: 8px;
}

@media (max-width: 1023px) {
  .form__group {
    width: 100% !important;
    padding: 20px;
  }

  .form__header {
    margin: 24px -20px;
    width: calc(100% + 40px);
  }

  .form__groups {
    width: calc(100% + 40px);
    margin: 0 -20px -24px;
  }

  .form__footer--alt {
    margin: -18px -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .form__groups {
    margin: 0 -18px -16px;
    width: calc(100% + 36px);
  }

  .form__group-title {
    font-size: 18px;
    line-height: 24px;
  }

  .form__group-body {
    margin: 16px 0;
  }

  .form__group {
    padding: 20px;
  }

  .form__footer {
    margin: -18px;
    width: calc(100% + 36px);
  }

  .form__header {
    margin: 24px -18px;
    width: calc(100% + 36px);
  }
}
@media (max-width: 599px) {
  .form__field {
    width: 100% !important;
  }

  .form__header {
    margin: 24px -12px;
    width: calc(100% + 24px);
  }

  .form__footer {
    display: block;
    margin: -18px;
    width: calc(100% + 36px);
  }

  .form__footer-note {
    margin: 0 0 8px;
  }

  .form__action,
.form__action .btn {
    width: 100%;
  }
}
.range-input {
  position: relative;
}
.range-input.is-open {
  z-index: 3;
}
.range-input__inner {
  position: relative;
  width: 100%;
  border-radius: 16px;
  background-color: var(--color-bg-4);
  display: flex;
  align-items: center;
}
.dark-theme .range-input__inner {
  background-color: #454545;
}
.range-input__select-wrapper {
  flex: 0 0 auto;
  padding: 0 0 0 12px;
  width: 116px;
}
@media (max-width: 599px) {
  .range-input__select-wrapper {
    width: 95px;
  }
}
.range-input__inputs-wrapper {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 14px 12px;
  border-radius: 16px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.is-spaced .range-input__inputs-wrapper {
  justify-content: space-between;
}
@media (max-width: 599px) {
  .range-input__inputs-wrapper {
    padding: 9px 12px;
    font-size: 18px;
    line-height: 30px;
  }
}
.range-input__inputs-wrapper::before, .range-input__inputs-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 16px;
  height: 4px;
}
.range-input__inputs-wrapper::before {
  left: 0;
  background-color: var(--color-green);
}
.has-select .range-input__inputs-wrapper::before {
  display: none;
}
.is-multiply .range-input__inputs-wrapper::before, .range-input__inputs-wrapper::after {
  right: 0;
  background-color: var(--color-bg-2);
}
.range-input__input-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  white-space: nowrap;
}
.is-range .range-input__input-wrapper {
  width: auto;
}
.range-input__input {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--color-fg-1);
  font-family: var(--ff-base);
  height: 32px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .range-input__input {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  }
}
.range-input__input-separator {
  margin: 0 4px;
}
.range-input__suffix {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  cursor: default;
}
.range-input__suffix.is-static {
  position: relative;
}
.range-input__suffix-filler {
  opacity: 0;
}
.range-input__suffix-text {
  margin-left: 4px;
  color: var(--color-ui-2);
  font-weight: normal;
}
.dark-theme .range-input__suffix-text {
  color: var(--color-fg-2);
}
.range-input__slider {
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
}
.range-input__slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  padding: 0 12px;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  color: var(--color-ui-2);
}
.has-select .range-input__slider-labels {
  margin-left: 120px;
}
.range-input__measure {
  color: var(--color-ui-2);
  font-weight: normal;
}

.range-input.has-lock {
  position: relative;
  padding-right: 60px;
}

.range-input__lock-wrapper {
  position: absolute;
  top: 0;
  right: -60px;
}

@media (max-width: 599px) {
  .range-input.is-multiply .range-input--hide-suffix-text .range-input__suffix-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .range-input.has-lock {
    padding-right: 50px;
  }

  .range-input__lock-wrapper {
    right: -50px;
  }
}
@media (max-width: 599px) {
  .has-select .range-input__slider-labels {
    margin-left: 96px;
  }
}
@media (max-width: 350px) {
  .range-input.has-select .range-input__input {
    font-size: 13px;
  }

  .range-input__inputs-wrapper {
    padding-left: 5px;
  }
}
.range-toggler__label {
  font-size: 18px;
  line-height: 22px;
  font-weight: var(--fw-bold);
}

.range-toggler__main {
  margin-top: 30px;
  display: flex;
}

.range-toggler__btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  flex: 0 0 auto;
  color: var(--color-brand);
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--trs-base);
}
.dark-theme .range-toggler__btn {
  color: var(--color-black);
}

.range-toggler__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.range-toggler__btn::after {
  content: "";
  z-index: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(207, 207, 207, 0.7);
  border-radius: 50%;
  transition: box-shadow var(--trs-base);
}

.range-toggler__btn:hover::after {
  box-shadow: 0 0 2.5px 2.5px rgba(207, 207, 207, 0.3);
}

.range-toggle__sign {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 18px;
  font-weight: var(--fw-bold);
  padding-bottom: 2px;
}

.range-toggler__field-wrap {
  flex: 1 1 auto;
  background-color: var(--color-bg-2);
  border-radius: 10px;
  padding: 10px 12px;
}
.dark-theme .range-toggler__field-wrap {
  background-color: var(--color-bg-4);
}

.range-toggler__input-wrap {
  position: relative;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  line-height: 19px;
  height: 19px;
  font-family: var(--ff-base);
}

.range-toggler__input {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  line-height: 19px;
  height: 19px;
  color: var(--color-fg-1);
  font-family: var(--ff-base);
  overflow: hidden;
  text-align: center;
}

.range-toggler__suffix {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  cursor: default;
  font-size: 16px;
  line-height: 19px;
  height: 19px;
}

.bx-ios .range-toggler__suffix {
  top: 2px;
}

.range-toggler__suffix-text {
  margin-left: 4px;
  color: var(--color-fg-2);
}

.range-toggler__fields {
  margin-top: 30px;
}

.range-toggler__field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.range-toggler__inner-label {
  font-size: 16px;
  line-height: 19px;
  height: 19px;
  font-weight: var(--fw-bold);
}

.range-toggler__inner-field {
  display: flex;
}

.range-toggler__inner-field .range-toggler__field-wrap {
  width: 170px;
}

.range-toggler + .field__errors-wrap {
  margin-left: 40px;
  margin-right: 40px;
}

.range-toggler--min-max + .field__errors-wrap {
  margin-left: 0;
  margin-right: 0;
}

.range-toggler__suffix-filler {
  font-size: 16px;
  line-height: 19px;
  height: 19px;
}

.range-toggler__suffix-text {
  font-size: 16px;
  line-height: 19px;
  height: 19px;
}

@media (max-width: 599px) {
  .range-toggler__inner-label {
    font-size: 15px;
  }
}
@media (max-width: 379px) {
  .range-toggler__inner-label {
    font-size: 14px;
  }

  .range-toggler__inner-field .range-toggler__field-wrap {
    width: 135px;
  }
}
.switch {
  display: flex;
  padding: 2px;
  background-color: var(--color-bg-4);
  border-radius: 16px;
}
.dark-theme .switch {
  background-color: var(--color-fg-3);
}

.switch__item {
  flex: 1;
  min-width: 150px;
  padding: 7px 5px 7px 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-ui-2);
  border-radius: 16px;
  cursor: pointer;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.switch__item--active {
  background-color: var(--color-green);
  color: var(--color-white);
}

.switch--alt .switch__item--active {
  color: var(--color-fg-1);
}

.switch--alt {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}

.dark-theme .switch--alt {
  background-color: transparent;
}

.switch--alt .switch__item {
  flex: 0 0 auto;
  position: relative;
  border-bottom: 1px solid var(--color-fg-4);
  border-radius: 0;
  min-width: 0;
  padding: 0 16px 5px;
}

.switch--alt .switch__item:first-child {
  padding-left: 0;
}

.switch--alt .switch__item:last-child {
  padding-right: 0;
}

.switch--alt .switch__item--active {
  background-color: transparent;
}

.switch--alt .switch__item--active::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 15px;
  right: 15px;
  border-bottom: 3px solid var(--color-green);
}

.switch--alt .switch__item:first-child.switch__item--active::after {
  left: 0;
}

.switch--alt .switch__item:last-child.switch__item--active::after {
  right: 0;
}

@media (max-width: 599px) {
  .switch__item {
    min-width: unset;
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 16px;
  }
}
.btn_toggle {
  position: relative;
  display: flex;
  width: 40px;
  height: 20px;
  left: 0;
  --tw-bg-opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid var(--color-bg-alt);
  background: transparent;
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.btn_toggle:after {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 2px;
  top: 1.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--color-bg-alt);
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.btn_toggle[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn_toggle:hover {
  border: 1px solid var(--color-bg-alt);
}

.btn_toggle:checked {
  background: var(--color-green);
  border: 1px solid var(--color-green);
}

.btn_toggle:checked:after {
  background: #ffffff;
  transform: translateX(calc(100% + 2px));
}

.accordion__body {
  transition: height var(--trs-collapse);
}

.accordion-enter-active,
.accordion-leave-active {
  overflow: hidden;
}

.button__anchor {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.button__anchor-upper {
  bottom: 130px;
}
.button__anchor-inner {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.dark-theme .button__anchor-inner {
  background: var(--color-white);
}
.button__anchor-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.3);
}
.dark-theme .button__anchor-wrapper {
  background: rgba(255, 255, 255, 0.3);
}
.button__anchor svg {
  width: 18px;
  height: 10px;
  color: var(--color-white);
  margin-bottom: 5px;
}
.dark-theme .button__anchor svg {
  color: var(--color-brand);
}
.button__anchor:hover {
  cursor: pointer;
}
.dark-theme .button__anchor:hover .button__anchor-inner {
  background: var(--color-brand);
}
.dark-theme .button__anchor:hover .button__anchor-wrapper {
  background: rgba(240, 50, 38, 0.3);
}
.dark-theme .button__anchor:hover svg {
  color: var(--color-white);
}
.button__anchor:hover svg {
  color: var(--color-brand);
}

@media (max-width: 767px) {
  .b24-widget-button-position-bottom-right {
    right: 20px !important;
    bottom: 20px !important;
  }

  .b24-widget-button-inner-container {
    transform: scale(0.75) !important;
  }

  .button__anchor {
    right: 20px;
    bottom: 20px;
    transform: scale(0.85);
  }
  .button__anchor-upper {
    bottom: 90px;
  }
}
.footer {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  margin-top: 92px;
}

.footer__chats-wrapper {
  grid-area: chats-wrapper;
}

.footer__chats-wrapper, .footer__subscription-form {
  width: 312px;
}

.footer__chats-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-ui-2);
}

.footer__apps-row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin: 0 -4px;
  align-items: stretch;
}

.footer__apps-col {
  padding: 8px 4px 0 4px;
  flex: 0 0 auto;
  width: 33.333%;
}

.footer__app-item,
.footer__chat {
  background-color: var(--color-bg-2);
}

.dark-theme .footer__app-item,
.dark-theme .footer__chat {
  background-color: var(--color-bg-3);
}

.footer__app-item {
  display: flex;
  min-width: 96px;
  flex-direction: column;
  align-items: center;
  padding: 13px 8px 4px 8px;
  border-radius: 12px;
}

.dark-theme .footer__app-item,
.dark-theme .footer__bottom,
.dark-theme .footer__bottom-links,
.dark-theme .footer__chat,
.dark-theme .footer__chats-title,
.dark-theme .footer__navigation-list,
.dark-theme .footer__social {
  color: var(--color-fg-2);
}

.footer__social-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__social-title {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.footer__app-item > .item-icon {
  width: 24px;
  height: 24px;
}

.footer__app-item > .item-title {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  transition: color 0.2s linear;
  color: var(--color-ui-2);
}

.footer__app-item:hover > .item-title {
  color: var(--color-brand);
}

.footer__line {
  position: absolute;
  width: 100%;
  height: 48px;
  left: 0;
  top: -48px;
  overflow: hidden;
}

.footer__line-inner {
  width: 100%;
  height: 192px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0) 80%);
}

.dark-theme .footer__line-inner {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 70%);
}

.footer__body {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "big-menu chats-wrapper" "small-menu form" "contacts form";
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer__body {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    grid-template-areas: "big-menu" "small-menu" "chats-wrapper" "contacts" "form" "mobile-contacts";
    justify-content: center;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.footer__big-menu {
  grid-area: big-menu;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: -32px;
  max-width: 630px;
}

.footer__big-menu-item {
  margin-right: 32px;
  margin-top: 30px;
}

.footer__big-menu-link {
  font-size: 24px;
  line-height: 32px;
  font-weight: var(--fw-semibold);
  transition: color var(--trs-base);
}

.footer__big-menu-link:hover {
  color: var(--color-brand);
}

.footer__small-menu {
  grid-area: small-menu;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 24px;
  max-width: 630px;
}

.footer__small-menu-item {
  margin-right: 32px;
  margin-top: 15px;
}

.footer__contacts {
  grid-area: contacts;
  display: flex;
  flex-flow: row wrap;
  margin-top: 27px;
  gap: 40px;
}
.footer__contacts--mobile {
  margin-top: 20px;
  grid-area: mobile-contacts;
}
@media (min-width: 600px) {
  .footer__contacts--mobile {
    display: none;
  }
}

.footer__contacts-soc {
  display: flex;
  color: var(--color-fg-2);
}
@media (max-width: 1023px) {
  .footer__contacts-soc.hidden-sm {
    display: none;
  }
}

.footer__contacts-soc-link {
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
}

.footer__contacts-soc-link:hover {
  color: var(--color-brand);
}

.footer__contacts-soc-link .svg-icon {
  display: block;
  width: 36px;
  height: 36px;
  color: var(--color-brand);
}
.dark-theme .footer__contacts-soc-link .svg-icon {
  color: var(--color-fg-1);
}

.footer__small-menu-link {
  font-weight: var(--fw-base);
  transition: color var(--trs-base);
  color: #959595;
}

.footer__small-menu-link:hover {
  color: var(--color-brand);
}

.footer__contacts-items {
  display: flex;
}

.footer__contacts-item {
  flex: 0 0 auto;
}

.footer__contacts-item:not(:first-child) {
  margin-left: 30px;
}

.footer__contacts-item-link {
  font-size: 20px;
  line-height: 24px;
  font-weight: var(--fw-bold);
  color: var(--color-brand);
}
.footer__contacts-item-link:hover {
  opacity: 0.8;
}
.dark-theme .footer__contacts-item-link {
  color: var(--color-fg-1);
}
.dark-theme .footer__contacts-item-link:hover {
  color: var(--color-brand);
}

.footer__contacts-item-note {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: #959595;
}

.footer__logo {
  display: block;
  margin-right: 16px;
  color: var(--color-brand);
  flex: 0 0 auto;
}

.footer__icon {
  width: 29px;
  height: 40px;
}

.footer__bottom-left {
  display: flex;
}

.footer__caption {
  font-size: 12px;
  line-height: 16px;
  color: #959595;
}

.footer__caption p {
  margin: 0 0 10px;
}

.footer__caption p:last-child {
  margin: 0;
}

.footer__caption a {
  color: #454545;
}

.dark-theme .footer__caption a {
  color: #f5f5f7;
}

.footer__caption a:hover {
  color: var(--color-brand);
}

.footer__caption-right {
  font-size: 12px;
  line-height: 16px;
  color: var(--color-fg-2);
  margin: 0;
}

.footer__caption-right a {
  color: var(--color-fg-1);
  transition: color var(--trs-base);
}

.footer__caption-right a:hover {
  color: var(--color-brand);
}

.footer__bottom-right {
  padding-top: 14px;
}

.footer__subscription-form {
  grid-area: form;
  margin-top: 32px;
}

@media (max-width: 1199px) {
  .footer__chats-wrapper {
    margin: 20px 0;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .footer__contacts-items {
    display: block;
    margin-right: 20px;
  }

  .footer__contacts-item:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }

  .footer__big-menu-link {
    font-size: 18px;
    line-height: 30px;
  }

  .footer__big-menu {
    margin-top: -16px;
  }

  .footer__small-menu {
    margin-top: 10px;
  }

  .footer__small-menu-item {
    margin-top: 16px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .footer__small-menu-link {
    font-size: 14px;
    line-height: 16px;
  }

  .footer__big-menu-item {
    margin-top: 16px;
    margin-right: 24px;
  }

  .footer__contacts {
    justify-content: space-between;
  }

  .footer__bottom {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px 0;
    justify-content: normal;
  }
  .visitcard-tmp .footer__bottom {
    flex-flow: column-reverse;
  }

  .footer__bottom-right {
    padding-top: 0;
  }

  .footer__logo {
    display: none;
  }
}
@media (max-width: 379px) {
  .footer__contacts {
    gap: 15px;
  }

  .footer__contacts-soc {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .footer__chats-wrapper {
    width: 100%;
    max-width: unset;
  }

  .footer__caption p {
    margin: 0 0 12px;
  }

  .footer__bottom-right {
    margin-top: 12px;
  }
}
header {
  z-index: 190;
}

.header-top {
  width: 100%;
  height: 60px;
  background: var(--color-bg-2);
  color: #B0B0B0;
}

.header-container {
  width: 100%;
  height: 100%;
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.theme-switch-btn {
  height: 100%;
  width: 50px;
}
.theme-switch-btn:hover, .theme-switch-btn:active {
  color: var(--color-red);
}

.personal .svg-icon {
  width: 20px;
  height: 20px;
}

.phone__icon {
  color: var(--color-red);
}

.header__wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 190;
}
@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
  .header__wrapper {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
            backdrop-filter: saturate(180%) blur(20px);
    background-color: var(--color-bg-1);
  }
}
.header.static .header__wrapper {
  position: relative;
  z-index: 1;
}
.header__inner {
  padding: 15px 0;
  display: grid;
  align-items: center;
  gap: 15px;
  grid-template-columns: -webkit-min-content -webkit-max-content auto -webkit-min-content -webkit-min-content -webkit-min-content;
  grid-template-columns: min-content max-content auto min-content min-content min-content;
  transition: height 0.2s;
}
@media (max-width: 1199px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
  }
}
.header__button {
  height: 50px;
  padding: 0;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-ui-2);
  transition: color 0.2s linear;
}
.header__button.light-theme-btn {
  display: none;
}
@media (any-hover: hover) {
  .header__button:hover {
    color: var(--color-red);
  }
}
.dark-theme .header__button {
  color: var(--color-fg-1);
}
.header__logo {
  color: var(--color-brand);
}
@media (max-width: 599px) {
  .header__logo {
    margin: 0;
    transform: translateX(0);
  }
}
.header__logo .main-logo {
  height: 56px;
  width: 40px;
}
@media (max-width: 599px) {
  .header__logo .main-logo {
    width: 21px;
  }
}
.header__logo-wide {
  color: var(--color-brand);
  height: 96px;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .header__logo-wide {
    height: 80px;
    padding: 15px 0;
  }
}
@media (max-width: 1023px) {
  .header__logo-wide {
    height: 64px;
  }
}
.header__button-wrapper {
  display: flex;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .header__button-wrapper {
    margin-left: 0;
    margin-right: -10px;
  }
}
.header__button-wrapper.right .search-wrapper + button {
  margin-left: 18px;
}
.header__button-wrapper.left button ~ button {
  margin-right: 18px;
}
.header__button-wrapper.left button {
  padding-right: 6px;
}
.header__button-wrapper.left button.notification-icon {
  margin-right: 0;
}
.header__notification-buttons .notification-icon--unread {
  display: none;
}
.header__notification-buttons.unread .notification-icon {
  display: none;
}
.header__notification-buttons.unread .notification-icon--unread {
  display: block;
}
.header__grid {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  gap: 10px;
}
.header__grid-left, .header__grid-center, .header__grid-right {
  display: flex;
  align-items: center;
}
.header__grid-left {
  justify-content: start;
}
.header__grid-center {
  justify-content: center;
}
.header__grid-right {
  justify-content: end;
}
.header__grid .header__button:last-child {
  margin: 0;
}
.header__phone {
  font-weight: 700;
  color: var(--color-fg-2);
  transition: color 0.2s linear;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .js-scrolled .header__wrapper {
    position: fixed;
  }
}
@media (max-width: 1023px) {
  header.js-scrolled {
    position: -webkit-sticky;
    position: sticky;
    top: -80px;
  }

  .header-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
}
body > .responsive-wrapper .header:not(.static) .header__wrapper {
  top: 80px;
  font-size: 10px;
}
@media only screen and (max-width: 360px) and (min-width: 300px) {
  body > .responsive-wrapper .header:not(.static) .header__wrapper {
    top: 78px;
  }
}
@media only screen and (max-width: 390px) and (min-width: 360px) {
  body > .responsive-wrapper .header:not(.static) .header__wrapper {
    top: 80px;
  }
}
@media only screen and (min-width: 375px) {
  body > .responsive-wrapper .header:not(.static) .header__wrapper {
    top: 96px;
  }
}

.dark-theme .header__button {
  color: #f5f5f7;
}
@media (any-hover: hover) {
  .dark-theme .header__button:hover {
    color: var(--color-red);
  }
}
.dark-theme .header__button.light-theme-btn {
  display: flex;
}
.dark-theme .header__button.dark-theme-btn {
  display: none;
}

.header__button-wrapper-text {
  color: var(--color-ui-2);
  font-size: 12px;
  line-height: 18px;
}

.header__button--narrow {
  width: 50px;
}

.dark-theme .header__button--narrow {
  color: #959595;
}

.header__button-icon {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.header__inner-right,
.header__inner-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__inner-right {
  padding-left: 12px;
}

.header__inner-left {
  flex: 1;
  margin-right: auto;
  padding-right: 12px;
}

@media (max-width: 1023px) {
  .header__logo .main-logo {
    height: 64px;
  }

  .dark-theme .header__button {
    color: #959595;
  }
}
@media (max-width: 1119px) {
  .header__logo .main-logo {
    height: 40px;
    width: 29px;
  }

  .header__logo {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header__button {
    width: 40px;
  }
}
.main-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 192;
  background: var(--color-bg-1);
  flex-direction: column;
  display: none;
  transition: 800ms transform cubic-bezier(0.19, 1, 0.22, 1);
}
.main-menu.active {
  display: flex;
}
.main-menu__container {
  width: 100%;
  height: calc(100% - 200px);
  padding: 0 15px;
  overflow-y: scroll;
}
.main-menu__header, .main-menu__footer {
  width: 100%;
  padding: 15px;
}
.main-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-bg-1);
  top: 0;
  position: static;
}
.main-menu__footer {
  position: fixed;
  bottom: 0;
}
.main-menu__logo {
  margin-right: 20px;
  width: 29px;
  height: 40px;
  color: var(--color-brand);
  flex: 0 0 auto;
}
@media (max-width: 1023px) {
  .main-menu__logo {
    display: block;
    margin-right: 0;
  }
}
.main-menu__tabs {
  display: flex;
  gap: 15px;
  width: 100%;
  overflow-y: scroll;
  padding-bottom: 15px;
  scrollbar-width: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: var(--color-bg-1);
}
.main-menu__phone {
  font-size: var(--fz-h5);
  font-weight: var(--fw-semibold);
  color: var(--color-fg-2);
  transition: color 0.2s linear;
}
.main-menu__contacts {
  display: none;
}
.main-menu__contacts.active {
  display: flex;
}
@media (max-width: 1023px) {
  .main-menu__contacts {
    width: 100%;
    justify-content: space-between;
  }
}
.main-menu__contacts-item {
  margin-right: 60px;
}
.main-menu__contacts-item p {
  margin: 0;
}
.main-menu__contacts-item a {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-fg-2);
  transition: color 0.2s linear;
}
.main-menu__contacts-item a:hover {
  color: var(--color-red);
}
@media (max-width: 1023px) {
  .main-menu__contacts-item {
    margin: 0;
  }
}
.main-menu__social {
  color: var(--color-brand);
}
.dark-theme .main-menu__social {
  color: var(--color-fg-2);
}
.main-menu__btns {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.dark-theme .main-menu__contacts-item p {
  color: #959595;
  margin-top: 4px;
}
.dark-theme .main-menu__contacts-item a {
  color: #f5f5f7;
}
.dark-theme .main-menu__contacts-item a:hover {
  color: var(--color-red);
}
.dark-theme .main-menu__insync {
  background-color: var(--color-ui-1);
}
.dark-theme .main-menu__insync > .item-title {
  color: var(--color-fg-1-contrast);
}

.menu-banner {
  display: block;
  text-decoration: none;
  width: 254px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

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

.mobile-navigation {
  display: block;
}
.mobile-navigation.lvl3-open {
  margin-top: 11px;
}
.mobile-navigation__lvl1-link {
  display: block;
  margin-bottom: 24px;
  color: var(--color-fg-3);
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  transition: margin 0.4s;
}
.mobile-navigation__lvl1-link::before {
  content: "";
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
  width: 4px;
  height: 40px;
  background-color: var(--color-brand);
  position: absolute;
  top: -2px;
  left: -16px;
}
.mobile-navigation__lvl1-link.active {
  color: var(--color-brand);
  margin-bottom: 11px;
}
.mobile-navigation__lvl1-link.active::before {
  opacity: 1;
}
.mobile-navigation__lvl2-container {
  display: none;
  margin-top: 10px;
  padding-bottom: 16px;
}
.mobile-navigation__lvl2-container.active {
  display: block;
}
.mobile-navigation__lvl2-item {
  margin-bottom: 6px;
  padding: 6px 0;
}
.mobile-navigation__lvl2-item > .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-navigation__lvl2-item > .link a {
  color: var(--color-fg-2);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.mobile-navigation__lvl2-item > .link .icon {
  height: 14px;
  width: 8px;
  position: relative;
  top: 2px;
  color: var(--color-fg-3);
}
.mobile-navigation__sub-links-container {
  margin-top: 24px;
}
.mobile-navigation__sub-links-container a {
  display: block;
  color: var(--color-fg-3);
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.mobile-navigation__lvl3-container {
  display: none;
}
.mobile-navigation__lvl3-container.active {
  display: block;
}
.mobile-navigation__lvl3-container > .item-title {
  display: flex;
  align-items: center;
  color: var(--color-fg-3);
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}
.mobile-navigation__lvl3-container > .item-title > .icon {
  width: 9px;
  height: 16px;
  color: var(--color-brand);
  margin-right: 12px;
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.mobile-navigation__banners-wrapper {
  margin-top: 15px;
}
.mobile-navigation__banner {
  margin-top: 8px;
  padding: 19px 20px;
  border-radius: 16px;
  background-color: var(--color-bg-2-contrast);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mobile-navigation__banner > .item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.mobile-navigation__banner > .item-text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
}
.mobile-navigation__lvl3-link {
  display: block;
  margin-top: 24px;
  color: var(--color-fg-3);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.mobile-navigation__lvl4-container {
  margin-top: 12px;
  color: var(--color-fg-2);
}
.mobile-navigation__lvl4-container a {
  margin-bottom: 16px;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.dark-theme .mobile-navigation__lvl2-item > .link a {
  color: var(--color-fg-1);
}
.dark-theme .mobile-navigation__lvl2-item > .link.active a {
  color: var(--color-brand);
}
.dark-theme .mobile-navigation__lvl4-container a {
  color: var(--color-fg-1-contrast);
}

@media (max-width: 1023px) {
  .mobile-navigation__sub-links-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .mobile-navigation__sub-links-container a {
    margin-right: 10px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .mobile-navigation__sub-links-container a.active {
    color: var(--color-brand);
  }

  .mobile-navigation__lvl2-container {
    padding-bottom: 7px;
  }
}
.navigation {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .navigation {
    display: none;
  }
}
.navigation::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.navigation__link {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-ui-2);
}
.navigation__link:hover, .navigation__link.active {
  color: var(--color-brand);
}

.navigation__link--main {
  margin-bottom: 32px;
  padding-left: 32px;
  font-size: 32px;
  line-height: 40px;
  color: var(--color-fg-1);
  position: relative;
}

.navigation__content {
  display: none;
  margin-left: 164px;
  padding: 0;
  flex-grow: 1;
  overflow-y: auto;
}

.navigation__content.active {
  display: flex;
}

.navigation__lists {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.navigation__lists a {
  margin-bottom: 10px;
}

.navigation__link--list-link {
  font-size: 16px;
  font-weight: 400;
}

.navigation__sub-wrapper {
  margin-top: 36px;
  padding-left: 32px;
}

.navigation__link--sub-main {
  color: var(--color-fg-1);
  margin-bottom: 19px;
}

.navigation__link--main::before {
  content: "";
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
  width: 8px;
  height: 35px;
  background-color: var(--color-brand);
  position: absolute;
  top: -3px;
  left: 0;
}

.navigation__link--main:hover::before, .navigation__link--main.active::before {
  opacity: 1;
}

.navigation__sub:not(.active) {
  display: none;
}

.navigation__action {
  margin-top: 35px;
  padding-left: 32px;
}
.navigation__action > .button {
  box-shadow: 0 5px 15px 0 rgba(240, 50, 38, 0.4);
}

.navigation__banner {
  margin-left: auto;
}

@media (max-width: 1343px) {
  .navigation__content {
    margin-left: 80px;
  }
}
@media (max-width: 1199px) {
  .navigation__banner {
    transform: translateX(-15px);
  }
}
@media (max-width: 1023px) {
  .navigation__action {
    margin-top: 20px;
    padding-left: 0;
  }

  .navigation__action .button.sm .button__content {
    padding: 11px 24px 9px 24px;
    font-size: 16px;
    line-height: 22px;
    font-weight: var(--fw-semibold);
  }

  .navigation__action .button.sm {
    width: 100%;
  }
}
.search-dimmer {
  position: fixed;
  z-index: 240;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1024px) {
  .search-block {
    justify-self: flex-end;
  }
}
@media (max-width: 1119px) {
  .search-block {
    width: 100%;
    max-width: 400px;
  }
}
.search-block.is-static {
  max-width: unset;
  position: static;
  padding: 0;
}
.search-block .form-wrapper {
  display: flex;
  align-items: center;
}
.search-block .back-link {
  margin-left: 12px;
  color: var(--color-brand);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.search-block .search-input {
  flex: 1;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  background-color: var(--color-bg-2);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .search-block .search-input {
    height: 44px;
    padding: 0 12px;
    box-shadow: none;
  }
}
.search-block .search-input .search-icon {
  height: 24px;
  width: 24px;
  color: var(--color-ui-2);
}
@media (max-width: 1023px) {
  .search-block .search-input .search-icon {
    height: 18px;
    width: 18px;
  }
}
.search-block .search-input .reset-icon {
  height: 22px;
  width: 22px;
  padding: 7px;
  background-color: #e6e6ec;
  color: var(--color-fg-3);
  border-radius: 50%;
  cursor: pointer;
}
.search-block .search-input .item-input {
  width: 100%;
  flex: 1;
  padding-left: 8px;
  margin-left: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-fg-1);
  background-color: transparent;
  border-style: none;
  outline: none;
}
.search-block .search-input .item-input::-webkit-search-decoration, .search-block .search-input .item-input::-webkit-search-cancel-button, .search-block .search-input .item-input::-webkit-search-results-button, .search-block .search-input .item-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search-block .search-input .item-input::-webkit-input-placeholder {
  color: var(--color-ui-2);
}
.search-block .search-input .item-input::-ms-input-placeholder {
  color: var(--color-ui-2);
}
.search-block .search-input .item-input::placeholder {
  color: var(--color-ui-2);
}
@media (max-width: 1023px) {
  .search-block .search-input .item-input {
    font-size: 16px;
    line-height: 24px;
  }
}
.search-block .search-suggestions {
  margin-top: 4px;
  border-radius: 16px;
  background-color: var(--color-bg-2);
  box-shadow: 0 8px 34px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .search-block .search-suggestions {
    margin-top: 16px;
    background-color: initial;
    box-shadow: none;
  }
}
.search-block .search-suggestions__item {
  display: block;
  padding: 16px 16px;
  font-size: 16px;
  line-height: 24px;
}
.search-block .search-suggestions__item:hover {
  color: var(--color-red);
  background-color: var(--color-bg-highlight);
}
@media (max-width: 1023px) {
  .search-block .search-suggestions__item {
    padding: 8px 0;
  }
}
.search-block.fullscreen {
  position: fixed;
  top: 0 !important;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 12px 12px 0 12px;
  overflow-y: auto;
}

.slide-x-enter-active,
.slide-x-leave-active {
  animation-duration: 0.4s;
}
.slide-x-enter-active .search-input,
.slide-x-leave-active .search-input {
  transition: transform 0.4s ease;
}
.slide-x-enter-active .search-suggestions,
.slide-x-leave-active .search-suggestions {
  transition: opacity 0.4s ease;
}

.slide-x-enter .search-input,
.slide-x-leave-to .search-input {
  transform: translateX(calc(100% - 56px));
}
.slide-x-enter .search-suggestions,
.slide-x-leave-to .search-suggestions {
  opacity: 0;
}

.dark-theme .search-block .search-input .reset-icon {
  background-color: rgba(0, 0, 0, 0.2);
}
.dark-theme .search-block .search-suggestions {
  color: #ababab;
}
.dark-theme .search-block .search-suggestions__item:hover {
  background-color: var(--color-bg-3);
}
.dark-theme .search-block.fullscreen {
  background-color: var(--color-bg-1-contrast);
}

.search-block--short {
  width: 408px;
}

@media (max-width: 1023px) {
  .search-block--short {
    width: 100%;
  }
}
.section-navigation {
  margin-top: 48px;
  min-height: 43px;
}
@media (max-width: 599px) {
  .section-navigation {
    margin-top: 12px;
  }
}
.section-navigation__top-row a {
  display: inline-block;
  font-size: 12px;
  color: var(--color-fg-3);
}
@media (max-width: 599px) {
  .section-navigation__top-row {
    display: none;
  }
}
.section-navigation__link {
  height: 0;
  visibility: hidden;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.section-navigation__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
  overflow-x: auto;
}
.section-navigation__inner > * {
  flex-shrink: 0;
}
@media (max-width: 599px) {
  .section-navigation__inner {
    padding: 0;
    min-height: 43px;
  }
}
.section-navigation .section-navigation__top-row + .section-navigation__inner {
  padding-top: 0;
}
@media (max-width: 599px) {
  .section-navigation__wrapper.xs-hide {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: 0;
  }
  .section-navigation__wrapper.xs-hide .section-navigation__inner {
    border: 0;
  }
}
@media (max-width: 599px) {
  .section-navigation__wrapper {
    padding: 0;
  }
}
.section-navigation__title {
  margin-right: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 599px) {
  .section-navigation__title {
    display: none;
  }
}
.section-navigation__controls {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .section-navigation__controls .section-navigation__button {
    display: none;
  }
}
.section-navigation__links {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.section-navigation__links > * + * {
  margin-left: 20px;
}
.section-navigation__links .tab-item.active {
  color: var(--color-fg-3);
}
.section-navigation__links .anchor {
  transition: color 0.2s linear;
}
.section-navigation__links .anchor.active {
  color: var(--color-fg-3);
}
.section-navigation__links .anchor.anchor {
  border-bottom: 1px dashed #959595;
}
@media (any-hover: hover) {
  .section-navigation__links .anchor:hover,
.section-navigation__links .anchor.active:hover {
    color: var(--color-red);
  }
}
.section-navigation__buttons {
  margin-left: auto;
}
.section-navigation__buttons > * + * {
  margin-left: 12px;
}
.section-navigation__buttons > * + *:last-child {
  margin-left: 0;
}
.section-navigation .section-navigation__button-wrapper {
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  padding: 0 12px;
  position: fixed;
  z-index: 190;
  bottom: -60px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px 20px 0 0;
  transition: bottom 0.4s ease-in-out;
}
@media (min-width: 600px) {
  .section-navigation .section-navigation__button-wrapper {
    display: none;
  }
}
.section-navigation .section-navigation__button-wrapper .btn,
.section-navigation .section-navigation__button-wrapper .button {
  margin: 0 6px;
  flex: 1;
}
@media (max-width: 599px) {
  .section-navigation .section-navigation__button-wrapper .btn.xs-hide,
.section-navigation .section-navigation__button-wrapper .button.xs-hide {
    display: none;
  }
}
.section-navigation__scroll-top {
  height: 36px;
  background-color: rgba(var(--color-ui-2), 0.2);
  color: var(--color-fg-3);
}
.section-navigation__scroll-top > .item-icon {
  width: 14px;
  height: 12px;
  transform: rotate(-90deg);
}
.section-navigation__scroll-top:not(:only-child) {
  width: 36px;
  padding: 11px 12px;
  border-radius: 50%;
  margin-right: 12px;
}
.section-navigation__scroll-top:not(:only-child) > .item-text {
  display: none;
}
.section-navigation__scroll-top:only-child {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: 100%;
}
.section-navigation__scroll-top:only-child > .item-icon {
  width: 10px;
  height: 8px;
  margin-right: 8px;
  transform: rotate(-90deg);
}
.section-navigation.fixed .section-navigation__link {
  height: auto;
  visibility: visible;
  transform: translateY(3px);
  opacity: 1;
}
.section-navigation.fixed .section-navigation__wrapper:not(.static) {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 190;
  background-color: rgba(255, 255, 255, 0.9);
}
@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
  .section-navigation.fixed .section-navigation__wrapper:not(.static) {
    -webkit-backdrop-filter: saturate(180%) blur(8px);
            backdrop-filter: saturate(180%) blur(8px);
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.section-navigation.fixed .section-navigation__button-wrapper {
  bottom: 0;
}
@media (max-width: 599px) {
  .section-navigation.fixed.footer-in-vp .section-navigation__button-wrapper {
    bottom: -60px;
  }
}

body > .responsive-wrapper ~ .section-navigation.fixed .section-navigation__wrapper {
  top: 80px;
}
@media only screen and (max-width: 360px) and (min-width: 300px) {
  body > .responsive-wrapper ~ .section-navigation.fixed .section-navigation__wrapper {
    top: 78px;
  }
}
@media only screen and (max-width: 390px) and (min-width: 360px) {
  body > .responsive-wrapper ~ .section-navigation.fixed .section-navigation__wrapper {
    top: 80px;
  }
}
@media only screen and (min-width: 375px) {
  body > .responsive-wrapper ~ .section-navigation.fixed .section-navigation__wrapper {
    top: 96px;
  }
}

.dark-theme .section-navigation__inner {
  border-color: #343434;
}
.dark-theme .section-navigation__button-wrapper {
  background-color: var(--color-bg-1-contrast);
}
.dark-theme .section-navigation.fixed .section-navigation__wrapper:not(.static) {
  background-color: rgba(34, 34, 34, 0.9);
}
@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
  .dark-theme .section-navigation.fixed .section-navigation__wrapper:not(.static) {
    -webkit-backdrop-filter: saturate(180%) blur(8px);
            backdrop-filter: saturate(180%) blur(8px);
    background-color: #222;
  }
}
@media (max-width: 599px) {
  .dark-theme .section-navigation__wrapper.xs-hide {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: 0;
  }
  .dark-theme .section-navigation__wrapper.xs-hide .section-navigation__inner {
    border: 0;
  }
}

.social-icons {
  display: flex;
}
.social-icons a {
  width: 36px;
  height: 36px;
}
.social-icons a:hover {
  color: var(--color-brand);
}
.social-icons a + a {
  margin-left: 15px;
}

.subscription-form {
  position: relative;
  width: 312px;
}

.subscription-form__field {
  position: relative;
}

.subscription-form__btn {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ui-2);
}

.subscription-form__btn .svg-icon {
  display: block;
  width: 24px;
  height: 24px;
  color: var(--color-brand);
}
.dark-theme .subscription-form__btn .svg-icon {
  color: var(--color-ui-2);
}

.subscription-form .field__errors-wrap {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
}

.subscription-form__field .field-input {
  height: 48px;
  padding: 2px 60px 0 13px;
  background: var(--color-bg-2);
}
.dark-theme .subscription-form__field .field-input {
  background: var(--color-bg-3);
}

.subscription-form__success-message {
  position: absolute;
  left: 0;
  bottom: -24px;
  font-size: 12px;
  line-height: 16px;
  color: #959595;
}

@media (max-width: 1199px) {
  .subscription-form {
    margin: 20px auto 0;
  }
}
@media (max-width: 379px) {
  .subscription-form {
    width: 100%;
  }
}
.menu {
  height: 100%;
  flex-flow: row wrap;
  align-items: center;
  display: flex;
  gap: 0 30px;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .menu {
    gap: 0 20px;
    padding-left: 10px;
  }
}
.menu li {
  height: 100%;
  position: relative;
}
.menu li:hover .submenu-main {
  display: flex;
  flex-flow: column wrap;
}
.menu li a, .menu li span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: var(--color-fg-2);
  height: 100%;
  font-weight: var(--fw-semibold);
  white-space: nowrap;
}
.menu li a:hover, .menu li a.active, .menu li span:hover, .menu li span.active {
  color: var(--color-red);
}
.menu li a.active, .menu li span.active {
  pointer-events: none;
}
.menu li a:hover, .menu li a:active, .menu li span:hover, .menu li span:active {
  color: var(--color-red);
}
.menu li a-icon, .menu li span-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;
}
.menu__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.menu__links li {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.menu__links li a,
.menu__links li span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: var(--fz-large);
  line-height: var(--lh-large);
  font-weight: var(--fw-bold);
}
.menu__links li a:hover, .menu__links li a.active,
.menu__links li span:hover,
.menu__links li span.active {
  color: var(--color-red);
}
.menu__links li a.active,
.menu__links li span.active {
  pointer-events: none;
}
.menu__links li button {
  display: flex;
  width: 15px;
  height: 15px;
  color: var(--color-ui-2);
}
.menu__links-alt {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #707070;
}
.menu hr {
  color: #707070;
}
.menu__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  height: 100%;
  font-weight: var(--fw-semibold);
  white-space: nowrap;
}
.menu__link:hover, .menu__link.active {
  color: var(--color-red);
}
.menu__link.active {
  pointer-events: none;
}
.menu__link:hover, .menu__link:active {
  color: var(--color-red);
}
.menu__link-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;
}
.menu span.menu-main__link {
  cursor: pointer;
}

.submenu-main {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 5;
  color: #222;
  background: var(--color-bg-1);
  padding: 15px 20px;
  gap: 20px 30px;
  border-radius: var(--border-radius-base);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  max-height: 450px;
}
.submenu-main--wide {
  width: 650px;
  overflow: hidden;
}
.submenu-main--wide li {
  width: calc(50% - 15px);
}
.submenu-main--tight {
  width: 350px;
}
.dark-theme .submenu-main {
  background: var(--color-bg-2);
}
.submenu-main__link {
  color: var(--color-fg-2);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: unset !important;
}
.submenu-main__link:hover {
  color: var(--color-red);
}
.submenu-main__link-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;
}

.top-menu {
  width: 100%;
  height: 100%;
}
.top-menu ul {
  height: 100%;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  column-gap: 40px;
  white-space: nowrap;
  max-width: calc(100% - 20px);
  align-self: center;
}
.top-menu ul li {
  height: 100%;
}
.top-menu ul li a, .top-menu ul li span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #B0B0B0;
  height: 100%;
  font-size: var(--fz-small);
}
.top-menu ul li a:hover, .top-menu ul li a.active, .top-menu ul li span:hover, .top-menu ul li span.active {
  color: var(--color-red);
}
.top-menu ul li a.active, .top-menu ul li span.active {
  pointer-events: none;
}
.top-menu ul li a:hover:not(.active), .top-menu ul li a.active, .top-menu ul li span:hover:not(.active), .top-menu ul li span.active {
  color: #B0B0B0;
  filter: brightness(0.8);
}
.top-menu ul li a:hover:not(.active) svg, .top-menu ul li a.active svg, .top-menu ul li span:hover:not(.active) svg, .top-menu ul li span.active svg {
  filter: unset;
}
.dark-theme .top-menu ul li a:hover:not(.active), .dark-theme .top-menu ul li a.active, .dark-theme .top-menu ul li span:hover:not(.active), .dark-theme .top-menu ul li span.active {
  filter: brightness(1.2);
}
.top-menu ul li a.active, .top-menu ul li span.active {
  pointer-events: none;
}
.top-menu ul li a svg, .top-menu ul li span svg {
  width: 12px;
  height: 12px;
}

.submenu {
  transition: 800ms transform cubic-bezier(0.19, 1, 0.22, 1);
}
.submenu__btn-back {
  display: flex;
  transform: rotate(180deg);
  transition: var(--trs-base);
  color: var(--color-red);
  width: 18px;
  height: 18px;
}
.submenu__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.submenu__title__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: var(--fz-large);
  line-height: var(--lh-large);
  font-weight: var(--fw-bold);
}
.submenu__title__link:hover, .submenu__title__link.active {
  color: var(--color-red);
}
.submenu__title__link.active {
  pointer-events: none;
}
.submenu .menu__links-alt {
  padding-left: 30px;
}

.menu__links-alt {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.menu__links-alt a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #707070;
}
.menu__links-alt a:hover, .menu__links-alt a.active {
  color: var(--color-red);
}
.menu__links-alt a.active {
  pointer-events: none;
}

.step-instruction {
  position: relative;
  margin-top: 24px;
  counter-reset: step;
}
@media (min-width: 600px) {
  .step-instruction {
    margin-top: 64px;
  }
}
.step-instruction__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -40px 0;
}
@media (max-width: 1023px) {
  .step-instruction__grid {
    margin: 0 -12px;
  }
}
@media (max-width: 599px) {
  .step-instruction__grid {
    display: block;
    margin: 0;
  }
}
.step-instruction__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  width: 33.3333%;
  padding: 68px 40px 0 40px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .step-instruction__item {
    padding: 68px 12px 0 12px;
    width: 50%;
  }
}
@media (max-width: 599px) {
  .step-instruction__item {
    display: block;
    padding: 0 0 0 44px;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 600px) {
  .step-instruction__item {
    /* Pseudo blocks to cover line on desktop */
    /* Crossing line */
  }
  .step-instruction__item::after {
    content: "";
    display: block;
    height: 100%;
    width: 128px;
    background-color: var(--color-bg-1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .step-instruction__item:last-child::after {
    width: 100%;
  }
  .step-instruction__item-line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--color-fg-4);
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 1;
  }
}
.step-instruction__item .item-step,
.step-instruction__item .item-title,
.step-instruction__item .item-text {
  position: relative;
  z-index: 3;
}
.step-instruction__item::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: var(--color-bg-2);
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: var(--color-brand);
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 3;
}
@media (max-width: 599px) {
  .step-instruction__item::before {
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 29px;
    top: -4px;
    left: 0;
    transform: none;
  }
}
.step-instruction__item .item-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  word-break: break-word;
}
@media (max-width: 767px) {
  .step-instruction__item .item-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.step-instruction__item .item-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
  color: var(--color-ui-2);
}
@media (max-width: 767px) {
  .step-instruction__item .item-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
  }
}
.step-instruction__item .item-button {
  z-index: 3;
}
@media (max-width: 599px) {
  .step-instruction__item + .step-instruction__item {
    margin-top: 24px;
  }
}

.item-price-selector {
  position: relative;
  display: inline-block;
}

.item-price-selector__btn {
  padding-right: 21px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: var(--fw-base);
  line-height: 16px;
}

.item-price-selector__btn-icon {
  color: var(--color-ui-2);
  width: 12px;
  height: 12px;
  position: absolute;
  content: "";
  top: 6px;
  right: 0;
  transform: rotate(90deg);
  transition: var(--trs-base);
}

.item-price-selector__btn.open .item-price-selector__btn-icon {
  transform: rotate(-90deg);
}

.item-price-selector__items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 288px;
  overflow-y: auto;
  border-radius: 8px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  top: calc(100% + 4px);
  left: auto;
  right: 0;
  z-index: 3;
  scrollbar-width: thin;
  scrollbar-color: rgba(149, 149, 149, 0.4) transparent;
  cursor: default;
}
.dark-theme .item-price-selector__items {
  background-color: var(--color-bg-3);
}
.item-price-selector__items::-webkit-scrollbar {
  width: 10px;
}
.item-price-selector__items::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(149, 149, 149, 0.2);
}
.item-price-selector__items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(149, 149, 149, 0.4);
}
.item-price-selector__items.select-hide {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.item-price-selector__item {
  display: block;
  padding: 4px 15px 4px 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  font-size: 14px;
  font-weight: var(--fw-base);
  line-height: 22px;
  color: var(--color-fg-1);
  white-space: nowrap;
  cursor: default;
}

/*
We declare all variables here as default so that they are easy to override...
*/
/* Border, shadows, ... */
/*
Variables that begin with $var- should NEVER be used directly in CSS rules.
they should only be included via the "@include var(property, var-name)"
mechanism.
*/
/* Border styles */
/* Cookie notice positioning */
/* Text colors */
/* Font Families */
/* White */
/* Differently shaded colors */
/*
Use @include var(property, varname) to include a variable, e.g.

    @include var(background-color, white1);

to create a white background.
*/
/* Spacing */
/* Breakpoints */
.klaro.cm-as-context-notice {
  height: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.klaro .cookie-modal,
.klaro .context-notice,
.klaro .cookie-notice {
  /* The switch - the box around the slider */
}
.klaro .cookie-modal .cm-switch-container,
.klaro .context-notice .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-color: #c8c8c8;
  border-bottom-color: var(--light2, #c8c8c8);
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
}
.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .context-notice .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}
.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .context-notice .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch-container p,
.klaro .context-notice .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch,
.klaro .context-notice .cm-switch,
.klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #0ab205;
  background-color: var(--green1, #0ab205);
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #0ab205;
  background-color: var(--green1, #0ab205);
  opacity: 0.6;
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #088e04;
  background-color: var(--green2, #088e04);
  opacity: 0.8;
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #088e04;
  background-color: var(--green2, #088e04);
  opacity: 0.8;
  cursor: not-allowed;
}
.klaro .cookie-modal .cm-list-input,
.klaro .context-notice .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-list-title,
.klaro .context-notice .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-size: var(--fz-base);
  font-weight: 600;
}
.klaro .cookie-modal .cm-list-description,
.klaro .context-notice .cm-list-description,
.klaro .cookie-notice .cm-list-description {
  color: #7c7c7c;
  color: var(--dark3, #7c7c7c);
  font-size: 0.9em;
  padding-top: 4px;
}
.klaro .cookie-modal .cm-list-label,
.klaro .context-notice .cm-list-label,
.klaro .cookie-notice .cm-list-label {
  /* The slider */
  /* Rounded sliders */
}
.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .context-notice .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}
.klaro .cookie-modal .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  background-color: var(--color-ui-2);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}
.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #e6e6e6;
  background-color: var(--white3, #e6e6e6);
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  transition: 0.4s;
}
.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .context-notice .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}
.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .context-notice .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}
.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .context-notice .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  transform: translateX(20px);
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  transform: translateX(20px);
}
.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: var(--color-fg-2);
  font-size: var(--fz-base);
}
.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal h3,
.klaro .cookie-modal h4,
.klaro .cookie-modal h5,
.klaro .cookie-modal h6,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice h3,
.klaro .context-notice h4,
.klaro .context-notice h5,
.klaro .context-notice h6,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice h3,
.klaro .cookie-notice h4,
.klaro .cookie-notice h5,
.klaro .cookie-notice h6 {
  font-family: inherit;
  font-family: var(--title-font-family, inherit);
}
.klaro .cookie-modal .cm-btn:disabled,
.klaro .context-notice .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}
.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .context-notice .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background-color: #c8c8c8;
  background-color: var(--light2, #c8c8c8);
}
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  --color: var(--color-white);
  --color-hover: var(--color-white);
  --color-active: var(--color-white);
  --color-disabled: rgba(255, 255, 255, .6);
  --background: var(--color-green);
  --background-hover: var(--color-green);
  --background-active: var(--color-green);
  --border-color: transparent;
  --border-color-hover: transparent;
  --border-color-active: transparent;
  --border-color-disabled: transparent;
}
.klaro .cookie-modal .cm-btn.cm-btn-success:hover,
.klaro .context-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:hover {
  box-shadow: 0 5px 15px rgba(10, 178, 5, 0.8);
}
.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background-color: #088e04;
  background-color: var(--green2, #088e04);
}
.klaro .cookie-modal .cm-link,
.klaro .cookie-modal .cm-btn,
.klaro .context-notice .cm-link,
.klaro .context-notice .cm-btn,
.klaro .cookie-notice .cm-link,
.klaro .cookie-notice .cm-btn {
  --height: 44px;
  font-size: var(--fz-base);
  padding-left: 24px;
  padding-right: 24px;
}
.klaro .context-notice {
  border-radius: 4px;
  border-radius: var(--border-radius, 4px);
  border-style: solid;
  border-style: var(--border-style, solid);
  border-width: 1px;
  border-width: var(--border-width, 1px);
  border-color: #c8c8c8;
  border-color: var(--light2, #c8c8c8);
  background-color: #fafafa;
  background-color: var(--light1, #fafafa);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 100%;
}
.klaro .context-notice.cm-dark {
  background-color: #333;
  background-color: var(--dark1, #333);
  border-color: #5c5c5c;
  border-color: var(--dark2, #5c5c5c);
}
.klaro .context-notice.cm-dark p {
  color: #fafafa;
  color: var(--light1, #fafafa);
}
.klaro .context-notice.cm-dark p a {
  color: #459cdc;
  color: var(--blue2, #459cdc);
}
.klaro .context-notice p {
  color: #333;
  color: var(--dark1, #333);
  flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}
.klaro .context-notice p a {
  color: #088e04;
  color: var(--green2, #088e04);
}
.klaro .context-notice p.cm-buttons {
  margin-top: 12px;
}
.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}
.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}
.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  transform: none;
}
.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.klaro .cookie-modal .cm-modal.cm-klaro {
  background: var(--color-bg-2);
  color: var(--color-fg-2);
  border-radius: var(--border-radius-base-md);
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  width: 95%;
  height: auto;
}
.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.klaro .cookie-modal .cm-modal .hide svg {
  stroke: var(--color-fg-2);
}
.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
}
.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1.5em;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font: var(--font-h6);
  color: var(--color-fg-1);
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}
.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1.5em;
}
.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
  margin-left: -40px;
  display: none;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded {
  margin-top: 10px;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
  font-size: 0.8em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  border-top-color: #5c5c5c;
  border-top-color: var(--dark2, #5c5c5c);
  padding-top: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
  color: var(--color-fg-1);
  font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
  padding-left: 0.2em;
  font-size: 0.8em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  position: fixed;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  padding: 0 var(--container-padding);
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.25));
  border-radius: var(--border-radius-base-md);
  background: var(--color-bg-2);
  color: var(--color-fg-2);
  padding: 1em;
  width: 100%;
  max-width: var(--container-width);
}
@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 599px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
    justify-content: center;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  display: flex;
  gap: 15px;
}
.klaro .cookie-modal-notice {
  background: var(--color-bg-2);
  color: var(--color-fg-2);
  border-radius: var(--border-radius-base-md);
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  padding: 1em;
  padding-top: 0.2em;
}
@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    width: auto;
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
.klaro .cookie-notice-hidden {
  display: none !important;
}

/* The switch - the box around the slider */
.cm-switch-container {
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-color: #c8c8c8;
  border-bottom-color: var(--light2, #c8c8c8);
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
}
.cm-switch-container:last-child {
  border-bottom: 0;
}
.cm-switch-container:first-child {
  margin-top: 0;
}
.cm-switch-container p {
  margin-top: 0;
}

.cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.cm-list-input:checked + .cm-list-label .slider {
  background-color: #0ab205;
  background-color: var(--green1, #0ab205);
}

.cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #0ab205;
  background-color: var(--green1, #0ab205);
  opacity: 0.6;
}
.cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  transform: translateX(10px);
}

.cm-list-input.only-required + .cm-list-label .slider {
  background-color: #088e04;
  background-color: var(--green2, #088e04);
  opacity: 0.8;
}
.cm-list-input.only-required + .cm-list-label .slider::before {
  transform: translateX(10px);
}

.cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #088e04;
  background-color: var(--green2, #088e04);
  opacity: 0.8;
  cursor: not-allowed;
}

.cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.cm-list-title {
  font-size: var(--fz-base);
  font-weight: 600;
}

.cm-list-description {
  color: #7c7c7c;
  color: var(--dark3, #7c7c7c);
  font-size: 0.9em;
  padding-top: 4px;
}

.cm-list-label {
  /* The slider */
  /* Rounded sliders */
}
.cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}
.cm-list-label .slider {
  background-color: var(--color-ui-2);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}
.cm-list-label .slider::before {
  background-color: #e6e6e6;
  background-color: var(--white3, #e6e6e6);
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  transition: 0.4s;
}
.cm-list-label .slider.round {
  border-radius: 30px;
}
.cm-list-label .slider.round::before {
  border-radius: 50%;
}
.cm-list-label input:checked + .slider::before {
  transform: translateX(20px);
}

.cm-list-input:checked + .cm-list-label .slider::before {
  transform: translateX(20px);
}

/*
We declare all variables here as default so that they are easy to override...
*/
/* Border, shadows, ... */
/*
Variables that begin with $var- should NEVER be used directly in CSS rules.
they should only be included via the "@include var(property, var-name)"
mechanism.
*/
/* Border styles */
/* Cookie notice positioning */
/* Text colors */
/* Font Families */
/* White */
/* Differently shaded colors */
/*
Use @include var(property, varname) to include a variable, e.g.

    @include var(background-color, white1);

to create a white background.
*/
/* Spacing */
/* Breakpoints */
.model-page__title {
  margin-top: 24px;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 64px;
}
@media (max-width: 767px) {
  .model-page__title {
    margin-top: 12px;
    font-size: 28px;
    line-height: 36px;
  }
}
.model-page__navigation {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .model-page__navigation {
    margin-top: 8px;
  }
}
.model-page__slider {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .model-page__slider {
    margin-top: 8px;
    margin-right: calc(-1 * var(--container-padding));
  }
}
.model-page__catalog {
  margin-top: 64px;
}
.model-page__params {
  display: flex;
  margin-top: 32px;
  color: var(--color-ui-2);
}
.model-page__param {
  min-width: 200px;
  margin-left: 24px;
}
.model-page__param:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .model-page__param {
    min-width: unset;
  }
}
.model-page__param-title {
  font-size: 24px;
  line-height: 40px;
}
.model-page__param-title--active {
  color: var(--color-fg-1);
}
@media (max-width: 767px) {
  .model-page__param-title {
    font-size: 14px;
    line-height: 24px;
  }
}
.model-page__param-text {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .model-page__param-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.model-page__catalog--search-results {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .model-page__catalog--search-results {
    margin-top: 0;
  }
}
.model-page__placeholder {
  height: 1000px;
}

.model-page .container {
  padding: 0;
}

.modal-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 191;
  transform: translateX(100%);
  transition: 800ms transform cubic-bezier(0.19, 1, 0.22, 1);
}

.state--modal-open .modal-window--open {
  transform: translateX(0);
}

.modal-window .breadcrumbs {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
}

.modal-window__wrapper {
  height: 100%;
  box-shadow: -22px 2px 48px 0 rgba(0, 0, 0, 0.3);
  background-color: var(--color-bg-1);
  margin-left: calc((100vw - 1360px) / 2 + 550px);
}
@media (max-width: 1360px) {
  .modal-window__wrapper {
    max-width: 738px;
    margin-left: auto;
  }
}

.modal-window__content {
  position: relative;
  overflow-y: auto;
  height: 100%;
  padding: 56px 64px 24px;
  max-width: 748px;
}

.modal-window__content p {
  margin-top: 32px;
}

.modal-window__info {
  margin: 24px 0;
}

.modal-window--news-gallery .modal-window__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  max-width: 100%;
}
.light-theme .modal-window--news-gallery .modal-window__wrapper {
  background-color: rgba(255, 255, 255, 0.75);
}
.dark-theme .modal-window--news-gallery .modal-window__wrapper {
  background-color: rgba(34, 34, 34, 0.75);
}

.modal-window--news-gallery .modal-window__content {
  width: 1310px;
  max-width: 1310px;
  padding: 20px 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-window--news-gallery .modal-window__content .breadcrumbs {
  margin-top: 0;
}

.modal-window--news-gallery .product-gallery {
  margin-top: 0;
}

.modal-window--news-gallery .product-gallery__image,
.modal-window--news-gallery .product-gallery__slide {
  max-height: 100%;
}

@media (min-width: 600px) {
  .modal-window__content {
    scrollbar-width: thin;
    scrollbar-color: rgba(149, 149, 149, 0.4) transparent;
  }

  .modal-window__content::-webkit-scrollbar {
    width: 10px;
  }

  .modal-window__content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
  }

  .modal-window__content:hover::-webkit-scrollbar-thumb {
    background-color: rgba(149, 149, 149, 0.2);
  }

  .modal-window__content:hover::-webkit-scrollbar-thumb:hover {
    background-color: rgba(149, 149, 149, 0.4);
  }
}
@media (max-width: 1343px) {
  .modal-window__content {
    padding: 56px 40px 24px;
  }

  .modal-window--news-gallery .modal-window__wrapper {
    max-width: 100%;
  }

  .modal-window--news-gallery .modal-window__content {
    padding: 64px 20px;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .modal-window {
    overflow-y: auto;
    left: 0;
    max-width: unset;
  }

  .modal-window__wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
  }

  .modal-window__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-window__content {
    overflow-y: auto;
    padding: 16px var(--container-padding) 24px;
  }

  .modal-window .breadcrumbs {
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .modal-window {
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .modal-window__button-block + .modal-window__content {
    padding-bottom: 40px;
  }
}

.article {
  margin-bottom: 100px;
}

.article:last-child {
  margin-bottom: 0;
}

.article__wrap {
  margin: 24px 0 0;
}

.article__header {
  margin-bottom: 24px;
}

.article__wrap--flex {
  display: flex;
}

.article__narrow-wrap {
  max-width: 1096px;
  margin: 32px auto 0;
}

.article__narrow-wrap-alt {
  max-width: 980px;
  margin: 32px auto 0 0;
}

.article .catalog {
  margin-bottom: 50px;
}

.article__catalog {
  margin-top: 30px;
}

.article__category-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}

.article__category {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: var(--fw-bold);
  background-color: var(--color-brand);
  height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
}

.article__category-captions {
  display: flex;
}

.article__category-caption {
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  color: var(--color-fg-2);
  margin-left: 24px;
  flex: 0 0 auto;
}

.article__subtitle.article__subtitle {
  font-size: 24px;
  line-height: 32px;
  color: var(--color-fg-2);
  font-weight: var(--fw-semibold);
  margin-top: 16px;
  max-width: 720px;
}

.article__content {
  max-width: 720px;
}

.article__slider-wrap {
  margin-top: 40px;
}

.article__gallery-wrap {
  max-width: calc(100% + 376px);
  margin-right: -376px;
}

.article__main {
  margin-top: 36px;
}

@media (max-width: 1343px) {
  .article__gallery-wrap {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .article {
    margin-bottom: 40px;
  }

  .article__wrap {
    display: block;
    margin-top: 15px;
  }

  .article__header {
    margin-bottom: 16px;
  }

  .article__narrow-wrap {
    margin-top: 15px;
  }

  .article__subtitle.article__subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 100%;
  }

  .article__category {
    font-size: 12px;
    line-height: 18px;
    padding: 0 8px;
    border-radius: 6px;
    margin-top: 14px;
    height: 25px;
  }

  .article__category-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .article__category-caption {
    margin-left: 0;
    margin-right: 24px;
  }

  .article__main {
    margin-top: 24px;
  }

  .article__slider-wrap {
    margin-top: 24px;
  }
}
.image-article.image-article {
  margin: 36px -112px 64px;
  width: calc(100% + 224px);
  max-width: calc(100% + 224px);
  border-radius: 16px;
}

.image-article:first-child {
  margin-top: 0;
}

@media (max-width: 1343px) {
  .image-article.image-article {
    margin: 30px auto 30px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .image-article.image-article {
    margin: 24px auto 24px;
  }
}
.news-list {
  margin-top: 70px;
}

.news-list__items {
  max-width: 924px;
}

.news-list__item {
  border-bottom: 1px solid #454545;
}

.news-list__item:last-child {
  border-bottom: 0;
}

.news-list__banner {
  display: flex;
}
.news-list__banner .news-item__title {
  color: var(--color-white);
}

.news-list__banner-left {
  flex: 1 1 auto;
  display: flex;
  width: 100%;
}

.news-list__banner-right {
  padding-left: 24px;
  flex: 0 0 auto;
  width: 336px;
}

.news-list__banner-small-item {
  margin-top: 24px;
}

.news-list__banner-big-item {
  display: flex;
}

.news-list__main {
  margin-top: 30px;
}

.news-list__page-nav {
  max-width: 924px;
}

@media (max-width: 1023px) {
  .news-list__banner {
    display: block;
  }

  .news-list__banner-right {
    padding-left: 0;
    margin-top: 8px;
    width: 100%;
  }
  .news-list__banner-right .news-item__title {
    color: var(--color-fg-1);
  }

  .news-list__item {
    border-bottom: 0;
  }

  .news-list__banner-small-item {
    margin-top: 0;
  }

  .news-list__main {
    margin-top: 0;
  }

  .news-list {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .news-list__page-nav {
    margin-top: 8px;
  }

  .news-list {
    margin-top: 10px;
  }
}
.video-article {
  margin: 36px 0 64px;
  width: 100%;
  max-width: 100%;
}

.video-article:first-child {
  margin-top: 0;
}

.video-article__caption {
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  font-weight: var(--fw-bold);
  color: var(--color-fg-1);
  margin-top: 12px;
}

.video-article__sub-caption {
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  color: var(--color-fg-2);
  margin-top: 2px;
}

@media (max-width: 1343px) {
  .video-article {
    margin: 30px auto 30px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .video-article {
    margin: 20px auto 20px;
  }
}
.video-yt {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 55.5%;
}

.video-yt__iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  outline: none;
}

.notificator {
  position: fixed;
  left: 0;
  top: 30vh;
  z-index: 191;
}
.notificator a {
  color: var(--color-red);
  cursor: pointer;
  border-bottom: 1px solid var(--color-brand);
  transition: var(--trs-base);
  outline-offset: 1px;
  outline: none;
}
.notificator a:hover, .notificator a:active {
  color: var(--color-red-dark);
  border-bottom: 1px solid var(--color-red-dark);
}
.notificator__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 175px;
  border-radius: 0 16px 16px 0;
  transition: all 0.2s;
  animation: pulse 3s linear infinite;
  cursor: pointer;
}
.notificator__label svg {
  width: 14px;
  height: 15px;
  fill: transparent;
  stroke: #fff;
  color: #fff;
}
.notificator__block {
  position: relative;
  max-width: calc(100% - 20px);
  padding: 30px 40px;
  border-radius: 0 40px 40px 0;
  background: var(--color-white);
  color: var(--color-black);
  transition: all 1s ease-in;
}
.notificator__block__close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.notificator__block__close svg {
  width: 18px;
  height: 18px;
}
.notificator__block__header {
  color: var(--color-black);
  text-align: center;
}
.notificator__block p {
  font-size: 12px;
  line-height: 140%;
}
.dark-theme .notificator__block {
  background: #E4E4E5;
}

@media (min-width: 1200px) {
  .notificator__label {
    width: 50px;
    height: 350px;
  }
  .notificator__label svg {
    width: 32px;
    height: 33px;
  }
  .notificator__block {
    max-width: 700px;
    padding: 50px 80px;
  }
  .notificator__block p {
    font-size: 20px;
  }
}
.promotion-banner {
  position: relative;
  min-height: 480px;
  padding: 40px;
}
.promotion-banner__title {
  color: var(--color-white);
}

.promotion-banner--dimmed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(90deg, #000 0%, transparent 100%);
  border-radius: var(--border-radius-base-lg);
}

.promotion-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-base-lg);
  object-fit: cover;
}

.promotion-banner__content {
  position: relative;
  width: 50%;
}

.promotion-banner__text {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .promotion-banner {
    padding: 0;
    min-height: unset;
  }

  .promotion-banner--dimmed::before {
    display: none;
  }

  .promotion-banner__image {
    position: static;
  }

  .promotion-banner__content {
    width: 100%;
    margin-top: 12px;
  }

  .promotion-banner__text {
    font-size: 14px;
    line-height: 22px;
  }
}
.promotion-calc-slider {
  position: relative;
}

.promotion-calc-slider:hover .product-slider__arrow:not(.swiper-button-disabled) {
  opacity: 1;
}

.promotion-calc-slider__slide {
  width: 424px;
  padding: 32px 44px;
  border-radius: var(--border-radius-base);
  background-color: var(--color-bg-2);
}

.promotion-calc-slider__slide-inner {
  width: 100%;
}

.promotion-calc-slider__price-row {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-ui-2);
}

.promotion-calc-slider__price-row-dash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promotion-calc-slider .product-slider__arrow--prev {
  left: -20px;
}

.promotion-calc-slider .product-slider__arrow--next {
  right: -20px;
}

@media (max-width: 1343px) {
  .promotion-calc-slider .product-slider__arrow--prev {
    left: 15px;
  }

  .promotion-calc-slider .product-slider__arrow--next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .promotion-calc-slider__slide {
    width: 264px;
    padding: 20px 24px;
  }

  .promotion-calc-slider__price-row {
    font-size: 14px;
    line-height: 22px;
  }
}
.promotion-calculation {
  position: relative;
}
.promotion-calculation__banner {
  background-color: var(--color-bg-2);
}

.promotion-calculation__prices {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-ui-2);
}

.promotion-calculation__slider {
  margin-top: 32px;
}

.promotion-calculation__tabs {
  margin-top: 24px;
  margin-bottom: 24px;
}

.promotion-calculation__slider .product-slider__arrow {
  opacity: 1;
}

.promotion-calculation__slider .swiper-button-disabled {
  display: none;
}

@media (max-width: 767px) {
  .promotion-calculation__prices {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
  }

  .promotion-calculation__slider {
    margin-top: 12px;
  }

  .promotion-calculation__banner {
    margin-top: 12px;
  }
}
.promotion-item {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 40px 48px;
  background-color: var(--color-bg-2);
  border-radius: var(--border-radius-base-md);
}
@media (max-width: 1199px) {
  .promotion-item {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .promotion-item {
    margin-top: 12px;
    padding: 24px;
  }
}
.promotion-item:first-child {
  margin-top: 0;
}
.promotion-item__content {
  flex: 1;
  min-width: 1px;
  margin-right: 24px;
}
@media (max-width: 1199px) {
  .promotion-item__content {
    margin-right: 0;
  }
}
.promotion-item__image {
  flex: 1;
  max-width: 450px;
  width: 100%;
  height: auto;
  align-self: center;
  border-radius: var(--border-radius-base-md);
}
@media (max-width: 1343px) {
  .promotion-item__image {
    display: block;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .promotion-item__image {
    margin-top: 24px;
  }
}
.promotion-item__brand-image {
  width: 64px;
  height: 64px;
}
.promotion-item__client-text {
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-ui-2);
}
.promotion-item__title {
  margin-top: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .promotion-item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}
.promotion-item__params {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(60px, max-content));
  gap: 32px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .promotion-item__params {
    margin-top: 16px;
    gap: 8px 24px;
  }
}
@media (max-width: 599px) {
  .promotion-item__params {
    grid-template-columns: repeat(3, auto);
  }
}
.promotion-item__param-name {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .promotion-item__param-name {
    font-size: 14px;
    line-height: 22px;
  }
}
.promotion-item__param-value {
  margin-top: 2px;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-brand);
}
@media (max-width: 767px) {
  .promotion-item__param-value {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
}
.promotion-item__buttons-block {
  margin-top: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .promotion-item__buttons-block {
    margin-top: 24px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .promotion-item__button {
    --height: 36px;
    display: block;
    width: 100%;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
  }
}
.promotion-item__link {
  color: var(--color-brand);
  margin-left: 20px;
}
.dark-theme .promotion-item__link {
  color: var(--color-white);
}
@media (max-width: 767px) {
  .promotion-item__link {
    margin: 16px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }
}

.promotions-list {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .promotions-list {
    margin-top: 8px;
  }
}
.promotions-list__list {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .promotions-list__list {
    margin-top: 20px;
  }
}

.rating--input {
  display: block;
}

.rating__layout {
  display: flex;
  align-items: center;
}

.rating__row {
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.rating--input .rating__row {
  display: block;
  width: 100%;
}

.rating__grid {
  display: flex;
}

.rating--input .rating__grid {
  margin-left: 12px;
  margin-top: 3px;
}

.rating--input .rating__item {
  cursor: pointer;
}

.rating__item {
  flex: 0 0 auto;
  display: block;
  color: var(--color-fg-4);
  position: relative;
  transition: color 0.1s;
  padding-left: 2px;
  padding-right: 2px;
}

.rating__item:first-child {
  margin-left: -3px;
}

.rating__item--checked {
  color: var(--color-brand);
}

.rating__input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.rating__item .svg-icon {
  width: 16px;
  height: 14px;
}

.rating__layer--checked {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__layer--input {
  width: 100%;
}

.rating--big .rating__item .svg-icon {
  width: 20px;
  height: 19px;
}

.rating--link,
.rating--link .rating__item {
  cursor: pointer;
}

.rating__icon.rating__icon {
  display: block;
}

.rating__integrated-label {
  font-size: 12px;
  line-height: 18px;
  color: var(--color-fg-2);
  margin-left: 12px;
}

.review-banner {
  background-position: top right;
  background-size: cover;
  padding: 25px;
  border-radius: var(--border-radius-base-md);
  background-color: var(--color-bg-2);
}

.review-banner--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.review-banner__title {
  max-width: 290px;
}

.review-banner__text {
  margin-top: 4px;
  max-width: 290px;
}

.review-banner__action {
  margin-top: 16px;
}

.review-banner__btn {
  width: 100%;
}

@media (max-width: 1023px) {
  .review-banner {
    padding: 12px;
    background: var(--color-bg-2) !important;
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 -12px;
  }

  .review-banner__title,
.review-banner__text {
    display: none;
  }

  .review-banner__action {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .review-banner__btn {
    height: 36px;
    font-size: 14px;
    line-height: 20px;
  }
}
.review__message {
  padding: 24px;
  background-color: var(--color-bg-2);
  border-radius: var(--border-radius-base-md);
  margin-top: 8px;
}

.review__footer {
  display: flex;
  margin-top: 14px;
  align-items: baseline;
}

.review__name {
  font-size: 20px;
  line-height: 28px;
  color: var(--color-fg-1);
  font-weight: var(--fw-semibold);
  flex: 0 0 auto;
  margin-right: 16px;
}

.review__date {
  color: var(--color-fg-2);
  flex: 0 0 auto;
}

.review__answer {
  padding-left: 21px;
  position: relative;
  margin: -5px 0;
}

.review__answer::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--color-brand);
  top: 5px;
  left: 0;
  bottom: 5px;
}

.review__content {
  margin-top: 18px;
}

@media (max-width: 1023px) {
  .review__message {
    padding: 16px;
    margin-top: 4px;
  }

  .review__content {
    margin-top: 12px;
  }

  .review__name {
    font-size: 16px;
    line-height: 24px;
  }

  .review__date {
    font-size: 14px;
    line-height: 22px;
  }

  .review__footer {
    margin-top: 12px;
  }

  .review__answer {
    padding-left: 15px;
  }
}
.reviews-list {
  width: 100%;
}

.reviews-list__wrap {
  display: flex;
  margin: 0 -12px;
  width: calc(100% + 24px);
}

.reviews-list__main {
  flex: 1 1 auto;
  padding: 0 12px;
}

.reviews-list__aside {
  flex: 0 0 auto;
  padding: 0 12px;
  width: 450px;
}

.reviews-list__item {
  margin-top: 32px;
}

.review-list__page-nav {
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .reviews-list__wrap {
    display: block;
  }

  .reviews-list__aside {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    margin-top: 20px;
  }

  .reviews-list__item {
    margin-top: 16px;
  }

  .review-list__page-nav {
    padding-top: 0;
    margin-top: 16px;
  }
}
.search-small {
  width: 100%;
  display: flex;
  color: black;
}

.search-small .product:not(:first-child) {
  border-top: 1px solid #e6e7e9;
}

.search-small .loader__icon {
  width: 30px;
  height: 30px;
}

.search-small__wrap {
  width: 100%;
  position: relative;
}

.search-small__form {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.search-small__field {
  flex: 1 1 auto;
}

.search-small__close-btn {
  display: none;
  width: 44px;
  height: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #818690;
  transition: color var(--trs-base);
}

.state--search-small-open .search-small__close-btn,
.state--search-small-open-mob .search-small__close-btn {
  display: flex;
}

.search-small__close-btn::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px dashed;
  border-radius: inherit;
  opacity: 0;
  transition: inherit;
  pointer-events: none;
}

.search-small__close-btn-icon {
  display: block;
  width: 14px;
  height: 14px;
}

.search-small__submit-btn {
  flex: 0 0 auto;
  width: 54px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: color var(--trs-base);
}

.search-small__submit-btn[disabled] {
  cursor: not-allowed;
}

.search-small__submit-btn::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px dashed;
  border-radius: inherit;
  opacity: 0;
  transition: inherit;
  pointer-events: none;
}

.search-small__submit-btn-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  z-index: 1;
  color: var(--color-ui-2);
}

.search-small__result {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  transition: var(--trs-dropdown), left 0s;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 0, 0) scaleY(0);
  transform-origin: left top;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--color-bg-1);
  max-height: 505px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(2, 13, 33, 0.1);
  border-radius: 16px;
}

.search-small__loader-wrap:only-child {
  min-height: 62px;
}

.state--search-small-open .search-small__result,
.state--search-small-open-mob .search-small__result {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scaleY(1);
}

.state--search-small-open-mob .menu-button {
  display: none;
}

.search-small__suggestions {
  padding: 14px 16px 20px;
  border-bottom: 1px solid #e6e7e9;
}

.search-small__suggestion-wrap {
  display: block;
  margin-top: 6px;
}

.search-small__suggestion-wrap:first-child {
  margin-top: 0;
}

.search-small__suggestion {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}

.search-small__count {
  font-size: 14px;
  line-height: 18px;
  color: #818690;
  margin-left: 8px;
}

.search-small .field-input {
  padding: 0 16px 0 54px;
  font-size: 18px;
  line-height: 28px;
  font-weight: initial;
  height: 48px;
  box-shadow: 0 0 0 1px transparent inset;
  color: var(--color-bg-1-contrast);
  background-color: transparent;
  border: 1px solid #dedede;
}
.dark-theme .search-small .field-input {
  background-color: var(--color-bg-2);
  border: none;
}

.search-small .field-input:focus,
.scrolled .field-input {
  box-shadow: 0 0 0 1px #959595 inset;
}

.search-small .field-input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 28px;
  font-weight: initial;
  color: var(--color-ui-2);
}

.search-small .field-input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 28px;
  font-weight: initial;
  color: var(--color-ui-2);
}

.search-small .field-input::placeholder {
  font-size: 18px;
  line-height: 28px;
  font-weight: initial;
  color: var(--color-ui-2);
}

@media (any-hover: hover) {
  .search-small__submit-btn:hover {
    color: var(--color-brand);
  }
}
.state--focus-enabled .search-small__close-btn:focus::after {
  opacity: 0.75;
}
.state--focus-enabled .search-small__submit-btn:focus::after {
  opacity: 0.75;
}

.search-small__btn-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  height: 48px;
  border-radius: 0;
}

.search-small__result-message {
  padding: 20px 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-fg-1);
}

.search-small__result-message:not(:last-child) {
  border-bottom: 1px solid #e6e7e9;
}

.search-small__popular-requests {
  padding: 20px 16px;
}

.search-small__requests-list {
  display: flex;
  flex-wrap: wrap;
}

.search-small__requests-item {
  font-size: 13px;
  line-height: 22px;
  background-color: transparent;
  border: 1px solid #cccfd3;
  border-radius: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  margin-right: 15px;
  margin-top: 15px;
  cursor: pointer;
  transition: color var(--trs-base), border var(--trs-base);
}

.search-small__requests-item:hover,
.search-small__requests-item:focus {
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
}

.search-small__title {
  font-size: 16px;
  line-height: 22px;
}

.search-small--mob {
  display: none;
}

.search-small__suggestions-title {
  display: none;
}

.search-small__close-modal-btn {
  display: none;
}

.search-small__action {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 20px;
  margin-bottom: -15px;
  bottom: 0;
}

.search-small__tabs {
  display: flex;
  gap: 15px;
  padding: 15px 15px 0 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: var(--color-bg-1);
}

.search-small__items {
  margin: 15px 0;
}

.search-small__item {
  padding: 0 15px;
  margin-top: 20px;
}

.search-small__item-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.search-small__item-title {
  color: var(--color-fg-1);
  font-weight: var(--fw-semibold);
}

a.search-small__item-title svg {
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-left: 3px;
  transform: translate(0);
  color: var(--color-fg-2);
  transition: transform var(--trs-base);
}

a.search-small__item-title:hover svg {
  transform: translate(5px, 0);
}

.search-small__item-link {
  display: block;
  font-size: var(--fz-smaller);
  line-height: var(--lh-smaller);
  color: var(--color-fg-1);
  margin-top: 10px;
}

.search-small__item-title + .search-small__item-items .search-small__item-link {
  margin-left: 10px;
}

.search-small__item-link:hover {
  color: var(--color-brand);
}

.search-small__item-link-wrap {
  padding: 0 15px;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .state--search-small-open-mob .search-small {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 210;
    transition: visibility var(--trs-dropdown), opacity var(--trs-dropdown);
    background-color: var(--color-bg-1);
    padding: 0;
  }

  .search-small__result {
    width: 100%;
    max-height: none;
    transition: opacity var(--trs-dropdown), left 0s, visibility var(--trs-dropdown);
    display: flex;
    flex-direction: column;
  }

  .state--search-small-open-mob .search-small__close-modal-btn {
    display: block;
    margin-left: 16px;
  }

  .search-small__close-modal-btn-icon {
    display: block;
    width: 14px;
    height: 14px;
  }

  .search-small__action {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: auto;
    margin: 20px 0 0;
    bottom: 10px;
    left: -16px;
    right: -16px;
  }

  .search-small__item {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
  }

  .search-small__item-link-wrap {
    padding: 0;
  }

  .search-small__items {
    margin-bottom: 0;
    flex: 1 1 auto;
    padding: 0 0 68px;
  }

  .search-small__content-wrap {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .search-small__content {
    display: flex;
    flex-direction: column;
  }

  .search-small__tabs {
    margin: 0;
    width: 100%;
    padding: 16px;
    overflow-y: scroll;
  }

  .search-small__items--ml-16 {
    margin-left: 16px;
  }
}
.page-section-header {
  display: flex;
  align-items: baseline;
  margin: 24px 0;
}

.page-section-header__main {
  flex: 1 1 auto;
}

.page-section-header__title--centered {
  text-align: center;
}

/* .page-section-header__title-link {
	display: flex;
	align-items: center;
} */
.page-section-header__icon {
  display: inline-block;
  width: 14px;
  height: 24px;
  margin-left: 16px;
  transform: translate(0);
  color: var(--color-fg-2);
  transition: transform var(--trs-base);
}

.page-section-header__title-link:hover .page-section-header__icon {
  transform: translate(10px, 0);
}

@media (max-width: 767px) {
  .page-section-header {
    margin: 14px 0;
  }

  .page-section-header__icon {
    width: 10px;
    height: 18px;
    transform: translate(0, -3px);
  }

  .page-section-header__title {
    font: var(--font-h3);
  }
}
.page-section {
  margin: 96px 0;
}
.page-section.is-last, .page-section:last-child {
  margin-bottom: 0;
}
.page-section:first-child {
  margin-top: 50px;
}

.page-section--connect-top {
  margin-top: 0;
}

.page-section--overflow {
  overflow: hidden;
}

.page-section--overflow-alt {
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 54px;
}

.page-section--alt {
  overflow: hidden;
  background-color: rgba(15, 49, 106, 0.04);
  padding-top: 38px;
  padding-bottom: 72px;
  margin-bottom: 0;
}

.page-section--inner {
  margin: 24px 0 0;
}

.page-section--inner .page-section-header {
  margin: 17px 0;
}

.page-section--inner .container {
  padding: 0;
}

@media (max-width: 1199px) {
  .page-section--inner .container {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .page-section {
    max-width: 100%;
  }

  .page-section--inner .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-section {
    margin: 40px 0;
  }

  .page-section--overflow-alt {
    margin: 40px 0 -40px;
  }

  .page-section:first-child {
    margin-top: 0;
  }

  .page-section--connect-top {
    margin-top: 0;
  }

  .page-section--alt {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.page-title {
  margin: 0 0 32px;
}

.page-title__title {
  font: var(--font-h0);
}

@media (max-width: 767px) {
  .page-title__title {
    font-size: 28px;
    line-height: 36px;
  }

  .page-title {
    margin: 18px 0 24px;
  }
}
.subsection {
  margin: var(--subsection-offset) 0;
}

.subsection__title {
  margin: 24px 0;
}

@media (max-width: 1023px) {
  .subsection__title {
    margin: 12px 0;
  }
}
.form-steps__items {
  display: flex;
  width: calc(100% + 5px);
  margin: 0 -2.5px;
}

.form-steps__item {
  display: block;
  flex: 0 0 auto;
  width: 20%;
  padding: 0 2.5px;
  cursor: pointer;
}

.form-steps__name {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  height: 26px;
  border-bottom: 3px solid var(--color-green);
  text-align: center;
  white-space: nowrap;
  transition: border var(--trs-base), color var(--trs-base);
}

.form-steps__item.active {
  cursor: default;
}

.form-steps__item.active .form-steps__name {
  color: var(--color-brand);
  border-bottom: 3px solid var(--color-brand);
}
.dark-theme .form-steps__item.active .form-steps__name {
  border-color: 3px solid var(--color-white);
}

.form-steps__item.active ~ .form-steps__item {
  cursor: default;
}

.form-steps__item.active ~ .form-steps__item .form-steps__name {
  color: #c1c1c1;
  border-bottom: 3px solid var(--color-bg-2);
}
.dark-theme .form-steps__item.active ~ .form-steps__item .form-steps__name {
  color: var(--color-gray);
  border-color: var(--color-gray);
}

.form-steps__value {
  font-size: 14px;
  line-height: 17px;
  margin-top: 6px;
  text-align: center;
  height: 17px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .form-steps__name {
    font-size: 10px;
    line-height: 12px;
    height: 23px;
  }

  .form-steps__value {
    font-size: 10px;
    line-height: 12px;
  }
}
.selection {
  position: relative;
}

.selection__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selection__header-title {
  font-size: 26px;
  line-height: 31px;
  font-weight: var(--fw-bold);
}

.selection__form-steps {
  margin-top: 33px;
}

.selection__main {
  margin-top: 44px;
  padding: 24px 32px 0;
  border-top-left-radius: var(--border-radius-base-md);
  border-top-right-radius: var(--border-radius-base-md);
  background: var(--color-bg-4);
}
.dark-theme .selection__main {
  background: var(--color-bg-2);
}

.selection__footer {
  display: flex;
  justify-content: flex-end;
  border-bottom-left-radius: var(--border-radius-base-md);
  border-bottom-right-radius: var(--border-radius-base-md);
  padding: 36px 32px 24px;
  background: var(--color-bg-4);
}
.dark-theme .selection__footer {
  background: var(--color-bg-2);
}

.selection__footer:empty {
  padding: 0 32px 32px;
}

.selection__group {
  display: none;
}

.selection__group.active {
  display: block;
}

.selection__fields {
  position: relative;
}

.selection__field {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.selection__field.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  position: static;
}

.selection__action .btn {
  min-width: 150px;
}

.selection__success {
  margin-top: 44px;
  border-radius: var(--border-radius-base-md);
  padding: 24px 32px 24px;
  background: var(--color-bg-2);
}

.selection__success-message {
  font-size: 17px;
  line-height: 22px;
  font-weight: var(--fw-bold);
}

@media (max-width: 1023px) {
  .selection__header-title {
    font-size: 24px;
    line-height: 29px;
  }

  .selection__main {
    padding: 20px 16px;
    margin-top: 20px;
  }

  .selection__footer {
    padding: 4px 16px 20px;
  }

  .selection__footer-actions {
    width: 100%;
  }

  .selection__footer-actions .btn {
    width: 100%;
  }
}
.article-poster {
  position: relative;
  width: 100%;
  min-height: 224px;
  border-radius: var(--border-radius-base);
  box-shadow: 0 0 0 1px #e6e7e9 inset;
  overflow: hidden;
}

.article-poster__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  z-index: 2;
  outline: none;
}

.article-poster__link::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px dashed;
  border-radius: inherit;
  opacity: 0;
  transition: inherit;
  pointer-events: none;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.article-poster__visual {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: calc(100% - 2px);
  border-top-right-radius: var(--border-radius-base);
  border-top-left-radius: var(--border-radius-base);
  overflow: hidden;
}

.article-poster__visual::after {
  content: "";
  display: block;
  padding-top: 70%;
}

.article-poster__image,
.article-poster__image.product-image {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-poster:hover .article-poster__image {
  transform: scale(1.05);
}

.article-poster__title {
  display: -webkit-box;
  color: var(--color-fg-1);
  transition: var(--trs-base);
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--fw-semibold);
  margin-top: 5px;
  max-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (any-hover: hover) {
  .article-poster:hover .article-poster__title {
    color: #06e;
    border: none;
    text-decoration: none;
  }
}
.article-poster:active .article-poster__title {
  color: var(--color-red-dark);
}

.state--focus-enabled .article-poster__link:focus::after {
  opacity: 0.75;
}

.article-poster__info {
  padding: 18px 28px 24px;
  position: relative;
}

.article-poster__date {
  font-size: 14px;
  line-height: 22px;
  color: #818690;
  margin-top: 12px;
}

.article-poster__date--alt {
  font-size: 14px;
  line-height: 24px;
  font-weight: var(--fw-semibold);
  color: #06e;
  margin-top: 0;
  margin-bottom: 10px;
}

.article-poster__play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.article-poster__play-btn::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #e06;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.article-poster__play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #fff;
}

.article-poster__description {
  display: -webkit-box;
  font-size: 14px;
  line-height: 24px;
  color: #818690;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 72px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .article-poster__info {
    padding: 15px 12px 20px;
  }

  .article-poster__title {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
  }

  .article-poster--sale .article-poster__title {
    max-height: 40px;
  }

  .article-poster__date {
    margin-top: 7px;
    font-size: 12px;
    line-height: 22px;
  }
}
.hero-slider {
  position: relative;
}

.hero-slider .swiper-scrollbar {
  display: none;
}

.hero-slider__wrap {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--border-radius-base-lg);
}

.hero-slider__arrows {
  position: absolute;
  bottom: 48px;
  left: 80px;
  display: flex;
  z-index: 2;
}

.hero-slider__counter {
  font-size: 24px;
  line-height: 32px;
  font-weight: var(--fw-bold);
  margin-left: 20px;
  flex: 0 0 auto;
  align-self: center;
  margin-top: 6px;
  transition: color var(--trs-base);
  color: var(--color-ui-2);
}

.hero-slider__counter--dark {
  color: #F5F5F7;
}

.hero-slider__wrap.disabled .hero-slider__arrows {
  display: none;
}

.hero-slider__arrow {
  margin-right: 10px;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-fg-1-contrast);
  color: var(--color-brand);
  position: relative;
  transition: color var(--trs-base);
}
.dark-theme .hero-slider__arrow {
  color: var(--color-ui-2);
}

.dark-theme .hero-slider__arrow:hover {
  color: var(--color-brand);
}

.hero-slider__arrow--prev .hero-slider__icon {
  transform: translateX(-2px);
}

.hero-slider__arrow--next .hero-slider__icon {
  transform: translateX(2px);
}

.hero-slider__icon {
  width: 14px;
  height: 24px;
}

.hero-slider__title {
  font-size: 40px;
  line-height: 48px;
  font-weight: var(--fw-bold);
  margin-top: 20px;
  margin-bottom: 30px;
  color: var(--color-fg-1);
}

.hero-slider__progressbar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
}

.hero-slider__progressbar circle {
  stroke-dasharray: 283px;
  stroke-width: 2px;
  stroke: var(--color-brand);
}

.hero-slider .swiper-pagination {
  display: none;
}

.hero-slider__bookmarks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  top: calc(100% - 106px);
  right: 22px;
  width: 50%;
  z-index: 3;
}

.hero-slider__bookmark {
  --progress: 0%;
  flex: 1 1 auto;
  margin: 0 10px;
  width: calc(33% - 20px);
  cursor: pointer;
  outline-offset: 1px;
  outline: none;
}
.state--focus-enabled .hero-slider__bookmark:focus {
  outline: 1px dashed;
  outline-offset: 1px;
}

.hero-slider__bookmark-number {
  font-size: var(--fz-smaller);
  line-height: var(--lh-smaller);
  margin: 7px 0;
  opacity: 0.7;
  transition: opacity var(--trs-base);
}

.hero-slider__bookmark-name {
  font-weight: var(--fw-semibold);
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  margin: 5px 0;
}

.hero-slider__bookmark-bar {
  height: 3px;
  border-radius: 1.5px;
  overflow: hidden;
  position: relative;
}

.hero-slider__bookmark-bar::before,
.hero-slider__bookmark-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--color-white);
}

.hero-slider__bookmark-bar::before {
  right: 0;
  opacity: 0.5;
  transition: opacity var(--trs-base);
}

.hero-slider__bookmark-bar::after {
  width: var(--progress);
}

@media (any-hover: hover) {
  .hero-slider__bookmark:hover .hero-slider__bookmark-number {
    opacity: 1;
  }

  .hero-slider__bookmark:hover .hero-slider__bookmark-bar::before {
    opacity: 0.7;
  }
}
.hero-slider--complex .hero-slider__arrows {
  left: 60px;
  bottom: 55px;
}

.hero-slider--complex .hero-slider__arrow {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.2);
  color: var(--color-white);
}

.hero-slider--complex .hero-slider__icon {
  width: 12px;
  height: 20px;
}

@media (max-width: 1343px) {
  .hero-slider__wrap {
    min-height: 450px;
  }

  .hero-slider__title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-slider__bookmarks {
    top: calc(100% - 90px);
  }

  .hero-slider__arrows,
.hero-slider--complex .hero-slider__arrows {
    left: 40px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hero-slider__wrap {
    min-height: 288px;
  }

  .hero-slider__arrows {
    display: none;
  }

  .hero-slider__title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 12px;
  }

  .hero-slider__container {
    padding: 0 8px 20px;
    overflow: hidden;
  }

  .hero-slider .swiper-container {
    overflow: visible;
  }

  .hero-slider__wrap {
    border-radius: var(--border-radius-base-lg);
    overflow: visible;
  }

  .hero-slider .swiper-pagination-fraction,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -28px;
  }

  .hero-slider .swiper-pagination-bullet {
    background: var(--color-brand);
    opacity: 1;
    background: rgba(149, 149, 149, 0.5);
    transition: background var(--trs-base);
    vertical-align: middle;
    top: 50%;
  }

  .hero-slider .swiper-pagination {
    display: block;
  }

  .hero-slider .swiper-pagination-bullet-active {
    background: var(--color-brand);
  }

  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }

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

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

  .hero-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.model-item {
  width: 100%;
  padding: 16px 16px 20px 16px;
  border-radius: 16px;
  background-color: var(--color-bg-2);
  position: relative;
}
.dark-theme .model-item {
  background-color: #2e2f30;
}
@media (max-width: 1023px) {
  .model-item {
    margin-top: 8px;
  }
}
.model-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.model-item__brand {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: var(--color-ui-2);
}
@media (max-width: 767px) {
  .model-item__brand {
    font-size: 12px;
    line-height: 18px;
  }
}
.model-item__model {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: var(--color-brand);
  overflow: hidden;
  position: relative;
  word-break: break-word;
}
@media (max-width: 767px) {
  .model-item__model {
    font-size: 28px;
    line-height: 36px;
  }
}
.model-item__image {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .model-item__image {
    margin: 12px 0;
  }
}
.model-item__count {
  font-size: 14px;
  line-height: 22px;
  color: var(--color-ui-2);
}
.model-item__count .item-number {
  font-weight: 700;
}
@media (max-width: 767px) {
  .model-item__count {
    font-size: 12px;
    line-height: 18px;
  }
}
.model-item__price {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: var(--color-fg-1);
}
@media (max-width: 767px) {
  .model-item__price {
    font-size: 16px;
    line-height: 24px;
  }
}

.news-item {
  width: 100%;
}

.news-item__block {
  width: 100%;
  position: relative;
}

.news-item__image-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 16px;
  flex: 0 0 auto;
  z-index: 1;
}

.news-item--list .news-item__image-wrap {
  width: 200px;
  height: 200px;
  padding-bottom: 200px;
  margin-right: 40px;
}

.news-item--list .news-item__image-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #111 0%, rgba(17, 17, 17, 0) 100%);
  z-index: 1;
}

.news-item--list .news-item__block {
  display: flex;
  width: 100%;
  padding: 33px 0;
}

.news-item--list .news-item__title {
  font-size: 32px;
  line-height: 40px;
}

.news-item__content {
  margin-top: 10px;
}

.news-item--list .news-item__content {
  margin-top: 8px;
}

.news-item--list .news-item__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--fw-semibold);
}

.news-item--list .news-item__info {
  margin-top: 0;
}

.news-item__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 4s linear;
}

.news-item__info {
  margin-top: 24px;
}

.news-item__text {
  font-size: var(--fz-small);
  line-height: var(--lh-small);
}

.news-item__date {
  font-size: var(--fz-small);
  line-height: var(--lh-small);
  margin-top: 12px;
  color: var(--color-fg-2);
}

.news-item__category {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: var(--fw-bold);
  background-color: var(--color-brand);
  height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
}

.news-item--big {
  position: relative;
  display: flex;
}

.news-item--big .news-item__image-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.news-item--small .news-item__image-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}

.news-item--big .news-item__image {
  position: static;
}

.news-item--small {
  position: relative;
}

.news-item--small .news-item__content {
  display: none;
}

.news-item--big .news-item__info,
.news-item--small .news-item__info {
  position: absolute;
  z-index: 1;
  top: auto;
}

.news-item--big .news-item__info {
  left: 48px;
  bottom: 56px;
  right: 48px;
  max-width: 505px;
}

.news-item--small .news-item__info {
  left: 20px;
  bottom: 20px;
  right: 20px;
}

.news-item--big .news-item__block,
.news-item--small .news-item__block {
  padding: 0;
}

.news-item--big .news-item__category {
  top: 48px;
  left: 48px;
}

.news-item--small .news-item__category {
  top: 20px;
  left: 20px;
}

.news-item--big .news-item__title {
  font-size: 48px;
  line-height: 56px;
}

.news-item--small .news-item__title {
  font-size: 20px;
  line-height: 28px;
}

.news-item--big .news-item__date,
.news-item--small .news-item__date {
  display: none;
}

.news-item--big .news-item__content {
  margin-top: 6px;
}

.news-item--big .news-item__content,
.news-item--big .news-item__text {
  color: #f5f5f5;
}

.news-item__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.news-item__link:hover + .news-item__image-wrap .news-item__image {
  transform: scale(1.1);
}

.news-list__filter {
  margin-top: 32px;
  margin-bottom: 38px;
}

@media (max-width: 1023px) {
  .news-item--small .news-item__info {
    position: static;
  }

  .news-item--small .news-item__image-wrap {
    width: 80px;
    height: 80px;
    margin-right: 8px;
    padding-bottom: 0;
    border-radius: 16px;
  }

  .news-item__category {
    display: none;
  }

  .news-item--small .news-item__title,
.news-item--list:not(.news-item--big) .news-item__title {
    font-size: 14px;
    line-height: 20px;
  }

  .news-item--list:not(.news-item--big) .news-item__text,
.news-item--list:not(.news-item--big) .news-item__date {
    display: none;
  }

  .news-item--list:not(.news-item--big) .news-item__image-wrap {
    margin-right: 8px;
  }

  .news-item--list:not(.news-item--big) .news-item__image-wrap {
    width: 80px;
    height: 80px;
    padding-bottom: 80px;
  }

  .news-item--list:not(.news-item--big) .news-item__block {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .news-item--big .news-item__info {
    left: 16px;
    bottom: 16px;
    right: 16px;
  }

  .news-item--big .news-item__title {
    font-size: 20px;
    line-height: 30px;
  }

  .news-item--big .news-item__content,
.news-item--big .news-item__text {
    font-size: 14px;
    line-height: 22px;
  }

  .news-item--list:not(.news-item--big) .news-item__title {
    max-width: 100%;
  }

  .news-item--list:not(.news-item--big) .news-item__image-wrap::after {
    display: none;
  }

  .news-list__filter {
    margin-top: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-item + .news-item {
    margin-top: 16px;
  }

  .news-item__block {
    display: flex;
  }

  .news-item__image-wrap {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-right: 8px;
    padding-bottom: 0;
  }

  .news-item__image {
    position: static;
  }

  .news-item__content {
    display: none;
  }

  .news-item--big .news-item__content {
    display: block;
  }

  .news-item--list:not(.news-item--big) .news-item__image {
    position: absolute;
  }

  .news-item__info {
    margin-top: 0;
  }

  .news-item__title {
    font-size: 14px;
    line-height: 20px;
    max-width: 215px;
  }

  .news-list__filter {
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .news-item--block .news-item__block {
    display: block;
  }

  .news-item--block .news-item__image-wrap {
    width: 100%;
    height: auto;
  }

  .news-item--block .news-item__info {
    margin-top: 15px;
  }

  .news-item--block .news-item__title {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
  }

  .news-item--block .news-item__content {
    display: block;
    margin-top: 8px;
  }
}
.news-poster {
  height: 312px;
  width: 100%;
  margin-top: 24px;
  position: relative;
}
@media (max-width: 599px) {
  .news-poster {
    height: unset;
  }
}

.news-poster__block {
  height: 100%;
}

.news-poster--big {
  height: 648px;
}
@media (max-width: 599px) {
  .news-poster--big {
    height: unset;
  }
}

.news-poster__image-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 599px) {
  .news-poster:not(.news-poster--big) .news-poster__image-wrap {
    display: flex;
    border-radius: unset;
  }
}

.news-poster__image-wrap::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #111 0%, rgba(17, 17, 17, 0) 100%);
  z-index: 1;
}
@media (max-width: 599px) {
  .news-poster__image-wrap::after {
    display: none;
  }
}

.news-poster__block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media (any-hover: hover) {
  .news-poster__block-link:hover + .news-poster__image {
    transform: scale(1.1);
  }
}
@media (max-width: 599px) {
  .news-poster--big .news-poster__image-wrap::after {
    display: block;
  }
}
.news-poster__info {
  position: absolute;
  top: auto;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 506px;
  color: var(--color-white);
  z-index: 2;
}
.news-poster--big .news-poster__info {
  left: 48px;
  bottom: 48px;
}
@media (max-width: 599px) {
  .news-poster--big .news-poster__info {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .news-poster:not(.news-poster--big) .news-poster__info {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    color: inherit;
  }
}

.news-poster__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: var(--fw-bold);
}
.news-poster--big .news-poster__title {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 599px) {
  .news-poster--big .news-poster__title {
    font-size: 20px;
    line-height: 30px;
  }
  .news-poster:not(.news-poster--big) .news-poster__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 599px) {
  .news-poster__text {
    font-size: 14px;
    line-height: 22px;
  }
}

.news-poster--big .news-poster__text {
  margin-top: 16px;
}
@media (max-width: 599px) {
  .news-poster--big .news-poster__text {
    margin-top: 0;
  }
}

.news-poster__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 4s linear;
}
@media (max-width: 599px) {
  .news-poster:not(.news-poster--big) .news-poster__image {
    width: 80px;
    height: 80px;
    margin-right: 8px;
    border-radius: 16px;
  }
}

.product-gallery,
.product-gallery__main,
.product-gallery__thumbs {
  display: block;
  position: relative;
}

.product-gallery__main {
  overflow: hidden;
  border-radius: var(--border-radius-base-lg);
  background: var(--color-bg-2);
}

.product-gallery__thumbs {
  margin-top: 4px;
  display: flex;
  overflow: auto;
  min-width: 0;
}

.product-gallery__thumbs::-webkit-scrollbar {
  width: 1px;
  border-radius: 6px;
}

.product-gallery__thumbs::-webkit-scrollbar-track {
  background-color: transparent;
  width: 1px;
  border-radius: 6px;
}

.product-gallery__thumbs::-webkit-scrollbar-thumb {
  background-color: var(--color-bg-2);
  outline: none;
  border-radius: 10px;
  border: 4px solid var(--color-bg-1);
}

.product-gallery__thumbs .swiper-container {
  margin: -2px;
  padding: 2px;
}

.product-gallery__placeholder::after {
  content: "";
  display: block;
  padding-top: calc(600 / 870 * 100%);
}

.product-gallery__slide,
.product-gallery__thumb-slide {
  position: relative;
}

.product-gallery__thumb-slide {
  margin-right: 8px;
  margin-top: 8px;
  flex: 0 0 auto;
}

.product-gallery__thumbs--vertical.product-gallery__thumbs--vertical {
  display: block;
}

.product-gallery__thumbs--vertical .product-gallery__thumb-slide {
  margin-right: 0;
}

.product-gallery__thumbs--vertical .product-gallery__thumb-slide:first-child {
  margin-top: 0;
}

.product-gallery--modal .product-gallery__thumbs.product-gallery__thumbs--vertical {
  overflow: auto;
}

.product-gallery__slide::before,
.product-gallery__thumb-slide::before {
  content: "";
  display: block;
  padding-top: calc(600 / 870 * 100%);
}

.product-gallery__image,
.product-gallery__slide {
  max-height: 600px;
  overflow: hidden;
}

.product-gallery__image,
.product-gallery__image.product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.product-gallery__thumb-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-2);
  border-radius: var(--border-radius-base-sm);
  max-height: 64px;
  width: 94px;
  cursor: pointer;
  overflow: hidden;
  transition: var(--trs-base);
  position: relative;
  border: 2px solid transparent;
}

.product-gallery__thumb-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-white);
  opacity: 1;
  transition: opacity var(--trs-base);
  z-index: -1;
}

.product-gallery--alt .product-gallery__thumb-slide::after {
  opacity: 0;
}

.product-gallery__thumb-slide--active {
  border: 2px solid var(--color-green);
}

.product-gallery__thumb-slide--active::after {
  opacity: 0.5;
}

.product-gallery--alt .product-gallery__thumb-slide--active::after {
  opacity: 0.5;
}

.product-gallery .swiper-scrollbar {
  display: none;
}

.product-gallery--alt .product-gallery__thumb-slide {
  width: 164px;
  height: 112px;
  max-height: 112px;
  border-radius: 12px;
}

.product-gallery--alt .product-image__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery--alt .product-gallery__thumb-image {
  width: 100%;
  height: 100%;
}

.product-gallery--alt .product-gallery__thumb-image .product-image__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery--alt .product-gallery__thumbs {
  margin-top: 22px;
}

.product-gallery--alt .product-gallery__image,
.product-gallery--alt .product-gallery__image.product-image {
  cursor: default;
}

.product-gallery__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  position: absolute;
  top: calc(50% - 58px);
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition: color 0.4s ease, opacity 0.4s ease;
  background-color: rgba(17, 17, 17, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: var(--color-white);
}
.dark-theme .product-gallery__arrow {
  color: #959595;
}
.light-theme .product-gallery__arrow {
  color: #fff;
}

.product-gallery--alt .product-gallery__arrow.swiper-button-disabled {
  display: none;
}

.product-gallery:hover .product-gallery__arrow {
  opacity: 1;
}

.product-gallery__arrow--small {
  width: 40px;
  height: 40px;
}

.product-gallery__arrow--prev {
  left: -105px;
}
.product-gallery--catalog .product-gallery__arrow--prev {
  left: 4px;
}

.product-gallery__arrow--next {
  left: auto;
  right: -105px;
}
.product-gallery--catalog .product-gallery__arrow--next {
  right: 4px;
}

.product-gallery__arrow:hover {
  color: var(--color-brand);
}

.product-gallery__icon {
  display: block;
  width: 16px;
  height: 28px;
}

.product-gallery .swiper-button-disabled,
.product-gallery__arrow.disabled {
  display: none;
}

.product-gallery .product-gallery__arrow {
  display: none;
}

.product-gallery--alt .product-gallery__arrow {
  display: flex;
}

.product-gallery__counter {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-fg-1);
  font-weight: var(--fw-bold);
  position: absolute;
  top: -50px;
  left: auto;
  right: 0;
}

.product-gallery--modal .swiper-slider__slider {
  height: 620px;
}

.product-gallery--modal .product-gallery__thumbs .swiper-container {
  height: 620px;
}

.product-gallery--modal .swiper-container-vertical > .swiper-wrapper {
  height: 620px;
}

.product-gallery--modal {
  display: flex;
  width: 100%;
}

.product-gallery--modal .product-gallery__arrow {
  z-index: 2;
}

.product-gallery--modal .product-gallery__arrow--prev {
  left: 20px;
  top: 50%;
}

.product-gallery--modal .product-gallery__arrow--next {
  right: 206px;
  top: 50%;
}

.product-gallery--modal .product-gallery__main {
  flex: 1 1 auto;
  height: 620px;
}

.product-gallery--modal .product-gallery__thumbs {
  margin-top: 0;
  margin-left: 22px;
  width: 164px;
  height: 620px;
  overflow: hidden;
  flex: 0 0 auto;
  align-self: flex-start;
}

.product-gallery--alt.product-gallery--modal .product-gallery__thumb-slide {
  width: auto;
  max-height: none;
  min-height: 0;
  min-width: 0;
}

.product-gallery--modal .product-gallery__thumb-slide {
  display: block;
}

.product-gallery--modal .product-gallery__thumb-slider {
  height: 620px;
}

.product-gallery--alt.product-gallery--modal .product-gallery__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  transition: none;
}

.product-gallery--alt.product-gallery--modal .product-gallery__thumb-image .product-image__image {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  transition: none;
  position: static;
}

.product-gallery--modal .product-gallery__thumb-slide::before,
.product-gallery--modal .product-gallery__thumb-slide::after {
  display: none;
}

.product-gallery--modal .product-gallery__main .swiper-container {
  height: 100%;
}

.product-gallery--modal .swiper-pagination {
  display: none;
}

.product-gallery .swiper-pagination {
  display: none;
}

@media (max-width: 1343px) {
  .product-gallery__arrow--prev {
    left: 15px;
  }

  .product-gallery__arrow--next {
    right: 15px;
  }

  .product-gallery__arrow {
    top: calc(50% - 70px);
    color: #fff !important;
  }
}
@media (max-width: 1023px) {
  .product-gallery--modal {
    display: block;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
  }

  .product-gallery .swiper-container {
    margin-left: 0;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .product-gallery--alt .product-gallery__thumb-slide {
    width: 94px;
    height: 64px;
    max-height: 64px;
    border-radius: 12px;
  }

  .product-gallery--alt .product-gallery__thumbs {
    margin-top: 16px;
  }

  .product-gallery__thumbs--vertical.product-gallery__thumbs--vertical {
    display: none;
    width: 100%;
    margin-left: 0;
  }

  .product-gallery__arrow {
    display: none;
  }

  .product-gallery--alt .product-gallery__arrow.product-gallery__arrow {
    display: none;
  }

  .product-gallery__main {
    border-radius: 0;
    width: 100%;
    background: transparent;
  }

  .product-gallery--modal .product-gallery__slider {
    background: transparent;
    overflow: hidden;
    border-radius: var(--border-radius-base-lg);
  }

  .product-gallery--modal .product-gallery__main {
    background: transparent;
    padding-bottom: 40px;
  }

  .product-gallery__image {
    border-radius: 16px;
  }

  .product-gallery--modal .product-gallery__main {
    border-radius: var(--border-radius-base-lg);
  }

  .product-gallery--modal .product-gallery__thumb-slide {
    height: 120px;
  }

  .product-gallery--modal .product-gallery__main {
    height: auto;
  }

  .product-gallery--modal .swiper-slider__slider {
    height: auto;
  }

  .product-gallery--modal .swiper-container {
    margin-right: 0;
  }

  .product-gallery--modal .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: -40px;
  }

  .product-gallery--modal .product-gallery__slider {
    background: var(--color-bg-2);
    overflow: visible;
  }

  .product-gallery--modal .swiper-pagination {
    display: block;
  }

  .dark-theme .product-gallery--modal .swiper-pagination-bullet {
    background: #fff;
  }

  .dark-theme .product-gallery--modal .swiper-pagination-bullet-active {
    background-color: var(--color-brand);
  }
}
@media (max-width: 599px) {
  .product-gallery__thumbs {
    margin-top: 8px;
  }
}
.product-grid-sm {
  min-height: 316px;
  width: 100%;
  position: relative;
}

.product-grid-sm__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (any-hover: hover) {
  .product-grid-sm__link:hover ~ .product-grid-sm__image-wrap .product-grid-sm__image {
    transform: scale(1.1);
  }
}
.product-grid-sm__product-status {
  position: absolute;
  top: 12px;
  left: 12px;
}

.product-grid-sm__image-wrap {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 68%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--color-bg-4);
}
.dark-theme .product-grid-sm__image-wrap {
  background-color: #343434;
}

.product-grid-sm__image-overflow {
  border-radius: 16px;
  position: relative;
  height: 0;
  padding-bottom: 68%;
  overflow: hidden;
}

.product-grid-sm__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 2s linear;
}
.product-grid-sm__image > img {
  width: 100%;
  height: auto;
}

.product-grid-sm__prices-wrap {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -26px;
  right: 0;
  min-width: 148px;
}

.product-grid-sm__prices-wrap-top {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 9px 19px 9px;
  background-color: rgba(234, 33, 25, 0.8);
  text-align: center;
}

.product-grid-sm__price-sm {
  color: var(--color-white);
  font-size: 12px;
  line-height: 12px;
  margin-top: 4px;
}
@media (max-width: 599px) {
  .product-grid-sm__price-sm {
    font-size: 10px;
    line-height: 14px;
  }
}

.product-grid-sm__price-lg {
  font-size: 20px;
  line-height: 22px;
  font-weight: var(--fw-bold);
  color: var(--color-white);
}
@media (max-width: 599px) {
  .product-grid-sm__price-lg {
    font-size: 16px;
    line-height: 22px;
  }
}

.product-grid-sm__prices-wrap-bottom {
  width: 100%;
  background-color: var(--color-bg-4);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 6px 8px 8px 8px;
  text-align: center;
}
.dark-theme .product-grid-sm__prices-wrap-bottom {
  background-color: var(--color-bg-3);
}
.product-grid-sm__prices-wrap-bottom > .product-grid-sm__price-sm {
  color: #959595;
}

.product-grid-s__condition {
  position: absolute;
  bottom: -35px;
  font-size: 14px;
  line-height: 22px;
  color: #959595;
}
@media (max-width: 599px) {
  .product-grid-s__condition {
    font-size: 12px;
    line-height: 18px;
  }
}

.product-grid-s__name {
  margin-top: 40px;
  font-size: 24px;
  line-height: 32px;
  font-weight: var(--fw-bold);
}
.dark-theme .product-grid-s__name {
  color: var(--color-white);
}

.product-grid-s__sup {
  font-size: 14px;
  line-height: 22px;
  color: #959595;
  font-weight: var(--fw-base);
  margin-left: 8px;
}
@media (max-width: 767px) {
  .product-grid-s__sup {
    font-size: 12px;
    line-height: 18px;
  }
}

.product-grid-s__params {
  font-size: 14px;
  line-height: 22px;
  color: #959595;
  margin-top: 4px;
  display: -webkit-box;
  max-height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 599px) {
  .product-grid-s__params {
    font-size: 12px;
    line-height: 18px;
  }
}

.product-grid-s__dot {
  margin-left: 4px;
  margin-right: 4px;
}

.product-grid-s__info {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.product-grid-s__text {
  color: #959595;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .product-grid-sm {
    min-height: 285px;
    width: 100%;
  }

  .product-grid-s__name {
    margin-top: 32px;
    font-size: 20px;
    line-height: 24px;
  }
}
.product-slider {
  position: relative;
  min-height: 134px;
}
.product-slider.product-slider--catalog {
  overflow-x: hidden;
}
.product-slider.product-slider--catalog::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 160px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #cfcfcf 100%);
}
.dark-theme .product-slider.product-slider--catalog::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #222 100%);
}
@media (max-width: 1023px) {
  .product-slider.product-slider--catalog::after {
    display: none;
  }
}

.product-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.product-slider__slider {
  position: relative;
}

.product-slider__link {
  font-size: 16px;
  line-height: 19px;
  font-weight: var(--fw-semibold);
  text-decoration: none;
  color: rgba(2, 13, 33, 0.5);
  transition: color var(--trs-base);
}

.product-grid-sm__image-button {
  position: absolute;
  left: 50%;
  border: 1px solid;
  padding: 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: var(--fw-bold);
  color: var(--color-white);
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.product-slider__link:hover {
  color: #06e;
}

.product-slider .loader {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.product-slider--alt .swiper-container {
  overflow: visible;
}

.product-slider .swiper-scrollbar,
.product-slider .swiper-pagination {
  display: none;
}

.product-slider--brands .swiper-scrollbar {
  display: block;
  width: 120px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin: 34px auto 0 auto;
  border-radius: 16px;
  background: var(--color-bg-2);
}
.dark-theme .product-slider--brands .swiper-scrollbar {
  background: var(--color-bg-3);
}

.product-slider--brands .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: var(--color-brand);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.product-slider--brands.product-slider--full .swiper-container {
  padding-bottom: 40px;
}

.product-slider--articles-alt .swiper-pagination-bullet {
  background: #959595;
}

.product-slider--articles-alt .swiper-pagination-bullet-active {
  background: var(--color-brand);
}

.product-slider--articles-alt .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: -40px;
}

.product-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: color 0.4s ease, opacity 0.4s ease;
  background-color: var(--color-bg-alt-dark);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: var(--color-white);
}
.dark-theme .product-slider__arrow {
  color: #959595;
}

.product-slider:not(.is-initialized) .product-slider__arrow {
  display: none;
}

.product-slider:hover .product-slider__arrow {
  opacity: 1;
}

.product-slider__arrow--small {
  width: 40px;
  height: 40px;
}
.product-slider__arrow--small .product-slider__icon {
  width: 10px;
  height: 16px;
}

.product-slider__arrow--prev {
  left: -36px;
}
.product-slider--catalog .product-slider__arrow--prev {
  left: 4px;
}

.product-slider__arrow--next {
  left: auto;
  right: -36px;
}
.product-slider--catalog .product-slider__arrow--next {
  right: 4px;
}

.product-slider__arrow:hover {
  color: var(--color-brand);
}

.product-slider__icon {
  display: block;
  width: 16px;
  height: 28px;
}

.product-slider__arrow--prev .product-slider__icon {
  transform: translateX(-2px);
}

.product-slider__arrow--next .product-slider__icon {
  transform: translateX(2px);
}

.product-slider .swiper-button-disabled,
.product-slider__arrow.disabled {
  display: none;
}

.product-slider__btn-more {
  margin-top: 24px;
  font-weight: var(--fw-semibold);
}

.product-slider--sales .product-slider__slide,
.product-slider--sales-alt .product-slider__slide,
.product-slider--reviews .product-slider__slide {
  max-width: 424px;
}

.product-slider--products .product-slider__slide,
.product-slider--model .product-slider__slide {
  max-width: 312px;
}

.product-slide__catalog-image {
  object-fit: contain;
  padding: 5px;
}

.product-slider--catalog .product-slider__slide {
  max-width: 780px;
}
.product-slider--catalog .product-slider__slide .product-slide__catalog-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  background-color: #cfcfcf;
}
.dark-theme .product-slider--catalog .product-slider__slide .product-slide__catalog-image {
  background-color: #343434;
}

.product-slider__header {
  margin: 24px 0 48px;
}

.product-slide__brand-image {
  max-height: 40px;
  max-width: 90%;
}

.product-slider--news .product-slider__slide--big {
  overflow: hidden;
  border-radius: 16px;
}

.product-slider__slide--modal-btn {
  cursor: pointer;
}

@media (max-width: 1455px) {
  .product-slider__arrow--next {
    left: auto;
    right: calc(-1 * var(--grid-gutter-base) / 2);
  }

  .product-slider__arrow--prev {
    right: auto;
    left: calc(-1 * var(--grid-gutter-base) / 2);
  }
}
@media (max-width: 1023px) {
  .product-slider .swiper-container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .product-slider.product-slider--model:not(.is-initialized) .product-slider__slide {
    max-width: unset;
    width: 100%;
    margin-top: 8px;
  }
  .product-slider.product-slider--model:not(.is-initialized) .product-slider__slide:first-child {
    margin-top: 0;
  }
  .product-slider.product-slider--model:not(.is-initialized) .swiper-wrapper {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }

  .product-slider--catalog .product-slider__slide {
    max-width: calc(100vw - 48px - 16px);
  }
}
.product-slider__tabs {
  flex: 1 1 auto;
}

.product-slider__tabs .tabs__list {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .product-slider--brands {
    min-height: 64px;
    padding: 0 50px;
  }

  .product-slider__tabs {
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 100%;
  }

  .product-slider__header {
    margin: 12px 0 20px;
  }

  .product-slider__link {
    display: none;
  }

  .product-slider__arrow {
    display: none;
  }

  .product-slider--sales .product-slider__slide,
.product-slider--sales-alt .product-slider__slide,
.product-slider--reviews .product-slider__slide {
    max-width: 284px;
    width: 100%;
  }

  .product-slider--products .product-slider__slide {
    max-width: 284px;
    width: 100%;
  }

  .product-slider--brands .swiper-container {
    overflow: visible;
  }

  .product-slider__btn-more {
    font-size: 16px;
    line-height: 23px;
    height: 44px;
  }

  .product-slider--catalog .product-slider__slide {
    max-width: calc(100vw - 25px - 16px);
  }

  .product-slider--articles-alt .swiper-pagination {
    display: block;
  }
}
.product-slider--news .product-slider__slide {
  max-width: 312px;
  display: block;
}
.product-slider--news .product-slider__slide--big {
  max-width: 872px;
}
@media (max-width: 599px) {
  .product-slider--news .swiper-wrapper {
    display: block;
  }
  .product-slider--news .product-slider__slide {
    width: 100%;
    margin-right: 0;
    max-width: unset;
  }
  .product-slider--news .product-slider__slide + .product-slider__slide {
    margin-top: 16px;
  }
}

.product-slider--brands {
  margin-top: 48px;
  min-height: 96px;
}
.product-slider--brands .product-slider__slide {
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-bg-2);
  border-radius: 16px;
}
.dark-theme .product-slider--brands .product-slider__slide {
  background-color: var(--color-fg-4);
}
@media (max-width: 767px) {
  .product-slider--brands .product-slider__slide {
    height: 64px;
  }
}
.product-slider--brands .product-slider__arrow {
  width: 48px;
  height: 48px;
  top: calc(50% - 20px);
}
.product-slider--brands .product-slider__arrow--prev {
  left: -24px;
}
.product-slider--brands .product-slider__arrow--next {
  right: -24px;
}
.product-slider--brands .product-slider__icon {
  width: 12px;
}

.product-slider--news-alt .swiper-container {
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-slider__mob-block {
    margin-top: 30px;
  }
}
.product {
  width: 100%;
}

.review-poster {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  border-radius: var(--border-radius-base-md);
  background: var(--color-bg-2);
}

.review-poster__main {
  flex: 1 1 auto;
  margin-bottom: 25px;
}

.review-poster__footer {
  flex: 0 0 auto;
  margin-top: auto;
}

.review-poster__author {
  display: flex;
  align-items: center;
}

.review-poster__avatar {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-white);
  margin-right: 10px;
  padding: 10px;
}
.dark-theme .review-poster__avatar {
  background: var(--color-bg-x);
}

.review-poster__avatar-image {
  display: block;
  width: 100%;
  height: 100%;
}

.review-poster__name {
  color: var(--color-fg-2);
  font-weight: var(--fw-bold);
}

.review-poster__review-wrap {
  height: 168px;
  overflow: hidden;
}

.review-poster__review {
  color: var(--color-fg-1);
  font-size: 16px;
  line-height: 24px;
  min-height: 168px;
}

.review-poster__review--overflow {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.review-poster__action {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .review-poster {
    padding: 24px;
  }
}
@media (max-width: 599px) {
  .review-poster {
    padding: 16px 12px;
  }

  .review-poster__main {
    margin-bottom: 16px;
  }

  .review-poster__review-wrap {
    height: 140px;
  }

  .review-poster__review {
    min-height: 140px;
  }

  .review-poster__review,
.review-poster__name {
    font-size: var(--fz-small);
    line-height: var(--lh-small);
  }
}
.sale-card {
  border-radius: 16px;
  padding: 32px 32px 40px;
  background-color: var(--color-bg-2);
}
.dark-theme .sale-card {
  transition: box-shadow var(--trs-base);
  background-color: var(--color-brand);
}

.sale-card__sup-title {
  font-size: 14px;
  line-height: 22px;
  color: var(--color-fg-1);
}

.sale-card__title {
  font-size: 32px;
  line-height: 40px;
  margin-top: 8px;
  font-weight: var(--fw-bold);
  color: var(--color-fg-1);
}

.sale-card__features {
  display: flex;
  flex-wrap: wrap;
}

.sale-card__features-value {
  color: var(--color-fg-1);
  font-size: 20px;
  line-height: 24px;
  font-weight: var(--fw-bold);
}

.sale-card__features-item {
  margin-top: 16px;
  flex: 0 0 auto;
  width: 50%;
}

.sale-card__features-name {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-fg-1);
}

.sale-card__action {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.sale-card__action-btn {
  flex: 0 0 auto;
}

.sale-card__btn-arrow {
  flex: 0 0 auto;
  margin-left: 20px;
}

.sale-card__btn-arrow .btn-arrow {
  height: 52px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}

@media (max-width: 767px) {
  .sale-card {
    padding: 40px 20px 20px 20px;
    height: 380px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .sale-card__title {
    font-size: 18px;
    line-height: 24px;
  }

  .sale-card__features-value,
.sale-card__features-name {
    font-size: 16px;
    line-height: 22px;
  }

  .sale-card__action {
    margin-top: auto;
  }

  .sale-card__action-btn {
    padding: 6px 20px 5px 20px;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
  }

  .sale-card__btn-arrow {
    margin-left: 10px;
    margin-top: -2px;
  }

  .sale-card__btn-arrow .btn-arrow {
    font-size: 14px;
    line-height: 20px;
    height: 36px;
  }
}
.sale-poster {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px 12px 12px;
  width: 100%;
  height: 540px;
  position: relative;
  background-color: var(--color-bg-2);
}

.sale-poster--alt {
  height: auto;
}

.sale-poster--alt .sale-card {
  padding-top: 40px;
}

.sale-poster--alt .sale-card__action {
  margin-top: 0;
}

.sale-poster--alt .sale-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sale-poster__logo {
  display: block;
  margin: 0 auto;
  width: 85px;
  height: 48px;
  object-fit: contain;
}

.sale-poster__caption {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  color: #959595;
  text-align: center;
}

.sale-poster__caption + .sale-poster__caption {
  margin-top: 0;
}

.sale-poster__title {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: var(--color-brand);
  font-weight: var(--fw-bold);
  max-width: 344px;
  min-height: 80px;
  margin: auto auto 0;
}

.sale-poster--alt .sale-poster__title {
  min-height: 0;
}

.sale-poster__image-wrap {
  margin-top: 24px;
}

.sale-poster__image {
  border-radius: 16px;
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  max-width: 100%;
}

.sale-poster__dd {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(102%);
  transition: transform 0.3s ease-in;
  border-radius: 16px;
}

.sale-poster__content {
  margin-top: 15px;
  padding: 0 20px;
  margin-bottom: 30px;
}

.sale-poster__action {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(102%);
  transition: transform 0.5s ease-in-out;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}

.sale-poster__action.open {
  transform: translateY(0%);
}

.sale-poster--sale .article-poster__title {
  -webkit-line-clamp: 2;
  max-height: 44px;
}

.sale-poster--alt {
  padding-top: 40px;
  transition: background-color var(--trs-base);
}

.sale-poster--alt .sale-poster__image-wrap {
  margin-top: auto;
}

.sale-poster--alt .sale-poster__title {
  transition: color var(--trs-base);
}

.sale-poster--alt .sale-poster__content {
  transition: color var(--trs-base);
}

.sale-poster--alt .text-guide ul > li::before {
  transition: border var(--trs-base);
}

@media (any-hover: hover) {
  .sale-poster:hover .sale-poster__dd {
    transform: translateY(0%);
  }

  .sale-poster:hover .sale-poster__action {
    transform: translateY(0%);
  }

  .sale-poster:hover .sale-card {
    box-shadow: 0 -4px 44px 0 rgba(0, 0, 0, 0.1);
  }
  .dark-theme .sale-poster:hover .sale-card {
    box-shadow: 0 -4px 44px 0 rgba(240, 50, 38, 0.5);
  }
}
.sale-poster--alt:hover .sale-poster__dd {
  transform: translateY(0%);
}

.dark-theme .sale-poster--alt:hover {
  background-color: var(--color-brand);
  box-shadow: 0 -4px 44px 0 rgba(240, 50, 38, 0.5);
}
.dark-theme .sale-poster--alt:hover .sale-poster__title {
  color: var(--color-white);
}
.dark-theme .sale-poster--alt:hover .sale-poster__content {
  color: var(--color-white);
}
.dark-theme .sale-poster--alt:hover .text-guide ul > li::before {
  border-top: 2px solid var(--color-white);
}

.sale-poster__dd-arrow-wrapper {
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 90%;
  transform: translateX(-50%);
  transition: transform 0.5s ease-in;
}
.sale-poster__dd-arrow-wrapper.open {
  top: 2%;
}
.sale-poster__dd-arrow-wrapper.open .sale-poster__dd-arrow {
  animation: none;
}
.sale-poster__dd-arrow-wrapper.open .sale-poster__dd-arrow-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}

.sale-poster--alt .sale-poster__dd-arrow-wrapper {
  display: none;
}

.sale-poster__dd-arrow {
  height: 28px;
  width: 64px;
  border-radius: 16px;
  animation: wiggle-switch 1.25s ease-in-out infinite;
  animation-delay: 0.5s;
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  backdrop-filter: saturate(180%) blur(8px);
  background-color: rgba(255, 255, 255, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .sale-poster__dd-arrow {
    display: none;
  }
}

.sale-poster__dd-arrow-icon {
  height: 8px;
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.sale-poster__dd.open {
  transform: translateY(0%);
}

@keyframes wiggle-switch {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1365px) {
  .sale-poster--alt .sale-poster__dd {
    height: auto;
    transform: translate(0);
  }

  .sale-poster--alt .sale-card {
    height: auto;
    padding-top: 20px;
  }

  .sale-poster__image-wrap {
    position: relative;
  }

  .sale-poster--alt .sale-poster__image-wrap:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 272px;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 16px;
    background-color: transparent;
  }
  .dark-theme .sale-poster--alt .sale-poster__image-wrap:after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .sale-poster {
    height: 380px;
  }

  .sale-poster--alt {
    height: auto;
  }

  .sale-poster__title {
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
  }

  .sale-poster--alt .sale-poster__title {
    min-height: 0;
  }

  .sale-poster__logo {
    width: 65px;
    height: 28px;
  }

  .sale-poster__image-wrap {
    margin-top: 14px;
  }

  .sale-poster__image {
    height: 175px;
  }

  .sale-poster__dd {
    height: 380px;
  }

  .sale-poster--alt .sale-card {
    height: auto;
    padding-top: 20px;
    background-color: transparent;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }

  .sale-poster--alt .sale-poster__image-wrap {
    position: relative;
  }

  .sale-poster--alt .sale-poster__image-wrap:after {
    height: 175px;
  }
}
@media (max-width: 767px) and (any-hover: hover) {
  .sale-poster--alt:hover .sale-card {
    box-shadow: none;
  }
}
.swiper-slider__slider {
  position: relative;
}

.swiper-slider__prev {
  display: block;
}

.swiper-slider__next {
  display: block;
}

/* .menu {
	display: flex;
	align-items: flex-end;
	padding-left: 0;
	margin-top: 30px;
	margin-bottom: 0;
	transition: .25s padding-top linear;

	@include xl {
		margin-top: 16px;
	}

	@include sm {
		display: none;
	}

	&__item {
		$context: &;
		display: inline-flex;
		font-family: globerBold, serif;
		font-size: 21px;
		text-transform: uppercase;
		padding-left: 26px;
		cursor: pointer;
		color: var(--color-fg-1);
		transition: 0.25s all linear;
		position: relative;

		&-link {
			font-family: globerBold, serif;
			font-size: 21px;
			color: var(--color-fg-1);
			text-decoration: none;
			transition: 0.25s all linear;

			@include xl {
				font-size: 17px;
			}

			&:hover {
				color: var(--color-red);
			}
		}

		&-icon {
			transition: .25s linear;
		}

		&.open {

			color: var(--color-red);

			&:before {
				content: '';
				width: 46px;
				height: 3px;
				border-radius: 100px;
				background-color: var(--color-red);
				position: absolute;
				top: -7px;
				left: calc(50% - 20px);
				visibility: visible;
				opacity: 1;
				transition: 0.25s all linear;
			}
		}

		&:last-child {
			&:before {
				left: calc(50% - 10px);
			}
		}

		@include xl {
			font-size: 17px;
		}

		&:hover {
			&:before {
				visibility: visible;
				opacity: 1;
			}
		}

		&:before {
			content: '';
			width: 46px;
			height: 3px;
			border-radius: 100px;
			background-color: var(--color-red);
			position: absolute;
			top: -7px;
			left: calc(50% - 20px);
			visibility: hidden;
			opacity: 0;
			transition: 0.25s all linear;

		}

		&:not(:last-child) {
			padding-right: 10px;
		}

		&:hover {
			color: var(--color-red);

			.menu-dropdown {
				display: block;
			}

			&:after {
				visibility: visible;
				opacity: 1;
				height: 3px;
			}
		}

		&-phone {
			display: flex;

			&:hover {
				.svg-icon {
					fill: var(--color-red);
				}
			}

			.svg-icon {
				width: 13px;
				height: 14px;
				position: relative;
				top: 8px;
				fill: var(--color-fg-1);
				transition: 0.25s all linear;
				@include xl {
					top: 5px;
				}
			}
		}
	}
} */
.product-status__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2px;
}

.product-status__item {
  margin-top: 2px;
  display: inline-flex;
  margin-right: 2px;
}

.product-status__label {
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--fw-bold);
  color: var(--color-white);
  height: 24px;
  border-radius: 8px;
  overflow: hidden;
  background: #666;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 15px;
}

.product-status__label-link {
  display: flex;
  align-items: center;
  margin-left: 5px;
  z-index: 10;
}

.status__icon {
  width: 12px;
  height: 12px;
}

.loader {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--loader-bg);
  opacity: 0;
  visibility: hidden;
  transition: var(--trs-base);
  z-index: 30;
}
.dark-theme .loader {
  background: rgba(34, 34, 34, 0.5);
}

.loader__container {
  display: flex;
  flex: 1 1 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  max-height: 100vh;
  align-items: center;
  justify-content: center;
}

.loader__icon {
  display: block;
  width: 50px;
  height: 50px;
  color: var(--color-brand);
  animation: spin 1s infinite;
}

.loader--active {
  opacity: 1;
  visibility: visible;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logo {
  width: 201px;
  height: 51px;
}
@media (min-width: 1344px) {
  .logo {
    width: 140px;
    height: 35px;
  }
}
.logo .svg-icon {
  width: 100%;
  height: 100%;
  fill: #f03226;
}

.seo-block {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-ui-2);
}
@media (max-width: 599px) {
  .seo-block {
    font-size: 14px;
    line-height: 20px;
  }
}
.seo-block__content {
  position: relative;
}
.seo-block__content::before {
  content: "";
  display: none;
  width: 100%;
  height: 57px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.seo-block.is-collapsed .seo-block__content {
  max-height: 72px;
  overflow: hidden;
}
.seo-block.is-collapsed .seo-block__content::before {
  display: block;
}
.seo-block.is-collapsed .seo-block__button--hide {
  display: none;
}
.seo-block.is-collapsed .seo-block__button--show {
  display: block;
}
.seo-block__controls {
  margin-top: 16px;
}
@media (max-width: 599px) {
  .seo-block__controls {
    margin-top: 8px;
  }
}
.seo-block__button {
  color: var(--color-brand);
  border-bottom: 1px dashed rgba(240, 50, 38, 0.8);
  transition: border-bottom-color 0.2s linear;
}
.seo-block__button:hover {
  border-color: #f03226;
}
.seo-block__button--show {
  display: none;
}

.dark-theme .seo-block__content::before {
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
}

.tabs__list-wrap {
  display: flex;
  width: 100%;
  overflow: auto;
  position: relative;
  margin: 0 -6px;
  max-width: calc(100% + 12px);
}

.tabs__list {
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  flex: 0 0 auto;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.tabs__list-wrap--overflow {
  overflow: hidden;
  max-height: 48px;
}

.tabs__item {
  flex: 0 0 auto;
  padding: 6px;
}

.tabs__item-more {
  flex: 0 0 auto;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.tabs__btn {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: var(--fw-semibold);
  color: var(--color-ui-2);
  border-bottom: 3px solid transparent;
  transition: var(--trs-base);
  text-decoration: none;
  cursor: default;
  padding: 5px 16px 9px 16px;
  height: 36px;
  border-radius: 18px;
  background-color: var(--color-bg-2);
  white-space: nowrap;
}
.tabs__btn-xs {
  font-size: var(--fz-small);
}
.dark-theme .tabs__btn {
  background-color: var(--color-bg-3);
}

.tabs__btn--activator {
  font-size: 14px;
  letter-spacing: 4px;
  padding-right: 12px;
  color: var(--color-brand);
}

button.tabs__btn,
a.tabs__btn {
  cursor: pointer;
}

.tabs__btn--alt {
  padding-bottom: 7px;
}

@media (any-hover: hover) {
  .tabs__btn:hover {
    color: var(--color-white);
    background-color: var(--color-brand);
    box-shadow: 0 2px 6px 0 rgba(240, 50, 38, 0.4);
  }
}
.tabs__btn.active {
  color: var(--color-white);
  background-color: var(--color-brand);
}

@media (max-width: 767px) {
  .tabs {
    margin: 0 calc(-1 * var(--container-padding)) -10px;
    padding-bottom: 10px;
  }

  .tabs__list-wrap {
    overflow: hidden;
    margin: 0;
  }

  .tabs__list {
    width: auto;
    flex-wrap: nowrap;
    padding: 0 var(--container-padding) 10px;
    margin: 0 0 10px;
    overflow: auto;
    max-width: 100%;
  }

  .tabs__item {
    padding: 0;
    margin-right: 8px;
  }

  .tabs__btn {
    height: 28px;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px 7px 12px;
  }

  .tabs__btn--activator {
    padding-right: 8px;
  }
}
.tooltip {
  --tooltip-size: 20px;
  display: inline-flex;
  vertical-align: sub;
}
.tooltip--inline-block {
  display: inline-block;
}
@media (max-width: 599px) {
  .tooltip {
    --tooltip-size: 16px;
  }
}
.tooltip.sm {
  --tooltip-size: 16px;
}
.tooltip.xs {
  --tooltip-size: 12px;
  margin-left: -5px;
}
.tooltip__root {
  display: inline-flex;
  vertical-align: sub;
  line-height: var(--tooltip-size);
}
.tooltip .inline-block:not(.popper) {
  display: inline-flex !important;
  line-height: inherit;
}
.tooltip__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.dark-theme .tooltip__icon {
  color: #cfcfcf;
}
.tooltip__icon > .svg-icon {
  display: block;
  width: var(--tooltip-size);
  height: var(--tooltip-size);
}
@media (max-width: 599px) {
  .tooltip__icon > .svg-icon {
    width: 16px;
    height: 16px;
  }
}
.tooltip__box {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  background: var(--color-bg-2);
  color: var(--color-bg-2-contrast);
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px 0 20px;
  box-shadow: 0 4px 20px 0 #00000033;
}
.tooltip__content-wrapper {
  display: block;
  margin-right: -8px;
  padding: 0;
}
.tooltip__content {
  display: block;
  max-height: 240px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 22px;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #454545 transparent;
}
.tooltip__content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tooltip__content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #454545;
}
.tooltip__content::after, .tooltip__content::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 16px;
}

.popper {
  z-index: 100;
}

.tooltip + .item-price-selector {
  margin-left: 10px;
}

.visitcard {
  display: grid;
  grid-template-columns: 3fr 5fr;
  max-width: 800px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.light-theme .visitcard {
  background-color: #EFEFEF;
}
.dark-theme .visitcard {
  background-color: #2E2F30;
}
.visitcard__block {
  display: flex;
  gap: 80px;
}
.visitcard__block-btns {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.visitcard__photo {
  height: 370px;
}
.visitcard__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visitcard__grid {
  display: grid;
  grid-template-rows: auto auto auto;
  width: 100%;
  padding: 35px 25px;
  color: var(--color-fg-2);
  font: var(--font-base);
  gap: 10px;
}
.visitcard__grid-row {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.visitcard__grid-row p {
  margin: 0;
}
.visitcard__grid-row .btn {
  max-width: 300px;
}
.visitcard__grid-row:first-child {
  justify-content: start;
}
.visitcard__grid-row:last-child {
  justify-content: end;
}
.visitcard__grid-name {
  font: var(--font-h3);
  color: var(--color-fg-1);
}
.visitcard__grid-link .svg-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .visitcard__block-btns {
    max-width: 330px;
  }
  .visitcard__photo {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .visitcard__grid {
    padding: 25px;
    font-size: var(--fz-small);
  }
  .visitcard__grid-name {
    font: var(--font-h4);
  }
  .visitcard__grid-link {
    font-size: var(--fz-small);
  }
  .visitcard__block {
    gap: 20px;
    justify-content: space-between;
  }
  .visitcard__photo {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .visitcard {
    width: 100%;
  }
  .visitcard__block {
    flex-wrap: wrap;
  }
  .visitcard__block-btns {
    width: 100%;
    gap: 10px;
    flex-flow: row;
  }
  .visitcard__block-btns.double {
    flex-wrap: wrap;
  }
  .visitcard__block-btns.double .btn-brick {
    width: calc(50% - 5px);
  }
}
@media (max-width: 599px) {
  .visitcard__photo {
    height: 250px;
  }
  .visitcard__grid {
    padding: 15px;
  }
}
@media (max-width: 379px) {
  .visitcard__photo {
    height: auto;
    min-height: 200px;
  }
  .visitcard__grid {
    padding: 10px 15px;
    font-size: var(--fz-smaller);
  }
  .visitcard__grid-row {
    gap: 5px;
  }
  .visitcard__grid-name {
    font: var(--font-h6);
  }
  .visitcard__grid-link {
    font-size: var(--fz-smaller);
  }
  .visitcard__grid p, .visitcard__grid-link {
    line-height: 120%;
  }
}

.fc:first-child,
.flc:first-child {
  margin-top: 0;
}

.lc:last-child,
.flc:last-child {
  margin-bottom: 0;
}

.fcc.fcc {
  margin-top: 0;
}

.lcc.lcc {
  margin-bottom: 0;
}

.flcc.flcc {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.visible-ib {
  display: inline-block;
}

.visible-f {
  display: flex;
}

.visible-if {
  display: inline-flex;
}

.visible-inline {
  display: inline;
}

.visible-table {
  display: table;
}

.visible-tc {
  display: table-cell;
}

.toggle-when-open-parent.open .hidden-when-open {
  display: none;
}

.toggle-when-open-parent:not(.open) .hidden-when-not-open {
  display: none;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

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

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

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

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

@media (max-width: 1199px) {
  .hidden-md {
    display: none;
  }

  .visible-md {
    display: block;
  }

  .visible-md-inline {
    display: inline;
  }

  .visible-md-f {
    display: flex;
  }

  .visible-md-if {
    display: inline-flex;
  }

  .visible-md-ib {
    display: inline-block;
  }

  .visible-md-table {
    display: table;
  }

  .visible-md-tc {
    display: table-cell;
  }
}
@media (max-width: 1023px) {
  .hidden-sm {
    display: none;
  }

  .visible-sm {
    display: block;
  }

  .visible-sm-inline {
    display: inline;
  }

  .visible-sm-f {
    display: flex;
  }

  .visible-sm-if {
    display: inline-flex;
  }

  .visible-sm-ib {
    display: inline-block;
  }

  .visible-sm-table {
    display: table;
  }

  .visible-sm-tc {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .visible-xs-f {
    display: flex;
  }

  .visible-xs-if {
    display: inline-flex;
  }

  .visible-xs-inline {
    display: inline;
  }

  .visible-xs-ib {
    display: inline-block;
  }

  .visible-xs-table {
    display: table;
  }

  .visible-xs-tc {
    display: table-cell;
  }
}
@media (max-width: 599px) {
  .hidden-2xs {
    display: none;
  }

  .visible-2xs {
    display: block;
  }

  .visible-2xs-f {
    display: flex;
  }

  .visible-2xs-if {
    display: inline-flex;
  }

  .visible-2xs-inline {
    display: inline;
  }

  .visible-2xs-ib {
    display: inline-block;
  }

  .visible-2xs-table {
    display: table;
  }

  .visible-2xs-tc {
    display: table-cell;
  }
}
@media (max-width: 379px) {
  .hidden-3xs {
    display: none;
  }

  .visible-3xs {
    display: block;
  }

  .visible-3xs-f {
    display: flex;
  }

  .visible-3xs-if {
    display: inline-flex;
  }

  .visible-3xs-inline {
    display: inline;
  }

  .visible-3xs-ib {
    display: inline-block;
  }

  .visible-3xs-table {
    display: table;
  }

  .visible-3xs-tc {
    display: table-cell;
  }
}
/* End */


/* Start:/local/templates/aleasing/styles.css?17370297286571*/
.attention-dev {
	position: fixed;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, .9);
	vertical-align: middle;
	line-height: 28px;
	z-index: 999;
	color: #959595;
	border-top: 1px solid #343434;
	font-size: 16px;
}

.attention_wrapper {
	padding: 5px;
	display: block;
	min-width: 320px;
	margin: 10px auto;
	max-width: 1200px;
	position: relative;
	text-align: center;
}

.attention_wrapper .header__button {
	width: auto;
	display: inline-block;
	position: absolute;
	top: -5px;
	height: auto;
	color: var(--color-red);
}

.attention_wrapper .header__button .header__button-icon {
	height: 14px;
	width: 14px;
}

.mainPageCalc .leasing-calculator__title {
	font: var(--font-h2);
}

@media (max-width: 767px) {
	.attention_wrapper {
		padding: 5px 13px;
	}

	.attention_wrapper .header__button {
		right: 7px;
	}
}


img.product-gallery__thumb-image {
	display: block;
	height: 100%;
	object-fit: cover;
}

.only_title {
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.brand_titles {
	}
}

.catalog_used {
	margin-top: 50px;
}

.model-page__catalog {
	margin-top: 45px;
}

.catalog-page .main-catalog__icons {
	margin-top: 0px;
}

.b24-widget-button-shadow.b24-widget-button-show {
	z-index: 201;
}

.b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible {
	z-index: 201;
}


.catalog-bloks-list {
	display: grid;
	grid-auto-flow: row;
	gap: 30px 20px;
	grid-template-columns: repeat(2, calc(50% - 10px));
}

.catalog-bloks-list__item {
	background: var(--color-bg-2);
	border-radius: 20px;
	padding: 24px 0 0 24px;
}

.catalog-bloks-list__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #959595;
}

.catalog-bloks-list__content {
	display: flex;
}

.catalog-bloks-list__links {
	width: 30%;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.catalog-link {
	display: flex;
	margin-top: 15px;
}

.catalog-link:first-child {
	margin-top: 0;
}

.catalog-link__content {
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .4);
	padding: 10px 0;
	text-align: center;
	border-radius: 14px;
}

.catalog-bloks-list__img {
	width: 70%;
	height: 200px;
	display: flex;
	justify-content: flex-end;
}

/* -------terms--------- */
.catalog-terms-list__wrap {
	overflow: hidden;
}

.catalog-terms-list {
	max-width: 100%;
	overflow: auto;
	display: flex;
	justify-content: space-between;
	margin: 0 -5px;
}

.catalog-terms-list img {
	display: flex;
}

.catalog-terms-list::-webkit-scrollbar {
	width: 4px;
}

.catalog-terms-list::-webkit-scrollbar:horizontal {
	height: 4px;
}

.catalog-terms-list::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px var(--color-fg-2);
}

.catalog-terms-list__item-wrap {
	padding: 0 5px;
	width: 25%;
	min-width: 300px;
	margin-bottom: 5px;
}

.catalog-terms-list__item {
	display: flex;
	align-items: center;
	width: 100%;
	background: var(--color-bg-2);
	border-radius: 15px;
	padding: 15px 10px;
}

.dark-theme .catalog-terms-list__item {
	background: var(--color-bg-x);
}

.catalog-terms-list__item-content {
	margin-left: 10px;
	white-space: nowrap;
}

.catalog-terms-list__title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.catalog-terms-list__text {
	font-size: 16px;
	line-height: 24px;
	margin-top: 4px;
	color: var(--color-fg-2);
	margin-bottom: 0;
}


/* ----------advantages------------- */

.catalog-advantages-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -5px;
}

.catalog-advantages-list img {
	display: flex;
}

.catalog-advantages-list__item-wrap {
	padding: 5px;
	width: 50%;
}

.catalog-advantages-list__item {
	display: flex;
	align-items: center;
	width: 100%;
	background: var(--color-bg-2);
	border-radius: 15px;
	padding: 15px 10px;
}

.dark-theme .catalog-advantages-list__item {
	background: var(--color-fg-1-contrast);
}

.catalog-advantages-list__item-content {
	margin-left: 10px;
}

.catalog-advantages-list__text {
	font-size: 16px;
	line-height: 24px;
	color: var(--color-fg-2);
	margin: 4px 0 0 0;
}

/* ----------nav-bloks-list------------- */
.nav-bloks-list {
	display: flex;
}

.nav-bloks-list__item {
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .4);
	padding: 7px 10px;
	text-align: center;
	border-radius: 10px;
}

.nav-bloks-list__content {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}

.arrow-icon__reg {
	width: 8px;
	height: 8px;
	border: solid #959595;
	border-width: 0 2px 2px 0;
	display: inline-flex;
	margin-right: 10px;
}

.arrow-icon__reg.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.arrow-icon__reg.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.arrow-icon__reg.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.arrow-icon__reg.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

@media (max-width: 1023px) {
	.catalog-bloks-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.catalog-bloks-list__item-wrap {
		overflow: hidden;
	}

	.catalog-bloks-list__item {
		padding: 12px 0 0 12px;
	}

	.catalog-bloks-list__links {
		margin-top: 10px;
	}

	.catalog-link__content {
		padding: 7px 0;
	}

	.catalog-link {
		margin-top: 10px;
	}

	.catalog-advantages-list__wrap {
		overflow: hidden;
		padding-bottom: 5px;
	}

	.catalog-advantages-list {
		max-width: 100%;
		overflow: auto;
		flex-wrap: nowrap;
	}

	.catalog-advantages-list::-webkit-scrollbar {
		width: 4px;
	}

	.catalog-advantages-list::-webkit-scrollbar:horizontal {
		height: 4px;
	}

	.catalog-advantages-list::-webkit-scrollbar-thumb {
		border-radius: 8px;
		-webkit-box-shadow: inset 0 0 6px var(--color-fg-2);
	}

	.catalog-advantages-list__item-wrap {
		min-width: 400px;
		margin-bottom: 5px;
	}
}


.select-breadcrumbs__list .breadcrumbs__link {
	margin: 4px;
}

.brands-select-list {
	display: none;
}

@media (max-width: 767px) {

	.select-breadcrumbs__item {
		display: none;
	}

	.select-breadcrumbs__item:last-child,
	.select-breadcrumbs__item:nth-last-child(2) {
		display: block;
	}

	.brands-icons-list {
		display: none;
	}
	.brands-title {
		display: none;
	}
	.brands-select-list {
		display: block;
	}
}

@media (max-width: 599px) {
	.catalog-bloks-list__img {
		height: 160px;
	}
}

@media (max-width: 390px) {
	.catalog-bloks-list__img {
		height: 140px;
	}
}


.catalog-page .page-section {
	margin: 48px 0;
}

@media (max-width: 767px) {
	.model-page__navigation {
		margin-top: 25px;
	}
}



/* End */
/* /local/assets/dist/styles/styles.build.css?1752483311420873 */
/* /local/templates/aleasing/styles.css?17370297286571 */
