@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Muller", "sans-serif", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: rgb(255, 255, 255);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
a:hover {
  color: black;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: rgb(255, 255, 255);
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

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

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-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-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-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-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  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-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

/**
 * selectize.css (v@@version)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020-2022 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input.dragging {
  overflow: visible;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-control .selectize-dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-control .selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-control .selectize-dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}
.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}
.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control.plugin-clear_button .clear {
  display: flex;
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  right: calc(8px - 6px);
  color: rgb(0, 0, 0);
  opacity: 0.4;
  font-weight: bold;
  border: none;
  cursor: pointer;
  z-index: 1;
  font-size: 21px;
  justify-content: center;
  align-items: center;
}
.selectize-control.plugin-clear_button .clear:hover {
  opacity: 1;
}
.selectize-control.plugin-clear_button.single .clear {
  right: calc(8px - 6px + 1.5rem);
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: calc(8px - 2px - 1px) 8px calc(8px - 2px - 3px - 1px);
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: white;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input > input[placeholder] {
  box-sizing: initial;
}
.selectize-input.has-items > input {
  margin: 0 0px !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .no-results,
.selectize-dropdown .create {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

.selectize-dropdown-emptyoptionlabel {
  text-align: center;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl {
  text-align: right;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}
.selectize-control.single .selectize-input {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

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

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

@font-face {
  font-family: "Muller";
  src: local("Muller Regular"), local("Muller-Regular"), url("../fonts/MullerRegular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Muller";
  src: local("Muller Medium"), local("Muller-Medium"), url("../fonts/MullerMedium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Muller";
  src: local("Muller Bold"), local("Muller-Bold"), url("../fonts/MullerBold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Muller";
  src: local("Muller Light"), local("Muller-Light"), url("../fonts/MullerLight.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Muller";
  src: local("Muller Black"), local("Muller-Black"), url("../fonts/MullerBlack.woff") format("woff");
  font-weight: 900;
}
body {
  scrollbar-gutter: stable both-edges;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  line-height: 1;
}

ul {
  margin: 0;
  padding: 0;
}

.container {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1560px;
}
@media (max-width: 1599.98px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1040px;
  }
}
@media (max-width: 1119.98px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 700px;
  }
}
@media (max-width: 619.98px) {
  .container {
    max-width: calc(100% - 32px);
  }
}

h1, p {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700;
}

.section {
  margin-top: 60px;
}
@media (max-width: 619.98px) {
  .section {
    margin-top: 45px;
  }
}
.section-title {
  color: #212121;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .section-title {
    font-size: 30px;
  }
}
@media (max-width: 619.98px) {
  .section-title {
    font-size: 25px;
    margin-bottom: 35px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}
.btn-primary {
  background-color: #D52D34;
}
.btn-secondary {
  background-color: #182a3d;
}
.btn-dark {
  background-color: #212121;
}
.btn-outline {
  border: 1px solid #212121;
  color: #212121;
}
.btn-search {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  font-size: 20px;
  color: #D52D34;
  max-width: -moz-max-content;
  max-width: max-content;
}
.btn-show_more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  color: #D52D34;
  text-transform: none;
  margin: 60px auto 0;
}
@media (max-width: 1119.98px) {
  .btn-show_more {
    margin: 50px auto 0;
  }
}
@media (max-width: 619.98px) {
  .btn-show_more {
    margin: 30px auto 0;
  }
}
.btn-show_more::before {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../svg/rotate.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.d-none {
  display: none !important;
}

.of-h {
  overflow: hidden;
}

.form-input {
  height: 50px;
  width: 100%;
  border: 1px solid #D52D34;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #182a3d;
  border-radius: 0;
}
@media (max-width: 962px) {
  .form-input {
    font-size: 7.77374px;
    line-height: 9px;
  }
}
.form-input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #182a3d;
}
.form-input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #182a3d;
}
@media (max-width: 962px) {
  .form-input::-moz-placeholder {
    font-size: 7.77374px;
    line-height: 9px;
  }
  .form-input::placeholder {
    font-size: 7.77374px;
    line-height: 9px;
  }
}
.form-input.active {
  background: rgba(255, 82, 82, 0.4);
}

.swiper-pagination:not(.swiper-gallery-pagination) .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgb(0, 0, 0);
  margin: 0 8px !important;
}
.swiper-pagination:not(.swiper-gallery-pagination) .swiper-pagination-bullet-active {
  background-color: #D52D34;
  position: relative;
}
.swiper-pagination:not(.swiper-gallery-pagination) .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #D52D34;
}

@media (max-width: 619.98px) {
  .swiper-pagination-bullets-dynamic {
    height: 20px;
  }
  .swiper-pagination-bullets-dynamic > span {
    top: 30%;
  }
}
.agreement {
  display: flex;
  align-items: center;
  gap: 12px;
}
.agreement input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: auto;
  height: auto;
}
.agreement input[type=checkbox] + span {
  width: 13px;
  min-width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.agreement input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: inherit;
  background-color: rgb(0, 0, 0);
}
.agreement p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .agreement p {
    font-size: 12px;
  }
}
.agreement p a {
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}
.agreement.invert span {
  filter: invert(1);
}
.agreement.invert a {
  color: inherit;
}

.buttons-fix {
  position: fixed;
  right: 55px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
}
@media (max-width: 1599.98px) {
  .buttons-fix {
    right: 25px;
    bottom: 50px;
  }
}
.buttons-fix.active .btn {
  transform: none;
}
.buttons-fix .btn {
  width: 70px;
  height: 70px;
  background-image: url(../svg/button-fix.svg);
  background-size: cover;
  transition: all 0.3s linear;
  transform: translateX(calc(100% + 55px));
}
.buttons-fix .btn:last-child {
  transition: all 0.4s linear;
}
@media (max-width: 1599.98px) {
  .buttons-fix .btn {
    width: 50px;
    height: 50px;
  }
  .buttons-fix .btn svg {
    width: 20px;
  }
}
@media (max-width: 991.98px) {
  .buttons-fix {
    display: none;
  }
}

.selectize-input > * {
  font-size: 16px;
}

.noUi-horizontal {
  height: auto;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border: 0;
  right: -4px;
  top: -6px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  cursor: pointer;
}

.range-ball_custom_position .noUi-horizontal .noUi-handle {
  transform: translateX(50%);
  right: 0;
}

.catalog-filter__range-used_range_custom_position .noUi-horizontal .noUi-handle {
  transform: translate(50%, -50%);
  right: 0;
  top: 0;
}
@media (max-width: 1399.98px) {
  .catalog-filter__range-used_range_custom_position .noUi-horizontal .noUi-handle {
    right: 0;
  }
}

@media (max-width: 619.98px) {
  .noUi-horizontal {
    height: 7px;
  }
}

.noUi-touch-area {
  background: #D52D34;
  cursor: pointer;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noUi-handle:after,
.noUi-handle:before {
  display: none;
}

.noUi-connects {
  height: 5px;
  background: #d9d9d9;
  border-radius: 0;
}

.noUi-connect {
  height: 6px;
  background: #D52D34;
}
@media (max-width: 619.98px) {
  .noUi-connect {
    height: 100%;
    padding-bottom: 0;
  }
}

.noUi-target {
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: none;
}
@media (max-width: 619.98px) {
  .noUi-target {
    box-shadow: none;
    border-radius: 0;
  }
}

.about {
  margin-bottom: 50px;
}
.about__text {
  font-size: 1.2em;
  line-height: 1.2;
}
.about__text ul {
  font-size: inherit;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 20px;
  margin: 20px 0;
}
.about__text ul li {
  list-style-type: disc;
}

.error {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .error {
    padding: 0 0 60px;
  }
}
.error__image {
  height: 578px;
}
@media (max-width: 991.98px) {
  .error__image {
    height: 240px;
  }
}
.error__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.error__text {
  text-align: center;
  font-size: 37px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .error__text {
    font-size: 20px;
  }
}
.error__text a {
  display: block;
}
.error__text a:hover {
  color: #D52D34;
}

.header {
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .header {
    display: none;
  }
}
.header *:not(button) {
  color: rgb(255, 255, 255);
}
.header a:hover {
  color: #D52D34;
}
.header__top {
  height: 30px;
  transition: all 0.3s;
}
@media (max-width: 1399.98px) {
  .header__top {
    height: 20px;
  }
}
.header__top-content {
  height: 100%;
}
.header__top-content ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}
@media (max-width: 1399.98px) {
  .header__top-content ul {
    gap: 30px;
  }
}
.header__top-content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
@media (max-width: 1399.98px) {
  .header__top-content ul li {
    font-size: 12px;
  }
}
.header__main {
  height: 80px;
}
@media (max-width: 1599.98px) {
  .header__main {
    height: 50px;
  }
}
@media (max-width: 1399.98px) {
  .header__main {
    height: 40px;
  }
}
.header__main-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 86px;
}
@media (max-width: 1599.98px) {
  .header__logo {
    width: 78px;
  }
}
.header__logo svg {
  width: 100%;
}
.header__nav {
  height: 100%;
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 66px;
  height: 100%;
}
@media (max-width: 1599.98px) {
  .header__nav ul {
    gap: 46px;
  }
}
@media (max-width: 1119.98px) {
  .header__nav ul {
    gap: 25px;
  }
}
.header__nav ul > li {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
@media (max-width: 1599.98px) {
  .header__nav ul > li {
    font-size: 12px;
    gap: 12px;
  }
}
.header__nav ul > li.show-catalog svg {
  transition: all 0.3s;
}
@media (max-width: 1599.98px) {
  .header__nav ul > li.show-catalog svg {
    width: 12px;
  }
}
.header__nav ul > li.show-catalog:hover svg {
  rotate: 180deg;
}
.header__brands {
  padding: 50px 0;
  background: rgb(255, 255, 255);
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-200%);
  transition: all 0.4s;
}
.header__btn {
  width: 190px;
  height: 34px;
}
@media (max-width: 1599.98px) {
  .header__btn {
    font-size: 12px;
    height: 26px;
    border-radius: 4px;
  }
}
.header_active {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
}
.header_active *:not(button) {
  color: #212121;
}
.header_active .header__top {
  background: #212121;
}
.header_active .header__top * {
  color: rgb(255, 255, 255);
}
.header_show .header__brands {
  transform: none;
}

.header.special-page {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
}
.header.special-page *:not(button) {
  color: #212121;
}
.header.special-page .header__top {
  background: #212121;
}
.header.special-page .header__top * {
  color: rgb(255, 255, 255);
}
.header.special-page a:hover {
  color: #D52D34;
}

.header-mobile {
  display: none;
  background-color: #212121;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile * {
  color: rgb(255, 255, 255);
}
.header-mobile__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.header-mobile__main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42) 50%, rgba(255, 137, 137, 0) 102.1%);
}
.header-mobile__phone {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
}
.header-mobile .burger {
  width: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: all 0.3s;
}
.header-mobile .burger span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #D52D34;
  transform-origin: left;
  transition: all 0.3s;
}
.header-mobile .menu {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-color: #212121;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.header-mobile .menu__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 86px 0 30px;
}
.header-mobile .menu__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header-mobile .menu__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobile .menu__list li a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  rotate: -45deg;
}
.header-mobile .menu__list li a span {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.header-mobile .menu__list li a.active span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #D52D34 50%, rgba(255, 137, 137, 0) 100%);
}
.header-mobile .menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header-mobile .menu__contacts li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}
.header-mobile .menu .btn {
  height: 50px;
  font-size: 15px;
}
.header-mobile_active .menu {
  transform: none;
}
.header-mobile_active .burger {
  width: 21px;
  gap: 3px;
}
.header-mobile_active .burger span {
  transform: rotateY(90deg);
}
.header-mobile_active .burger span:first-child {
  transform: rotate(45deg);
}
.header-mobile_active .burger span:last-child {
  transform: rotate(-45deg);
}

.footer {
  overflow: hidden;
  padding-top: 64px;
  margin-top: -64px;
}
@media (max-width: 991.98px) {
  .footer {
    margin-top: 0;
  }
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0 46px;
  position: relative;
  z-index: 1;
}
.footer__decor {
  position: absolute;
  right: -170px;
  max-width: 735px;
  top: -64px;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .footer__decor {
    width: 565px;
    top: -48px;
    right: -110px;
  }
}
@media (max-width: 991.98px) {
  .footer__decor {
    width: auto;
    max-width: auto;
    height: 200px;
  }
}
.footer__main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer__main {
    flex-direction: column-reverse;
    gap: 55px;
  }
}
.footer__legal {
  max-width: 970px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1599.98px) {
  .footer__legal {
    max-width: 800px;
  }
}
@media (max-width: 1399.98px) {
  .footer__legal {
    max-width: 470px;
    font-size: 12px;
    gap: 18px;
  }
}
.footer__legal p {
  font-weight: 500;
}
.footer__legal .show-disclaimer {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 500;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1599.98px) {
  .footer__links {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer__links {
    align-items: flex-end;
  }
}
.footer__links a {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
@media (max-width: 1399.98px) {
  .footer .disclaimer {
    font-size: 12px;
  }
}

.breadcrumbs {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    margin-top: 0;
  }
}
@media (max-width: 619.98px) {
  .breadcrumbs {
    margin-top: 15px;
  }
}
.breadcrumbs .breadcrumbs-list__item-link {
  color: rgb(255, 255, 255);
}
.breadcrumbs .breadcrumbs-list__item-link:hover {
  opacity: 0.7;
}
.breadcrumbs-list {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.breadcrumbs-list__item {
  font-size: 16px;
  line-height: 120%;
}
.breadcrumbs-list__item-link {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.breadcrumbs-list__item-link svg {
  margin-right: 10px;
}
.breadcrumbs-list__item-link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  margin: 0 10px;
}
@media (max-width: 619.98px) {
  .breadcrumbs-list__item-link::after {
    width: 3px;
    height: 3px;
  }
}
.breadcrumbs-list__item-link:hover {
  opacity: 0.7;
}
@media (max-width: 619.98px) {
  .breadcrumbs-list__item-link {
    font-size: 13px;
  }
}
.breadcrumbs-list__item-text {
  font-weight: 700;
  position: relative;
  color: rgb(255, 255, 255);
}
@media (max-width: 619.98px) {
  .breadcrumbs-list__item-text {
    font-size: 13px;
  }
}

.breadcrumbs.special-page {
  margin-top: 140px;
  margin-bottom: 20px;
}
@media (max-width: 619.98px) {
  .breadcrumbs.special-page {
    margin-top: 60px;
  }
}
.breadcrumbs.special-page .breadcrumbs-list__item-link,
.breadcrumbs.special-page .breadcrumbs-list__item-text,
.breadcrumbs.special-page .breadcrumbs-list__item-link svg path {
  color: #212121;
}
.breadcrumbs.special-page .breadcrumbs-list__item-link svg path {
  stroke: #212121;
}
.breadcrumbs.special-page .breadcrumbs-list__item-link::after {
  background-color: #D52D34;
}

.banner {
  height: 782px;
  position: relative;
  background-size: cover;
  background-position: left bottom;
  color: rgb(255, 255, 255);
}
@media (max-width: 1799px) {
  .banner {
    height: 700px;
  }
}
@media (max-width: 1599px) {
  .banner {
    height: 650px;
  }
}
@media (max-width: 1399.98px) {
  .banner {
    height: 536px;
  }
}
@media (max-width: 991.98px) {
  .banner {
    height: 700px;
    margin-top: 50px;
  }
}
.banner .breadcrumbs {
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 1599.98px) {
  .banner .breadcrumbs {
    top: 90px;
  }
}
@media (max-width: 991.98px) {
  .banner .breadcrumbs {
    top: 32px;
  }
  .banner .breadcrumbs-list {
    row-gap: 12px;
  }
}
.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner__bg .swiper-banner {
  height: 100%;
}
.banner__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_catalog {
  background-image: url(../img/banners/banner_catalog.webp);
}
@media (max-width: 991.98px) {
  .banner_catalog {
    background-image: url(../img/banners/banner_catalog-mob.webp);
  }
}
.banner_home .banner__content {
  justify-content: flex-end;
  gap: 44px;
  padding-bottom: 200px;
}
@media (max-width: 1599.98px) {
  .banner_home .banner__content {
    gap: 30px;
    padding: 32px 0;
  }
}
.banner_home .banner-content {
  padding-bottom: 30px;
  justify-content: center;
  padding: 120px 0 40px;
}
@media (max-width: 768px) {
  .banner_home .banner-content {
    gap: 30px;
    padding: 32px 0;
    justify-content: space-between;
    padding: 25px 0 40px;
  }
}
.banner_home .banner-content .color-text {
  color: #D52D34;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 768px) {
  .banner_home .banner-content .color-text {
    font-size: 11px;
  }
}
.banner_home .banner-content .title-banner {
  font-size: 30px;
  padding: 5px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .banner_home .banner-content .title-banner {
    font-size: 25px;
    padding: 10px 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .banner_home .banner-content .subtitle-banner {
    font-size: 14px;
    bottom: 230px;
    left: 50%;
    text-align: center;
    line-height: 17px;
  }
}
.banner_home .banner__timer {
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1599px) {
  .banner_home .banner__timer {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .banner_home .banner__timer {
    margin-top: 15px;
  }
}
.banner_home .banner__timer span {
  font-size: 12px;
}
.banner_home .action-date {
  font-size: 23px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .banner_home .action-date {
    font-size: 16px;
    padding: 10px;
  }
}
.banner_home .accent {
  background-color: #D52D34;
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
@media (max-width: 991.98px) {
  .banner_home .accent {
    padding: 4px;
    border-radius: 2px;
  }
}
.banner_home .banner__heading {
  font-size: 47px;
  max-width: unset;
}
@media (max-width: 991.98px) {
  .banner_home .banner__heading {
    font-size: 26px;
  }
}
.banner_home .banner__subheading {
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  .banner_home .banner__subheading {
    margin-top: 12px;
    font-size: 16px;
  }
}
.banner_home .banner__list {
  gap: 20px;
}
.banner_home .banner__list li {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .banner_home .banner__list li {
    font-size: 12px;
    gap: 6px;
  }
  .banner_home .banner__list li svg {
    width: 27px;
  }
}
.banner_home .banner__list li::before {
  display: none;
}
.banner_home .btn {
  height: 50px;
  width: 360px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .banner_home .btn {
    width: 100%;
  }
}
.banner_brand {
  z-index: 1;
}
.banner_brand .banner__content {
  margin-left: auto;
  max-width: 550px;
}
@media (max-width: 1599.98px) {
  .banner_brand .banner__content {
    max-width: 364px;
  }
}
@media (max-width: 991.98px) {
  .banner_brand .banner__content {
    max-width: 100%;
  }
}
.banner_brand .banner__timer {
  width: 100%;
}
@media (min-width: 1600px) {
  .banner_brand .banner__timer > span {
    text-align: left;
    font-weight: 700;
  }
}
@media (max-width: 1599.98px) {
  .banner_brand .banner__heading {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner_brand .banner__heading {
    font-size: 25px;
  }
}
.banner_credit {
  background-image: url(../img/banners/banner_credit.webp);
  background-position: center;
}
@media (max-width: 991.98px) {
  .banner_credit {
    background-image: url(../img/banners/banner_credit-mob.webp);
  }
}
.banner_credit .banner__content {
  width: 700px;
  margin-left: auto;
  justify-content: flex-start;
  gap: 55px;
}
@media (max-width: 1399.98px) {
  .banner_credit .banner__content {
    width: 434px;
  }
}
@media (max-width: 991.98px) {
  .banner_credit .banner__content {
    width: 100%;
    justify-content: space-between;
    padding: 90px 0 32px;
  }
}
@media (max-width: 1399.98px) {
  .banner_credit .banner__heading {
    font-size: 34px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .banner_credit .banner__heading {
    font-size: 25px;
  }
}
.banner_credit .banner__text {
  position: relative;
}
.banner_credit .banner__text .action-duration {
  position: absolute;
  right: 0;
  top: -45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  font-size: 16px;
  width: 192px;
  height: 136px;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .banner_credit .banner__text .action-duration {
    top: 15px;
    width: 110px;
    height: 65px;
    gap: 6px;
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .banner_credit .banner__text .action-duration {
    display: none;
  }
}
.banner_credit .banner__text .action-duration::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(180deg, #d52d34 0%, transparent 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .banner_credit .banner__text .action-duration::after {
    border-radius: 10px;
  }
}
.banner_credit .banner__text .action-duration span {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .banner_credit .banner__text .action-duration span {
    font-size: 16px;
  }
}
.banner_credit .btn {
  margin-top: 48px;
  width: 490px;
  height: 55px;
  font-size: 20px;
}
@media (max-width: 1399.98px) {
  .banner_credit .btn {
    margin-top: 38px;
    width: 432px;
    height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .banner_credit .btn {
    font-size: 15px;
    height: 50px;
    margin-top: 22px;
    width: 100%;
  }
}
.banner_credit .banner__list {
  margin: 0;
  gap: 38px;
}
@media (max-width: 991.98px) {
  .banner_credit .banner__list {
    gap: 18px;
  }
}
.banner_credit .banner__list li {
  font-size: 26px;
}
@media (max-width: 1399.98px) {
  .banner_credit .banner__list li {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .banner_credit .banner__list li {
    font-size: 16px;
    gap: 10px;
  }
}
.banner_credit .banner__list li::before {
  display: none;
}
.banner_credit .banner__list li svg {
  min-width: 55px;
}
@media (max-width: 991.98px) {
  .banner_credit .banner__list li svg {
    min-width: 42px;
    width: 42px;
  }
}
.banner_trade-in {
  background-image: url(../img/banners/banner_trade-in.webp);
}
@media (max-width: 991.98px) {
  .banner_trade-in {
    background-image: url(../img/banners/banner_trade-in-mob.webp);
  }
}
.banner_trade-in .banner__content {
  width: 555px;
}
@media (max-width: 1399.98px) {
  .banner_trade-in .banner__content {
    width: 452px;
  }
}
@media (max-width: 991.98px) {
  .banner_trade-in .banner__content {
    width: 100%;
  }
}
.banner_trade-in .banner__text {
  display: flex;
  flex-direction: column;
  gap: 52px;
}
@media (max-width: 1399.98px) {
  .banner_trade-in .banner__text {
    gap: 28px;
  }
}
@media (max-width: 991.98px) {
  .banner_trade-in .banner__text {
    gap: 48px;
  }
}
@media (max-width: 1399.98px) {
  .banner_trade-in .banner__list {
    gap: 24px;
  }
}
.banner_trade-in .banner__list li {
  gap: 34px;
  font-size: 30px;
}
@media (max-width: 1399.98px) {
  .banner_trade-in .banner__list li {
    gap: 18px;
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .banner_trade-in .banner__list li {
    gap: 10px;
    font-size: 18px;
  }
}
.banner_credit-program .banner__content {
  padding-top: 210px;
  width: 740px;
}
@media (max-width: 1799px) {
  .banner_credit-program .banner__content {
    padding-top: 140px;
  }
}
@media (max-width: 1599px) {
  .banner_credit-program .banner__content {
    padding-top: 115px;
  }
}
@media (max-width: 1399.98px) {
  .banner_credit-program .banner__content {
    width: 420px;
    padding-top: 120px;
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner_credit-program .banner__content {
    width: 100%;
    padding: 110px 0 22px;
  }
}
.banner_credit-program .banner__heading {
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .banner_credit-program .banner__heading {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner_credit-program .banner__heading {
    font-size: 24px;
  }
}
.banner_credit-program .banner__heading span {
  display: block;
  font-weight: 700;
}
.banner_credit-program .banner__text {
  margin-top: 40px;
  font-size: 23px;
}
@media (max-width: 1399.98px) {
  .banner_credit-program .banner__text {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .banner_credit-program .banner__text {
    font-size: 18px;
  }
}
.banner_credit-program .banner__text span {
  color: #D52D34;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .banner_credit-program .banner__form {
    width: 100%;
  }
}
.banner_first-car {
  background-image: url(../img/banners/banner_first-car.webp);
}
@media (max-width: 991.98px) {
  .banner_first-car {
    background-image: url(../img/banners/banner_first-car-mob.webp);
  }
}
.banner_family-car {
  background-image: url(../img/banners/banner_family-car.webp);
}
@media (max-width: 991.98px) {
  .banner_family-car {
    background-image: url(../img/banners/banner_family-car-mob.webp);
  }
}
.banner_medicine {
  background-image: url(../img/banners/banner_medicine.webp);
}
@media (max-width: 991.98px) {
  .banner_medicine {
    background-image: url(../img/banners/banner_medicine-mob.webp);
  }
}
.banner__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 188px 0 40px;
}
@media (max-width: 1399.98px) {
  .banner__content {
    padding: 122px 0 25px;
  }
}
@media (max-width: 991.98px) {
  .banner__content {
    padding: 84px 0 34px;
  }
}
.banner__heading {
  font-size: 41px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 750px;
}
@media (max-width: 1399.98px) {
  .banner__heading {
    font-size: 23px;
    max-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .banner__heading {
    font-size: 25px;
  }
}
.banner__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 35px;
}
@media (max-width: 1599.98px) {
  .banner__list {
    margin-top: 24px;
  }
}
.banner__list li {
  font-size: 25px;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1599.98px) {
  .banner__list li {
    font-size: 20px;
  }
}
.banner__list li span {
  font-weight: 700;
  color: #D52D34;
}
.banner__list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #D52D34;
}
.banner__timer {
  width: 554px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1399.98px) {
  .banner__timer {
    width: 320px;
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .banner__timer {
    width: 100%;
  }
}
.banner__timer > span {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .banner__timer > span {
    font-size: 15px;
  }
}
.banner__form {
  width: 554px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1399.98px) {
  .banner__form {
    width: 320px;
  }
}
@media (max-width: 991.98px) {
  .banner__form {
    width: 100%;
  }
}
.banner__form .input {
  position: relative;
  z-index: 1;
}
.banner__form .input::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgb(88, 88, 88));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.banner__form .input input {
  height: 50px;
  padding: 0 16px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .banner__form .input input {
    height: 40px;
    font-size: 12px;
  }
}
.banner__form .btn {
  height: 55px;
  margin-top: 10px;
  font-size: 20px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .banner__form .btn {
    height: 44px;
    font-size: 15px;
    margin: 0;
  }
}
.banner__form .agreement {
  margin-top: 4px;
}
.banner__btn {
  width: 100%;
  height: 60px;
  font-size: 20px;
  margin-top: 28px;
}
@media (max-width: 1599.98px) {
  .banner__btn {
    height: 48px;
    margin-top: 24px;
  }
}

.beat-offer {
  height: 300px;
}
@media (max-width: 1399.98px) {
  .beat-offer {
    height: 230px;
  }
}
@media (max-width: 991.98px) {
  .beat-offer {
    height: auto;
  }
}
.beat-offer__content {
  display: flex;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .beat-offer__content {
    gap: 12px;
  }
}
@media (max-width: 991.98px) {
  .beat-offer__content {
    flex-direction: column;
    border-radius: 0;
  }
}
.beat-offer__image {
  width: 570px;
  height: 100%;
  position: relative;
}
@media (max-width: 1599.98px) {
  .beat-offer__image {
    width: 450px;
  }
}
@media (max-width: 991.98px) {
  .beat-offer__image {
    width: 100%;
  }
}
.beat-offer__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.beat-offer__image::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 9%, #fff 68%);
}
@media (max-width: 991.98px) {
  .beat-offer__image::after {
    right: 0;
    top: 90px;
    background: linear-gradient(rgba(255, 255, 255, 0) 9%, #fff 40%);
  }
}
.beat-offer__main {
  padding: 45px 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .beat-offer__main {
    padding: 32px 0 22px;
  }
}
@media (max-width: 991.98px) {
  .beat-offer__main {
    padding: 0;
    gap: 25px;
  }
}
.beat-offer__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #212121;
  line-height: 1;
  margin-left: 7px;
}
@media (max-width: 1399.98px) {
  .beat-offer__text {
    gap: 14px;
  }
}
.beat-offer__title {
  font-size: 42px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .beat-offer__title {
    font-size: 27px;
  }
}
.beat-offer__title span {
  font-weight: 700;
  text-decoration: underline;
}
.beat-offer__subtitle {
  font-size: 30px;
}
@media (max-width: 1399.98px) {
  .beat-offer__subtitle {
    font-size: 20px;
  }
}
.beat-offer__form {
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.beat-offer__form .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
}
@media (max-width: 1399.98px) {
  .beat-offer__form .form-row {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .beat-offer__form .form-row {
    gap: 12px;
    padding: 0;
    flex-direction: column;
    height: auto;
  }
}
.beat-offer__form input {
  height: 100%;
  border-radius: 8px;
  border: 1px solid #212121;
  color: #212121;
  max-width: 260px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1599.98px) {
  .beat-offer__form input {
    max-width: 220px;
  }
}
@media (max-width: 1399.98px) {
  .beat-offer__form input {
    max-width: 160px;
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .beat-offer__form input {
    width: 100%;
    max-width: unset;
    height: 54px;
  }
}
.beat-offer__form .btn {
  height: 100%;
  width: 320px;
  font-size: 18px;
}
@media (max-width: 1599.98px) {
  .beat-offer__form .btn {
    width: 280px;
  }
}
@media (max-width: 1399.98px) {
  .beat-offer__form .btn {
    width: 174px;
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .beat-offer__form .btn {
    width: 100%;
    height: 50px;
  }
}

.credit-form {
  height: 510px;
  position: relative;
  z-index: 1;
  color: #212121;
}
@media (max-width: 1599.98px) {
  .credit-form {
    height: 414px;
  }
}
@media (max-width: 991.98px) {
  .credit-form {
    height: auto;
  }
}
.credit-form__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/credit-form.webp);
  background-position: left center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .credit-form__image {
    background-position: center;
  }
}
@media (max-width: 991.98px) {
  .credit-form__image {
    height: 312px;
    background-image: url(../img/credit-form_mob.webp);
  }
}
.credit-form__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  height: 100%;
}
@media (max-width: 1599.98px) {
  .credit-form__content {
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .credit-form__content {
    padding-top: 230px;
    gap: 40px;
  }
}
.credit-form__heading {
  font-size: 29px;
  font-weight: 500;
}
@media (max-width: 1599.98px) {
  .credit-form__heading {
    font-size: 25px;
  }
}
.credit-form__heading span {
  color: #D52D34;
}
.credit-form__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1599.98px) {
  .credit-form__list {
    gap: 8px;
  }
}
.credit-form__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 25px;
}
@media (max-width: 1599.98px) {
  .credit-form__list li {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .credit-form__list li {
    font-size: 15px;
  }
}
.credit-form__list li::before {
  content: url(../svg/form-list.svg);
}
.credit-form__form {
  width: 490px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1599.98px) {
  .credit-form__form {
    width: 360px;
    gap: 7px;
  }
}
@media (max-width: 991.98px) {
  .credit-form__form {
    width: 100%;
  }
}
.credit-form__form input {
  height: 42px;
  border-radius: 8px;
  border: 1px solid #212121;
  color: #212121;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1599.98px) {
  .credit-form__form input {
    border-width: 2px;
  }
}
.credit-form__form .btn {
  height: 55px;
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 1599.98px) {
  .credit-form__form .btn {
    margin-top: 8px;
    height: 42px;
    font-size: 15px;
  }
}

.credit-form.autocredit-model .credit-form__image {
  background-image: none;
}
@media (max-width: 991.98px) {
  .credit-form.autocredit-model .credit-form__image {
    background-image: url(../img/credit-form_mob-1.webp);
  }
}
.credit-form.autocredit-model .container {
  background-image: url(../img/autocredit-form.webp);
  border-radius: 0 20px 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .credit-form.autocredit-model .container {
    background-image: none;
    padding-left: 0;
  }
}
.credit-form.autocredit-model .credit-form__heading {
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .credit-form.autocredit-model .credit-form__heading {
    font-size: 25px;
  }
}
.credit-form.autocredit-model .credit-form__heading .credit-form__form {
  width: auto;
  flex-wrap: wrap;
  max-width: 650px;
  flex-direction: row;
}
.credit-form.autocredit-model .credit-form__heading .credit-form__form input {
  width: 38%;
}
@media (max-width: 991.98px) {
  .credit-form.autocredit-model .credit-form__heading .credit-form__form input {
    width: 100%;
  }
}
.credit-form.autocredit-model .credit-form__heading .credit-form__form .btn {
  margin: 0;
  width: 50%;
}
@media (max-width: 991.98px) {
  .credit-form.autocredit-model .credit-form__heading .credit-form__form .btn {
    width: 100%;
  }
}
.credit-form.autocredit-model .credit-form__heading .credit-form__list li {
  font-size: 25px;
}

.trade-in-form__image {
  background-image: url(../img/trade-in-form.webp);
}
@media (max-width: 991.98px) {
  .trade-in-form__image {
    background-image: url(../img/trade-in-form_mob.webp);
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-form__content {
    padding-top: 290px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-form__heading {
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 1599.98px) {
  .trade-in-form__list li {
    font-size: 17px;
  }
}

.fancybox__content:not(.modal) {
  background: none;
  padding: 0;
}
.fancybox__content:not(.modal) .modal {
  display: block;
  margin: 0 auto;
}

.modal {
  display: none;
  width: 600px;
  height: 400px;
  background-size: cover;
  padding: 0;
  border-radius: 9px;
  overflow: hidden;
  font-weight: 500;
}
@media (max-width: 619.98px) {
  .modal {
    width: 100%;
    max-width: 360px;
    height: 320px;
    border-radius: 12px;
  }
}
.modal__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 35px 30px 20px;
  position: relative;
}
@media (max-width: 619.98px) {
  .modal__inner {
    padding: 24px 20px 15px;
  }
}
.modal__heading {
  font-size: 28px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 619.98px) {
  .modal__heading {
    font-size: 21px;
  }
}
.modal__heading span {
  color: #D52D34;
  font-weight: 700;
}
.modal__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 619.98px) {
  .modal__list {
    gap: 8px;
  }
}
.modal__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
}
@media (max-width: 619.98px) {
  .modal__list li {
    font-size: 12px;
    gap: 8px;
  }
}
.modal__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../svg/form-list.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 619.98px) {
  .modal__list li::before {
    width: 14px;
    height: 14px;
  }
}
.modal__text {
  font-size: 27px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 619.98px) {
  .modal__text {
    font-size: 20px;
  }
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 270px;
}
@media (max-width: 619.98px) {
  .modal__form {
    gap: 5px;
    width: 204px;
  }
}
.modal__form input {
  height: 33px;
  font-size: 12px;
  border: 1px solid #212121;
  color: #212121;
  border-radius: 4px;
}
@media (max-width: 619.98px) {
  .modal__form input {
    height: 26px;
  }
}
.modal__form .btn {
  height: 33px;
  font-size: 12px;
  border-radius: 4px;
}
@media (max-width: 619.98px) {
  .modal__form .btn {
    height: 30px;
  }
}
.modal__form .agreement p {
  font-size: 11px;
}
.modal_credit {
  background-image: url(../img/modals/modal-credit.webp);
}
@media (max-width: 619.98px) {
  .modal_credit {
    background-image: url(../img/modals/modal-credit_mob.webp);
  }
}
.modal_bank {
  background-image: url(../img/modals/modal-bank.webp);
}
.modal_bank .bank-logo {
  position: absolute;
  top: 30px;
  right: 76px;
  width: 140px;
  height: 70px;
}
@media (max-width: 619.98px) {
  .modal_bank .bank-logo {
    top: 38px;
    right: 42px;
    width: 70px;
    height: 25px;
  }
}
.modal_bank .bank-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 619.98px) {
  .modal_bank {
    background-image: url(../img/modals/modal-bank_mob.webp);
  }
}
.modal_bank .modal__heading {
  font-size: 24px;
}
@media (max-width: 619.98px) {
  .modal_bank .modal__heading {
    font-size: 18px;
  }
}
@media (min-width: 620px) {
  .modal_bank .modal__list li {
    font-size: 17px;
  }
}
.modal_book {
  background-image: url(../img/modals/modal-book.webp);
}
@media (max-width: 619.98px) {
  .modal_book {
    background-image: url(../img/modals/modal-book_mob.webp);
  }
}
.modal_book .modal__heading {
  font-size: 25px;
}
@media (max-width: 619.98px) {
  .modal_book .modal__heading {
    font-size: 18px;
  }
}
@media (min-width: 620px) {
  .modal_book .modal__list li {
    font-size: 17px;
  }
}
.modal_callback {
  background-image: url(../img/modals/modal-callback.webp);
}
@media (max-width: 619.98px) {
  .modal_callback {
    background-image: url(../img/modals/modal-callback_mob.webp);
  }
}
.modal_callback .modal__heading {
  font-size: 35px;
  margin-left: 40px;
}
@media (max-width: 619.98px) {
  .modal_callback .modal__heading {
    font-size: 28px;
    margin-left: 30px;
  }
}
.modal_info {
  background-color: rgb(255, 255, 255);
}
.modal_info + .carousel__button.is-close {
  top: 12px;
  right: 12px;
  border: 2px solid #D52D34;
  color: #D52D34;
  width: 24px;
  height: 24px;
}
.modal_info + .carousel__button.is-close svg {
  filter: none;
  width: 12px;
}
@media (min-width: 620px) {
  .modal_info {
    height: 260px;
  }
}
.modal_info .modal__inner {
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding: 0 65px;
}
@media (max-width: 619.98px) {
  .modal_info .modal__inner {
    gap: 25px;
    padding: 0 18px;
  }
}
.modal_info .modal__heading {
  font-size: 30px;
}
@media (max-width: 619.98px) {
  .modal_info .modal__heading {
    font-size: 27px;
    text-transform: uppercase;
  }
}
.modal_info .modal__text {
  font-size: 32px;
}
@media (max-width: 619.98px) {
  .modal_thanks .modal__text {
    font-size: 25px;
  }
}
.modal .carousel__button.is-close {
  top: 12px;
  right: 12px;
  border: 2px solid #D52D34;
  color: #D52D34;
  width: 24px;
  height: 24px;
}
.modal .carousel__button.is-close svg {
  filter: none;
  width: 12px;
}

.input {
  background: none;
  border-radius: 0;
}
.input-white input {
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.input-primary input {
  border-bottom: 1px solid #D52D34;
  color: #D52D34;
}

input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: rgb(255, 255, 255);
  padding: 0 15px;
  border-radius: 0;
}
input:focus {
  outline: none;
}
@media (max-width: 991.98px) {
  input {
    padding: 0 5px;
    font-size: 7px;
  }
}
@media (max-width: 619.98px) {
  input {
    font-size: 14px;
    padding: 0 10px;
  }
}

::-moz-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

.timer {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.timer .time-count__item {
  width: 122px;
  height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1399.98px) {
  .timer .time-count__item {
    width: 70px;
    height: 66px;
  }
}
.timer .time-count__item::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(180deg, #D52D34 0%, transparent 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (max-width: 1399.98px) {
  .timer .time-count__item::after {
    inset: -2px;
    border-radius: 10px;
    padding: 2px;
  }
}
.timer .time-count__val {
  font-weight: 700;
  font-size: 59px;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .timer .time-count__val {
    font-size: 33px;
  }
}
.timer .time-count__text {
  font-weight: 200;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .timer .time-count__text {
    font-size: 12px;
  }
}

.actions__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 991.98px) {
  .actions__list {
    gap: 30px;
  }
}
.actions .action-item {
  height: 268px;
  display: grid;
  grid-template-columns: 740px auto;
  gap: 20px;
}
@media (max-width: 1599.98px) {
  .actions .action-item {
    grid-template-columns: 452px auto;
    height: 195px;
    gap: 28px;
  }
}
@media (max-width: 991.98px) {
  .actions .action-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
}
.actions .action-item__image {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .actions .action-item__image {
    height: 162px;
  }
}
.actions .action-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.actions .action-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1599.98px) {
  .actions .action-item__content {
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .actions .action-item__content {
    align-items: center;
    gap: 20px;
  }
}
.actions .action-item__title {
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 1599.98px) {
  .actions .action-item__title {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .actions .action-item__title {
    text-align: center;
  }
}
.actions .action-item__title span {
  display: inline-block;
}
.actions .action-item__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.actions .action-item__form .form-row {
  height: 55px;
  display: flex;
  gap: 20px;
}
@media (max-width: 1599.98px) {
  .actions .action-item__form .form-row {
    height: 42px;
  }
}
@media (max-width: 991.98px) {
  .actions .action-item__form .form-row {
    height: auto;
    flex-direction: column;
    gap: 20px;
  }
}
.actions .action-item__form input {
  width: 100%;
  color: #212121;
  border-radius: 8px;
  border: 1px solid #212121;
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .actions .action-item__form input {
    height: 55px;
  }
}
.actions .action-item__form .btn {
  width: 100%;
  font-size: 20px;
}
@media (max-width: 1599.98px) {
  .actions .action-item__form .btn {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .actions .action-item__form .btn {
    height: 55px;
  }
}

.model {
  height: auto;
  background-image: url(../img/banners/model-bg.webp);
  background-size: cover;
  color: #212121;
}
@media (max-width: 991.98px) {
  .model {
    padding-top: 34px;
  }
}
.model .breadcrumbs {
  top: 170px;
}
@media (max-width: 1399.98px) {
  .model .breadcrumbs {
    top: 125px;
  }
}
@media (max-width: 991.98px) {
  .model .breadcrumbs {
    position: static;
  }
}
.model__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 220px 0 0;
}
@media (max-width: 1399.98px) {
  .model__content {
    padding: 176px 0 0;
  }
}
@media (max-width: 991.98px) {
  .model__content {
    padding-top: 28px;
  }
}
.model__name {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 619.98px) {
  .model__name {
    font-size: 29px;
  }
}
.model__sees {
  font-size: 14px;
  margin-left: auto;
  margin-bottom: 26px;
}
@media (max-width: 1399.98px) {
  .model__sees {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .model__sees {
    margin: 12px 0;
    color: rgb(255, 255, 255);
  }
}
.model__main {
  display: flex;
  gap: 84px;
}
@media (max-width: 1399.98px) {
  .model__main {
    gap: 42px;
  }
}
@media (max-width: 1119.98px) {
  .model__main {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .model__main {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 619.98px) {
  .model__main {
    gap: 26px;
  }
}
.model__image {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.model__image .modelSwiper {
  width: 630px;
}
.model__image .modelSwiper img {
  max-width: 100%;
}
@media (max-width: 1399.98px) {
  .model__image .modelSwiper {
    width: 492px;
  }
}
@media (max-width: 1119.98px) {
  .model__image .modelSwiper {
    width: 420px;
  }
}
@media (max-width: 991.98px) {
  .model__image .modelSwiper {
    width: 100%;
  }
}
.model__image .swiper-buttons {
  display: none;
}
@media (max-width: 991.98px) {
  .model__image .swiper-buttons {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .model__image .swiper-buttons .swiper-button-next,
  .model__image .swiper-buttons .swiper-button-prev {
    position: static;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #212121;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .model__image .swiper-buttons .swiper-button-prev {
    rotate: 180deg;
  }
}
.model__color {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.model__color-name {
  font-size: 15px;
  font-weight: 700;
}
.model__color .color-select {
  display: flex;
  gap: 16px;
}
@media (max-width: 1399.98px) {
  .model__color .color-select {
    gap: 12px;
  }
}
@media (max-width: 991.98px) {
  .model__color .color-select {
    gap: 10px;
  }
}
.model__color .color-select span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgb(115, 115, 115);
}
@media (max-width: 1399.98px) {
  .model__color .color-select span {
    width: 27px;
    height: 27px;
  }
}
.model__color .color-select span.color-active {
  filter: drop-shadow(0px 2px 11px #d52d34);
}
.model__info {
  width: 742px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 1399.98px) {
  .model__info {
    flex: 1;
    width: auto;
    gap: 15px;
  }
}
@media (max-width: 619.98px) {
  .model__info {
    gap: 20px;
  }
}
.model__info > .btn {
  display: none;
}
@media (max-width: 619.98px) {
  .model__info > .btn {
    display: block;
    height: 50px;
    font-size: 15px;
  }
}
.model__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, max-content));
  justify-content: space-between;
  padding: 24px 32px;
  border-radius: 23px;
  gap: 16px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .model__benefits {
    padding: 22px;
    grid-template-columns: auto auto;
    gap: 10px 0;
  }
}
@media (max-width: 1119.98px) {
  .model__benefits {
    padding: 12px;
  }
}
@media (max-width: 619.98px) {
  .model__benefits {
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
  }
}
.model__benefits::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 23px;
  padding: 2px;
  background: linear-gradient(215deg, #d52d34 50%, transparent 95%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.model__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1599.98px) {
  .model__benefits li {
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .model__benefits li {
    font-size: 15px;
  }
}
@media (max-width: 1119.98px) {
  .model__benefits li {
    font-size: 14px;
  }
}
@media (max-width: 619.98px) {
  .model__benefits li {
    font-size: 12px;
  }
}
.model__benefits li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 11.0799V11.9999C21.9988 14.1563 21.3005 16.2545 20.0093 17.9817C18.7182 19.7088 16.9033 20.9723 14.8354 21.5838C12.7674 22.1952 10.5573 22.1218 8.53447 21.3744C6.51168 20.6271 4.78465 19.246 3.61096 17.4369C2.43727 15.6279 1.87979 13.4879 2.02168 11.3362C2.16356 9.18443 2.99721 7.13619 4.39828 5.49694C5.79935 3.85768 7.69279 2.71525 9.79619 2.24001C11.8996 1.76477 14.1003 1.9822 16.07 2.85986' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 4L12 14.01L9 11.01' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 1399.98px) {
  .model__benefits li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_1053_13765)'%3E%3Cpath d='M12.8327 6.46407V7.00074C12.832 8.25865 12.4246 9.48263 11.6715 10.4901C10.9183 11.4976 9.8596 12.2347 8.65331 12.5913C7.44702 12.948 6.15775 12.9052 4.97779 12.4692C3.79783 12.0333 2.7904 11.2276 2.10574 10.1724C1.42109 9.11709 1.09589 7.86877 1.17866 6.61359C1.26143 5.3584 1.74772 4.16359 2.56501 3.20736C3.3823 2.25113 4.48681 1.58471 5.71379 1.30749C6.94078 1.03027 8.22451 1.1571 9.37352 1.66907' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.8333 2.33398L7 8.17315L5.25 6.42315' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1053_13765'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
@media (max-width: 1399.98px) {
  .model__prices {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 619.98px) {
  .model__prices {
    display: block;
  }
}
.model__prices .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .model__prices .price {
    gap: 10px;
    font-size: 20px;
  }
}
@media (max-width: 619.98px) {
  .model__prices .price {
    font-size: 14px;
  }
}
.model__prices .price i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #212121, transparent);
}
@media (max-width: 1399.98px) {
  .model__prices .new-price {
    margin-top: 10px;
  }
}
@media (max-width: 619.98px) {
  .model__prices .new-price {
    margin: 0;
  }
}
.model__prices .new-price span {
  font-size: 45px;
}
@media (max-width: 1399.98px) {
  .model__prices .new-price span {
    font-size: 30px;
  }
}
@media (max-width: 619.98px) {
  .model__prices .new-price span {
    font-size: 18px;
  }
}
.model__prices .old-price {
  justify-content: flex-end;
  color: rgba(33, 33, 33, 0.71);
  margin-top: 10px;
}
@media (max-width: 1399.98px) {
  .model__prices .old-price {
    margin: 0;
    order: -1;
    font-size: 15px;
  }
}
@media (max-width: 619.98px) {
  .model__prices .old-price {
    margin-top: 10px;
    font-size: 12px;
  }
}
.model__prices .month-price {
  margin-top: 32px;
}
@media (max-width: 1399.98px) {
  .model__prices .month-price {
    margin-top: 25px;
  }
}
@media (max-width: 619.98px) {
  .model__prices .month-price {
    margin-top: 12px;
  }
}
.model__prices .month-price span {
  font-size: 33px;
}
@media (max-width: 1399.98px) {
  .model__prices .month-price span {
    font-size: 25px;
  }
}
@media (max-width: 619.98px) {
  .model__prices .month-price span {
    font-size: 18px;
  }
}
.model__form {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 1399.98px) {
  .model__form {
    margin-top: 20px;
    gap: 16px;
    height: 48px;
  }
}
@media (max-width: 619.98px) {
  .model__form {
    display: none;
  }
}
.model__form input {
  border-radius: 8px;
  border: 1px solid #212121;
  color: #212121;
  text-transform: uppercase;
  height: 48px;
  width: 46%;
}
@media (max-width: 1399.98px) {
  .model__form input {
    font-size: 15px;
  }
}
.model__form .btn {
  font-size: 20px;
  width: 49%;
  height: 48px;
}
@media (max-width: 1399.98px) {
  .model__form .btn {
    font-size: 15px;
  }
}
@media (max-width: 619.98px) {
  .model__timer {
    width: 100%;
  }
}
.model__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0 45px;
  margin-top: 44px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .model__action {
    padding: 18px 0;
  }
}
@media (max-width: 991.98px) {
  .model__action {
    flex-direction: column;
    padding: 22px 0 26px;
    gap: 20px;
  }
}
@media (max-width: 619.98px) {
  .model__action {
    margin-top: 20px;
  }
}
.model__action::before, .model__action::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #212121, transparent);
}
.model__action::after {
  top: auto;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .model__action::after {
    display: none;
  }
}
.model__action .timer {
  gap: 20px;
}
@media (max-width: 619.98px) {
  .model__action .timer {
    gap: 0;
    justify-content: space-between;
  }
}
.model__action .timer .time-count__item {
  width: 88px;
  height: 78px;
  border-radius: 15px;
}
@media (max-width: 1399.98px) {
  .model__action .timer .time-count__item {
    width: 74px;
    height: 66px;
    border-radius: 10px;
  }
}
.model__action .timer .time-count__val {
  font-size: 38px;
}
@media (max-width: 1399.98px) {
  .model__action .timer .time-count__val {
    font-size: 34px;
  }
}
.model__action .timer .time-count__text {
  font-size: 13px;
}
.model__action-text {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1599.98px) {
  .model__action-text {
    font-size: 24px;
  }
}
@media (max-width: 1399.98px) {
  .model__action-text {
    font-size: 16px;
  }
}
@media (max-width: 1119.98px) {
  .model__action-text {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .model__action-text {
    font-size: 16px;
    text-align: center;
  }
}
.model__action .btn {
  width: 360px;
  height: 60px;
  font-size: 20px;
}
@media (max-width: 1599.98px) {
  .model__action .btn {
    width: 320px;
    font-size: 15px;
    height: 55px;
  }
}
@media (max-width: 1119.98px) {
  .model__action .btn {
    width: 220px;
  }
}
@media (max-width: 619.98px) {
  .model__action .btn {
    width: 100%;
  }
}

.discounts__grid {
  display: grid;
  grid-template-columns: 360px auto 360px;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .discounts__grid {
    grid-template: "happy checkout checkout" "cash utilization utilization" "gosprograms gosprograms trade-in";
    grid-template-columns: 320px auto 320px;
    gap: 32px 40px;
  }
}
@media (max-width: 991.98px) {
  .discounts__grid {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
}
.discounts .discount-item {
  height: 284px;
  border-radius: 20px;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  padding: 35px 25px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .discounts .discount-item {
    height: 248px;
    padding: 30px 20px;
  }
  .discounts .discount-item.happy {
    grid-area: happy;
  }
  .discounts .discount-item.checkout {
    grid-area: checkout;
  }
  .discounts .discount-item.cash {
    grid-area: cash;
  }
  .discounts .discount-item.utilization {
    grid-area: utilization;
  }
  .discounts .discount-item.gosprograms {
    grid-area: gosprograms;
  }
}
@media (max-width: 1399.98px) and (max-width: 619.98px) {
  .discounts .discount-item.gosprograms .discount-item__subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399.98px) {
  .discounts .discount-item.trade-in {
    grid-area: trade-in;
  }
}
@media (max-width: 991.98px) {
  .discounts .discount-item {
    height: 200px;
  }
}
@media (max-width: 619.98px) {
  .discounts .discount-item {
    padding: 15px 17px;
    width: 100%;
    height: 215px;
  }
}
.discounts .discount-item__checkbox.active span {
  background: #D52D34;
}
.discounts .discount-item__checkbox.active span::before {
  left: calc(100% - 4px);
  transform: translateX(-100%);
}
@media (max-width: 991.98px) {
  .discounts .discount-item__checkbox.active span::before {
    left: calc(100% - 3px);
  }
}
.discounts .discount-item__checkbox.active span::after {
  content: "Скидка включена";
}
.discounts .discount-item__checkbox span {
  display: block;
  width: 64px;
  height: 34px;
  background: #d9d9d9;
  border-radius: 17px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.discounts .discount-item__checkbox span::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  left: 4px;
  top: 4px;
  transition: all 0.3s;
}
.discounts .discount-item__checkbox span::after {
  content: "Скидка выключена";
  max-width: 66px;
  font-size: 12px;
  color: rgba(33, 33, 33, 0.63);
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translate(100%, -50%);
}
@media (max-width: 619.98px) {
  .discounts .discount-item__checkbox span::after {
    right: -25px;
  }
}
@media (max-width: 619.98px) {
  .discounts .discount-item__checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.discounts .discount-item__amount {
  position: absolute;
  top: 40px;
  right: 15px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .discounts .discount-item__amount {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .discounts .discount-item__amount {
    top: 32px;
    font-size: 18px;
  }
}
@media (max-width: 619.98px) {
  .discounts .discount-item__amount {
    position: static;
    font-size: 20px;
  }
}
@media (max-width: 619.98px) {
  .discounts .discount-item__amount div {
    font-size: 14px;
  }
}
.discounts .discount-item__title {
  margin-top: 80px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .discounts .discount-item__title {
    margin-top: 58px;
    letter-spacing: -1px;
  }
}
@media (max-width: 991.98px) {
  .discounts .discount-item__title {
    font-size: 24px;
    letter-spacing: 0;
    margin-top: 40px;
  }
}
@media (max-width: 619.98px) {
  .discounts .discount-item__title {
    font-style: 25px;
  }
}
.discounts .discount-item__subtitle {
  color: #737373;
  font-size: 21px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .discounts .discount-item__subtitle {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .discounts .discount-item__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 619.98px) {
  .discounts .discount-item__subtitle {
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.discounts .discount-item__link {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #D52D34;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .discounts .discount-item__link {
    font-size: 16px;
    left: 22px;
    bottom: 20px;
  }
}
@media (max-width: 619.98px) {
  .discounts .discount-item__link {
    position: static;
  }
}
.discounts__footer {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto 360px;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .discounts__footer {
    grid-template-columns: auto 320px;
    margin-top: 32px;
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .discounts__footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.discounts__footer .btn {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .discounts__footer .btn {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .discounts__footer .btn {
    height: 50px;
  }
}
.discounts__total {
  border-radius: 8px;
  color: rgb(255, 255, 255);
  background-color: #D52D34;
  text-align: right;
  padding: 18px 26px;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .discounts__total {
    font-size: 23px;
    padding: 15px 22px;
  }
}
@media (max-width: 991.98px) {
  .discounts__total {
    text-align: center;
    font-size: 20px;
  }
}

.gallery .swiper {
  padding-bottom: 74px;
  margin-top: 60px;
}
@media (max-width: 1399.98px) {
  .gallery .swiper {
    margin-top: 32px;
  }
}
.gallery .swiper-slide {
  height: 226px;
  border-radius: 15px;
  overflow: hidden;
}
.gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.equipments {
  color: #212121;
}
.equipments__list {
  position: relative;
  margin-top: 50px;
}
.equipments__list-titles {
  position: absolute;
  left: 120px;
  display: grid;
  grid-template-columns: 270px 150px 95px 195px 185px 240px;
  text-align: center;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 1599.98px) {
  .equipments__list-titles {
    grid-template-columns: 188px 130px 95px 140px 200px 140px;
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .equipments__list-titles {
    left: 100px;
    font-size: 12px;
    grid-template-columns: 120px 80px 95px 80px 170px 120px;
  }
}
@media (max-width: 1119.98px) {
  .equipments__list-titles {
    display: none;
  }
}
.equipments-group {
  margin-top: 40px;
}
@media (max-width: 1119.98px) {
  .equipments-group {
    margin-top: 20px;
  }
}
.equipments-group__engine {
  color: #212121;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1599.98px) {
  .equipments-group__engine {
    font-size: 28px;
  }
}
@media (max-width: 1399.98px) {
  .equipments-group__engine {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1119.98px) {
  .equipments-group__engine {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.equipments-group__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.equipment__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-radius: 21px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  height: 104px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1599.98px) {
  .equipment__main {
    padding: 22px;
    padding-right: 12px;
    height: 85px;
  }
}
@media (max-width: 1119.98px) {
  .equipment__main {
    height: 284px;
    padding: 12px 15px;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
  }
}
.equipment__name {
  color: #212121;
  font-weight: 700;
  width: 350px;
  display: flex;
  align-items: center;
  gap: 45px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 1599.98px) {
  .equipment__name {
    gap: 25px;
    font-size: 18px;
    width: 300px;
  }
}
@media (max-width: 1399.98px) {
  .equipment__name {
    gap: 0;
    justify-content: space-between;
    width: 184px;
    font-size: 14px;
    text-align: right;
  }
}
@media (max-width: 1119.98px) {
  .equipment__name {
    display: block;
    font-size: 20px;
  }
}
.equipment__name img {
  transition: all 0.4s;
}
@media (max-width: 1399.98px) {
  .equipment__name img {
    width: 15px;
  }
}
@media (max-width: 1119.98px) {
  .equipment__name img {
    display: none;
  }
}
.equipment__name.active img {
  transform: rotate(180deg);
}
.equipment__payment {
  display: none;
}
@media (max-width: 1119.98px) {
  .equipment__payment {
    display: block;
    text-align: right;
    padding: 5px 0 5px 10px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: 1;
  }
  .equipment__payment::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -15px;
    top: 0;
    height: 100%;
    width: calc(100% + 15px);
    background-color: #d9d9d9;
  }
}
.equipment__specs {
  display: grid;
  grid-template-columns: 74px 80px 115px;
  text-transform: uppercase;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 1599.98px) {
  .equipment__specs {
    gap: 30px;
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .equipment__specs {
    font-size: 14px;
    grid-template-columns: 52px 56px 82px;
  }
}
@media (max-width: 1119.98px) {
  .equipment__specs {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    align-items: flex-end;
  }
}
.equipment__prices {
  display: grid;
  grid-template-columns: repeat(2, 190px);
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 25px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .equipment__prices {
    font-size: 20px;
    grid-template-columns: repeat(2, 160px);
  }
}
@media (max-width: 1399.98px) {
  .equipment__prices {
    font-size: 17px;
    grid-template-columns: repeat(2, 120px);
  }
}
@media (max-width: 1119.98px) {
  .equipment__prices {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: rgb(255, 255, 255);
    background-color: #D52D34;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 15px;
  }
}
.equipment__img {
  display: none;
}
@media (max-width: 1119.98px) {
  .equipment__img {
    display: block;
    position: absolute;
    left: 15px;
    top: 40px;
    max-width: 230px;
    max-height: 150px;
  }
}
.equipment__old-price {
  font-size: 25px;
}
@media (max-width: 1399.98px) {
  .equipment__old-price {
    font-size: 17px;
  }
}
@media (max-width: 1119.98px) {
  .equipment__old-price {
    font-size: 12px;
  }
}
.equipment__new-price {
  font-weight: 700;
}
.equipment__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}
@media (max-width: 1119.98px) {
  .equipment__buttons {
    height: 42px;
    width: 100%;
  }
}
.equipment__buttons .btn {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  height: 100%;
  width: 230px;
}
@media (max-width: 1399.98px) {
  .equipment__buttons .btn {
    width: 218px;
  }
}
@media (max-width: 1119.98px) {
  .equipment__buttons .btn {
    width: 100%;
    border-width: 2px;
    font-weight: 700;
  }
}
.equipment__show {
  display: none;
}
.equipment__show svg {
  transition: all 0.3s;
}
.equipment__show.active svg {
  rotate: 180deg;
}
@media (max-width: 1119.98px) {
  .equipment__show {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.equipment .details {
  background: #F5F5F5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  height: 0;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
  transition: all 0.4s;
}
@media (max-width: 1119.98px) {
  .equipment .details {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.equipment .details.show {
  padding: 30px;
  height: auto;
  margin-top: -20px;
  padding-top: 50px;
}
@media (max-width: 1119.98px) {
  .equipment .details.show {
    padding: 10px;
    padding-top: 40px;
  }
}
.equipment .details__title {
  color: #212121;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
@media (max-width: 1119.98px) {
  .equipment .details__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.equipment .details__grid ul {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.equipment .details__grid ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  list-style: disc;
}
@media (max-width: 1119.98px) {
  .equipment .details__grid ul li {
    font-size: 12px;
  }
}
.equipment .details__grid ul li .list-bullet {
  min-width: 2px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #212121;
}

.special {
  overflow: hidden;
}
.special__inner {
  position: relative;
}
.special .swiper-special {
  margin: -6px;
  padding: 6px;
  margin-top: 40px;
  padding-bottom: 76px;
}
@media (max-width: 991.98px) {
  .special .swiper-special {
    padding-bottom: 45px;
  }
}
.special .special-gallery-swiper {
  height: 240px;
  position: relative;
}
.special .special-gallery-swiper .trade-in-bonus {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 12px;
  background-color: #D52D34;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  border-bottom-left-radius: 11px;
  z-index: 2;
}
.special .special-gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.special .special-card-item-model .special-card__model {
  position: absolute;
  left: 20px;
  top: 17px;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  z-index: 11;
}
.special .special-card-item-model .special-card__model a {
  color: #fff;
}
.special .special-card-item-model .special-card__model span {
  display: block;
  font-size: 12px;
  color: #D52D34;
  padding-top: 5px;
}
.special .special-card-item-model .wrapper-price-n-trade-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.special .special-card-item-model .wrapper-price-n-trade-item .special-card__prices {
  align-items: flex-end;
}
.special .special-card-item-model .wrapper-price-n-trade-item .special-card__prices .full-price strong,
.special .special-card-item-model .wrapper-price-n-trade-item .special-card__prices .full-price strong {
  font-size: 25px;
}
.special .special-card-item-model .wrapper-price-n-trade-item .special-card__prices .special-offers__card-img-link {
  font-size: 20px;
  font-weight: 700;
}
.special .special-card-item-model .wrapper-price-n-trade-item .trade-in-bonus {
  font-size: 12px;
  background: #D52D34;
  color: #fff;
  padding: 4px 9px;
  position: relative;
  left: 12px;
  border-radius: 3px 0 0 3px;
}
.special .special-card-item-model .special-card__specifications {
  padding: 0;
}
.special .section__title.special__title {
  font-weight: 600;
}

.special-card,
.special-card.card {
  height: 584px;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px 0 15px 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #212121;
  padding: 0;
}
.special-card__main,
.special-card.card__main {
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.special-card__model,
.special-card.card__model {
  text-align: right;
  font-weight: 700;
  font-size: 20px;
}
.special-card__prices,
.special-card.card__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  font-weight: 500;
}
.special-card__prices .full-price,
.special-card.card__prices .full-price {
  font-size: 18px;
}
.special-card__prices .full-price strong,
.special-card.card__prices .full-price strong {
  font-size: 25px;
  font-weight: 700;
}
.special-card__prices .month-price,
.special-card.card__prices .month-price {
  font-size: 15px;
  color: #D52D34;
}
.special-card__specifications,
.special-card.card__specifications {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 12px;
}
@media (max-width: 1399.98px) {
  .special-card__specifications,
  .special-card.card__specifications {
    padding: 0;
  }
}
.special-card__specifications li,
.special-card.card__specifications li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.special-card__specifications li *,
.special-card.card__specifications li * {
  background-color: rgb(255, 255, 255);
  padding: 0 2px;
  font-size: 14px;
}
.special-card__specifications li span,
.special-card.card__specifications li span {
  font-weight: 500;
}
.special-card__specifications li::before,
.special-card.card__specifications li::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 2px;
  bottom: 4px;
  left: 0;
  border-bottom: 2px dotted rgba(33, 33, 33, 0.47);
}
.special-card .section-benefits-for-buy,
.special-card.card .section-benefits-for-buy {
  padding: 100px 0;
}
.special-card .section-benefits-for-buy h3,
.special-card.card .section-benefits-for-buy h3 {
  margin-bottom: 60px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .special-card .section-benefits-for-buy,
  .special-card.card .section-benefits-for-buy {
    padding: 50px 0;
  }
  .special-card .section-benefits-for-buy h3,
  .special-card.card .section-benefits-for-buy h3 {
    margin-bottom: 25px;
  }
}

.special-card.card.special-card-item-model {
  border-radius: 15px;
}

.special-card.spec-card {
  box-shadow: none;
  height: auto;
}
.special-card.spec-card .section__title {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}
.special-card.spec-card .spec-card__sees {
  color: #212121;
  opacity: 0.7;
  padding: 5px 0 25px;
}
.special-card.spec-card .model__action {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 0 20px 0 40px;
  height: 140px;
  margin-bottom: 20px;
}
.special-card.spec-card .model__action::before {
  display: none;
}
.special-card.spec-card .model__action::after {
  display: none;
}
@media (max-width: 768px) {
  .special-card.spec-card .model__action {
    height: auto;
    padding: 20px 15px;
  }
  .special-card.spec-card .model__action .timer .time-count__item {
    width: 60px;
    height: 54px;
  }
  .special-card.spec-card .model__action .timer .time-count__item .time-count__val {
    font-size: 26px;
  }
  .special-card.spec-card .model__action .timer .time-count__item .time-count__text {
    font-size: 8px;
  }
}
@media (max-width: 1599.98px) {
  .special-card.spec-card .model__action .btn {
    width: 320px;
    font-size: 20px;
    height: 55px;
  }
}
.special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 150px;
  gap: 20px;
}
@media (max-width: 768px) {
  .special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy {
    display: flex;
    flex-wrap: wrap;
  }
  .special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy {
    width: 100%;
    height: 130px;
  }
}
.special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: rgb(251, 239, 239);
  justify-content: space-between;
  padding: 0 20px;
  gap: 25px;
  font-size: 18px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy {
    font-size: 17px;
  }
}
.special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy::after {
  content: "";
  position: absolute;
  background-color: rgb(236, 161, 165);
  width: 60%;
  height: 130%;
  right: -19%;
  border-radius: 50%;
}
.special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy svg {
  position: relative;
  z-index: 1;
}
.special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy:hover {
  color: #fff;
  background-color: #D52D34;
}
.special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy:hover::after {
  background-color: rgb(251, 239, 239);
}
.special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy:hover svg path,
.special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy:hover svg rect {
  fill: #D52D34;
  stroke: #D52D34;
}

.model-main {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 20px 20px 50px 40px;
  gap: 50px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .model-main {
    flex-direction: column-reverse;
    padding: 0;
    gap: 15px;
  }
}

.wrapper-left-info-special-model {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper-left-info-special-model .wrapper-price-n-presents-model {
  display: flex;
  justify-content: space-between;
}
.wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .old-price-model {
  color: #212121;
  opacity: 0.7;
  font-size: 25px;
  line-height: 32px;
}
.wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .new-price-model {
  font-size: 27px;
}
.wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .new-price-model b {
  font-size: 37px;
  padding-left: 10px;
}
.wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-presents-model {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #D52D34;
  padding: 5px 10px;
  border-radius: 8px;
}
.wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-presents-model span {
  font-size: 13px;
  font-weight: 600;
}
.wrapper-left-info-special-model .characteristics__main-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.wrapper-left-info-special-model .characteristics__main-info .characteristics__main-info-head {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.wrapper-left-info-special-model .characteristics__main-info .characteristics__main-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 40px;
}
.wrapper-left-info-special-model .characteristics__main-info .characteristics__main-list .characteristics__main-list-item {
  display: flex;
  justify-content: space-between;
}
.wrapper-left-info-special-model .wrapper-credit-model {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wrapper-left-info-special-model .wrapper-credit-model p {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.wrapper-left-info-special-model .wrapper-credit-model p b {
  font-size: 40px;
  display: block;
  margin-top: 30px;
  text-transform: none;
}
.wrapper-left-info-special-model .wrapper-credit-model button {
  height: 50px;
  width: 260px;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .wrapper-left-info-special-model {
    max-width: 100%;
    padding: 0 15px 25px;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .old-price-model {
    font-size: 20px;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .new-price-model {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .new-price-model b {
    font-size: 33px;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .wrapper-presents-model {
    gap: 20px;
    padding: 10px;
  }
  .wrapper-left-info-special-model .characteristics__main-info {
    margin: 20px 0;
    padding: 25px 0;
  }
  .wrapper-left-info-special-model .characteristics__main-info .characteristics__main-info-head {
    font-size: 16px;
  }
  .wrapper-left-info-special-model .characteristics__main-info .characteristics__main-list {
    padding-top: 25px;
  }
  .wrapper-left-info-special-model .wrapper-credit-model {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .wrapper-left-info-special-model .wrapper-credit-model p {
    font-size: 17px;
  }
  .wrapper-left-info-special-model .wrapper-credit-model p b {
    font-size: 28px;
    margin-top: 15px;
  }
  .wrapper-left-info-special-model .wrapper-credit-model button {
    width: 100%;
  }
}

.spec-card__swiper-container {
  max-width: 50%;
}
.spec-card__swiper-container .spec-card__slider {
  height: 550px;
  margin-bottom: 20px;
}
.spec-card__swiper-container .spec-card__slider .specSliderTop {
  height: 100%;
  border-radius: 15px;
}
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-slide {
  position: relative;
}
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-slide::after {
  content: "в наличии";
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  padding-bottom: 8px;
  top: 25px;
  left: 27px;
  border-radius: 8px;
  z-index: 11;
  text-transform: uppercase;
  font-size: 15px;
}
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  position: relative;
}
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-pagination:not(.swiper-gallery-pagination) .swiper-pagination-bullet {
  background-color: #fff;
}
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-pagination:not(.swiper-gallery-pagination) .swiper-pagination-bullet-active {
  background-color: #D52D34;
}
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-prev.swiper-button-disabled,
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: #d9d9d9;
}
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-next,
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-prev {
  background-color: #D52D34;
  width: 30px;
  height: 33px;
}
@media (max-width: 768px) {
  .spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-next,
  .spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-prev {
    right: 45px;
    left: auto;
    top: 30px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-next {
    right: 20px;
  }
}
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-next:after,
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  .spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-next:after,
  .spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-prev:after {
    font-size: 10px;
  }
}
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-next.swiper-button-disabled:after,
.spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-button-prev.swiper-button-disabled:after {
  color: #000;
}
@media (max-width: 768px) {
  .spec-card__swiper-container {
    max-width: 100%;
  }
  .spec-card__swiper-container .spec-card__slider {
    height: 216px;
  }
  .spec-card__swiper-container .spec-card__slider .specSliderTop .swiper-slide::after {
    top: 13px;
    font-size: 10px;
    left: 12px;
    padding: 6px 10px 4px;
  }
  .spec-card__swiper-container .spec-card__slider .swiper-pagination {
    display: none;
  }
}

.spec-card__slider-prew {
  height: 100px;
}
.spec-card__slider-prew .specSliderBot {
  height: 100%;
}
.spec-card__slider-prew .specSliderBot .swiper-slide {
  filter: brightness(0.6);
  border: 1px solid transparent;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.spec-card__slider-prew .specSliderBot .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.spec-card__slider-prew .specSliderBot .swiper-slide.swiper-slide-active {
  filter: brightness(1);
  border-color: #D52D34;
}
@media (max-width: 768px) {
  .spec-card__slider-prew {
    height: 45px;
    padding: 0 15px;
  }
  .spec-card__slider-prew .specSliderBot .swiper-slide {
    border-radius: 4px;
  }
  .spec-card__slider-prew .specSliderBot .swiper-slide img {
    border-radius: 4px;
  }
}

.swiper-gallery-pagination {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 30px;
}
.swiper-gallery-pagination .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0;
  height: 4px;
  width: 100%;
  background: #D9D9D9;
  opacity: 1;
}
.swiper-gallery-pagination .swiper-pagination-bullet-active {
  background-color: #D52D34;
}

@media (max-width: 1599.98px) {
  .wrapper-left-info-special-model {
    width: 40%;
  }
  .spec-card__swiper-container {
    max-width: 53%;
  }
  .special-card.spec-card .section__title {
    font-size: 35px;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .new-price-model {
    font-size: 20px;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .new-price-model b {
    font-size: 30px;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .old-price-model {
    font-size: 18px;
    line-height: 1;
  }
  .wrapper-presents-model svg {
    /* width: 24px; */
    /* height: 24px; */
    width: 35px;
    height: 35px;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-presents-model span {
    /* font-size: 10px; */
    font-size: 11px;
  }
  .wrapper-left-info-special-model .characteristics__main-info .characteristics__main-info-head {
    font-size: 20px;
  }
  .wrapper-left-info-special-model .characteristics__main-info .characteristics__main-list {
    padding-top: 30px;
  }
  .wrapper-left-info-special-model .wrapper-credit-model p {
    font-size: 20px;
  }
  .wrapper-left-info-special-model .wrapper-credit-model p b {
    font-size: 35px;
    margin-top: 18px;
  }
  .wrapper-left-info-special-model .wrapper-credit-model button {
    /* width: 150px; */
    width: 190px;
    height: 38px;
    font-size: 14px;
  }
  .spec-card__swiper-container .spec-card__slider {
    height: 400px;
  }
  .spec-card__slider-prew {
    height: 80px;
  }
}
@media (max-width: 1399.98px) {
  .wrapper-left-info-special-model {
    width: 42%;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .old-price-model {
    font-size: 16px;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .new-price-model {
    font-size: 16px;
  }
  .wrapper-left-info-special-model .wrapper-price-n-presents-model .wrapper-price-model .new-price-model b {
    font-size: 22px;
  }
  .wrapper-left-info-special-model .characteristics__main-info .characteristics__main-info-head {
    font-size: 16px;
  }
  .wrapper-left-info-special-model .characteristics__main-info .characteristics__main-list {
    font-size: 12px;
    gap: 15px;
  }
  .wrapper-left-info-special-model .wrapper-credit-model p {
    font-size: 16px;
  }
  .wrapper-left-info-special-model .wrapper-credit-model p b {
    font-size: 25px;
    margin-top: 5px;
  }
  .model__action-text {
    font-size: 14px;
  }
  .model__action .btn {
    width: 250px;
    height: 45px;
  }
  .special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy {
    grid-template-rows: 77px;
  }
  .special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy {
    gap: 0px;
    font-size: 14px;
    border-radius: 13px;
  }
  .special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy svg {
    width: 60px;
    height: 60px;
  }
  .special-card.spec-card .section-benefits-for-buy .wrapper-benefits-for-buy .item-benefits-for-buy::after {
    height: 170%;
  }
  .special-card .section-benefits-for-buy,
  .special-card.card .section-benefits-for-buy {
    padding: 35px 0;
  }
}
@media (max-width: 1119.98px) {
  .about__text {
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 991.98px) {
  .about__text {
    font-size: 10px;
  }
}
@media (max-width: 619.98px) {
  .about__text {
    font-size: 14px;
  }
}

.contact-map {
  height: 580px;
  position: relative;
  display: flex;
}
@media (max-width: 1399.98px) {
  .contact-map {
    height: 460px;
  }
}
@media (max-width: 991.98px) {
  .contact-map {
    height: auto;
    flex-direction: column-reverse;
  }
}
.contact-map .map-container {
  width: 60%;
  height: 100%;
  background-size: cover;
}
@media (max-width: 1119.98px) {
  .contact-map .map-container {
    background-position: center;
  }
}
@media (max-width: 991.98px) {
  .contact-map .map-container {
    width: 100%;
    height: 405px;
  }
}
.contact-map__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 90px 58px;
  background-color: #F4F4F4;
  flex: 1;
  color: #212121;
  position: relative;
}
@media (max-width: 1399.98px) {
  .contact-map__content {
    padding: 35px 42px 70px;
  }
}
@media (max-width: 991.98px) {
  .contact-map__content {
    padding: 30px 16px 50px;
  }
}
.contact-map__content::after {
  content: "";
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1399.98px) {
  .contact-map__content::after {
    top: 92px;
  }
}
.contact-map__title {
  font-size: 42px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .contact-map__title {
    font-size: 30px;
  }
}
.contact-map__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1399.98px) {
  .contact-map__list {
    gap: 25px;
  }
}
.contact-map__list li {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399.98px) {
  .contact-map__list li {
    gap: 10px;
  }
}
.contact-map__list li span {
  font-size: 21px;
}
.contact-map__list li strong {
  font-size: 25px;
}
@media (max-width: 1399.98px) {
  .contact-map__list li strong {
    font-size: 20px;
  }
}
.contact-map__btn {
  width: 320px;
  height: 50px;
  border-color: #D52D34;
  font-size: 20px;
}
@media (max-width: 1399.98px) {
  .contact-map__btn {
    height: 45px;
  }
}

.page {
  margin-top: 160px;
}
@media (max-width: 991.98px) {
  .page {
    margin-top: 90px;
  }
}
.page .breadcrumbs {
  filter: invert(1);
}

.map {
  max-width: 1150px;
  width: 100%;
  height: 580px;
}

@media (max-width: 768px) {
  .map {
    max-width: none;
  }
}
.brands-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .brands-grid {
    gap: 20px 40px;
  }
}
@media (max-width: 619.98px) {
  .brands-grid {
    gap: 12px;
    flex-direction: column;
  }
}
.brands-grid .brand-item {
  width: calc((100% - 60px) / 4);
  height: 76px;
  background-color: #E8E8E8;
  padding: 12px 22px;
  display: grid;
  grid-template-columns: 6fr 4fr;
  align-items: center;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.brands-grid .brand-item:hover {
  background: linear-gradient(94.47deg, rgba(255, 255, 255, 0.5) -3.97%, rgba(213, 45, 52, 0.5) 141.32%);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 1399.98px) {
  .brands-grid .brand-item {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 1119.98px) {
  .brands-grid .brand-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 619.98px) {
  .brands-grid .brand-item {
    width: 100%;
  }
}
.brands-grid .brand-item__logo {
  width: 100px;
  height: 40px;
}
.brands-grid .brand-item__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.brands-grid .brand-item__name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.brands__special {
  margin-top: 0;
}

.brands__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .brands__list {
    gap: 20px 40px;
  }
}
@media (max-width: 619.98px) {
  .brands__list {
    gap: 12px;
    flex-direction: column;
  }
}
.brands__list .brands__list-item {
  width: calc((100% - 60px) / 4);
  height: 76px;
  background-color: #E8E8E8;
  padding: 12px 22px;
  display: grid;
  grid-template-columns: 6fr 4fr;
  align-items: center;
  border-radius: 8px;
}
@media (max-width: 1399.98px) {
  .brands__list .brands__list-item {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 1119.98px) {
  .brands__list .brands__list-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 619.98px) {
  .brands__list .brands__list-item {
    width: 100%;
  }
}
.brands__list .brands__list-item .brands__list-logo {
  width: 100px;
  height: 40px;
}
.brands__list .brands__list-item .brands__list-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.brands__list .brands__list-item .brands__list-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.catalog-list {
  overflow: hidden;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 85px 20px;
  margin-top: 66px;
}
@media (max-width: 1399.98px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 52px;
    gap: 20px;
  }
}
@media (max-width: 1119.98px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 619.98px) {
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.card {
  height: 472px;
  border-radius: 15px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  padding: 23px 10px;
  color: #212121;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__heading {
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1;
}
.card__brand {
  font-size: 35px;
}
.card__model {
  font-size: 22px;
}
.card__image {
  width: 100%;
  height: 166px;
  position: relative;
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  scale: 1.2;
}
.card__image .credit-rate {
  position: absolute;
  right: 16px;
  top: 0;
  padding: 12px 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
.card__image .credit-rate span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}
.card__image .credit-rate::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 0 15px 0 15px;
  padding: 1px;
  background: linear-gradient(215deg, #D52D34 0%, transparent 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
}
.card__prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  font-weight: 500;
  position: relative;
  z-index: 1;
  height: 50px;
  padding: 0 8px;
}
.card__prices::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  z-index: -1;
  background: linear-gradient(-90deg, #e8e8e8 -2.22%, rgba(255, 255, 255, 0.01) 90.44%);
  height: 100%;
  width: 50%;
}
.card__prices .full-price {
  font-size: 18px;
}
.card__prices .month-price {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.card__prices .trade-in-price {
  text-align: right;
  font-size: 12px;
  color: #D52D34;
}
.card__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card__btn {
  height: 50px;
  font-size: 20px;
  position: relative;
}
.card__btn svg {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.archive-card {
  height: 296px;
  border-radius: 15px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 22px 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1599.98px) {
  .archive-card {
    height: 234px;
    padding: 20px 12px;
  }
}
.archive-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.archive-card__heading::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 220px;
  background: linear-gradient(90deg, #d9d9d9 -2.65%, rgba(217, 217, 217, 0) 95%);
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .archive-card__heading::after {
    height: 26px;
    left: -12px;
  }
}
.archive-card__label {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1599.98px) {
  .archive-card__label {
    font-size: 12px;
  }
}
.archive-card__model {
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 1599.98px) {
  .archive-card__model {
    font-size: 16px;
    text-align: center;
  }
}
.archive-card__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1599.98px) {
  .archive-card__main {
    gap: 8px;
  }
}
.archive-card__image {
  max-height: 140px;
  margin-top: 15px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .archive-card__image {
    max-height: 90px;
  }
}
.archive-card__image .credit-rate {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom-left-radius: 22px;
}
@media (max-width: 1599.98px) {
  .archive-card__image .credit-rate {
    width: 60px;
    height: 40px;
    text-transform: none;
    border-bottom-left-radius: 10px;
  }
}
.archive-card__image .credit-rate::after {
  content: "";
  position: absolute;
  inset: -2px 0 0 -2px;
  border-radius: 22px 0 0 0;
  padding: 2px 0 0 2px;
  background: linear-gradient(215deg, #e8e8e8 0%, #d9d9d9 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .archive-card__image .credit-rate::after {
    border-radius: 10px 0 0 0;
  }
}
.archive-card__image .credit-rate span {
  font-size: 29px;
  font-weight: 700;
}
@media (max-width: 1599.98px) {
  .archive-card__image .credit-rate span {
    font-size: 15px;
  }
}
.archive-card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.archive-card__prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  font-size: 20px;
}
@media (max-width: 1599.98px) {
  .archive-card__prices {
    font-size: 12px;
  }
}
.archive-card__prices span {
  font-weight: 700;
}
.archive-card__prices .credit-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive-card__prices .new-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.archive-card__prices .new-price span {
  font-size: 25px;
}
@media (max-width: 1599.98px) {
  .archive-card__prices .new-price span {
    font-size: 15px;
  }
}
.archive-card__prices .old-price {
  text-align: right;
  font-size: 19px;
  font-weight: 500;
  color: rgba(33, 33, 33, 0.51);
  margin-top: 10px;
}
@media (max-width: 1599.98px) {
  .archive-card__prices .old-price {
    font-size: 12px;
  }
}
.archive-card__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 0 38px;
  margin-top: 14px;
}
@media (max-width: 1599.98px) {
  .archive-card__buttons {
    padding: 0;
    gap: 12px;
  }
}
.archive-card__buttons .btn {
  width: 100%;
  height: 52px;
  font-size: 20px;
}
@media (max-width: 1599.98px) {
  .archive-card__buttons .btn {
    height: 42px;
    font-size: 12px;
  }
}

.sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .sort {
    display: block;
  }
}
.sort .section-title {
  margin: 0;
}
.sort form {
  display: flex;
  gap: 20px;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .sort form {
    margin-top: 26px;
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .sort form {
    justify-content: flex-start;
  }
}
@media (max-width: 619.98px) {
  .sort form {
    overflow: auto;
  }
  .sort form > * {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.sort__heading {
  font-size: 14px;
  font-weight: 700;
  color: #212121;
}
.sort__options {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sort__options .btn {
  padding-bottom: 3px;
  border-bottom: 2px dashed #D52D34;
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  opacity: 0.5;
  border-radius: 0;
}
.sort__options .btn.active {
  opacity: 1;
  color: #D52D34;
}

.catalog-filter__selects {
  display: grid;
  grid-template-columns: 360px 360px 550px auto;
  gap: 20px;
}
@media (max-width: 1599.98px) {
  .catalog-filter__selects {
    grid-template-columns: 300px 300px 500px auto;
  }
}
@media (max-width: 1399.98px) {
  .catalog-filter__selects {
    grid-template-columns: repeat(3, 1fr) auto;
  }
}
@media (max-width: 1119.98px) {
  .catalog-filter__selects {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
}
.catalog-filter__selects .btn-search {
  margin: 0 auto;
}
.catalog-filter__form-range {
  position: relative;
}
.catalog-filter__form-range-text {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}
@media (max-width: 1119.98px) {
  .catalog-filter__form-range-text {
    position: static;
    transform: none;
    margin-bottom: 16px;
  }
}
.catalog-filter__form-range-text span {
  font-size: 12px;
  font-weight: 500;
}

.range-flex {
  padding: 10px 15px;
  line-height: 1.1;
  position: relative;
  height: 45px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12) inset;
  border-radius: 13px 13px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .range-flex {
    background-color: rgb(255, 255, 255);
  }
}
.range-flex::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 13px 13px 0 0;
  padding: 1px;
  background: linear-gradient(180deg, #212121 0%, transparent 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: 100%;
}
.range-flex_width {
  width: 100%;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  font-weight: 700;
  color: #212121;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 991.98px) {
  .range-flex_width {
    font-size: 12px;
  }
}

.selectize-control.single .selectize-input {
  height: 100%;
  cursor: pointer;
  border-radius: 13px;
  box-shadow: none;
  padding: 0 15px;
  background: none;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12) inset;
  height: 45px;
}
.selectize-control.single .selectize-input > input {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}
.selectize-control.single .selectize-input::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 13px;
  padding: 1px;
  background: linear-gradient(180deg, #212121 0%, transparent 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: 100%;
}
.selectize-control.single .selectize-input::after {
  width: 16px;
  height: 7px;
  border: 0;
  background-image: url(../svg/select-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.selectize-control.single .selectize-input .select-one {
  display: none;
}

.selectize-control.multi .selectize-input [data-value] {
  border-radius: 0;
  background: none;
  border: 0;
  padding: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  height: 100%;
  display: flex;
  align-items: center;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 0 15px;
}

.catalog-filter__special {
  background-color: #F5F5F5;
  padding: 20px 0 40px;
  margin-top: 40px;
}

.partners {
  overflow: hidden;
}
.partners__inner {
  position: relative;
}
.partners .swiper-banks {
  margin-top: 40px;
  padding-bottom: 76px;
}
@media (max-width: 1119.98px) {
  .partners .swiper-banks {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .partners .swiper-banks {
    padding-bottom: 45px;
  }
}
.partners .bank {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.37);
  border-radius: 15px;
}
.partners .bank a {
  width: 100%;
  height: 100%;
}
.partners .bank img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.partners .bank:hover {
  background-color: rgb(239, 240, 240);
}

.brand-banner {
  height: 530px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1119.98px) {
  .brand-banner {
    height: 480px;
  }
}
@media (max-width: 991.98px) {
  .brand-banner {
    height: 360px;
  }
}
@media (max-width: 619.98px) {
  .brand-banner {
    height: auto;
  }
}
.brand-banner__inner {
  height: 100%;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1119.98px) {
  .brand-banner__inner {
    padding-bottom: 50px;
  }
}
.brand-banner__heading {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .brand-banner__heading {
    font-size: 36px;
  }
}
@media (max-width: 1119.98px) {
  .brand-banner__heading {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .brand-banner__heading {
    font-size: 24px;
  }
}
.brand-banner__subheading {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .brand-banner__subheading {
    font-size: 14px;
  }
}
@media (max-width: 1119.98px) {
  .brand-banner__subheading {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .brand-banner__subheading {
    margin-top: 20px;
  }
}
.brand-banner__timer {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 619.98px) {
  .brand-banner__timer {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    gap: 33px;
  }
}
.brand-banner__timer .timer {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .brand-banner__timer .timer {
    margin-right: 0;
  }
}
@media (max-width: 619.98px) {
  .brand-banner__timer .timer {
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    justify-content: space-between;
  }
}
.brand-banner__timer-text {
  margin-top: 40px;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1119.98px) {
  .brand-banner__timer-text {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .brand-banner__timer-text {
    font-size: 10px;
  }
}
@media (max-width: 619.98px) {
  .brand-banner__timer-text {
    text-align: left;
    color: #D52D34;
    font-size: 12px;
    color: #182a3d;
  }
}
.brand-banner__timer-text span {
  display: block;
}
@media (max-width: 619.98px) {
  .brand-banner__timer-text span {
    text-transform: uppercase;
    font-weight: 700;
  }
}
.brand-banner__timer ._rate {
  font-size: 36px;
  line-height: 1.75;
  margin-top: 10px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 1119.98px) {
  .brand-banner__timer ._rate {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .brand-banner__timer ._rate {
    display: none;
  }
}
.brand-banner ._rate_mob {
  display: none;
}
@media (max-width: 991.98px) {
  .brand-banner ._rate_mob {
    display: block;
  }
}
@media (max-width: 619.98px) {
  .brand-banner ._rate_mob {
    margin-top: 10px;
  }
}
.brand-banner__image {
  position: absolute;
  bottom: 36px;
  right: 142px;
  width: 630px;
}
@media (max-width: 619.98px) {
  .brand-banner__image {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 1599.98px) {
  .brand-banner__image {
    width: 500px;
  }
}
@media (max-width: 1399.98px) {
  .brand-banner__image {
    width: 400px;
    right: 0;
    bottom: 110px;
  }
}
@media (max-width: 1119.98px) {
  .brand-banner__image {
    bottom: 150px;
  }
}
@media (max-width: 991.98px) {
  .brand-banner__image {
    width: 250px;
    margin: 15px auto;
  }
}
.brand-banner__benefits {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1119.98px) {
  .brand-banner__benefits {
    margin-top: 20px;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .brand-banner__benefits {
    font-size: 9px;
  }
  .brand-banner__benefits svg {
    width: 14px;
  }
}
@media (max-width: 619.98px) {
  .brand-banner__benefits {
    margin-top: 35px;
  }
}
.brand-banner__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media (max-width: 1119.98px) {
  .brand-banner__benefits li {
    font-size: 12px;
  }
}
@media (max-width: 619.98px) {
  .brand-banner__benefits li {
    color: #D52D34;
    font-size: 12px;
  }
}
.brand-banner__benefits li span {
  font-weight: 700;
  text-transform: uppercase;
}
.brand-banner__form {
  margin-top: 32px;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
}
@media (max-width: 1399.98px) {
  .brand-banner__form {
    width: 100%;
  }
}
@media (max-width: 1119.98px) {
  .brand-banner__form {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 619.98px) {
  .brand-banner__form {
    position: static;
  }
}
.brand-banner__form .form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 380px;
  height: auto;
}
@media (max-width: 1119.98px) {
  .brand-banner__form .form-row {
    flex-direction: row;
    width: 450px;
    height: 30px;
  }
}
@media (max-width: 991.98px) {
  .brand-banner__form .form-row {
    height: 20px;
    display: grid;
    grid-template-columns: 88px 88px 188px;
  }
}
@media (max-width: 619.98px) {
  .brand-banner__form .form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    width: 100%;
  }
}
.brand-banner__form .input {
  height: 50px;
}
@media (max-width: 1119.98px) {
  .brand-banner__form .input {
    height: 100%;
  }
}
@media (max-width: 619.98px) {
  .brand-banner__form .input {
    height: 40px;
  }
  .brand-banner__form .input input {
    padding: 0 10px;
    font-size: 14px;
  }
}
.brand-banner__form .btn {
  height: 50px;
  margin-top: 10px;
}
@media (max-width: 1119.98px) {
  .brand-banner__form .btn {
    height: 100%;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .brand-banner__form .btn {
    font-size: 7px;
  }
}
@media (max-width: 619.98px) {
  .brand-banner__form .btn {
    height: 40px;
    font-size: 11px;
  }
}
.brand-banner__form .agreement {
  max-width: 200px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .brand-banner__form .agreement {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.archive .swiper.archiveModels {
  margin: -6px;
  padding: 6px;
  padding-bottom: 64px;
}
@media (max-width: 991.98px) {
  .archive .swiper.archiveModels {
    padding-bottom: 45px;
  }
}

.reviews {
  overflow: hidden;
}
.reviews__slider {
  position: relative;
  margin-top: 40px;
}
.reviews .swiper {
  margin: -6px;
  padding: 6px;
  padding-bottom: 66px;
}

.review-card {
  padding: 20px;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 2px 10px 0px rgba(4, 44, 51, 0.29);
  color: #212121;
}
.review-card .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(330deg, rgb(255, 255, 255) 26%, transparent 38%);
  border-radius: 15px;
}
.review-card__user {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.review-card__date {
  font-size: 12px;
  color: #c4c4c4;
  margin-top: 8px;
  display: block;
}
.review-card__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.25;
}
.review-card__text p {
  display: inline;
}
.review-card__rating {
  margin-top: 10px;
}
.review-card__rating svg {
  transform-origin: left;
  scale: 1.5;
}
.review-card__more {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  color: #c4c4c4;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.25;
  text-transform: none;
}

.reviews-page {
  margin-top: 140px;
}
@media (max-width: 991.98px) {
  .reviews-page {
    margin-top: 90px;
  }
}
.reviews-page .section-title {
  margin-bottom: 20px;
}
.reviews-page__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .reviews-page__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 619.98px) {
  .reviews-page__list {
    grid-template-columns: 1fr;
  }
}
.reviews-page .reviews__btn {
  display: none;
}
@media (max-width: 619.98px) {
  .reviews-page .reviews__btn {
    display: flex;
  }
  .reviews-page .reviews__btn img {
    transform: rotate(90deg);
  }
}
.reviews-page .swiper-reviews-page {
  margin: -8px;
  padding: 8px;
  padding-bottom: 64px;
}
.reviews-page .swiper-reviews-page .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, 1fr);
}
.reviews-page .swiper-reviews-page .swiper-wrapper .swiper-slide {
  margin-top: 20px;
}

.autocredit {
  overflow: hidden;
}
.autocredit__subtitle {
  font-size: 25px;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 991.98px) {
  .autocredit__subtitle {
    font-size: 20px;
  }
}
.autocredit__selects {
  display: grid;
  grid-template-columns: repeat(3, 360px) auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 45px;
}
@media (max-width: 1599.98px) {
  .autocredit__selects {
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1119.98px) {
  .autocredit__selects {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .autocredit__selects {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 22px;
  }
}
.autocredit__main {
  min-height: 512px;
  display: flex;
  gap: 170px;
  justify-content: space-between;
  padding: 40px 0;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .autocredit__main {
    min-height: 475px;
  }
}
@media (max-width: 1119.98px) {
  .autocredit__main {
    padding: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .autocredit__main {
    min-height: unset;
    padding: 30px 0 40px;
  }
}
.autocredit__main::after {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  height: 100%;
  width: 200%;
  background-color: #f5f5f5;
  z-index: -1;
}
.autocredit__img {
  height: 360px;
  position: absolute;
  top: 30px;
  right: 115px;
}
@media (max-width: 1599.98px) {
  .autocredit__img {
    height: 310px;
    top: 46px;
    right: 42px;
  }
}
@media (max-width: 1119.98px) {
  .autocredit__img {
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .autocredit__img {
    position: static;
  }
}
.autocredit__img img {
  height: 100%;
}
@media (max-width: 991.98px) {
  .autocredit__img img {
    width: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.autocredit__calc {
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
}
@media (max-width: 1399.98px) {
  .autocredit__calc {
    width: 360px;
    gap: 30px;
  }
}
@media (max-width: 1119.98px) {
  .autocredit__calc {
    width: 330px;
  }
}
@media (max-width: 991.98px) {
  .autocredit__calc {
    width: 100%;
  }
}
.autocredit__calc-title {
  font-size: 33px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .autocredit__calc-title {
    font-size: 25px;
  }
}
@media (max-width: 1119.98px) {
  .autocredit__calc-title {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .autocredit__calc-title {
    font-size: 20px;
  }
}
.autocredit__calc-ranges {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media (max-width: 1399.98px) {
  .autocredit__calc-ranges {
    gap: 34px;
  }
}
@media (max-width: 991.98px) {
  .autocredit__calc-ranges {
    width: 100%;
    gap: 26px;
  }
}
.autocredit__calc .additional-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.autocredit__calc .additional-options li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
}
.autocredit__calc .additional-options li span {
  color: #D52D34;
  font-weight: 700;
}
.autocredit__calc .additional-options li .checkbox input {
  display: none;
}
.autocredit__calc .additional-options li .checkbox input + span {
  display: block;
  width: 64px;
  height: 34px;
  background: #d9d9d9;
  border-radius: 17px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .autocredit__calc .additional-options li .checkbox input + span {
    width: 43px;
    height: 23px;
  }
}
.autocredit__calc .additional-options li .checkbox input + span::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  left: 4px;
  top: 4px;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .autocredit__calc .additional-options li .checkbox input + span::before {
    width: 17px;
    height: 17px;
    left: 3px;
    top: 3px;
  }
}
.autocredit__calc .additional-options li .checkbox input:checked + span {
  background: #D52D34;
}
.autocredit__calc .additional-options li .checkbox input:checked + span::before {
  left: calc(100% - 4px);
  transform: translateX(-100%);
}
@media (max-width: 991.98px) {
  .autocredit__calc .additional-options li .checkbox input:checked + span::before {
    left: calc(100% - 3px);
  }
}
.autocredit__calc .btn {
  height: 55px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .autocredit__calc .btn {
    height: 50px;
    font-size: 15px;
  }
}
.autocredit__range-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(24, 42, 61, 0.4);
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .autocredit__range-flex {
    height: 50px;
  }
}
@media (max-width: 1119.98px) {
  .autocredit__range-flex {
    height: 32px;
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .autocredit__range-flex {
    height: 20px;
    font-size: 6px;
    padding: 0 5px;
  }
}
@media (max-width: 619.98px) {
  .autocredit__range-flex {
    height: 52px;
    font-size: 11px;
    padding: 0 10px;
  }
}
.autocredit__range-values {
  display: flex;
  justify-content: space-between;
  color: #212121;
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
}
.autocredit__values {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
  line-height: 1;
  position: absolute;
  right: 66px;
  bottom: 40px;
  gap: 85px;
}
@media (max-width: 1399.98px) {
  .autocredit__values {
    right: 0;
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .autocredit__values {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    position: static;
  }
}
.autocredit__values-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .autocredit__values-item {
    gap: 8px;
  }
}
@media (max-width: 619.98px) {
  .autocredit__values-item {
    gap: 10px;
  }
}
.autocredit__values-title {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1599.98px) {
  .autocredit__values-title {
    font-size: 16px;
  }
}
@media (max-width: 1119.98px) {
  .autocredit__values-title {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .autocredit__values-title {
    font-size: 15px;
  }
}
.autocredit__values-value {
  font-weight: 700;
  font-size: 38px;
}
@media (max-width: 1599.98px) {
  .autocredit__values-value {
    font-size: 30px;
  }
}
@media (max-width: 1119.98px) {
  .autocredit__values-value {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .autocredit__values-value {
    font-size: 30px;
  }
}
.autocredit__terms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 18px 0;
}
@media (max-width: 991.98px) {
  .autocredit__terms {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.autocredit__terms-item {
  height: 186px;
  padding: 24px 20px;
  border-radius: 25px;
  border: 1px solid rgba(33, 33, 33, 0.6);
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .autocredit__terms-item {
    height: auto;
    padding: 15px;
    gap: 12px;
    border-radius: 8px;
  }
}
.autocredit__terms-item__title {
  font-size: 25px;
  font-weight: 700;
  color: #D52D34;
}
@media (max-width: 991.98px) {
  .autocredit__terms-item__title {
    font-size: 15px;
  }
}
.autocredit__terms-item__list {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 6px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .autocredit__terms-item__list {
    gap: 4px;
    font-size: 12px;
    padding-left: 14px;
  }
}
.autocredit__terms-item__list li {
  list-style-type: disc;
}
.autocredit__disclaimer {
  padding: 18px 22px;
  border-radius: 8px;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .autocredit__disclaimer {
    font-size: 12px;
    padding: 12px;
  }
}
.autocredit .input {
  height: 45px;
  position: relative;
  z-index: 1;
}
.autocredit .input::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 13px;
  padding: 1px;
  background: linear-gradient(180deg, #212121 0%, transparent 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: 100%;
  z-index: -1;
}
.autocredit .input input {
  color: #212121;
  border: 1px solid #d0d0d0;
  border-radius: 13px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12) inset;
}

.trade-in .section-title {
  margin-top: 54px;
  margin-bottom: 36px;
}
.trade-in__subheading {
  color: #212121;
  font-size: 25px;
  margin-bottom: 54px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .trade-in__subheading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }
}
.trade-in__subheading ._discount {
  display: none;
}
@media (max-width: 991.98px) {
  .trade-in__subheading ._discount {
    display: flex;
    padding: 5px 18px;
  }
}
.trade-in .autocredit__calc {
  width: 360px;
  gap: 30px;
}
@media (min-width: 992px) {
  .trade-in .autocredit__terms-item {
    height: 238px;
    padding: 40px;
  }
}
.trade-in__disclaimer {
  font-size: 22px;
  border-radius: 17px;
  padding: 40px;
}
@media (max-width: 1399.98px) {
  .trade-in__disclaimer {
    font-size: 14px;
    padding: 16px 24px;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 991.98px) {
  .trade-in__disclaimer {
    border-radius: 8px;
    padding: 12px;
    font-size: 12px;
  }
}

.add-trade-in {
  margin-top: 50px;
}
.add-trade-in__inputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  height: 45px;
}
@media (max-width: 1599.98px) {
  .add-trade-in__inputs {
    gap: 16px;
  }
}
@media (max-width: 991.98px) {
  .add-trade-in__inputs {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 22px;
  }
  .add-trade-in__inputs input {
    font-size: 15px;
    padding: 0 16px;
  }
}

@media (min-width: 768px) and (max-width: 1699px) {
  .banner_trade-in.banner_credit .btn {
    margin-top: 0;
  }
}
@media (max-width: 1119.98px) {
  .gosprograms-preview-swiper {
    padding-bottom: 45px !important;
  }
}
.gosprograms-preview__content {
  width: 100%;
}
.gosprograms-preview__item {
  height: 280px;
  padding: 25px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 1599.98px) {
  .gosprograms-preview__item {
    padding: 25px 22px;
    height: 216px;
  }
}
.gosprograms-preview__item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transition: all 0.3s;
}
.gosprograms-preview__item:hover img {
  scale: 1.2;
}
.gosprograms-preview__item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
@media (max-width: 1599.98px) {
  .gosprograms-preview__item-heading {
    font-size: 17px;
  }
}
.gosprograms-preview__item-phone {
  width: 38px;
  height: 38px;
  background-color: #D52D34;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1599.98px) {
  .gosprograms-preview__item-phone {
    width: 29px;
    height: 29px;
  }
}
.gosprograms-preview__item-arrow {
  display: flex;
  justify-content: flex-end;
}
.gosprograms-preview__item-arrow svg {
  width: 145px;
}
@media (max-width: 1599.98px) {
  .gosprograms-preview__item-arrow svg {
    width: 102px;
  }
}

.credit-programs-general .swiper {
  padding-bottom: 44px;
}
@media (min-width: 992px) {
  .credit-programs-general .swiper-wrapper {
    justify-content: center;
  }
}
.credit-programs-general .credit-programs-item {
  height: 288px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1599.98px) {
  .credit-programs-general .credit-programs-item {
    height: 208px;
  }
}
@media (max-width: 619.98px) {
  .credit-programs-general .credit-programs-item {
    height: 342px;
    border-radius: 8px;
    flex-direction: column;
  }
}
.credit-programs-general .credit-programs-item__image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.credit-programs-general .credit-programs-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.credit-programs-general .credit-programs-item__content {
  width: 395px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
}
@media (max-width: 1599.98px) {
  .credit-programs-general .credit-programs-item__content {
    padding: 34px 16px 26px;
    width: 278px;
  }
}
@media (max-width: 619.98px) {
  .credit-programs-general .credit-programs-item__content {
    height: auto;
    width: 100%;
    gap: 20px;
    padding: 20px 16px;
  }
}
.credit-programs-general .credit-programs-item__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 20px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1599.98px) {
  .credit-programs-general .credit-programs-item__text {
    font-size: 15px;
  }
}
@media (max-width: 619.98px) {
  .credit-programs-general .credit-programs-item__text {
    font-size: 12px;
    gap: 16px;
  }
}
.credit-programs-general .credit-programs-item__title {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1599.98px) {
  .credit-programs-general .credit-programs-item__title {
    font-size: 20px;
  }
}
.credit-programs-general .credit-programs-item .btn {
  height: 50px;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 1599.98px) {
  .credit-programs-general .credit-programs-item .btn {
    height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 619.98px) {
  .credit-programs-general .credit-programs-item .btn {
    height: 50px;
  }
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .advantages__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
  }
}
.advantages__item {
  border: 1px solid rgba(0, 0, 0, 0.28);
  height: 166px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1599.98px) {
  .advantages__item {
    height: 128px;
  }
}
@media (max-width: 991.98px) {
  .advantages__item {
    height: 120px;
    border-radius: 8px;
  }
}
@media (min-width: 992px) {
  .advantages__item:first-child {
    border-radius: 8px 0 0 8px;
  }
  .advantages__item:last-child {
    border-radius: 0 8px 8px 0;
  }
}
.advantages__item svg {
  height: 70px;
}
@media (max-width: 1599.98px) {
  .advantages__item svg {
    height: 46px;
  }
}
@media (max-width: 991.98px) {
  .advantages__item svg {
    height: 50px;
  }
}
.advantages__item-text {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 250px;
}
@media (max-width: 1599.98px) {
  .advantages__item-text {
    font-size: 17px;
    max-width: 130px;
  }
}
@media (max-width: 991.98px) {
  .advantages__item-text {
    font-size: 12px;
    max-width: 110px;
  }
}
.advantages_credit .advantages__item-text {
  max-width: unset;
}

.selection__inner {
  display: flex;
  align-items: center;
  gap: 18px;
}
.selection .btn-show_more {
  min-width: -moz-max-content;
  min-width: max-content;
  height: 100%;
  grid-area: e;
}
.selection__grid {
  display: grid;
  grid-template: "a b d e" "a c d e";
  gap: 12px;
  width: 100%;
  height: 512px;
}
@media (max-width: 1399.98px) {
  .selection__grid {
    height: 300px;
  }
}
@media (max-width: 1119.98px) {
  .selection__grid {
    height: 360px;
    grid-template: "a b d" "a c d" "a e d";
  }
}
@media (max-width: 991.98px) {
  .selection__grid {
    height: 340px;
  }
}
@media (max-width: 619.98px) {
  .selection__grid {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.selection__item {
  padding: 20px 30px;
  position: relative;
  display: flex;
  height: 100%;
  width: 512px;
  overflow: hidden;
}
@media (max-width: 1599.98px) {
  .selection__item {
    width: 434px;
  }
}
@media (max-width: 1399.98px) {
  .selection__item {
    width: auto;
  }
}
@media (max-width: 1119.98px) {
  .selection__item {
    padding: 20px 10px;
  }
}
@media (max-width: 619.98px) {
  .selection__item {
    width: 100%;
    height: 190px;
    padding: 15px;
    align-items: flex-end;
  }
}
.selection__item_sm {
  align-items: flex-end;
  max-width: 380px;
}
@media (max-width: 1599.98px) {
  .selection__item_sm {
    max-width: 300px;
  }
}
@media (max-width: 1119.98px) {
  .selection__item_sm {
    padding: 10px;
  }
}
@media (max-width: 619.98px) {
  .selection__item_sm {
    max-width: 100%;
    padding: 15px;
  }
}
.selection__item.a {
  grid-area: a;
}
@media (max-width: 1119.98px) {
  .selection__item.a .selection__item-image {
    -o-object-position: right;
       object-position: right;
  }
}
.selection__item.b {
  grid-area: b;
}
.selection__item.c {
  grid-area: c;
}
.selection__item.d {
  grid-area: d;
}
@media (max-width: 1119.98px) {
  .selection__item.d .selection__item-image {
    -o-object-position: left;
       object-position: left;
  }
}
@media (hover: hover) {
  .selection__item:hover img {
    transform: scale(1.2);
  }
}
.selection__item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transition: all 0.3s;
}
.selection__item-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media (max-width: 1119.98px) {
  .selection__item-title {
    font-size: 12px;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  .selection__item-title {
    font-size: 10px;
  }
}
