@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #ACD612;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: rgb(255, 255, 255);
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #D36E1C;
  --bs-secondary: #FAC599;
  --bs-font-sans-serif: "Gotham Pro", "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";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: "Gotham Pro", "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(38, 38, 38, 0);
}

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

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

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

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

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

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

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

h5, .h5 {
  font-size: 1.25rem;
}

h6, .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, .small {
  font-size: 0.875em;
}

mark, .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: #D36E1C;
  text-decoration: underline;
}
a:hover {
  color: #a95816;
}

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;
}

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

::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;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1040px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1346px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1280px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

.d-inline-block {
  display: inline-block !important;
}

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(38, 38, 38, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(38, 38, 38, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(38, 38, 38, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #D36E1C !important;
}

.border-secondary {
  border-color: #FAC599 !important;
}

.border-white {
  border-color: rgb(255, 255, 255) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #D36E1C !important;
}

.text-secondary {
  color: #FAC599 !important;
}

.text-white {
  color: rgb(255, 255, 255) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(38, 38, 38, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #D36E1C !important;
}

.bg-secondary {
  background-color: #FAC599 !important;
}

.bg-body {
  background-color: rgb(255, 255, 255) !important;
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.carousel {
  position: relative;
  box-sizing: border-box;
}

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

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

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  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 {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          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;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-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;
  }
}
@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 {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          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 {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

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

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

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

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

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

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

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-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-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  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: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  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: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  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 {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          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 {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          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::-webkit-backdrop {
  opacity: 0;
}

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

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

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

.fancybox__container:fullscreen::-webkit-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.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@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);
  -webkit-backface-visibility: hidden;
          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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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 {
  -webkit-backface-visibility: hidden;
  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: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  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 {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          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;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          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 {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          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 {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

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

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

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

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

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

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both 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: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  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: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  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 {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          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 {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          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::-webkit-backdrop {
  opacity: 0;
}

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

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

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

.fancybox__container:fullscreen::-webkit-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;
}

.btn {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 30px;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .btn {
    transition: all 0.2s;
  }
  .btn:active {
    transform: scale(0.9);
  }
}
.btn:hover {
  color: rgb(255, 255, 255);
}
.btn:disabled {
  background: #696969;
  border-color: #696969;
  cursor: not-allowed;
}
.btn-primary {
  background: #D36E1C;
  border: 1px solid #D36E1C;
}
.btn-outline {
  box-sizing: border-box;
  border: 1px solid #D36E1C;
  color: #D36E1C;
}
.btn-outline:hover {
  color: #D36E1C;
}
.btn-lg {
  font-size: 20px;
}
.btn-md {
  font-size: 20px;
}
.btn-sm {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
}
.btn-arrow {
  background: #E3EDF9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #D36E1C;
  padding: 10px 33px;
}
.btn-arrow img {
  transition: all 0.3s;
}
.btn-arrow:hover {
  color: #D36E1C;
}
.btn-arrow:hover img {
  transform: translateX(10px);
}
.btn-vid_review {
  background: #D36E1C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 16px;
}
.btn-get_price {
  background: #D36E1C;
  font-size: 26px;
  line-height: 25px;
  padding: 35px 0;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 1399.98px) {
  .btn-get_price {
    font-size: 20px;
    line-height: 19px;
    padding: 26px 0 25px 0;
  }
}
@media (max-width: 991.98px) {
  .btn-get_price {
    font-size: 16px;
    line-height: 15px;
    padding: 15px 0;
  }
}
.btn-show_more {
  text-transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #D36E1C;
  font-size: 18px;
  line-height: 17px;
  max-width: 170px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .btn-show_more {
    font-size: 14px;
    background-image: linear-gradient();
  }
}
.btn-show_more img {
  transition: all 0.3s;
  height: 30px;
  width: 35px;
  transform: rotateZ(180deg);
}
.btn-show_more span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D36E1C;
  display: block;
}
.btn-show_more:hover {
  color: #D36E1C;
  text-decoration: none;
}
.btn-show_more.active img {
  transform: rotateZ(0deg);
}

@media screen and (min-width: 992px) {
  .btn-show_more:hover img {
    transform: rotateZ(240deg);
  }
  .btn-show_more.active img:hover {
    transform: rotateZ(60deg);
  }
}
.js_paginate-btn {
  margin-top: 50px;
}
.js_paginate-btn.loading {
  opacity: 0.3;
}
.js_paginate-btn.loading img {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.scrollup {
  position: fixed;
  cursor: pointer;
  background: transparent;
  right: 10px;
  bottom: 60px;
  display: none;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
  transform: translateY(300px);
  z-index: 1052;
}
.scrollup:hover {
  opacity: 0.8;
}
.scrollup img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .scrollup {
    width: 60px;
    height: 60px;
    bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .scrollup {
    bottom: 10px;
  }
}

button:disabled {
  opacity: 0.3;
}

.input {
  border: none;
  outline: none;
  border-radius: 32px;
  width: 100%;
  padding: 18px 30px;
  background: rgb(255, 255, 255);
  font-size: 20px;
}
.input::-moz-placeholder {
  color: #9F9F9F;
  font-size: 20px;
}
.input::placeholder {
  color: #9F9F9F;
  font-size: 20px;
}
.input.__error {
  background-color: #f7b7b7 !important;
}

.autocredit input.__error {
  background-color: #f7b7b7 !important;
}

.select-default .selectize-input {
  border-color: #D36E1C !important;
  border-radius: 20px;
  color: #9e9e9e;
  background-color: rgb(255, 255, 255) !important;
  background-image: none !important;
  box-shadow: none !important;
  font-size: 16px;
  line-height: 15px;
  padding: 16px 25px 17px 25px;
  z-index: 20;
  transition: 0.3s;
  max-height: 50px;
}
@media (max-width: 1399.98px) {
  .select-default .selectize-input {
    max-height: 35px;
  }
}
@media (max-width: 991.98px) {
  .select-default .selectize-input {
    max-height: 47px;
  }
}
.select-default .selectize-input input {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 15px;
}
.select-default .selectize-input::after {
  width: 14px !important;
  height: 8px !important;
  border: none !important;
  right: 15px;
  background-image: url("../img/svg/select-arrow-down.svg");
  background-repeat: no-repeat;
  transition: 0.3s;
  top: 48% !important;
}
.select-default .selectize-input.input-active {
  background: #D36E1C !important;
  color: rgb(255, 255, 255);
  z-index: 200;
  height: 50px;
}
@media (max-width: 1399.98px) {
  .select-default .selectize-input.input-active {
    height: 38px;
  }
}
@media (max-width: 991.98px) {
  .select-default .selectize-input.input-active {
    height: 47px;
  }
}
.select-default .selectize-input.input-active + .selectize-dropdown {
  z-index: 100;
}
.select-default .selectize-input.input-active::before {
  display: none !important;
}
.select-default .selectize-input.input-active::after {
  background-image: url("../img/svg/select-arrow-up.svg");
}
@media (max-width: 1399.98px) {
  .select-default .selectize-input {
    font-size: 14px;
    line-height: 13px;
    padding: 10px 15px;
    border-radius: 53px;
  }
  .select-default .selectize-input input {
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 991.98px) {
  .select-default .selectize-input {
    padding: 16px 15px 16px 30px;
  }
  .select-default .selectize-input input {
    font-size: 14px;
    line-height: 13px;
  }
}
.select-default .selectize-dropdown {
  border-color: #D36E1C;
  top: 35px !important;
  padding-top: 23px;
  border-radius: 0 0 20px 20px;
  z-index: 10;
  overflow: hidden;
  height: 180px !important;
}
.select-default .selectize-dropdown .option {
  padding: 6px 6px 6px 35px;
  color: #9e9e9e;
  font-size: 16px;
  line-height: 15px;
}
.select-default .selectize-dropdown .option.active {
  background: rgba(211, 110, 28, 0.1);
}
.select-default .selectize-dropdown-content {
  overflow: visible !important;
  width: 100%;
}
.select-default .selectize-dropdown .ss-wrapper {
  border-right: 8px solid #e9f0fb;
}
.select-default .selectize-dropdown .ss-scroll {
  background: #D36E1C;
  width: 8px;
}
@media (max-width: 1399.98px) {
  .select-default .selectize-dropdown {
    top: 20px !important;
    padding-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .select-default .selectize-dropdown {
    top: 25px !important;
    padding-top: 26px;
  }
}
.select-default.select--rounded .selectize-input {
  font-size: 14px;
  line-height: 13px;
  padding: 16px 15px 16px 30px;
  border-radius: 53px;
  min-height: 50px;
}
@media (max-width: 1399.98px) {
  .select-default.select--rounded .selectize-input {
    min-height: unset;
    height: 38px;
    padding: 10px;
  }
}
@media (max-width: 991.98px) {
  .select-default.select--rounded .selectize-input {
    height: 47px;
    padding: 15px;
  }
}
.select-default.select--rounded .selectize-input input {
  font-size: 14px;
  line-height: 13px;
}
.select-default.select--rounded .selectize-dropdown {
  top: 25px !important;
  padding-top: 26px;
}
.select-default.select-dd-sm .selectize-dropdown {
  height: auto !important;
}
.select-sm {
  margin-bottom: 50px;
}
@media (max-width: 1399.98px) {
  .select-sm {
    margin-bottom: 40px;
  }
}
.select-sm .selectize-input {
  border: 0 !important;
  background: #f1f1f1 !important;
  border-radius: 75px;
  box-shadow: none !important;
  font-size: 20px;
  line-height: 19px;
  color: #141414;
  width: 260px;
  padding: 12px 18px;
  z-index: 20;
  transition: 0.3s;
}
.select-sm .selectize-input input {
  font-size: 20px;
  line-height: 19px;
  color: #141414;
}
.select-sm .selectize-input::after {
  border-color: #D36E1C transparent transparent transparent !important;
  border-width: 8px 7px 0 7px !important;
}
.select-sm .selectize-input.input-active {
  background: #f1f1f1 !important;
  z-index: 200;
}
.select-sm .selectize-input.input-active + .selectize-dropdown {
  z-index: 100;
}
.select-sm .selectize-input.input-active::before {
  display: none !important;
}
.select-sm .selectize-input.input-active::after {
  border-color: transparent transparent #D36E1C transparent !important;
  border-width: 0 7px 8px 7px !important;
}
@media (max-width: 991.98px) {
  .select-sm .selectize-input {
    font-size: 14px;
    line-height: 13px;
    padding: 8px 12px;
    border-radius: 53px;
    width: 200px;
  }
  .select-sm .selectize-input input {
    font-size: 14px;
    line-height: 13px;
  }
}
.select-sm .selectize-dropdown {
  border: 0;
  background-color: #f1f1f1;
  top: 25px !important;
  padding-top: 23px;
  border-radius: 0 0 15px 15px;
  z-index: 10;
  overflow: hidden;
  height: auto !important;
}
.select-sm .selectize-dropdown .option {
  padding: 8px 8px 8px 18px;
  color: #141414;
  font-size: 16px;
  line-height: 15px;
}
@media (max-width: 991.98px) {
  .select-sm .selectize-dropdown .option {
    font-size: 14px;
    line-height: 13px;
  }
}
.select-sm .selectize-dropdown .option.active {
  background: rgba(211, 110, 28, 0.1);
}
.select-sm .selectize-dropdown-content {
  overflow: visible !important;
  width: 100%;
}
.select-sm .selectize-dropdown .ss-scroll {
  display: none;
}
@media (max-width: 991.98px) {
  .select-sm .selectize-dropdown {
    top: 12px !important;
    padding-top: 26px;
  }
}

.t-select {
  padding: 0;
}
@media (max-width: 575.98px) {
  .t-select {
    padding-left: 27px;
  }
}

#credit-selection-range .noUi-marker-horizontal.noUi-marker-large,
#credit-selection-range .noUi-marker-horizontal.noUi-marker-large,
#credit-selection-range .noUi-marker-horizontal.noUi-marker-normal,
#credit-selection-range .noUi-marker-horizontal.noUi-marker {
  display: none;
}
#credit-selection-range .noUi-value-horizontal {
  font-size: 12px;
  line-height: 11px;
}
#credit-selection-range .noUi-value.noUi-value-horizontal.noUi-value-large[data-value="6"] {
  left: 0 !important;
}

#parcent-selection-range .noUi-marker-horizontal.noUi-marker-sub,
#parcent-selection-range .noUi-marker-horizontal.noUi-marker-large,
#parcent-selection-range .noUi-marker-horizontal.noUi-marker-normal,
#parcent-selection-range .noUi-marker-horizontal.noUi-marker {
  display: none;
}
#parcent-selection-range .noUi-value-horizontal {
  font-size: 9px;
  line-height: 9px;
}
#parcent-selection-range .noUi-value-sub {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
}
#parcent-selection-range .noUi-value-sub.active-pip {
  background: #D36E1C;
}
#parcent-selection-range .noUi-value-large::after {
  content: "%";
}

.noUi-target {
  height: 2px;
  border: none;
  background: #000000;
  box-shadow: none;
}

.noUi-connect {
  height: 6px;
  background: #D36E1C;
  border-radius: 5px;
}

.noUi-connects {
  transform: translateY(-2px);
}

.noUi-active {
  border: 1px solid #D36E1C;
}

.noUi-horizontal .noUi-tooltip {
  bottom: -90%;
}

.noUi-horizontal .noUi-handle,
.noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -9px;
  cursor: pointer;
}
.noUi-horizontal .noUi-handle .noUi-touch-area,
.noUi-handle .noUi-touch-area {
  width: 11px;
  height: 11px;
  background: #D36E1C;
  border-radius: 50%;
}
@media (max-width: 1399.98px) {
  .noUi-horizontal .noUi-handle .noUi-touch-area,
.noUi-handle .noUi-touch-area {
    width: 10px;
    height: 10px;
  }
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after,
.noUi-handle::before,
.noUi-handle::after {
  display: none;
}

.noUi-horizontal .noUi-tooltip,
.noUi-tooltip {
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 8px;
  line-height: 8px;
  color: #737373;
  padding: 0;
}

.active-pip {
  font-weight: bold;
  color: #D36E1C;
}

#parcent-selection-range, #credit-selection-range {
  margin-top: 25px;
}
#parcent-selection-range .noUi-horizontal .noUi-handle, #parcent-selection-range .noUi-handle, #credit-selection-range .noUi-horizontal .noUi-handle, #credit-selection-range .noUi-handle {
  right: -10px;
}

@font-face {
  font-family: "Gotham Pro";
  src: local("Gotham Pro Regular"), local("Gotham-Pro-Regular"), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: local("Gotham Pro Medium"), local("Gotham-Pro-Medium"), url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: local("Gotham Pro Bold"), local("Gotham-Pro-Bold"), url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.breadcrumbs {
  padding: 56px 0 40px;
}
@media (max-width: 1399.98px) {
  .breadcrumbs {
    padding: 50px 0 40px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumbs {
    padding: 20px 15px;
  }
}
.breadcrumbs-list {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.breadcrumbs-list__item {
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #000000;
}
.breadcrumbs-list__item-link {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumbs-list__item-link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D36E1C;
  margin: 1px 5px;
}
@media (max-width: 575.98px) {
  .breadcrumbs-list__item-link::after {
    width: 3px;
    height: 3px;
  }
}
.breadcrumbs-list__item-link:hover {
  color: #000000;
}
@media (max-width: 575.98px) {
  .breadcrumbs-list__item-link {
    font-size: 9px;
    line-height: 11px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumbs-list__item-text {
    font-size: 9px;
    line-height: 11px;
  }
}

.fancybox__content {
  background: none;
  padding: 0;
}

.modal {
  width: 900px;
  border-radius: 22px;
  overflow: visible;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 27px 0 23px 70px;
  position: relative;
  /* MODIFICATORS */
}
@media (max-width: 991.98px) {
  .modal {
    width: 360px;
    padding: 20px 16px;
  }
}
@media (max-width: 991.98px) {
  .modal-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
}
.modal-content {
  display: flex;
}
@media (max-width: 991.98px) {
  .modal-content {
    height: 100%;
  }
}
.modal-form {
  max-width: 240px;
}
.modal-form .input {
  padding: 11px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .modal-form .input {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.modal-form .input.__error {
  background: #f7b7b7;
}
.modal-form .input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
}
.modal-form .input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
}
@media (max-width: 991.98px) {
  .modal-form .input::-moz-placeholder {
    font-size: 16px;
    line-height: 15px;
  }
  .modal-form .input::placeholder {
    font-size: 16px;
    line-height: 15px;
  }
}
.modal-form .btn {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  padding: 10px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .modal-form .btn {
    padding: 15px;
  }
}
.modal-form .checkbox__input-text {
  margin-top: 10px;
  gap: 8px;
}
.modal-form .checkbox__input-text__checked {
  height: 15px;
}
.modal-form .checkbox__input-text__info {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #191919;
}
.modal-form .checkbox__input-text__info a {
  color: #191919;
}
.modal-form .checkbox__input-text .custom-checked {
  background-color: inherit;
  background-size: 9px;
  border: 1px solid #D36E1C;
}
@media (max-width: 991.98px) {
  .modal-form {
    width: 100%;
    max-width: 100%;
  }
}
.modal-advantages {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.modal-advantages-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #D36E1C;
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.modal-advantages-item::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/modals/advantage-arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-right: 10px;
  top: 0;
}
@media (max-width: 991.98px) {
  .modal-advantages-item::before {
    width: 13px;
    height: 13px;
    margin-right: 6px;
  }
}
.modal-advantages-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .modal-advantages-item {
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 10px;
  }
}
.modal-img__main {
  max-width: 100%;
}
.modal-img__sale {
  width: 179px;
  height: 179px;
  background-image: url("../img/modals/sale.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-img__sale--percent {
  font-weight: 700;
  font-size: 45px;
  line-height: 43px;
  color: rgb(255, 255, 255);
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  .modal-img__sale--percent {
    font-size: 32px;
    line-height: 31px;
  }
}
.modal-img__sale--text {
  font-weight: 700;
  font-size: 13px;
  line-height: 12px;
  color: rgb(255, 255, 255);
}
@media (max-width: 991.98px) {
  .modal-img__sale--text {
    font-size: 8px;
    line-height: 8px;
  }
}
@media (max-width: 991.98px) {
  .modal-img__sale {
    width: 116px;
    height: 116px;
  }
}
.modal--credit {
  background-image: url("../img/modals/credit-bg.webp");
}
@media (max-width: 991.98px) {
  .modal--credit {
    background-image: url("../img/modals/credit-bg-mob.webp");
  }
}
.modal--credit .modal-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 38px;
  text-transform: uppercase;
  color: #D36E1C;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .modal--credit .modal-title {
    font-size: 20px;
    line-height: 19px;
    color: #FAC599;
    margin-bottom: 0;
  }
}
.modal--credit .modal-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media (max-width: 991.98px) {
  .modal--credit .modal-subtitle {
    font-size: 20px;
    line-height: 19px;
    text-transform: uppercase;
  }
}
@media (max-width: 991.98px) {
  .modal--credit .modal-advantages {
    margin-bottom: 163px;
  }
  .modal--credit .modal-advantages-item::before {
    background-image: url("../img/modals/advantage-arrow-white.svg");
  }
}
.modal--credit .modal-img__main {
  max-width: 571px;
  position: absolute;
  right: 15px;
  bottom: 30px;
}
@media (max-width: 991.98px) {
  .modal--credit .modal-img__main {
    max-width: 100%;
    top: 160px;
    right: 0;
  }
}
.modal--credit .modal-img__sale {
  right: 40px;
  top: 25px;
}
@media (max-width: 991.98px) {
  .modal--credit .modal-img__sale {
    top: 90px;
    right: 26px;
  }
}
.modal--gift {
  padding-left: 50px;
  background-image: url("../img/modals/gift-bg.webp");
}
@media (max-width: 991.98px) {
  .modal--gift {
    padding-left: 16px;
    background-image: url("../img/modals/gift-bg-mob.webp");
  }
}
.modal--gift .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .modal--gift .modal-title {
    font-size: 18px;
    line-height: 17px;
  }
}
.modal--gift .modal-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
}
@media (max-width: 991.98px) {
  .modal--gift .modal-subtitle {
    font-size: 18px;
    line-height: 17px;
  }
}
.modal--gift .modal-advantages-item {
  color: #D36E1C;
}
@media (max-width: 991.98px) {
  .modal--gift .modal-advantages {
    margin-bottom: 160px;
  }
}
.modal--gift .modal-form .input {
  background: #f1f1f1;
}
.modal--gift .modal-img__main {
  max-width: 457px;
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .modal--gift .modal-img__main {
    max-width: 257px;
    top: 143px;
    right: 16px;
  }
}
.modal--gift .modal-img__sale {
  right: 304px;
  top: 11px;
  width: 158px;
  height: 158px;
}
.modal--gift .modal-img__sale--percent {
  font-size: 43px;
  line-height: 41px;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .modal--gift .modal-img__sale--percent {
    font-size: 26px;
    line-height: 25px;
  }
}
.modal--gift .modal-img__sale--text {
  font-size: 12px;
  line-height: 11px;
}
@media (max-width: 991.98px) {
  .modal--gift .modal-img__sale--text {
    font-size: 6px;
    line-height: 6px;
  }
}
@media (max-width: 991.98px) {
  .modal--gift .modal-img__sale {
    width: 85px;
    height: 85px;
    top: 152px;
    left: 10px;
    right: auto;
  }
}
.modal--trade-in {
  padding-left: 50px;
  background-image: url("../img/modals/trade-in-bg.webp");
}
@media (max-width: 991.98px) {
  .modal--trade-in {
    padding-left: 16px;
    background-image: url("../img/modals/trade-in-bg-mob.webp");
  }
}
.modal--trade-in .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .modal--trade-in .modal-title {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 4px;
  }
}
.modal--trade-in .modal-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
}
@media (max-width: 991.98px) {
  .modal--trade-in .modal-subtitle {
    font-size: 20px;
    line-height: 19px;
  }
}
.modal--trade-in .modal-advantages {
  margin-bottom: 30px;
}
.modal--trade-in .modal-advantages-item {
  color: rgb(255, 255, 255);
}
.modal--trade-in .modal-advantages-item::before {
  background-image: url("../img/modals/advantage-arrow-white.svg");
}
@media (max-width: 991.98px) {
  .modal--trade-in .modal-advantages {
    margin-bottom: 165px;
  }
}
.modal--trade-in .modal-img__main {
  max-width: 500px;
  position: absolute;
  right: 0;
  bottom: -10px;
}
@media (max-width: 991.98px) {
  .modal--trade-in .modal-img__main {
    max-width: 270px;
    top: 160px;
    right: 10px;
  }
}
.modal--trade-in .modal-img__sale {
  right: 230px;
  top: 30px;
  width: 158px;
  height: 158px;
  background-image: url("../img/modals/sale-white.png");
}
.modal--trade-in .modal-img__sale--percent {
  font-size: 43px;
  line-height: 41px;
  margin-bottom: 4px;
  color: #D36E1C;
}
@media (max-width: 991.98px) {
  .modal--trade-in .modal-img__sale--percent {
    font-size: 26px;
    line-height: 25px;
  }
}
.modal--trade-in .modal-img__sale--text {
  font-size: 12px;
  line-height: 11px;
  color: #D36E1C;
}
@media (max-width: 991.98px) {
  .modal--trade-in .modal-img__sale--text {
    font-size: 6px;
    line-height: 6px;
  }
}
@media (max-width: 991.98px) {
  .modal--trade-in .modal-img__sale {
    width: 85px;
    height: 85px;
    top: 152px;
    left: 10px;
    right: auto;
  }
}
.modal--book {
  background-image: url("../img/modals/book-bg.webp");
}
@media (max-width: 991.98px) {
  .modal--book {
    background-image: url("../img/modals/book-bg-mob.webp");
  }
}
.modal--book .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 22px;
}
@media (max-width: 991.98px) {
  .modal--book .modal-title {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 20px;
  }
}
.modal--book .modal-advantages {
  margin-bottom: 40px;
}
.modal--book .modal-advantages-item::before {
  background-image: url("../img/modals/advantage-arrow-white.svg");
}
@media (max-width: 991.98px) {
  .modal--book .modal-advantages {
    margin-bottom: 162px;
  }
}
.modal--book .modal-img__main {
  max-width: 483px;
  position: absolute;
  right: 0;
  bottom: 16px;
}
@media (max-width: 991.98px) {
  .modal--book .modal-img__main {
    max-width: 259px;
    top: 130px;
    left: 0;
    margin: 0 auto;
  }
}
.modal--callback {
  padding-left: 50px;
  background-image: url("../img/modals/callback-bg.webp");
}
@media (max-width: 991.98px) {
  .modal--callback {
    padding-left: 16px;
    padding-top: 33px;
    background-image: url("../img/modals/callback-bg-mob.webp");
  }
}
.modal--callback .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 10px;
  color: #D36E1C;
}
@media (max-width: 991.98px) {
  .modal--callback .modal-title {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
.modal--callback .modal-subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
  max-width: 325px;
}
.modal--callback .modal-subtitle span {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .modal--callback .modal-subtitle {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 214px;
  }
}
.modal--callback .modal-form .input {
  background: #f1f1f1;
}
.modal--callback .modal-img__main {
  max-width: 592px;
  position: absolute;
  right: 0;
  bottom: 16px;
}
@media (max-width: 991.98px) {
  .modal--callback .modal-img__main {
    max-width: 100%;
    top: 118px;
  }
}
.modal--bank {
  background-image: url("../img/modals/bank-bg.webp");
}
.modal--bank .is-close {
  color: #D36E1C !important;
}
@media (max-width: 991.98px) {
  .modal--bank {
    background-image: url("../img/modals/bank-bg-mob.webp");
  }
}
.modal--bank .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 9px;
}
@media (max-width: 991.98px) {
  .modal--bank .modal-title {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 0;
  }
}
.modal--bank .modal-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .modal--bank .modal-subtitle {
    font-size: 18px;
    line-height: 17px;
  }
}
.modal--bank .modal-advantages {
  margin-bottom: 20px;
}
.modal--bank .modal-advantages-item {
  margin-bottom: 10px;
  color: #D36E1C;
}
@media (max-width: 991.98px) {
  .modal--bank .modal-advantages {
    margin-bottom: 163px;
  }
}
.modal--bank .modal-form .input {
  background: #f1f1f1;
}
.modal--bank .modal-img__main {
  max-width: 482px;
  position: absolute;
  right: 30px;
  bottom: 6px;
}
@media (max-width: 991.98px) {
  .modal--bank .modal-img__main {
    max-width: 228px;
    top: 183px;
    right: 25;
    bottom: auto;
  }
}
.modal--bank .modal-img__sale {
  width: 201px;
  height: 201px;
  right: 217px;
  top: 9px;
}
@media (max-width: 991.98px) {
  .modal--bank .modal-img__sale {
    width: 116px;
    height: 116px;
    top: 169px;
    left: 9px;
    right: auto;
  }
}
.modal--bank .modal-img .js_modal-logo {
  width: 171px;
  max-width: 100%;
  position: absolute;
  top: 46px;
  right: 30px;
}
@media (max-width: 991.98px) {
  .modal--bank .modal-img .js_modal-logo {
    width: 134px;
    top: 148px;
    right: 16px;
  }
}
.modal--thanks {
  width: 450px;
  height: 400px;
  padding: 40px 30px;
  background-image: url("../img/modals/thanks-bg.webp");
}
@media (max-width: 991.98px) {
  .modal--thanks {
    width: 360px;
    height: 320px;
    padding: 33px 25px;
  }
}
.modal--thanks .modal-content {
  flex-direction: column;
}
.modal--thanks .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 20px;
  color: #D36E1C;
}
@media (max-width: 991.98px) {
  .modal--thanks .modal-title {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
.modal--thanks .modal-subtitle {
  font-size: 16px;
  line-height: 15px;
  max-width: 255px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .modal--thanks .modal-subtitle {
    font-size: 13px;
    line-height: 12px;
  }
}
.modal--thanks .modal-img__main {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal--already {
  width: 450px;
  height: 400px;
  padding: 40px 30px;
  background-image: url("../img/modals/already-bg.webp");
}
@media (max-width: 991.98px) {
  .modal--already {
    width: 360px;
    height: 320px;
    padding: 33px 25px;
  }
}
.modal--already .modal-content {
  flex-direction: column;
}
.modal--already .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 16px;
  max-width: 255px;
  color: rgb(255, 255, 255);
}
@media (max-width: 991.98px) {
  .modal--already .modal-title {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 20px;
  }
}
.modal--already .modal-subtitle {
  font-size: 16px;
  line-height: 15px;
  max-width: 255px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .modal--already .modal-subtitle {
    font-size: 12px;
    line-height: 11px;
  }
}
.modal--already .modal-img__main {
  max-width: 100%;
  position: absolute;
  bottom: 75px;
  left: 0;
}
@media (max-width: 991.98px) {
  .modal--already .modal-img__main {
    bottom: 62px;
  }
}

.fancybox__container {
  z-index: 9999;
}

.fancybox__content > .carousel__button.is-close {
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}
@media (max-width: 991.98px) {
  .fancybox__content > .carousel__button.is-close {
    top: 12px;
    right: 16px;
    width: 18px;
    height: 18px;
  }
}

.bg {
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .bg {
    background: none !important;
  }
}
.bg--home-top {
  background-image: url("../img/bg/bg-home-top.webp");
  background-position: 0 476px;
}
@media (max-width: 1399.98px) {
  .bg--home-top {
    background-position: 0 800px;
  }
}
.bg--home-bottom {
  background-image: url("../img/bg/bg-home-bottom.webp");
  background-position: 0 120px;
  background-size: cover;
}
.bg--model-top {
  background-image: url("../img/bg/bg-model-top.webp");
  background-size: cover;
}
.bg--model-bottom {
  background-image: url("../img/bg/bg-model-bottom.webp");
}
.bg--credit-top {
  background-image: url("../img/bg/bg-credit-top.webp");
}
.bg--credit-bottom {
  background-image: url("../img/bg/bg-credit-bottom.webp");
}
.bg--catalog {
  background-image: url("../img/bg/bg-catalog.webp");
  background-position: 0 180px;
}
.bg--brand {
  background-image: url("../img/bg/bg-brand.webp");
}
.bg--brands {
  background-image: url("../img/bg/bg-brands.webp");
  background-position: 0 200px;
}
.bg--special {
  background-image: url("../img/bg/bg-special.webp");
}
.bg--favorites {
  background-image: url("../img/bg/bg-fav-desk.webp");
}
@media (max-width: 1399.98px) {
  .bg--favorites {
    background-image: url("../img/bg/bg-fav-tablet.webp");
  }
}
.bg--used-top {
  background-image: url("../img/bg/bg-used-top.webp");
  background-position: right;
}
.bg--used-catalog {
  background-image: url("../img/bg/bg-used-catalog.webp");
}

.ratings-block {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 1279.98px) {
  .ratings-block {
    flex-flow: column;
    gap: 20px;
  }
}

.ratings {
  padding: 20px 30px;
  background: rgba(239, 240, 240, 0.3215686275);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 49%;
}
@media (max-width: 1399.98px) {
  .ratings {
    padding: 16px 20px;
  }
}
@media (max-width: 1279.98px) {
  .ratings {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .ratings {
    flex-wrap: wrap;
  }
}
.ratings-recommendation__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: #262626;
}
@media (max-width: 1399.98px) {
  .ratings-recommendation__text {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 1279.98px) {
  .ratings-recommendation__text {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 18px;
  }
}
.ratings-recommendation__rate svg {
  display: block;
}
.ratings-logo {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.ratings-logo img {
  max-width: 100%;
  margin-bottom: 6px;
}
.ratings-logo .ratings__logo__sub-title {
  font-weight: 400;
  margin-bottom: 0;
  color: #ADADB0;
}
@media (max-width: 1399.98px) {
  .ratings-logo .ratings__logo__sub-title {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 767.98px) {
  .ratings-logo .ratings__logo__sub-title {
    font-size: 14px;
    line-height: 13px;
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 1399.98px) {
  .ratings-logo {
    max-width: 167px;
  }
}
@media (max-width: 1279.98px) {
  .ratings-logo {
    max-width: 100%;
  }
  .ratings-logo img {
    margin-bottom: 4px;
  }
}
@media (max-width: 575.98px) {
  .ratings-logo {
    flex-basis: 100%;
    align-items: flex-start;
    margin-bottom: 33px;
  }
}
.ratings-rate {
  padding: 11px 25px;
}
.ratings-rate__number {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: #FFFFFF;
}
@media (max-width: 1399.98px) {
  .ratings-rate__number {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1279.98px) {
  .ratings-rate__number {
    font-size: 36px;
    line-height: 34px;
  }
}
@media (max-width: 1399.98px) {
  .ratings-rate {
    border-radius: 3px !important;
    padding: 13px 21px;
  }
}
@media (max-width: 1279.98px) {
  .ratings-rate {
    border-radius: 10px !important;
    padding: 13px 17px;
  }
}

.review {
  background: #FFFFFF;
  border: 1px solid #D36E1C;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.review-info__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
}
.review-rating {
  padding: 2px 6px 1px 6px;
}
.review-rating__number {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .review-rating__number {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 991.98px) {
  .review-rating {
    font-size: 3px;
    line-height: 8px;
  }
}
.review-recommendation {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
@media (max-width: 575.98px) {
  .review-recommendation {
    margin-top: 30px;
  }
}
.review-recommendation__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: #262626;
}

.sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  margin: 0;
  color: #ADADB0;
}

.rate {
  background: #D36E1C;
  border-radius: 4px;
  color: #FFFFFF;
}

.page-reviews .reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  grid-column-gap: 85px;
  grid-row-gap: 20px;
}
@media (max-width: 1279.98px) {
  .page-reviews .reviews {
    grid-column-gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .page-reviews .reviews {
    grid-column-gap: 35px;
  }
}
@media (max-width: 767.98px) {
  .page-reviews .reviews {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 16px;
    padding-right: 16px;
    grid-row-gap: 30px;
  }
}
.page-reviews .reviews .reviews-card {
  border: none;
  background: #faf1ec;
}

.swiper.trust-swiper {
  padding-bottom: 50px;
}
.swiper.trust-swiper .swiper-pagination {
  bottom: 0;
}

.swiper.swiper-gifts {
  padding-bottom: 50px;
}

.swiper.swiper-banks {
  padding-bottom: 50px;
}

.swiper.swiper-reviews {
  padding-bottom: 50px;
}

.swiper.swiper-special {
  padding-bottom: 50px;
}

.swiper-special-offers__card .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
}
@media (max-width: 1279.98px) {
  .swiper-special-offers__card .swiper-pagination {
    height: auto;
  }
}

.swiper-special-offers__card .swiper-pagination-bullet {
  flex-grow: 1;
  width: auto;
  height: 100%;
  border-radius: 0;
  margin: 0 3px !important;
  background: 0 0;
  opacity: 1;
  position: relative;
}

.swiper-special-offers__card .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 51px;
  background: rgba(241, 241, 241, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399.98px) {
  .swiper-special-offers__card .swiper-pagination-bullet::after {
    height: 5px;
  }
}
@media (max-width: 962px) {
  .swiper-special-offers__card .swiper-pagination-bullet::after {
    height: 2px;
  }
}

.swiper-special-offers__card .swiper-pagination-bullet-active::after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 51px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D36E1C;
}
@media (max-width: 1399.98px) {
  .swiper-special-offers__card .swiper-pagination-bullet-active::after {
    height: 5px;
  }
}
@media (max-width: 962px) {
  .swiper-special-offers__card .swiper-pagination-bullet-active::after {
    height: 2px;
  }
}

.swiper-special-offers__card .swiper-pagination {
  padding: 0 17px;
}

.swiper-pagination-bullet-active:not(.swiper-special-offers__card .swiper-pagination-bullet-active) {
  background: #D36E1C !important;
}

.trust {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575.98px) {
  .trust {
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) {
  .trust__title-margin .section__placeholder, .trust__title-margin .section__arrows {
    width: 0;
  }
}

.catalog-item-wrapper {
  padding-top: 33px;
  position: relative;
  width: 100%;
}
.catalog-item-wrapper .out {
  display: none;
  position: absolute;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: #D36E1C;
  border-radius: 25px 25px 0px 0px;
  text-align: center;
  padding: 9px;
  width: 202px;
  top: 0;
  right: 20px;
}

.catalog-item-card-vert {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgb(242, 242, 242);
  border-radius: 10px;
  padding: 11px 32px;
  position: relative;
}
@media (max-width: 991.98px) {
  .catalog-item-card-vert {
    padding: 11px 16px;
  }
}
.catalog-item-card-vert__upper {
  position: relative;
}
.catalog-item-card-vert__upper .quantity {
  color: #D36E1C;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  display: block;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .catalog-item-card-vert__upper .quantity {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .catalog-item-card-vert__upper .quantity {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 13px;
  }
}
.catalog-item-card-vert__upper::after {
  content: "";
  height: 1px;
  display: flex;
  width: 100%;
  margin: 0 auto;
  background: rgba(51, 51, 51, 0.3);
}
.catalog-item-card-vert__title {
  font-size: 26px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .catalog-item-card-vert__title {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
.catalog-item-card-vert__title a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.catalog-item-card-vert__title a:hover {
  color: #D36E1C;
}
.catalog-item-card-vert__model a {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
}
.catalog-item-card-vert__model a:hover {
  color: #D36E1C;
}
.catalog-item-card-vert__buttons {
  position: absolute;
  right: 6px;
  top: 10px;
}
.catalog-item-card-vert__wishlist, .catalog-item-card-vert__simile {
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.catalog-item-card-vert__img-container {
  display: flex;
  justify-content: center;
}
.catalog-item-card-vert__img {
  max-height: 150px;
  max-width: 100%;
  margin-top: -30px;
}
@media (max-width: 575.98px) {
  .catalog-item-card-vert__img {
    margin: 0;
  }
}
.catalog-item-card-vert__price {
  display: flex;
  color: rgba(51, 51, 51, 0.7);
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 20px;
  line-height: 23px;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .catalog-item-card-vert__price {
    font-size: 14px;
    line-height: 18px;
  }
}
.catalog-item-card-vert__price span {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .catalog-item-card-vert__price span {
    font-size: 16px;
    line-height: 20px;
  }
}
.catalog-item-card-vert__old-price {
  color: #9F9F9F;
  font-size: 12px;
  line-height: 11px;
  margin: 8px 0;
  font-weight: 700;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  display: block;
}
@media (max-width: 575.98px) {
  .catalog-item-card-vert__old-price {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.catalog-item-card-vert__credit {
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-size: 14px;
  line-height: 13px;
}
@media (max-width: 991.98px) {
  .catalog-item-card-vert__credit {
    margin-top: 22px;
  }
}
.catalog-item-card-vert__credit span {
  font-weight: 700;
  color: #D36E1C;
}
.catalog-item-card-vert .btn {
  margin-top: 12px;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 0.02em;
  padding: 12px;
}
@media (max-width: 575.98px) {
  .catalog-item-card-vert .btn {
    padding: 15px;
  }
}

.out-of-prod .out {
  display: block;
}

/********************************************************************************************/
.favorites__new .catalog-item-card-horiz .js_favorite-add-btn {
  display: block;
}

.catalog-item-card-horiz {
  display: flex;
  padding: 21px 17px;
  background: rgb(242, 242, 242);
  border-radius: 10px;
  justify-content: center;
  position: relative;
}
.catalog-item-card-horiz .js_favorite-add-btn {
  position: absolute;
  right: 10px;
  top: 0;
  border: none;
  transform: rotate(45deg);
  font-size: 40px;
  background: none;
  display: none;
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz {
    flex-direction: column;
  }
}
.catalog-item-card-horiz__left, .catalog-item-card-horiz__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.catalog-item-card-horiz__left {
  position: relative;
  border-right: 1px solid rgba(51, 51, 51, 0.3);
  padding-right: 19px;
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz__left {
    border-right: none;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    padding-right: 0;
  }
}
.catalog-item-card-horiz__right {
  padding-left: 19px;
}
.catalog-item-card-horiz__right p {
  font-size: 13px;
  color: #9F9F9F;
  margin: 0;
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz__right {
    padding-left: 0;
  }
}
.catalog-item-card-horiz__wishlist, .catalog-item-card-horiz__simile {
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.catalog-item-card-horiz__wishlist:hover, .catalog-item-card-horiz__simile:hover {
  background: #D36E1C;
}
.catalog-item-card-horiz__wishlist:hover svg, .catalog-item-card-horiz__simile:hover svg {
  color: rgb(255, 255, 255);
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz__wishlist {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
}
.catalog-item-card-horiz__simile {
  top: 0;
  position: absolute;
  left: 40px;
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz__simile {
    right: 0;
    left: auto;
    top: 40px;
  }
}
.catalog-item-card-horiz__title {
  font-size: 26px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .catalog-item-card-horiz__title {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz__title {
    font-size: 18px;
    line-height: 17px;
  }
}
.catalog-item-card-horiz__title a {
  text-decoration: none;
  color: #000;
}
.catalog-item-card-horiz__model {
  font-size: 26px;
  line-height: 25px;
  line-height: 26px;
  font-weight: 700;
  margin-top: -5px;
  color: #D36E1C;
}
@media (max-width: 1399.98px) {
  .catalog-item-card-horiz__model {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz__model {
    font-size: 18px;
    line-height: 17px;
  }
}
.catalog-item-card-horiz__model a {
  text-decoration: none;
}
.catalog-item-card-horiz__price {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(51, 51, 51, 0.7);
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .catalog-item-card-horiz__price {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz__price {
    margin-bottom: 22px;
  }
}
.catalog-item-card-horiz__price span {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 1399.98px) {
  .catalog-item-card-horiz__price span {
    font-size: 20px;
    line-height: 20px;
  }
}
.catalog-item-card-horiz__old-price {
  color: #9F9F9F;
  font-size: 12px;
  font-weight: 700;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-bottom: -10px;
  margin-top: 40px;
}
@media (max-width: 1399.98px) {
  .catalog-item-card-horiz__old-price {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media (max-width: 1279.98px) {
  .catalog-item-card-horiz__old-price {
    margin-bottom: -5px;
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz__old-price {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.catalog-item-card-horiz__credit {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 13px;
}
@media (max-width: 1399.98px) {
  .catalog-item-card-horiz__credit {
    font-size: 12px;
    line-height: 11px;
    margin-bottom: 8px;
  }
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz__credit {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 12px;
  }
}
.catalog-item-card-horiz__credit span {
  color: #D36E1C;
  font-weight: 700;
}
.catalog-item-card-horiz__img {
  max-width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 1399.98px) {
  .catalog-item-card-horiz__img {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz .button-desk {
    display: none;
  }
}
.catalog-item-card-horiz .btn {
  font-size: 15px;
  line-height: 14px;
  padding: 13px;
}
@media (max-width: 1399.98px) {
  .catalog-item-card-horiz .btn {
    font-size: 14px;
    line-height: 13px;
    padding: 9px;
  }
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz .btn {
    padding: 15px;
  }
}
.catalog-item-card-horiz .button-mob {
  display: none;
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz .button-mob {
    display: block;
    margin-top: 12px;
  }
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz .count-desk {
    display: none;
  }
}
.catalog-item-card-horiz .count-mob {
  display: none;
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz .count-mob {
    display: block;
    color: #D36E1C;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
  }
}
.catalog-item-card-horiz .title-mob,
.catalog-item-card-horiz .model-mob {
  display: none;
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz .title-mob,
.catalog-item-card-horiz .model-mob {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .catalog-item-card-horiz .title-desk,
.catalog-item-card-horiz .model-desk {
    display: none;
  }
}

.catalog-item-card-horiz svg,
.catalog-item-card-vert svg {
  position: relative;
  color: #D36E1C;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .catalog-item-card-vert__wishlist:hover, .catalog-item-card-vert__simile:hover,
.catalog-item-card-horiz__wishlist:hover,
.catalog-item-card-horiz__simile:hover {
    background: #D36E1C;
    transform: scale(1.1);
  }
  .catalog-item-card-vert__wishlist:hover svg, .catalog-item-card-vert__simile:hover svg,
.catalog-item-card-horiz__wishlist:hover svg,
.catalog-item-card-horiz__simile:hover svg {
    color: rgb(255, 255, 255);
  }
}
.icon,
.icon svg {
  transition: all 0.3s;
}

.icon.active,
.icon.active {
  background: rgb(255, 255, 255);
}
.icon.active svg,
.icon.active svg {
  color: #D36E1C;
}

.gifts-block {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 767.98px) {
  .gifts-block {
    padding: 0 16px;
  }
}
.gifts-block.desk_hide {
  display: none;
}
@media (max-width: 767.98px) {
  .gifts-block.desk_hide {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .gifts-block.mob_hide {
    display: none;
  }
}
.gifts-block__gift {
  display: flex;
  flex-flow: column;
  flex-basis: 23%;
  cursor: pointer;
}
.gifts-block__gift-bk {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 28.6627px;
  margin-bottom: 20px;
  height: 241px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1399.98px) {
  .gifts-block__gift-bk {
    height: 185px;
  }
}
@media (max-width: 991.98px) {
  .gifts-block__gift-bk {
    height: 130px;
  }
}
@media (max-width: 767.98px) {
  .gifts-block__gift-bk {
    height: 253px;
  }
}
.gifts-block__gift-bk__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 41px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1399.98px) {
  .gifts-block__gift-bk__text {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 29px;
  }
}
@media (max-width: 1279.98px) {
  .gifts-block__gift-bk__text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 17px;
  }
}
@media (max-width: 991.98px) {
  .gifts-block__gift-bk__text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767.98px) {
  .gifts-block__gift-bk__text {
    font-size: 16px;
    line-height: 18px;
  }
}
.gifts-block__gift-bk__text-color {
  color: #D36E1C;
}

.gifts__title-margin {
  margin-bottom: 12px !important;
}
@media (max-width: 767.98px) {
  .gifts__title-margin {
    margin-bottom: 50px !important;
  }
  .gifts__title-margin .section__placeholder, .gifts__title-margin .section__arrows {
    width: 0;
  }
}

.triple-lines {
  padding-top: 44px;
}
@media (max-width: 575.98px) {
  .triple-lines {
    padding-top: 30px;
  }
}
.triple-lines__line {
  width: 100%;
  background: #D36E1C;
  margin-top: 19px;
}
@media (max-width: 575.98px) {
  .triple-lines__line {
    margin-top: 3px;
  }
}
.triple-lines__line:nth-child(1) {
  height: 2px;
  margin-top: 0;
}
.triple-lines__line:nth-child(2) {
  height: 8px;
}
@media (max-width: 575.98px) {
  .triple-lines__line:nth-child(2) {
    height: 5px;
  }
}
.triple-lines__line:nth-child(3) {
  height: 18px;
}
@media (max-width: 575.98px) {
  .triple-lines__line:nth-child(3) {
    height: 8px;
  }
}

.partners-slide__icon {
  border-radius: 10px;
  height: 66px;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  .partners-slide__icon {
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  .partners-slide__icon {
    height: 66px;
  }
}
.partners-slide__icon img {
  width: 100%;
  border-radius: 10px;
}

.partners {
  padding: 0;
}
@media (max-width: 767.98px) {
  .partners {
    margin-top: -10px;
  }
}
@media (max-width: 575.98px) {
  .partners {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .partners .swiper-slide {
    margin-top: 10px !important;
  }
}

.reviews {
  padding: 0;
}
@media (max-width: 767.98px) {
  .reviews {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.reviews-card {
  background: #FFFFFF;
  border: 1px solid #D36E1C;
  border-radius: 10px;
  padding: 20px;
}
.reviews-card.active .reviews-card__text-review {
  -webkit-line-clamp: initial;
}
.reviews-card__user {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.reviews-card__user-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  text-transform: capitalize;
  color: #262626;
}
.reviews-card__user-rate svg {
  transform: translateY(-5px);
}
.reviews-card__text {
  display: flex;
  flex-direction: column;
}
.reviews-card__text-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  color: #D36E1C;
}
.reviews-card__text-review {
  font-weight: 400;
  font-size: 12px;
  line-height: 108%;
  color: #737373;
  padding: 8px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 17px;
}
.reviews-card__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-card__more button {
  border: none;
  background: none;
}
.reviews-card__more-video {
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #D36E1C;
}
.reviews-card__more-show {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #D36E1C;
}

@media (max-width: 575.98px) {
  .section__content.special {
    padding: 0 15px;
  }
}

.special-offers__card {
  background: #f1f1f1;
  border-radius: 20px;
  position: relative;
}
.special-offers__card-img {
  aspect-ratio: 421/267;
}
.special-offers__card-img a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-offers__card-img .swiper-special-offers__card {
  height: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.special-offers__card-img__link {
  text-decoration: none;
  color: #333333;
}
.special-offers__card-img__link {
  width: 100%;
  height: 100%;
}
.special-offers__card-img__link-img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .special-offers__card-img__link-img {
    height: unset;
  }
}
@media (max-width: 575.98px) {
  .special-offers__card-img__link {
    font-size: 16px;
    line-height: 15px;
  }
}
.special-offers__card-img__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 10px 15px;
}
.special-offers__card-img__info .labels {
  margin-top: 5px;
}
.special-offers__card-img__info-garant {
  padding: 3px 8px;
  background: #D36E1C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
  border-radius: 40px;
}
.special-offers__card-img__info-garant-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgb(255, 255, 255);
}
.special-offers__card-img__info-garant-text span {
  font-weight: 700;
}
.special-offers__card-img__info-favorites {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 767.98px) {
  .special-offers__card-img__info-favorites {
    gap: 13px;
  }
}
.special-offers__card-img__info-favorites__button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: #D36E1C;
  position: static;
}
@media (max-width: 1399.98px) {
  .special-offers__card-img__info-favorites__button {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .special-offers__card-img__info-favorites__button {
    width: 25px;
    height: 25px;
  }
}
.special-offers__card-img__info-favorites__button svg {
  width: 83%;
  height: 100%;
  color: rgb(255, 255, 255);
}
.special-offers__card-img__info-favorites__button:hover {
  background: rgb(255, 255, 255);
}
.special-offers__card-img__info-favorites__button:hover svg {
  color: #D36E1C;
}
.special-offers__card-img__info-favorites__button.icon-active {
  background: rgb(255, 255, 255);
}
.special-offers__card-img__info-favorites__button.icon-active svg {
  color: #D36E1C;
}
.special-offers__card-text {
  padding: 17px 20px 20px;
}
@media (max-width: 1399.98px) {
  .special-offers__card-text {
    padding: 15px;
  }
}
.special-offers__card-text__title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  display: block;
  min-height: 46px;
  color: #333333;
  margin-bottom: 5px;
}
@media (max-width: 1399.98px) {
  .special-offers__card-text__title {
    font-size: 18px;
    line-height: 17px;
    min-height: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .special-offers__card-text__title {
    min-height: unset;
    margin-bottom: 20px;
  }
}
.special-offers__card-text__price {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 14px;
}
@media (max-width: 1399.98px) {
  .special-offers__card-text__price {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .special-offers__card-text__price {
    font-size: 16px;
    line-height: 114%;
  }
}
.special-offers__card-text__price span {
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}
.special-offers__card-text__credit {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
  color: #D36E1C;
}
@media (max-width: 1399.98px) {
  .special-offers__card-text__credit {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 575.98px) {
  .special-offers__card-text__credit {
    font-size: 12px;
    line-height: 11px;
  }
}
.special-offers__card-line {
  width: 90%;
  height: 1px;
  background: rgba(51, 51, 51, 0.3);
  margin: 0 auto;
}
.special-offers__card-info {
  padding: 20px 20px 27px;
}
@media (max-width: 1399.98px) {
  .special-offers__card-info {
    padding: 15px;
  }
}
.special-offers__card-info__list {
  padding-left: 0;
}
.special-offers__card-info__list-item {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  color: rgba(51, 51, 51, 0.7);
  display: flex;
  gap: 21px;
  margin-bottom: 14px;
}
@media (max-width: 1399.98px) {
  .special-offers__card-info__list-item {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.special-offers__card-info__list-item__text {
  width: 178px;
}
@media (max-width: 1399.98px) {
  .special-offers__card-info__list-item__text {
    width: 152px;
  }
}
.special-offers__card-info__list-item b {
  color: #333333;
}
.special-offers__card-info__btns {
  margin-top: 26px;
}
.special-offers__card-info__btns .btn {
  font-weight: 700;
  font-size: 21.536px;
  line-height: 37px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  margin-top: 15px;
}
@media (max-width: 1399.98px) {
  .special-offers__card-info__btns .btn {
    font-size: 16px;
    line-height: 28px;
    height: 45px;
    margin-top: 15px;
  }
}
.special-offers__card-info__btns .btn:last-child() {
  margin-top: 0;
}

::-moz-selection {
  background-color: rgba(0, 119, 255, 0.479);
}

::selection {
  background-color: rgba(0, 119, 255, 0.479);
}

.ss-scroll {
  opacity: 1 !important;
}

.info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.checkbox__input {
  width: 15px;
  height: 15px;
  opacity: 0;
  z-index: 10;
}
.checkbox label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #868686;
  position: relative;
}
.checkbox label a {
  color: #D36E1C;
}
.checkbox label::before {
  position: absolute;
  content: "";
  background-color: rgb(255, 255, 255);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.checkbox label__input[type=checkbox]:checked + label:before {
  background-image: url(/public/samovar/front/img/svg/icons/checked.svg);
  background-repeat: no-repeat;
  background-size: 8px;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slidein {
  50% {
    background-position: 94% 0;
  }
  50% {
    background-position: 94% 0;
  }
}
@keyframes slidein {
  50% {
    background-position: 94% 0;
  }
  50% {
    background-position: 94% 0;
  }
}
@-webkit-keyframes slide {
  50% {
    background-position: 94% 0;
  }
  50% {
    background-position: 94% 0;
  }
}
@keyframes slide {
  50% {
    background-position: 94% 0;
  }
  50% {
    background-position: 94% 0;
  }
}
.noUi-connects {
  overflow: inherit;
}

.banner-stocks {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0 280px;
}
@media (max-width: 991.98px) {
  .banner-stocks {
    padding: 135px 0 295px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks {
    aspect-ratio: 360/484;
  }
}
.banner-stocks-gos {
  background-image: url(../img/banners/banner-stock.webp);
}
@media (max-width: 1399.98px) {
  .banner-stocks-gos {
    background-image: url(../img/banners/banner-stock-tablet.webp);
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-gos {
    background-image: url(../img/banners/banner-stock_mobile.webp);
  }
}
.banner-stocks-gos.banner-stocks-used-item {
  background-image: url(../img/banners/banner-stocks-used-item.webp);
}
@media (max-width: 1399.98px) {
  .banner-stocks-gos.banner-stocks-used-item {
    background-image: url(../img/banners/banner-stocks-used-item-tablet.webp);
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-gos.banner-stocks-used-item {
    background-image: url(../img/banners/banner-stocks-used-item-mobile.webp);
  }
}
.banner-stocks-mark {
  background-image: url(../img/banners/banner-stock-mark.webp);
  padding: 109px 0 282px;
}
@media (max-width: 1399.98px) {
  .banner-stocks-mark {
    background-image: url(../img/banners/banner-stock-mark-tablet.webp);
    padding: 40px 0 224px 125px;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks-mark {
    padding: 40px 0 224px 0;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-mark {
    background-image: url(../img/banners/banner-stock-mark-mobile.webp);
  }
}
.banner-stocks-cat {
  background-image: url(../img/banners/banner-stock-cat.webp);
  padding: 18px 0 285px;
}
@media (max-width: 1399.98px) {
  .banner-stocks-cat {
    background-image: url(../img/banners/banner-stock-cat-tablet.webp);
    padding: 20px 0 183px 116px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-cat {
    background-image: url(../img/banners/banner-stock-cat-mob.webp);
    padding: 40px 0 276px;
  }
}
.banner-stocks-used {
  background-image: url(../img/banners/banner-stock-used.webp);
  padding: 18px 0 285px;
  padding-top: 67px;
}
.banner-stocks-used .row > * {
  padding: 0;
}
.banner-stocks-used .banner-stocks__info-text__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #FAC599;
  margin-bottom: 22px;
}
.banner-stocks-used .banner-stocks__info-text__sub-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: rgb(255, 255, 255);
  margin-bottom: 18px;
}
.banner-stocks-used .banner-stocks__info-text__sub-title span {
  color: #FAC599;
}
.banner-stocks-used .banner-stocks__info-text__text {
  font-weight: 400;
  font-size: 36px;
  line-height: 34px;
  text-transform: lowercase;
  max-width: 485px;
}
@media (max-width: 1399.98px) {
  .banner-stocks-used {
    background-image: url(../img/banners/banner-stock-used-tablet.webp);
    padding: 30px 0 164px 116px;
  }
  .banner-stocks-used .banner-stocks__info-text__title {
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 6px;
  }
  .banner-stocks-used .banner-stocks__info-text__sub-title {
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 6px;
  }
  .banner-stocks-used .banner-stocks__info-text__text {
    font-size: 24px;
    line-height: 23px;
    max-width: 325px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-used {
    background-image: url(../img/banners/banner-stock-used-mob.webp);
    padding: 40px 0 300px 16px;
  }
  .banner-stocks-used .banner-stocks__info-text__title {
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .banner-stocks-used .banner-stocks__info-text__sub-title {
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .banner-stocks-used .banner-stocks__info-text__text {
    font-size: 24px;
    line-height: 23px;
    max-width: 330px;
    text-transform: uppercase;
  }
}
.banner-stocks-credit {
  background-image: url(../img/banners/banner-stock-credit.webp);
  padding: 18px 0 285px;
}
@media (max-width: 1399.98px) {
  .banner-stocks-credit {
    background-image: url(../img/banners/banner-stock-credit-tablet.webp);
    padding: 20px 0 183px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-credit {
    background-image: url(../img/banners/banner-stock-credit-mob.webp);
    padding: 40px 0 276px;
  }
}
.banner-stocks-credit .banner-stocks__info-text__sub-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1399.98px) {
  .banner-stocks-credit .banner-stocks__info-text__sub-title {
    font-size: 28px;
    line-height: 27px;
    margin-bottom: 14px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks-credit .banner-stocks__info-text__sub-title {
    font-size: 24px;
    line-height: 23px;
  }
}
.banner-stocks-credit .banner-stocks__info-text__title .title-color__size {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .banner-stocks-credit .banner-stocks__info-text__title .title-color__size {
    font-size: 24px;
    line-height: 23px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks-credit .banner-stocks__info-text__title .title-color__size {
    font-size: 24px;
    line-height: 23px;
  }
}
.banner-stocks-first_car, .banner-stocks-family_car, .banner-stocks-medicine, .banner-stocks-installment {
  background-image: url(../img/banners/banner-stock-first_car.webp);
  padding: 41px 0 287px;
}
@media (max-width: 1399.98px) {
  .banner-stocks-first_car, .banner-stocks-family_car, .banner-stocks-medicine, .banner-stocks-installment {
    background-image: url(../img/banners/banner-stock-first_car-tablet.webp);
    padding: 28px 0 183px 116px;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks-first_car, .banner-stocks-family_car, .banner-stocks-medicine, .banner-stocks-installment {
    padding: 41px 0 287px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-first_car, .banner-stocks-family_car, .banner-stocks-medicine, .banner-stocks-installment {
    background-image: url(../img/banners/banner-stock-first_car-mob.webp);
    padding: 0 0 50px;
  }
  .banner-stocks-first_car .container,
.banner-stocks-first_car .row, .banner-stocks-family_car .container,
.banner-stocks-family_car .row, .banner-stocks-medicine .container,
.banner-stocks-medicine .row, .banner-stocks-installment .container,
.banner-stocks-installment .row {
    height: 100%;
  }
  .banner-stocks-first_car .banner-stocks__info.info-flex-column, .banner-stocks-family_car .banner-stocks__info.info-flex-column, .banner-stocks-medicine .banner-stocks__info.info-flex-column, .banner-stocks-installment .banner-stocks__info.info-flex-column {
    justify-content: flex-end;
  }
}
.banner-stocks-first_car .banner-stocks__info-text__sub-title, .banner-stocks-family_car .banner-stocks__info-text__sub-title, .banner-stocks-medicine .banner-stocks__info-text__sub-title, .banner-stocks-installment .banner-stocks__info-text__sub-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: rgb(255, 255, 255);
  max-width: 780px;
}
@media (max-width: 1399.98px) {
  .banner-stocks-first_car .banner-stocks__info-text__sub-title, .banner-stocks-family_car .banner-stocks__info-text__sub-title, .banner-stocks-medicine .banner-stocks__info-text__sub-title, .banner-stocks-installment .banner-stocks__info-text__sub-title {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks-first_car .banner-stocks__info-text__sub-title, .banner-stocks-family_car .banner-stocks__info-text__sub-title, .banner-stocks-medicine .banner-stocks__info-text__sub-title, .banner-stocks-installment .banner-stocks__info-text__sub-title {
    font-size: 24px;
    line-height: 23px;
  }
}
@media (max-width: 767.98px) {
  .banner-stocks-first_car .banner-stocks__info-text__sub-title, .banner-stocks-family_car .banner-stocks__info-text__sub-title, .banner-stocks-medicine .banner-stocks__info-text__sub-title, .banner-stocks-installment .banner-stocks__info-text__sub-title {
    font-size: 20px;
    line-height: 19px;
  }
}
.banner-stocks-first_car .banner-stocks__info-text__title .title-color__size, .banner-stocks-family_car .banner-stocks__info-text__title .title-color__size, .banner-stocks-medicine .banner-stocks__info-text__title .title-color__size, .banner-stocks-installment .banner-stocks__info-text__title .title-color__size {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .banner-stocks-first_car .banner-stocks__info-text__title .title-color__size, .banner-stocks-family_car .banner-stocks__info-text__title .title-color__size, .banner-stocks-medicine .banner-stocks__info-text__title .title-color__size, .banner-stocks-installment .banner-stocks__info-text__title .title-color__size {
    font-size: 34px;
    line-height: 33px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks-first_car .banner-stocks__info-text__title .title-color__size, .banner-stocks-family_car .banner-stocks__info-text__title .title-color__size, .banner-stocks-medicine .banner-stocks__info-text__title .title-color__size, .banner-stocks-installment .banner-stocks__info-text__title .title-color__size {
    font-size: 24px;
    line-height: 23px;
  }
}
.banner-stocks-family_car {
  background-image: url(../img/banners/banner-stock-family_car.webp);
}
@media (max-width: 1399.98px) {
  .banner-stocks-family_car {
    background-image: url(../img/banners/banner-stock-family_car-tablet.webp);
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-family_car {
    background-image: url(../img/banners/banner-stock-family_car-mob.webp);
  }
}
.banner-stocks-medicine, .banner-stocks-installment {
  background-image: url(../img/banners/banner-stock-medicine.webp);
}
@media (max-width: 1399.98px) {
  .banner-stocks-medicine, .banner-stocks-installment {
    background-image: url(../img/banners/banner-stock-medicine-tablet.webp);
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-medicine, .banner-stocks-installment {
    background-image: url(../img/banners/banner-stock-medicine-mob.webp);
    padding: 41px 0 276px;
  }
  .banner-stocks-medicine .banner-stocks__info.info-flex-column, .banner-stocks-installment .banner-stocks__info.info-flex-column {
    justify-content: flex-start;
  }
}
.banner-stocks-installment {
  background-image: url(../img/banners/banner-stock-installment.webp);
}
@media (max-width: 1399.98px) {
  .banner-stocks-installment {
    background-image: url(../img/banners/banner-stock-installment-tablet.webp);
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-installment {
    background-image: url(../img/banners/banner-stock-installment-mob.webp);
  }
}
.banner-stocks-model {
  background-image: url(../img/banners/banner-model.webp);
  padding: 77px 0 275px 0px;
}
@media (max-width: 1399.98px) {
  .banner-stocks-model {
    background-image: url(../img/banners/banner-model-tablet.webp);
    padding: 50px 173px 184px;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks-model {
    padding: 50px 0 184px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-model {
    background-image: url(../img/banners/banner-model-mob.webp);
  }
}
.banner-stocks-model .banner-stocks__info-text__sub-title {
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 26px;
}
@media (max-width: 1399.98px) {
  .banner-stocks-model .banner-stocks__info-text__sub-title {
    font-size: 28px;
    line-height: 27px;
    margin-bottom: 14px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks-model .banner-stocks__info-text__sub-title {
    font-size: 24px;
    line-height: 23px;
  }
}
.banner-stocks-model .banner-stocks__info-text__title {
  font-size: 36px;
  line-height: 34px;
}
@media (max-width: 1399.98px) {
  .banner-stocks-model .banner-stocks__info-text__title {
    font-size: 24px;
    line-height: 23px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks-model .banner-stocks__info-text__title {
    font-size: 24px;
    line-height: 23px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks-model {
    padding: 40px 0 156px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-model {
    padding: 40px 0 360px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks-mark {
    padding: 40px 0 224px 0;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-mark {
    padding: 40px 0 380px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-cat {
    padding: 40px 0 276px;
  }
  .banner-stocks-cat .banner-stocks__info-text__title {
    line-height: 23px;
    margin-bottom: 0;
  }
}
.banner-stocks__info {
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 23px;
}
@media (max-width: 1279.98px) {
  .banner-stocks__info {
    position: relative;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks__info.info-flex-column {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.banner-stocks__info-credit {
  width: 181px;
  height: 181px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  -webkit-backdrop-filter: blur(23.6492px);
          backdrop-filter: blur(23.6492px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399.98px) {
  .banner-stocks__info-credit {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks__info-credit {
    width: 104px;
    height: 104px;
    position: absolute;
    right: 28px;
    top: -3px;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks__info-credit.no-position {
    position: static;
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks__info-credit {
    right: 0;
    top: -49px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__info-credit {
    right: 13px;
    top: -76px;
  }
}
.banner-stocks__info-credit__ball {
  width: 155px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.19);
  -webkit-backdrop-filter: blur(20.5039px);
          backdrop-filter: blur(20.5039px);
}
@media (max-width: 1399.98px) {
  .banner-stocks__info-credit__ball {
    width: 103px;
    height: 103px;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks__info-credit__ball {
    width: 81px;
    height: 81px;
  }
}
.banner-stocks__info-credit__ball-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 11px;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 1399.98px) {
  .banner-stocks__info-credit__ball-text {
    font-size: 8px;
    line-height: 8px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks__info-credit__ball-text {
    font-size: 10px;
    line-height: 10px;
  }
}
.banner-stocks__info-credit__ball-text b {
  font-size: 56px;
  line-height: 54px;
  display: block;
  margin-bottom: 7px;
}
@media (max-width: 1399.98px) {
  .banner-stocks__info-credit__ball-text b {
    font-size: 36px;
    line-height: 34px;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks__info-credit__ball-text b {
    font-size: 24px;
    line-height: 23px;
  }
}
.banner-stocks__info-text {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.banner-stocks__info-text__title {
  font-weight: 700;
  font-size: 46px;
  line-height: 44px;
}
.banner-stocks__info-text__title span {
  color: #FAC599;
}
@media (max-width: 1399.98px) {
  .banner-stocks__info-text__title {
    font-size: 30px;
    line-height: 29px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks__info-text__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__info-text__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.banner-stocks__info-text .banner__title-size {
  font-size: 42px;
  line-height: 40px;
}
@media (max-width: 1399.98px) {
  .banner-stocks__info-text .banner__title-size {
    font-size: 30px;
    line-height: 29px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__info-text .banner__title-size {
    font-size: 24px;
    line-height: 100%;
    width: 60%;
  }
}
.banner-stocks__info-text .title-color__size {
  font-size: 40px;
  line-height: 100%;
  text-transform: initial;
  display: block;
  margin-bottom: 16px;
}
.banner-stocks__info-text .title-color__size .desk-hidden {
  display: none;
}
@media (max-width: 1399.98px) {
  .banner-stocks__info-text .title-color__size {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__info-text .title-color__size {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .banner-stocks__info-text .title-color__size .desk-hidden {
    display: inline-block;
  }
}
.banner-stocks__info-text__sub-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #FAC599;
  text-transform: initial;
}
@media (max-width: 1399.98px) {
  .banner-stocks__info-text__sub-title {
    font-size: 24px;
    line-height: 23px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__info-text__sub-title {
    font-size: 20px;
    line-height: 19px;
  }
}
.banner-stocks__info-text__sub-title.sub-title__size {
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 1399.98px) {
  .banner-stocks__info-text__sub-title.sub-title__size {
    font-size: 14px;
    line-height: 100%;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__info-text__sub-title.sub-title__size {
    display: none;
  }
}
.banner-stocks__info-text b {
  font-size: 36px;
  line-height: 34px;
  color: #D36E1C;
  display: block;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 1399.98px) {
  .banner-stocks__info-text b {
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 13px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__info-text b {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.banner-stocks__special-price {
  padding: 20px 42px;
  z-index: 6;
  background: #f1f1f1;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: -91px;
}
.banner-stocks__special-price.banner-price__margin {
  margin-top: -135px;
}
@media (max-width: 1399.98px) {
  .banner-stocks__special-price.banner-price__margin {
    margin: -66px auto 0;
  }
}
@media (max-width: 1399.98px) {
  .banner-stocks__special-price.banner-price__margin-model {
    margin: -71px auto 0;
  }
}
@media (max-width: 1399.98px) {
  .banner-stocks__special-price {
    width: 898px;
    padding: 10px 30px;
    margin: -66px auto 0;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks__special-price {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks__special-price {
    padding: 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .banner-stocks__special-price {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__special-price {
    margin-top: -55px;
    padding: 20px 8px;
  }
}
.banner-stocks__special-price__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 25%;
}
@media (max-width: 1399.98px) {
  .banner-stocks__special-price__text {
    justify-content: center;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks__special-price__text {
    flex-basis: 31%;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks__special-price__text {
    margin-bottom: 15px;
    flex-basis: 100%;
  }
}
.banner-stocks__special-price__text-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  color: rgb(38, 38, 38);
  margin-bottom: 25px;
}
@media (max-width: 1399.98px) {
  .banner-stocks__special-price__text-title {
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 13px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks__special-price__text-title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__special-price__text-title {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 8px;
  }
}
.banner-stocks__special-price__text-date span {
  padding: 8px 13px;
  background: #D36E1C;
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  color: rgb(255, 255, 255);
  border-radius: 30px;
}
@media (max-width: 1399.98px) {
  .banner-stocks__special-price__text-date span {
    border-radius: 20px;
    font-size: 8px;
    line-height: 8px;
    padding: 5px 8px;
  }
}
@media (max-width: 767.98px) {
  .banner-stocks__special-price__text-date span {
    font-size: 12px;
  }
}
.banner-stocks__special-price__form {
  display: flex;
  justify-content: space-between;
  flex-basis: 65.5%;
}
.banner-stocks__special-price__form__inputs, .banner-stocks__special-price__form__checkbox {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1399.98px) {
  .banner-stocks__special-price__form__inputs, .banner-stocks__special-price__form__checkbox {
    justify-content: center;
  }
}
.banner-stocks__special-price__form__inputs input, .banner-stocks__special-price__form__checkbox input {
  height: 55px;
}
@media (max-width: 1399.98px) {
  .banner-stocks__special-price__form__inputs input, .banner-stocks__special-price__form__checkbox input {
    font-size: 14px;
    line-height: 13px;
    height: 38px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__special-price__form__inputs input, .banner-stocks__special-price__form__checkbox input {
    height: 45px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks__special-price__form__inputs, .banner-stocks__special-price__form__checkbox {
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__special-price__form__inputs, .banner-stocks__special-price__form__checkbox {
    gap: 20px;
  }
}
.banner-stocks__special-price__form__inputs button, .banner-stocks__special-price__form__checkbox button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 18px;
}
@media (max-width: 1399.98px) {
  .banner-stocks__special-price__form__inputs button, .banner-stocks__special-price__form__checkbox button {
    height: 38px;
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks__special-price__form__inputs button, .banner-stocks__special-price__form__checkbox button {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks__special-price__form__inputs button, .banner-stocks__special-price__form__checkbox button {
    height: 45px;
  }
}
@media (max-width: 1399.98px) {
  .banner-stocks__special-price__form__checkbox {
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .banner-stocks__special-price__form {
    flex-basis: auto;
    flex-direction: column;
    width: 100%;
  }
}
.banner-stocks-installment, .banner-stocks-medicine, .banner-stocks-first_car, .banner-stocks-family_car, .banner-stocks-credit {
  margin-bottom: 100px;
  aspect-ratio: 1920/484;
}
@media (max-width: 1399.98px) {
  .banner-stocks-installment, .banner-stocks-medicine, .banner-stocks-first_car, .banner-stocks-family_car, .banner-stocks-credit {
    margin-bottom: 80px;
  }
}
@media (max-width: 1279.98px) {
  .banner-stocks-installment, .banner-stocks-medicine, .banner-stocks-first_car, .banner-stocks-family_car, .banner-stocks-credit {
    aspect-ratio: unset;
  }
}
@media (max-width: 767.98px) {
  .banner-stocks-installment, .banner-stocks-medicine, .banner-stocks-first_car, .banner-stocks-family_car, .banner-stocks-credit {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .banner-stocks-installment, .banner-stocks-medicine, .banner-stocks-first_car, .banner-stocks-family_car, .banner-stocks-credit {
    aspect-ratio: 360/484;
  }
}

.checkbox__input-text {
  display: flex;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .checkbox__input-text {
    align-items: center;
  }
}
.checkbox__input-text__checked {
  padding: 5px 0;
}
.checkbox__input-text__checked input {
  width: 15px;
  height: 15px;
  display: none;
  cursor: pointer;
}
.checkbox__input-text input[type=checkbox] + .custom-checked {
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: block;
  border: 1px solid #D36E1C;
}
.checkbox__input-text input[type=checkbox]:checked + .custom-checked {
  background-image: url(../img/svg/icons/checked.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 2px 2px;
}
.checkbox__input-text .custom-checked {
  cursor: pointer;
}
.checkbox__input-text__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #868686;
}
@media (max-width: 1399.98px) {
  .checkbox__input-text__info {
    font-size: 10px;
    line-height: 134.2%;
  }
}

@media (max-width: 575.98px) {
  .banners > .container > .row {
    padding: 0 15px;
  }
}

.--trade .banner-stocks__special-price {
  display: none;
}
.--trade .triple-lines {
  padding: 0;
}
.--trade .banner-stocks {
  margin-bottom: 100px;
}
@media (max-width: 1399.98px) {
  .--trade .banner-stocks {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .--trade .banner-stocks {
    margin-bottom: 60px;
  }
}

.map-container {
  position: relative;
  padding: 0;
  height: 570px;
}
@media (max-width: 1399.98px) {
  .map-container {
    height: 380px;
  }
}
@media (max-width: 767.98px) {
  .map-container {
    height: 480px;
  }
}
.map-container img {
  width: 100%;
  height: 100%;
}

.quick-selection {
  background: rgba(211, 110, 28, 0.1);
  padding: 40px 0;
}
@media (max-width: 575.98px) {
  .quick-selection {
    padding: 20px 15px;
  }
}
.quick-selection .selection__catalog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .quick-selection .selection__catalog {
    gap: 40px;
  }
}
@media (max-width: 1279.98px) {
  .quick-selection .selection__catalog {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .quick-selection .selection__catalog {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .quick-selection .selection__catalog {
    gap: 22px;
    align-items: center;
  }
}
@media (max-width: 1399.98px) {
  .quick-selection .selection__catalog-select {
    width: 450px;
  }
}
@media (max-width: 1399.98px) {
  .quick-selection .selection__catalog-select {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .quick-selection .selection__catalog-select {
    width: 100%;
  }
}
.quick-selection .selection__catalog-select-width__selects {
  display: flex;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .quick-selection .selection__catalog-select-width__selects {
    gap: 30px;
  }
}
@media (max-width: 1279.98px) {
  .quick-selection .selection__catalog-select-width__selects {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .quick-selection .selection__catalog-select-width__selects {
    flex-direction: column;
    gap: 22px;
  }
}
.quick-selection .selection__catalog-select__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 34px;
  color: #D36E1C;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .quick-selection .selection__catalog-select__title {
    font-size: 25px;
    line-height: 24px;
  }
}
@media (max-width: 1279.98px) {
  .quick-selection .selection__catalog-select__title {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 20px;
  }
}
.quick-selection .selection__catalog-range .noUi-target {
  padding-right: 15px;
}
@media (max-width: 1279.98px) {
  .quick-selection .selection__catalog-range {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .quick-selection .selection__catalog-range {
    width: 97%;
  }
}
.quick-selection .selection__catalog-range__price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
  gap: 63px;
}
@media (max-width: 1399.98px) {
  .quick-selection .selection__catalog-range__price {
    gap: 0;
  }
}
.quick-selection .selection__catalog-range__price-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #0B273F;
  width: 106px;
}
@media (max-width: 1399.98px) {
  .quick-selection .selection__catalog-range__price-text {
    font-size: 16px;
    line-height: 15px;
  }
}
.quick-selection .selection__catalog-button {
  align-self: flex-end;
}
@media (max-width: 1399.98px) {
  .quick-selection .selection__catalog-button {
    align-self: center;
    margin-top: 38px;
  }
}
@media (max-width: 991.98px) {
  .quick-selection .selection__catalog-button {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1279.98px) {
  .quick-selection .selection__catalog-button {
    width: 100%;
  }
}
.quick-selection .selection__catalog-button button {
  width: 310px;
  height: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  align-self: flex-end;
}
@media (max-width: 1399.98px) {
  .quick-selection .selection__catalog-button button {
    width: 245px;
    height: 35px;
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 1279.98px) {
  .quick-selection .selection__catalog-button button {
    width: 100%;
    height: 45px;
  }
}
.quick-selection .selection .range__values {
  width: 166px;
  font-weight: 700;
  font-size: 15px;
  line-height: 14px;
  align-self: flex-end;
  text-align: right;
}
@media (max-width: 1399.98px) {
  .quick-selection .selection .range__values {
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 575.98px) {
  .quick-selection .selection .range__values {
    width: auto;
  }
}

.selection__catalog-select-width {
  width: 100%;
}

.modelSwiper {
  max-width: 723px;
  min-width: 500px;
}
@media (max-width: 1399.98px) {
  .modelSwiper {
    max-width: 582px;
    min-width: 350px;
  }
}
@media (max-width: 991.98px) {
  .modelSwiper {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .modelSwiper {
    max-width: 100%;
    min-width: 100%;
  }
}
.modelSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1399.98px) {
  .modelSwiper .swiper-slide {
    padding: 0;
  }
}
.modelSwiper .swiper-slide img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 90%;
}
@media (max-width: 991.98px) {
  .modelSwiper .swiper-slide img {
    height: 100%;
  }
}
.modelSwiper .swiper-pagination {
  z-index: 0;
  visibility: hidden;
}

.model {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 575.98px) {
  .model {
    margin-bottom: 60px;
  }
}
.model.out .out-of-prod {
  display: block;
}
@media (max-width: 991.98px) {
  .model.out .out-of-prod {
    display: none;
  }
}
.model.out .out-of-prod-mob {
  display: block;
}
.model .section__title {
  text-align: left;
}
@media (max-width: 575.98px) {
  .model .section__title {
    padding-left: 15px;
  }
}
.model__lines {
  width: 100%;
  top: 0;
  position: absolute;
}
@media (max-width: 767.98px) {
  .model__lines {
    display: none;
  }
}
.model-main {
  display: flex;
  gap: 70px;
  padding: 0;
}
.model-main .out-of-prod {
  position: absolute;
  background: #FFE7D4;
  border-radius: 80px;
  color: #D36E1C;
  padding: 9px 28px;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  display: none;
}
@media (max-width: 1399.98px) {
  .model-main .out-of-prod {
    font-size: 16px;
    line-height: 15px;
    padding: 10px 33px;
  }
}
.model-main .out-of-prod-mob {
  display: none;
  background: #FAC599;
  color: #D36E1C;
  max-width: 121px;
  border-radius: 58px;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  padding: 3px 6px;
  margin-bottom: 10px;
}
@media (max-width: 1279.98px) {
  .model-main {
    gap: 44px;
  }
}
@media (max-width: 991.98px) {
  .model-main {
    flex-direction: column;
    max-height: 100%;
    gap: 0;
  }
}
@media (max-width: 575.98px) {
  .model-main {
    padding: 0 16px;
    gap: 20px;
  }
}
.model__info {
  position: relative;
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.model__info h1, .model__info .h1 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.model__sees {
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: #7f7373;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .model__sees {
    font-size: 10px;
    line-height: 9px;
  }
}
@media (max-width: 575.98px) {
  .model__sees {
    gap: 6px;
  }
}
.model__sees img {
  width: 25px;
  height: 25px;
}
@media (max-width: 1399.98px) {
  .model__sees img {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 575.98px) {
  .model__sees img {
    width: 16px;
    height: 16px;
  }
}
.model__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 46px;
  color: #333333;
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .model__title {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 1279.98px) {
  .model__title {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .model__title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 19px;
  }
}
.model__text {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .model__text {
    display: none;
  }
}
.model__text-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .model__text-mobile {
    display: flex;
    flex-direction: column;
  }
}
.model__name {
  font-weight: 700;
  font-size: 48px;
  line-height: 46px;
  text-transform: capitalize;
  color: #D36E1C;
}
@media (max-width: 1399.98px) {
  .model__name {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .model__name {
    font-size: 20px;
    line-height: 19px;
  }
}
.model__color {
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  color: #737373;
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .model__color {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 575.98px) {
  .model__color {
    font-size: 14px;
    line-height: 13px;
  }
}
.model .color-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
@media (max-width: 575.98px) {
  .model .color-select {
    gap: 15px;
  }
}
.model .color-select span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: all 0.1s;
  cursor: pointer;
  border: 2px solid #D36E1C;
}
.model .color-select span svg {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}
@media (max-width: 1399.98px) {
  .model .color-select span {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .model .color-select span {
    width: 26px;
    height: 26px;
  }
}
.model .color-select span svg {
  display: none;
}
.model .color-select span.color-active svg {
  display: block;
  max-height: 60%;
  max-width: 60%;
}
.model__old-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #737373;
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .model__old-price {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 575.98px) {
  .model__old-price {
    font-size: 14px;
    line-height: 13px;
  }
}
.model__price {
  font-weight: 400;
  font-size: 50px;
  line-height: 49px;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .model__price {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .model__price {
    font-size: 20px;
    line-height: 19px;
  }
}
.model__price span {
  font-weight: 700;
}
.model__credit, .model__count {
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .model__credit, .model__count {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 1279.98px) {
  .model__credit, .model__count {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .model__credit, .model__count {
    font-size: 14px;
    line-height: 13px;
  }
}
.model__credit span, .model__count span {
  font-weight: 700;
  color: #D36E1C;
}
.model__credit {
  margin-bottom: 20px;
}
.model__count {
  color: #D36E1C;
  margin-bottom: 10px;
}
.model__btns {
  display: flex;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .model__btns {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .model__btns {
    flex-direction: column;
    gap: 15px;
  }
}
.model__btns button {
  font-size: 13px;
  line-height: 13px;
  padding: 12px;
}
@media (max-width: 1399.98px) {
  .model__btns button {
    font-size: 9px;
    line-height: 9px;
  }
}
@media (max-width: 991.98px) {
  .model__btns button {
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 575.98px) {
  .model__btns button {
    font-size: 16px;
    line-height: 15px;
  }
}

.comparison-compl .section__upper {
  justify-content: center;
}
.comparison-compl__views {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .comparison-compl__views {
    gap: 80px;
  }
}
@media (max-width: 767.98px) {
  .comparison-compl__views {
    display: none;
  }
}
.comparison-compl__views img {
  width: 100%;
}
.comparison-compl__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  border-radius: 22px;
  background: rgba(211, 110, 28, 0.1);
  padding: 44px 53px 44px 72px;
}
@media (max-width: 767.98px) {
  .comparison-compl__head {
    font-size: 13px;
    line-height: 15px;
    padding: 17px 0;
    justify-content: center;
    gap: 50px;
  }
}
.comparison-compl__cont {
  padding: 50px 20px 0;
}
@media (max-width: 991.98px) {
  .comparison-compl__cont {
    padding: 20px 10px 0;
  }
}
.comparison-compl .equipment-cont__items-table__info-img img {
  margin-right: 0;
  transition: all 0.4s;
}
.comparison-compl__bg {
  border-radius: 22px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .comparison-compl__bg {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.comparison-compl__bg.active {
  background: rgba(211, 110, 28, 0.1);
}
@media (max-width: 575.98px) {
  .comparison-compl__bg.active {
    background: none;
  }
}
.comparison-compl__bg.active .comparison-compl__bg_mob {
  border-radius: 22px;
}
@media (max-width: 575.98px) {
  .comparison-compl__bg.active .comparison-compl__bg_mob {
    background: rgba(211, 110, 28, 0.1);
  }
}
.comparison-compl__bg.active .comparison-compl__head {
  background: rgba(211, 110, 28, 0.1);
}
.comparison-compl__bg.active .equipment-cont__items-table__info-img img {
  transform: scale(-1);
}
.comparison-compl__view-size-line {
  border-bottom: 1px dashed #828282;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.comparison-compl__view-size-line::before, .comparison-compl__view-size-line::after {
  content: "";
  display: block;
  width: 3px;
  height: 1rem;
  background-color: #828282;
  top: 0.5rem;
  position: relative;
}
.comparison-compl .--wheels {
  position: relative;
  max-width: 50%;
  left: 25%;
}
.comparison-compl__view-size-value {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  text-align: center;
  color: #333333;
}
@media (max-width: 1399.98px) {
  .comparison-compl__view-size-value {
    font-size: 16px;
    line-height: 15px;
  }
}
.comparison-compl__view-back {
  position: relative;
  padding-right: 20px;
}
.comparison-compl__view-back .comparison-compl__view-size {
  transform: rotate(90deg);
  position: absolute;
  left: 9rem;
  width: 73%;
  top: 35px;
}
@media (max-width: 991.98px) {
  .comparison-compl__view-back .comparison-compl__view-size {
    left: 6.5rem;
    width: 73%;
    top: 23px;
  }
}
.comparison-compl .max-amt {
  margin-top: 60px;
  font-size: 12px;
  line-height: 11px;
  margin-bottom: 10px;
  color: #000000;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1399.98px) {
  .comparison-compl .max-amt {
    font-size: 10px;
    line-height: 10px;
  }
}
.comparison-compl__label {
  font-weight: 500;
  font-size: 22px;
  line-height: 21px;
  color: #333333;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .comparison-compl__label {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 575.98px) {
  .comparison-compl__label {
    font-size: 12px;
    line-height: 11px;
    gap: 4px;
  }
}
.comparison-compl__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.comparison-compl__label input:checked ~ .custom-check::after {
  display: block;
}
.comparison-compl__label input:disabled ~ .custom-check {
  border-color: #f8e5e5;
  background: #eee;
  cursor: not-allowed;
}
.comparison-compl__label .custom-check {
  top: 0;
  left: 0;
  height: 43px;
  width: 43px;
  min-width: 43px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #D36E1C;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .comparison-compl__label .custom-check {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
  }
}
@media (max-width: 575.98px) {
  .comparison-compl__label .custom-check {
    width: 17px;
    min-width: 25px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
  }
}
.comparison-compl__label .custom-check::after {
  content: "";
  display: none;
  width: 25px;
  height: 25px;
  background: #D36E1C;
  border-radius: 50%;
}
@media (max-width: 1399.98px) {
  .comparison-compl__label .custom-check::after {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 575.98px) {
  .comparison-compl__label .custom-check::after {
    width: 9px;
    height: 9px;
  }
}
.comparison-compl__equipments {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  grid-row-gap: 40px;
  grid-column-gap: 77px;
}
@media (max-width: 1399.98px) {
  .comparison-compl__equipments {
    grid-column-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .comparison-compl__equipments {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 767.98px) {
  .comparison-compl__equipments {
    grid-row-gap: 20px;
    grid-column-gap: 0;
  }
}
.comparison-compl__eqts-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  grid-column-gap: 130px;
}
@media (max-width: 1399.98px) {
  .comparison-compl__eqts-info {
    grid-column-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .comparison-compl__eqts-info {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 767.98px) {
  .comparison-compl__eqts-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
.comparison-compl .eqt__info {
  background: rgba(211, 110, 28, 0.1);
  border-radius: 20px;
  font-weight: 400;
  display: none;
}
.comparison-compl .eqt__info.--db {
  display: block;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .comparison-compl .eqt__info.--db {
    margin-top: 0;
  }
}
.comparison-compl .eqt__title {
  font-size: 22px;
  line-height: 21px;
  padding: 12px;
  color: rgb(255, 255, 255);
  background: #D36E1C;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .comparison-compl .eqt__title {
    font-size: 20px;
    line-height: 19px;
  }
}
@media (max-width: 575.98px) {
  .comparison-compl .eqt__title {
    font-size: 16px;
    line-height: 15px;
    padding: 10px;
  }
}
.comparison-compl .eqt__features {
  padding: 0 20px;
}
.comparison-compl .eqt__features p {
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  color: #333333;
  margin-bottom: 12px;
}
@media (max-width: 1399.98px) {
  .comparison-compl .eqt__features p {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 575.98px) {
  .comparison-compl .eqt__features p {
    font-size: 14px;
    line-height: 13px;
  }
}
.comparison-compl .eqt__features p span {
  font-weight: 500;
}
.comparison-compl .eqt__features p:last-child {
  margin-bottom: 20px;
}

.dd-container {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 56px;
}

.dropdown {
  border: 2px solid #D36E1C;
  border-radius: 10px;
  padding: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1399.98px) {
  .dropdown {
    padding: 15px;
  }
}
.dropdown__title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  color: #D36E1C;
  transition: all 0.4s;
}
@media (max-width: 1399.98px) {
  .dropdown__title {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 575.98px) {
  .dropdown__title {
    font-size: 14px;
    line-height: 13px;
    height: 21px;
  }
}
.dropdown__title img {
  width: 15px;
  height: 8px;
  transition: all 0.4s;
}
.dropdown .dd-body {
  display: grid;
}
.dropdown .dd-row {
  padding: 15px 0;
  border-bottom: 1px solid #B7B7B7;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .dropdown .dd-row {
    gap: 11px;
  }
}
.dropdown .dd-row__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #B7B7B7;
}
.dropdown .dd-row__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
  .dropdown .dd-row__grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.dropdown .dd-row .dd-col {
  text-align: center;
  color: #D36E1C;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: none;
}
.dropdown .dd-row .dd-col.--db {
  display: block;
}

.dropdown-mobile {
  display: none;
  padding: 0;
  border: none;
  position: -webkit-sticky;
  position: sticky;
  top: 51px;
  z-index: 9;
  margin-top: -40px;
}
.dropdown-mobile.ddOpen .dropdown__title {
  border: none;
  padding: 0;
}
.dropdown-mobile.ddOpen .dropdown-mobile__arrow {
  border: none;
}
.dropdown-mobile.ddOpen .dropdown-mobile__arrow .dd-arrow {
  transform: rotateZ(180deg);
  top: 8px;
}
.dropdown-mobile.ddOpen .dropdown-mobile__arrow .dd-arrow path {
  stroke: #D36E1C;
}
.dropdown-mobile.ddOpen .dropdown-mobile__arrow .triangle {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.dropdown-mobile .dropdown__title {
  color: rgb(255, 255, 255);
  background: #D36E1C;
  border-radius: 0px 0px 20px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  justify-content: center;
  height: auto;
  min-height: 60px;
  position: relative;
}
.dropdown-mobile__arrow {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 60px;
  transition: all 0.4s;
}
.dropdown-mobile__arrow svg {
  position: absolute;
  transition: all 0.4s;
}
.dropdown-mobile__body {
  border: 1px solid #D36E1C;
  padding: 100px 17px 20px;
  margin-top: -60px;
  border-radius: 12px;
  grid-row-gap: 20px;
  background: rgb(255, 255, 255);
}
.dropdown-mobile .dd-row {
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #D36E1C;
  padding: 0;
}

.ddOpen {
  cursor: default;
}
.ddOpen .dropdown__title {
  padding-bottom: 13px;
  border-bottom: 1px solid #FAC599;
  cursor: pointer;
}
.ddOpen .dropdown__title img {
  transform: rotateZ(180deg);
}

.equipment .section__upper {
  justify-content: center;
}
.equipment-cont {
  padding: 0;
}
@media (max-width: 575.98px) {
  .equipment-cont {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.equipment-cont__tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}
.equipment-cont__tabs-btn {
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #D36E1C;
  border-radius: 85px;
  color: #D36E1C;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 54px;
  background: rgb(255, 255, 255);
}
@media (max-width: 1399.98px) {
  .equipment-cont__tabs-btn {
    width: 170px;
    height: 36px;
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__tabs-btn.active {
  background: #D36E1C;
  color: rgb(255, 255, 255);
}
.equipment-cont__items {
  padding-top: 28px;
}
@media (max-width: 991.98px) {
  .equipment-cont__items {
    padding-top: 0;
  }
}
.equipment-cont__items-table:last-child {
  margin-bottom: 0;
}
.equipment-cont__items-table__indicator {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__indicator {
    padding: 40px 0 15px;
  }
}
.equipment-cont__items-table__indicator-engine {
  font-weight: 700;
  font-size: 22px;
  line-height: 21px;
  color: #000000;
  order: 1;
  width: 100px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__indicator-engine {
    font-size: 16px;
    line-height: 15px;
    width: 80px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__indicator-engine {
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__items-table__indicator-info {
  display: grid;
  grid-template-columns: 365px 295px 250px;
  order: 2;
  text-transform: uppercase;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__indicator-info {
    grid-template-columns: 290px 215px 165px;
  }
}
@media (max-width: 1279.98px) {
  .equipment-cont__items-table__indicator-info {
    grid-template-columns: 260px 187px 140px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__indicator-info {
    display: none;
  }
}
.equipment-cont__items-table__indicator-info .equipment-info-flex {
  display: flex;
  align-items: center;
  gap: 42px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__indicator-info .equipment-info-flex {
    gap: 28px;
  }
}
@media (max-width: 1279.98px) {
  .equipment-cont__items-table__indicator-info .equipment-info-flex {
    gap: 15px;
  }
}
.equipment-cont__items-table__indicator-info__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__indicator-info__text {
    font-size: 9px;
    line-height: 9px;
  }
}
.equipment-cont__items-table__indicator-info__text:last-child {
  text-align: center;
}
.equipment-cont__items-table__indicator.equipment-cont__items-table__indicator-info:nth-child(1) {
  display: grid;
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__indicator.equipment-cont__items-table__indicator-info:nth-child(1) {
    display: none;
  }
}
.equipment-cont__items-table__open {
  background: rgba(211, 110, 28, 0.1);
  border-radius: 22px;
  margin-bottom: 20px;
}
.equipment-cont__items-table__open.active .equipment-cont__items-table__info {
  background: rgba(211, 110, 28, 0.1);
}
.equipment-cont__items-table__info {
  border-radius: 22px;
  display: grid;
  grid-template-columns: -webkit-min-content 290px 115px 350px 185px auto;
  grid-template-columns: min-content 290px 115px 350px 185px auto;
  padding: 28px 16px;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info {
    padding: 22px 10px;
    grid-template-columns: -webkit-min-content 229px 100px 250px 140px auto;
    grid-template-columns: min-content 229px 100px 250px 140px auto;
  }
}
@media (max-width: 1279.98px) {
  .equipment-cont__items-table__info {
    grid-template-columns: -webkit-min-content 209px 90px 210px 135px auto;
    grid-template-columns: min-content 209px 90px 210px 135px auto;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info {
    padding: 10px 5px;
    row-gap: inherit;
  }
}
.equipment-cont__items-table__info-img img {
  width: 28px;
  margin-right: 28px;
  cursor: pointer;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-img img {
    width: 22px;
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__info-img img {
    margin-right: 6px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__info-title {
    flex-basis: 85%;
  }
}
@media (max-width: 767.98px) {
  .equipment-cont__items-table__info-title {
    flex-basis: 80%;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-title {
    flex-basis: 73%;
  }
}
.equipment-cont__items-table__info-title__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 21px;
  color: #333333;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-title__text {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-title__text {
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__items-table__info-favorite {
  display: flex;
  align-items: center;
  gap: 8px;
}
.equipment-cont__items-table__info-favorite__btn {
  width: 40px;
  height: 40px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  border: none;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-favorite__btn {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-favorite__btn {
    width: 25px;
    height: 25px;
    padding: 0 2px;
  }
}
.equipment-cont__items-table__info-favorite__btn svg {
  color: #D36E1C;
  width: 100%;
  height: 100%;
}
.equipment-cont__items-table__info-favorite__btn.active {
  background: #D36E1C;
}
.equipment-cont__items-table__info-favorite__btn.active svg {
  color: #fff;
}
.equipment-cont__items-table__info-indicator {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__info-indicator {
    flex-basis: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-indicator {
    padding: 20px 0;
  }
}
.equipment-cont__items-table__info-indicator__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-indicator__text {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-indicator__text {
    font-size: 12px;
    line-height: 11px;
  }
}
.equipment-cont__items-table__info-price {
  display: grid;
  text-align: center;
  grid-row-gap: 6px;
  position: relative;
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__info-price {
    order: 6;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-price {
    order: 5;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-bottom: -16px;
    gap: 8px;
  }
}
.equipment-cont__items-table__info-price__old {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #969696;
  position: absolute;
  top: -24px;
  left: 20px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-price__old {
    font-size: 12px;
    line-height: 11px;
    top: -20px;
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__info-price__old {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-price__old {
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__items-table__info-price__new {
  font-weight: 700;
  font-size: 22px;
  line-height: 23px;
  color: #000000;
  text-align: left;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-price__new {
    font-size: 16px;
    line-height: 17px;
  }
}
.equipment-cont__items-table__info-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-btn {
    justify-content: space-between;
    flex-basis: 100%;
    gap: inherit;
    order: 6;
  }
}
.equipment-cont__items-table__info-btn__credit {
  display: grid;
  text-align: center;
  grid-row-gap: 4px;
  position: relative;
}
@media (max-width: 767.98px) {
  .equipment-cont__items-table__info-btn__credit {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-btn__credit {
    grid-row-gap: 11px;
  }
}
.equipment-cont__items-table__info-btn__credit-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #D36E1C;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -20px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-btn__credit-price {
    font-size: 12.3671px;
    line-height: 12px;
    top: -18px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__info-btn__credit-price {
    position: static;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-btn__credit-price {
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__items-table__info-btn__credit-btn {
  width: 147px;
  height: 30px;
  border: none;
  border-radius: 49.3874px;
  background: #D36E1C;
  font-weight: 700;
  font-size: 12.2016px;
  line-height: 12px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-btn__credit-btn {
    width: 114px;
    height: 23px;
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-btn__credit-btn {
    width: 154px;
    height: 30px;
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__items-table__info-btn__button {
  width: 147px;
  height: 30px;
  border: 0.581028px solid #D36E1C;
  border-radius: 49.3874px;
  background: none;
  font-weight: 700;
  font-size: 12.2016px;
  line-height: 12px;
  text-transform: uppercase;
  color: #D36E1C;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-btn__button {
    width: 114px;
    height: 23px;
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-table__info-btn__button {
    width: 154px;
    height: 30px;
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__items-table__info-open {
  display: flex;
  padding: 22px 34px 56px 34px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.equipment-cont__items-table__info-open .items__title-flex-basis {
  flex-basis: 31%;
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__info-open {
    padding: 30px 5px 20px;
    flex-direction: column;
  }
}
.equipment-cont__items-table__info-open__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-open__title {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 15px;
    height: 30px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__info-open__title {
    font-size: 16px;
    line-height: 15px;
  }
}
.equipment-cont__items-table__info-open__list {
  padding-left: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  list-style: none;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-open__list {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-table__info-open__list {
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__items-table__info-open__list-item {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-open__list-item {
    margin-bottom: 10px;
    gap: 10px;
  }
}
.equipment-cont__items-table__info-open__list-item::before {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex: none;
  background: url(../img/svg/icons/mark-ball.svg) no-repeat;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-table__info-open__list-item::before {
    width: 4px;
    height: 4px;
  }
}
.equipment-cont__items-table__info.active + .equipment-cont__items-table__info-open {
  margin-bottom: 20px;
}
.equipment-cont__items-list__open {
  background: rgba(211, 110, 28, 0.1);
  border-radius: 17.0149px;
}
@media (max-width: 991.98px) {
  .equipment-cont__items-list__open {
    width: 100%;
  }
}
.equipment-cont__items-list__open .equipment-cont__items-table__info-title__text {
  line-height: 28px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open .equipment-cont__items-table__info-title__text {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open .equipment-cont__items-table__info-title__text {
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__items-list__open .equipment-list__flex {
  display: flex;
  align-items: center;
}
.equipment-cont__items-list__open .equipment-list__grid {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .equipment-cont__items-list__open .equipment-list__grid {
    display: grid;
    position: relative;
  }
}
.equipment-cont__items-list__open .favorite__margin {
  margin-left: 22px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open .favorite__margin {
    margin-left: 28px;
  }
}
.equipment-cont__items-list__open-swiper {
  width: 281px;
  height: 173px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-swiper {
    width: 219px;
    height: 133px;
  }
}
.equipment-cont__items-list__open-swiper .swiper-3d {
  height: 100%;
  padding-bottom: 44px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-swiper .swiper-3d {
    padding-bottom: 33px;
  }
}
.equipment-cont__items-list__open-swiper .swiper-creative .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 575.98px) {
  .equipment-cont__items-list__open-swiper .swiper-creative .swiper-slide {
    background-position: left;
  }
}
.equipment-cont__items-list__open-info__list {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-row-gap: 16px;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-info__list {
    grid-row-gap: 10px;
  }
}
.equipment-cont__items-list__open-info__list-item {
  width: 265px;
  display: grid;
  grid-template-columns: -webkit-max-content auto 68px;
  grid-template-columns: max-content auto 68px;
  grid-column-gap: 12px;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-info__list-item {
    width: 204px;
    grid-column-gap: 9px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-list__open-info__list-item {
    width: 100%;
    grid-column-gap: 40px;
  }
}
.equipment-cont__items-list__open-info__list-item .item-text__color {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: #D36E1C;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-info__list-item .item-text__color {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-list__open-info__list-item .item-text__color {
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 575.98px) {
  .equipment-cont__items-list__open-info__list-item .item-text__color {
    font-size: 13px;
  }
}
.equipment-cont__items-list__open-info__list-item b {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #141414;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-info__list-item b {
    font-size: 13px;
    line-height: 12px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-list__open-info__list-item b {
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__items-list__open-info__list-item .item-line {
  height: 1px;
  background: linear-gradient(90deg, #D36E1C 0%, #00E3FF 75.13%);
}
.equipment-cont__items-list__open-price__info {
  display: grid;
  grid-row-gap: 12px;
  margin-bottom: 26px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-price__info {
    margin-bottom: 14px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-list__open-price__info {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.equipment-cont__items-list__open-price__info-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .equipment-cont__items-list__open-price__info-text:last-child {
    color: #D36E1C;
    font-weight: 400;
  }
}
.equipment-cont__items-list__open-price__info-text .info-text__color {
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  color: #D36E1C;
}
@media (max-width: 991.98px) {
  .equipment-cont__items-list__open-price__info-text .info-text__color {
    display: none;
  }
}
.equipment-cont__items-list__open-price__info-text .info-text__old-price {
  font-weight: 400;
  font-size: 30px;
  line-height: 22px;
  color: #969696;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-price__info-text .info-text__old-price {
    font-size: 20px;
    line-height: 19px;
  }
}
@media (max-width: 767.98px) {
  .equipment-cont__items-list__open-price__info-text .info-text__old-price {
    font-size: 14px;
    line-height: 13px;
  }
}
.equipment-cont__items-list__open-price__info-text .info-text__price {
  font-weight: 500;
  font-size: 31px;
  line-height: 29px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-price__info-text .info-text__price {
    font-size: 20px;
    line-height: 19px;
  }
}
@media (max-width: 767.98px) {
  .equipment-cont__items-list__open-price__info-text .info-text__price {
    font-weight: 700;
  }
}
.equipment-cont__items-list__open-price__btns {
  display: flex;
  align-items: center;
  gap: 38px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-price__btns {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-list__open-price__btns {
    gap: 10px;
    margin-top: 25px;
  }
}
.equipment-cont__items-list__open-price__btns button {
  width: 279px;
  height: 40px;
  font-weight: 700;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 55px;
  border: 1px solid #D36E1C;
  background: none;
  color: #D36E1C;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__open-price__btns button {
    width: 216px;
    height: 30px;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-list__open-price__btns button {
    width: 154px;
    height: 30px;
  }
}
.equipment-cont__items-list__open-price__btns button:first-child {
  color: rgb(255, 255, 255);
  background: #D36E1C;
}
.equipment-cont__items-list__open.active .equipment-cont__items-list__info {
  background: rgba(211, 110, 28, 0.1);
}
.equipment-cont__items-list__info {
  border-radius: 17.0149px;
  padding: 17px 40px 17px 12px;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .equipment-cont__items-list__info {
    padding: 17px 40px 18px 12px;
  }
}
@media (max-width: 991.98px) {
  .equipment-cont__items-list__info {
    padding: 10px;
  }
}

.swiper-pagination.custom-pag {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding-left: 45px;
}
@media (max-width: 1399.98px) {
  .swiper-pagination.custom-pag {
    padding-left: 38px;
    gap: 10px;
  }
}

.swiper-pagination.custom-pag span {
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 1399.98px) {
  .swiper-pagination.custom-pag span {
    width: 12px;
    height: 12px;
  }
}

.swiper-pagination.custom-pag span.color-name-active {
  border: 2px solid #D36E1C;
}

.interior-cont__tabs {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 575.98px) {
  .interior-cont__tabs {
    justify-content: center;
  }
}
.interior-cont__tabs-btn {
  width: 255px;
  height: 54px;
  background: none;
  border-radius: 85px;
  border: 1px solid #D36E1C;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  text-transform: uppercase;
  color: #D36E1C;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399.98px) {
  .interior-cont__tabs-btn {
    width: 170px;
    height: 36px;
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 767.98px) {
  .interior-cont__tabs-btn {
    width: 154px;
    height: 30px;
    font-size: 14px;
    line-height: 13px;
  }
}
.interior-cont__tabs-btn.active {
  background: #D36E1C;
  color: rgb(255, 255, 255);
}
.interior-cont__items {
  padding-top: 60px;
}
@media (max-width: 1399.98px) {
  .interior-cont__items {
    padding-top: 40px;
  }
}
.interior-cont__items-swiper .interior-swiper {
  padding-bottom: 73px;
}
@media (max-width: 1399.98px) {
  .interior-cont__items-swiper .interior-swiper {
    padding-bottom: 63px;
  }
}
@media (max-width: 767.98px) {
  .interior-cont__items-swiper .interior-swiper {
    padding-bottom: 56px;
  }
}
@media (max-width: 575.98px) {
  .interior-cont__items-swiper .interior-swiper .swiper-slide {
    display: grid;
    justify-content: center;
  }
}
.interior-cont__items-swiper__indicator span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 36px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: #D36E1C;
  font-weight: 700;
  font-size: 12px;
  line-height: 11px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-left: 55%;
}
@media (max-width: 1399.98px) {
  .interior-cont__items-swiper__indicator span {
    width: 200px;
    height: 28px;
    font-size: 10px;
    line-height: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: 53%;
    margin-left: 16%;
  }
}
@media (max-width: 1399.98px) and (max-width: 1279.98px) {
  .interior-cont__items-swiper__indicator span {
    margin-left: 42%;
  }
}
@media (max-width: 1399.98px) and (max-width: 991.98px) {
  .interior-cont__items-swiper__indicator span {
    margin-left: 56%;
  }
}
@media (max-width: 1399.98px) and (max-width: 767.98px) {
  .interior-cont__items-swiper__indicator span {
    width: 262px;
    font-size: 14px;
    line-height: 13px;
    margin-left: 8%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
}
@media (max-width: 1399.98px) and (max-width: 575.98px) {
  .interior-cont__items-swiper__indicator span {
    margin-left: 17%;
  }
}
.interior-cont__items-swiper__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 610px;
  height: 286px;
  border-radius: 28px;
}
@media (max-width: 1399.98px) {
  .interior-cont__items-swiper__img {
    width: 481px;
    height: 226px;
  }
}
@media (max-width: 1279.98px) {
  .interior-cont__items-swiper__img {
    width: 413px;
    height: 210px;
  }
}
@media (max-width: 991.98px) {
  .interior-cont__items-swiper__img {
    width: 625px;
    height: 286px;
  }
}
@media (max-width: 767.98px) {
  .interior-cont__items-swiper__img {
    width: 328px;
    height: 219px;
    border-radius: 9px;
  }
}
.interior-cont__items-swiper__title-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000000;
  padding: 24px 0 16px;
  display: inline-block;
}
@media (max-width: 1399.98px) {
  .interior-cont__items-swiper__title-text {
    font-size: 14px;
    line-height: 13px;
    padding: 20px 0 9px;
  }
}
@media (max-width: 767.98px) {
  .interior-cont__items-swiper__title-text {
    font-size: 16px;
    line-height: 15px;
    padding: 15px 0;
  }
}
.interior-cont__items-swiper__title-line {
  width: 112px;
  height: 1px;
  background: #FAC599;
}
@media (max-width: 1399.98px) {
  .interior-cont__items-swiper__title-line {
    width: 88px;
  }
}
@media (max-width: 1399.98px) {
  .interior-cont__items-text {
    padding-top: 18px;
  }
}
.interior-cont__items-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .interior-cont__items-text p {
    font-size: 14px;
    line-height: 13px;
  }
}

.specSliderTop,
.specSliderBot {
  width: 100%;
  height: 100%;
}
.specSliderTop .swiper-slide img,
.specSliderBot .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.specSliderTop .swiper-slide,
.specSliderBot .swiper-slide {
  background-size: cover;
  background-position: center;
}
.specSliderTop .swiper-slide img,
.specSliderBot .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.specSliderTop {
  height: 80%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .specSliderTop {
    height: 100%;
    aspect-ratio: 360/203;
  }
}
.specSliderTop .swiper-pagination {
  display: none;
}
@media (max-width: 991.98px) {
  .specSliderTop .swiper-pagination {
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
  }
  .specSliderTop .swiper-pagination-bullet {
    width: 100%;
    border-radius: 50px;
    height: 4px;
  }
  .specSliderTop .swiper-pagination-bullet-active {
    background: #D36E1C;
  }
}

.specSliderBot {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  .specSliderBot {
    display: none;
  }
}
.specSliderBot .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.8;
}
.specSliderBot .swiper-slide-thumb-active {
  opacity: 1;
}

.spec-card {
  padding: 0 0 56px 0 !important;
}
.spec-card--city {
  color: #000000 !important;
  font-weight: 400 !important;
}
@media (max-width: 575.98px) {
  .spec-card--city {
    font-size: 20px;
    line-height: 19px;
  }
}
@media (max-width: 575.98px) {
  .spec-card .row {
    margin: 0;
  }
}
.spec-card .section__upper {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .spec-card .section__upper {
    margin-bottom: 10px;
  }
}
.spec-card .section__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 61px;
  text-transform: uppercase;
  color: #333333;
  text-align: left;
}
@media (max-width: 1399.98px) {
  .spec-card .section__title {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .spec-card .section__title {
    font-size: 20px;
    line-height: 19px;
    margin-left: 12px;
  }
}
.spec-card .section__title span {
  color: #D36E1C;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .spec-card .section__title span {
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    margin-top: 4px;
  }
}
.spec-card .section__content {
  display: flex;
  gap: 62px;
  position: relative;
  max-height: 545px;
}
@media (max-width: 1399.98px) {
  .spec-card .section__content {
    max-height: 496px;
  }
}
@media (max-width: 991.98px) {
  .spec-card .section__content {
    flex-direction: column;
    gap: 20px;
    max-height: 100%;
  }
}
.spec-card__lower {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media (max-width: 1399.98px) {
  .spec-card__lower {
    gap: 10px;
  }
}
.spec-card__guarantees {
  position: absolute;
  z-index: 10;
  top: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399.98px) {
  .spec-card__guarantees {
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 575.98px) {
  .spec-card__guarantees {
    top: 10px;
    left: 16px;
  }
}
.spec-card__guarantee {
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 25px;
  border-radius: 80px;
  background: #D36E1C;
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .spec-card__guarantee {
    font-size: 16px;
    line-height: 15px;
    padding: 8px 17px;
  }
}
@media (max-width: 575.98px) {
  .spec-card__guarantee {
    font-size: 13px;
    padding: 3px 8px;
  }
}
.spec-card__guarantee span {
  font-weight: 700;
}
.spec-card__sliders {
  display: flex;
  flex-direction: column;
  max-width: 728px;
  gap: 10px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .spec-card__sliders {
    max-width: 571px;
  }
}
@media (max-width: 991.98px) {
  .spec-card__sliders {
    max-width: 100%;
  }
}
.spec-card__sliders .special-offers__card-img__info-favorites {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 999;
}
@media (max-width: 1399.98px) {
  .spec-card__sliders .special-offers__card-img__info-favorites {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767.98px) {
  .spec-card__sliders .special-offers__card-img__info-favorites {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .spec-card__sliders .special-offers__card-img__info-favorites {
    top: 10px;
  }
}
.spec-card__sliders .swiper-info__vin {
  position: absolute;
  top: 18px;
  left: -44px;
  width: 203px;
  height: 43px;
  border-radius: 80px;
  background: #D36E1C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .spec-card__sliders .swiper-info__vin {
    left: 18px;
  }
}
@media (max-width: 575.98px) {
  .spec-card__sliders .swiper-info__vin {
    top: 10px;
    left: 10px;
    width: 115px;
    height: 25px;
    font-size: 13px;
    line-height: 15px;
  }
}
.spec-card__sliders .swiper-info__vin b {
  font-weight: 700;
}
.spec-card__sliders .swiper-info__vin span {
  font-weight: 400;
}
.spec-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.spec-card__info-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 21px 0 31px;
}
@media (max-width: 575.98px) {
  .spec-card__info-list {
    margin: 25px 0 15px;
  }
}
.spec-card__info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 575.98px) {
  .spec-card__info-item {
    font-size: 12px;
    line-height: 14px;
    gap: 14px;
  }
}
.spec-card__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-column-gap: 50px;
  font-size: 20px;
  line-height: 19px;
}
.spec-card__features p {
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .spec-card__features {
    font-size: 18px;
    line-height: 17px;
  }
}
@media (max-width: 575.98px) {
  .spec-card__features {
    font-size: 14px;
    line-height: 13px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.spec-card__features p {
  font-weight: 400;
  color: #828282;
}
.spec-card__features span {
  font-weight: 700;
  color: #333333;
}
.spec-card__vin {
  background: rgba(0, 227, 255, 0.2);
  color: #D36E1C;
  border-radius: 80px;
  padding: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  text-align: center;
  max-width: 278px;
}
@media (max-width: 1399.98px) {
  .spec-card__vin {
    font-size: 16px;
    line-height: 15px;
    padding: 8px;
    max-width: 207px;
  }
}
@media (max-width: 991.98px) {
  .spec-card__vin {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .spec-card__vin {
    display: none;
  }
}
.spec-card__price {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #333333;
  margin-bottom: 0px;
}
@media (max-width: 1399.98px) {
  .spec-card__price {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 991.98px) {
  .spec-card__price {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .spec-card__price {
    font-size: 16px;
    line-height: 19px;
  }
}
.spec-card__credit {
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .spec-card__credit {
    font-size: 18px;
    line-height: 17px;
  }
}
@media (max-width: 575.98px) {
  .spec-card__credit {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 10px;
  }
}
.spec-card__credit span {
  color: #D36E1C;
}
.spec-card__btns {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}
@media (max-width: 1399.98px) {
  .spec-card__btns {
    gap: 25px;
  }
}
@media (max-width: 575.98px) {
  .spec-card__btns {
    gap: 20px;
  }
}
.spec-card__btns button {
  width: 100%;
  font-size: 14px;
  line-height: 13px;
  padding: 17px;
}
@media (max-width: 1399.98px) {
  .spec-card__btns button {
    padding: 12px;
  }
}
@media (max-width: 575.98px) {
  .spec-card__btns button {
    padding: 8px;
  }
}

.swiper-spec-button-prev, .swiper-spec-button-next {
  padding: 0;
  width: 47px;
  height: 47px;
  background: transparent;
  border: none;
  position: absolute;
  bottom: 30px;
  z-index: 9;
}
@media (max-width: 1399.98px) {
  .swiper-spec-button-prev, .swiper-spec-button-next {
    width: 38px;
    height: 38px;
    bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .swiper-spec-button-prev, .swiper-spec-button-next {
    display: none;
  }
}
.swiper-spec-button-prev img, .swiper-spec-button-next img {
  width: 100%;
}
.swiper-spec-button-prev:disabled, .swiper-spec-button-next:disabled {
  opacity: 0.5;
}
.swiper-spec-button-prev {
  left: -26px;
}
.swiper-spec-button-next {
  right: -26px;
}

.credit-benefs__main {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
}
@media (max-width: 991.98px) {
  .credit-benefs__main {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-row-gap: 57px;
  }
}
.credit-benefs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1279.98px) {
  .credit-benefs__item {
    gap: 15px;
  }
}
.credit-benefs__item img {
  width: 140px;
  height: 140px;
  filter: grayscale(1);
}
@media (max-width: 1279.98px) {
  .credit-benefs__item img {
    width: 107px;
    height: 107px;
  }
}
.credit-benefs__item span {
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  color: #333333;
  text-align: center;
}
@media (max-width: 1279.98px) {
  .credit-benefs__item span {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 575.98px) {
  .credit-benefs__item span {
    display: none;
  }
}
.credit-benefs__item-mob {
  display: none;
}
@media (max-width: 575.98px) {
  .credit-benefs__item-mob {
    display: block;
  }
  .credit-benefs__item-mob p {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 2px;
  }
  .credit-benefs__item-mob span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
  }
}

.filter-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 991.98px) {
  .filter-title {
    display: none;
  }
}
.filter-title__mob {
  display: none;
}
@media (max-width: 991.98px) {
  .filter-title__mob {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    color: #D36E1C;
    margin-bottom: 20px;
  }
}

.car-selection {
  background: rgba(211, 110, 28, 0.1);
  padding: 60px 0;
  margin-top: 42px;
}
@media (max-width: 991.98px) {
  .car-selection {
    padding: 20px 16px;
    margin-top: 0;
  }
}
.car-selection .btn-show_more {
  margin-top: -10px;
  margin-bottom: 30px;
}
.car-selection__selects.row {
  position: relative;
  display: grid;
  grid-template-areas: "a" "b" "c";
}
@media (max-width: 991.98px) {
  .car-selection__selects.row {
    grid-template-areas: "a" "c" "b";
    row-gap: 20px;
  }
}
.car-selection .grid-a {
  grid-area: a;
  padding: 0;
  display: flex;
  gap: 89px;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .car-selection .grid-a {
    gap: 67px;
  }
}
@media (max-width: 991.98px) {
  .car-selection .grid-a {
    flex-direction: column;
    gap: 20px;
  }
}
.car-selection .grid-b {
  padding: 0;
  grid-area: b;
  display: flex;
  justify-content: space-between;
  gap: 112px;
}
@media (max-width: 1399.98px) {
  .car-selection .grid-b {
    gap: 90px;
  }
}
@media (max-width: 991.98px) {
  .car-selection .grid-b {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .car-selection .grid-b {
    margin-bottom: 20px;
  }
}
.car-selection .grid-c {
  padding: 0;
  grid-area: c;
  display: flex;
  gap: 89px;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .car-selection .grid-c {
    gap: 67px;
  }
}
@media (max-width: 991.98px) {
  .car-selection .grid-c {
    flex-direction: column;
    gap: 20px;
  }
}
.car-selection .range-slider {
  margin-bottom: 70px;
  margin-top: 50px;
}
@media (max-width: 1399.98px) {
  .car-selection .range-slider {
    margin-bottom: 70px;
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .car-selection .range-slider {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.car-selection .range-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.car-selection .range-title span {
  font-size: 20px;
  line-height: 19px;
  color: #0B273F;
}
@media (max-width: 1399.98px) {
  .car-selection .range-title span {
    font-size: 14px;
    line-height: 13px;
  }
}
.car-selection .car-selection__form-price-container {
  font-size: 20px;
  line-height: 19px;
}
@media (max-width: 1399.98px) {
  .car-selection .car-selection__form-price-container {
    font-size: 14px;
    line-height: 13px;
  }
}
.car-selection .range-container {
  width: 100%;
}
.car-selection .range-container .noUi-target {
  padding-right: 15px;
}
.car-selection .select-container {
  width: 100%;
}
.car-selection #car-selection-range-used, .car-selection #car-selection-range-year, .car-selection #car-selection-range-mileage {
  margin-top: 47px;
}
@media (max-width: 1399.98px) {
  .car-selection #car-selection-range-used, .car-selection #car-selection-range-year, .car-selection #car-selection-range-mileage {
    margin-top: 41px;
  }
}
@media (max-width: 991.98px) {
  .car-selection #car-selection-range-used, .car-selection #car-selection-range-year, .car-selection #car-selection-range-mileage {
    margin-top: 22px;
  }
}
.car-selection .js_filter-show-btn {
  padding: 0 28px;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .car-selection .js_filter-show-btn {
    font-size: 14px;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .car-selection .js_filter-show-btn {
    display: none;
  }
}
.car-selection .btn-mob {
  display: none;
}
@media (max-width: 991.98px) {
  .car-selection .btn-mob {
    display: block;
    padding: 15px 0;
  }
}
@media (max-width: 575.98px) {
  .car-selection .btn-mob {
    padding: 10px 0;
  }
}
.car-selection a.link {
  display: block;
  text-align: right;
}
@media (max-width: 991.98px) {
  .car-selection a.link {
    position: static;
    text-align: center;
    display: block;
    text-align: center;
    margin-top: 10px;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 991.98px) {
  .car-selection.--special-filter .row {
    grid-template-areas: "a" "b" "c";
    row-gap: 20px;
  }
}
.car-selection.--special-filter .grid-a {
  gap: 113px;
}
@media (max-width: 1399.98px) {
  .car-selection.--special-filter .grid-a {
    gap: 67px;
  }
}
@media (max-width: 991.98px) {
  .car-selection.--special-filter .grid-a {
    flex-direction: column;
    gap: 20px;
  }
}
.car-selection.--special-filter .grid-b {
  margin: 50px 0;
  gap: 113px;
}
@media (max-width: 1399.98px) {
  .car-selection.--special-filter .grid-b {
    gap: 67px;
  }
}
@media (max-width: 991.98px) {
  .car-selection.--special-filter .grid-b {
    margin: 0;
    flex-direction: column;
    gap: 20px;
  }
}
.car-selection.--special-filter .grid-c {
  gap: 113px;
}
@media (max-width: 1399.98px) {
  .car-selection.--special-filter .grid-c {
    gap: 90px;
  }
}
@media (max-width: 991.98px) {
  .car-selection.--special-filter .grid-c {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .car-selection.--special-filter .grid-c {
    margin-bottom: 20px;
  }
}
.car-selection.--special-filter .range-slider {
  margin: 0;
  margin-top: -20px;
}
@media (max-width: 991.98px) {
  .car-selection.--special-filter .range-slider {
    margin-top: 40px;
  }
}

.characteristics__main {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-column-gap: 215px;
}
@media (max-width: 1399.98px) {
  .characteristics__main {
    grid-column-gap: 130px;
  }
}
@media (max-width: 1279.98px) {
  .characteristics__main {
    grid-column-gap: 100px;
  }
}
@media (max-width: 991.98px) {
  .characteristics__main {
    display: flex;
    flex-direction: column;
  }
}
.characteristics__main div ul {
  padding: 0;
}
.characteristics__main div ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .characteristics__main div ul li {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .characteristics__main div ul li {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .characteristics__main div ul li {
    font-size: 12px;
    gap: 10px;
    align-items: flex-start;
  }
}
.characteristics__main div ul li span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.characteristics__main div ul li .bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D36E1C;
}
.characteristics__title {
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .characteristics__title {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .characteristics__title {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .characteristics__title {
    font-size: 14px;
  }
}

.footer {
  background: #262626;
}
.footer .col {
  padding: 0;
}
.footer .row {
  margin: 0;
  padding: 0;
}
.footer .container {
  padding: 0;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 43px 0 40px;
  margin-bottom: 60px;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .footer-menu {
    padding: 25px 0;
  }
}
@media (max-width: 991.98px) {
  .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 16px;
    gap: 20px;
  }
}
.footer-menu__item {
  list-style: none;
  font-size: 16px;
  line-height: 15px;
}
@media (max-width: 575.98px) {
  .footer-menu__item {
    width: 100%;
  }
}
.footer-menu__item.desk-hidden {
  display: none;
}
@media (max-width: 991.98px) {
  .footer-menu__item.desk-hidden {
    display: list-item;
    width: 100%;
  }
}
.footer-menu__item.mobile-hidden {
  display: list-item;
}
@media (max-width: 991.98px) {
  .footer-menu__item.mobile-hidden {
    display: none;
  }
}
.footer-menu__item.open-list span {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-menu__item.open-list span::after {
  content: "";
  transition: all 0.3s;
  background: url(/samovar/front/img/svg/icons/arrow-footer.svg) no-repeat;
  width: 14px;
  height: 6px;
}
.footer-menu__item.open-list .footer-catalog, .footer-menu__item.open-list.active .footer-stocks {
  display: none;
}
.footer-menu__item.open-list.active .footer-catalog {
  display: grid;
  padding: 20px 0;
}
.footer-menu__item.open-list.active span {
  color: #FAC599;
}
.footer-menu__item.open-list.active span::after {
  background: url(/samovar/front/img/svg/icons/arrow-footer-color.svg) no-repeat;
  transform: rotateZ(180deg);
}
@media (max-width: 1399.98px) {
  .footer-menu__item {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 991.98px) {
  .footer-menu__item {
    font-size: 14px;
    line-height: 13px;
  }
}
.footer-menu__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer-menu__link:hover {
  color: rgb(255, 255, 255);
}
.footer-menu__link-text {
  display: none;
}
@media (max-width: 991.98px) {
  .footer-menu__link-text {
    display: inline-block;
  }
}
@media (max-width: 1399.98px) {
  .footer-menu__link {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 991.98px) {
  .footer-menu__link {
    font-size: 14px;
    line-height: 13px;
  }
}
.footer__sub-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media (max-width: 1399.98px) {
  .footer__sub-title {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 26px;
  }
}
@media (max-width: 991.98px) {
  .footer__sub-title {
    display: none;
  }
}
.footer-catalog {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 34px;
       column-gap: 34px;
  row-gap: 20px;
}
@media (max-width: 1399.98px) {
  .footer-catalog {
    row-gap: 14px;
    max-width: 330px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .footer-catalog {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
.footer-catalog__item {
  list-style: none;
}
.footer-catalog li {
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 1399.98px) {
  .footer-catalog li {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 1279.98px) {
  .footer-catalog li {
    font-size: 13px;
    line-height: 12px;
  }
}
.footer-catalog__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #737373;
}
.footer-catalog__link:hover {
  color: #737373;
}
@media (max-width: 1399.98px) {
  .footer-catalog__link {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 1279.98px) {
  .footer-catalog__link {
    font-size: 13px;
    line-height: 12px;
  }
}
.footer-stocks {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .footer-stocks {
    gap: 14px;
  }
}
@media (max-width: 1279.98px) {
  .footer-stocks {
    gap: 14px;
  }
}
.footer-stocks__item {
  font-size: 16px;
  line-height: 15px;
  list-style: none;
}
@media (max-width: 1399.98px) {
  .footer-stocks__item {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 1279.98px) {
  .footer-stocks__item {
    font-size: 13px;
    line-height: 12px;
  }
}
.footer-stocks__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #737373;
}
.footer-stocks__link:hover {
  color: #737373;
}
@media (max-width: 1399.98px) {
  .footer-stocks__link {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 1279.98px) {
  .footer-stocks__link {
    font-size: 13px;
    line-height: 12px;
  }
}
.footer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
@media (max-width: 1279.98px) {
  .footer-info {
    padding: 0 16px;
  }
}
@media (max-width: 991.98px) {
  .footer-info {
    flex-direction: column;
  }
}
.footer-info__link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
}
@media (max-width: 1399.98px) {
  .footer-info__link {
    font-size: 10px;
    line-height: 10px;
  }
  .footer-info__link img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1279.98px) {
  .footer-info__link {
    font-size: 16px;
    line-height: 120%;
  }
  .footer-info__link img {
    width: 23px;
    height: 23px;
  }
}
.footer-info__text {
  color: #737373;
}
.footer-info__text span {
  color: #D36E1C;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.footer-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 0;
  padding: 89px 0 22px;
}
@media (max-width: 1399.98px) {
  .footer-nav {
    padding: 50px 0 40px;
  }
}
@media (max-width: 1279.98px) {
  .footer-nav {
    padding: 30px 16px 13px 16px;
  }
}
.footer-nav__item {
  list-style: none;
}
@media (max-width: 1399.98px) {
  .footer-nav__item {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 1399.98px) {
  .footer-nav__item {
    font-size: 14px;
    line-height: 13px;
  }
}
.footer-nav__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #737373;
}
.footer-nav__link:hover {
  color: #737373;
}
@media (max-width: 1399.98px) {
  .footer-nav__link {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 1399.98px) {
  .footer-nav__link {
    font-size: 14px;
    line-height: 13px;
  }
}
.footer-bottom {
  background: #1b1b1b;
  padding: 40px 0 33px;
}
.footer-bottom .col {
  padding: 0;
}
@media (max-width: 575.98px) {
  .footer-bottom {
    padding: 17px 0 30px;
  }
}
@media (max-width: 1399.98px) {
  .footer-bottom {
    padding: 20px 0 22px;
  }
}
.footer-bottom__main {
  display: flex;
  gap: 94px;
}
@media (max-width: 1399.98px) {
  .footer-bottom__main {
    gap: 111px;
  }
}
@media (max-width: 575.98px) {
  .footer-bottom__main {
    flex-direction: column;
    gap: 0;
  }
}
.footer-bottom__info-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 21px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1399.98px) {
  .footer-bottom__info-text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 140%;
  }
}
@media (max-width: 1279.98px) {
  .footer-bottom__info-text {
    max-width: 215px;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 0;
    margin-left: 16px;
  }
}
.footer-bottom__info {
  display: flex;
  padding-left: 0;
  gap: 19px;
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 1279.98px) {
  .footer-bottom__info {
    display: block;
    padding: 24px 16px 10px;
  }
}
.footer-bottom__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #737373;
  opacity: 0.5;
}
.footer-bottom__link:hover {
  color: #737373;
}
@media (max-width: 1399.98px) {
  .footer-bottom__link {
    font-size: 10px;
    line-height: 140%;
  }
}
@media (max-width: 1279.98px) {
  .footer-bottom__link {
    font-size: 10px;
    line-height: 10px;
    color: rgb(255, 255, 255);
  }
}
.footer-bottom__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0;
  color: #737373;
  opacity: 0.5;
}
@media (max-width: 1399.98px) {
  .footer-bottom__text {
    font-size: 10px;
    line-height: 140%;
  }
}
@media (max-width: 1279.98px) {
  .footer-bottom__text {
    color: rgb(255, 255, 255);
    font-size: 8px;
    line-height: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.footer-line {
  width: 98%;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
  margin: 0 auto 60px;
}
@media (max-width: 1399.98px) {
  .footer-line {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer-line {
    display: none;
  }
}

.footer-menu__item.open-list .footer-stocks {
  display: none;
}

.footer-menu__item.open-list.active .footer-stocks {
  display: flex;
  padding: 20px 0;
}

.footer-menu__item.open-list.active .footer-stocks .footer-stocks__link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.mobile-hidden {
  display: block;
}
@media (max-width: 991.98px) {
  .mobile-hidden {
    display: none;
  }
}

.open-disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #737373;
  opacity: 0.5;
}
.open-disclaimer:hover {
  color: #737373;
}
@media (max-width: 1279.98px) {
  .open-disclaimer {
    font-size: 10px;
    line-height: 9px;
    padding-left: 15px;
  }
}

#disclaimer {
  padding: 30px 0;
}
@media (max-width: 1279.98px) {
  #disclaimer {
    padding: 30px 15px;
  }
}

.terms {
  color: #fff;
}

.header {
  position: fixed;
  z-index: 1053;
  top: 0;
  width: 100%;
}
.header li,
.header p {
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .header {
    width: 100%;
    position: fixed;
  }
  .header svg {
    display: block;
  }
}
.header li {
  list-style-type: none;
}
.header__upper-section {
  background: rgba(28, 105, 211, 0.2);
}
@media (max-width: 991.98px) {
  .header__upper-section {
    z-index: 7;
    background: #d3e2f6;
  }
  .header__upper-section .header-wrapper {
    overflow: hidden;
    z-index: 7;
  }
}
.header__lower-section {
  background-color: rgb(255, 255, 255);
}
@media (max-width: 991.98px) {
  .header__lower-section {
    display: none;
  }
  .header__lower-section .header-wrapper {
    flex-direction: column;
    margin-top: -51px;
    padding-top: 51px;
    height: 100vh;
    z-index: 1;
    overflow-y: scroll;
  }
}
.header__lower-section.open {
  display: flex;
  opacity: 1;
  background: #072348;
  background: #d3e2f6;
  overflow: hidden;
}
.header .logo-fill {
  fill: #fff;
}
@media (max-width: 991.98px) {
  .header .logo-fill {
    fill: #000;
  }
}
.header-wrapper {
  padding: 6px 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper.padding_not {
  padding: 0;
}
@media (max-width: 991.98px) {
  .header-wrapper {
    padding: 13px 16px;
  }
}
.header__info {
  display: flex;
  align-items: center;
  gap: 35px;
  color: rgb(115, 115, 115);
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.header__info li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1399.98px) {
  .header__info {
    gap: 8px;
  }
  .header__info li p {
    font-size: 12px;
  }
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.header__tel {
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-right: 20px;
}
@media (max-width: 1399.98px) {
  .header__tel {
    font-size: 16px;
  }
}
.header__wish, .header__simile, .header__tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  background: rgb(255, 255, 255);
  position: relative;
}
.header__wish span, .header__simile span, .header__tel-icon span {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 9px;
  line-height: 9px;
  color: #D36E1C;
  background-color: #FAC599;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  right: -6px;
  top: 0;
  transition: 0.3s;
}
.header__wish svg, .header__simile svg, .header__tel-icon svg {
  color: #D36E1C;
  width: 28px;
}
.header__wish:hover, .header__simile:hover, .header__tel-icon:hover {
  background: #D36E1C;
}
.header__wish:hover svg, .header__simile:hover svg, .header__tel-icon:hover svg {
  color: rgb(255, 255, 255);
}
.header__wish:hover span, .header__simile:hover span, .header__tel-icon:hover span {
  color: rgb(255, 255, 255);
}
@media (max-width: 1399.98px) {
  .header__wish, .header__simile, .header__tel-icon {
    width: 30px;
    height: 30px;
  }
  .header__wish svg, .header__simile svg, .header__tel-icon svg {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .header__wish, .header__simile, .header__tel-icon {
    display: flex;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1399.98px) {
  .header__logo {
    max-width: 152px;
  }
}
.header__logo a svg {
  width: 100%;
  margin-top: 4px;
}
@media (max-width: 991.98px) {
  .header__info, .header__tel,
.header .header__menu .header__logo {
    display: none;
  }
}
.header a {
  text-decoration: none;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 991.98px) {
  .header a {
    color: #000;
  }
}
.header__menu {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.header__menu a {
  padding: 15px 0;
}
@media (max-width: 991.98px) {
  .header__menu a {
    padding: 0;
    color: #000;
  }
}
.header__menu li:hover .header__menu-item,
.header__menu li:focus .header__menu-item {
  color: #D36E1C;
  font-weight: 500;
}
.header__menu span.header__menu-item {
  color: rgb(255, 255, 255);
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .header__menu span.header__menu-item {
    color: #000;
  }
}
.header__menu li {
  position: relative;
}
.header__menu .select-closed ul {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .header__menu {
    flex-direction: column;
    gap: 30px;
    height: 100%;
    justify-content: flex-start;
    padding-left: 0;
    margin: 40px auto 90px;
  }
  .header__menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 15px;
  }
  .header__menu svg {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .header__menu {
    margin-top: 92px;
  }
}
.header__menu-item {
  font-weight: 500;
}
.header__menu-item.desk_hide {
  display: none;
}
@media (max-width: 991.98px) {
  .header__menu-item.desk_hide {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .header__menu-item.mob_hide {
    display: none;
  }
}
.header__menu-item svg {
  transition: all 0.4s;
  display: none;
}
@media (max-width: 991.98px) {
  .header__menu-item svg {
    display: block;
    width: 20px;
    height: 7px;
    transform: translateY(1px);
  }
}
@media (max-width: 1399.98px) {
  .header__menu-item {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .header__menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 991.98px) {
  .header__menu-item.link_actions {
    display: none;
  }
}
.header__menu-item.open_actions {
  display: none;
}
@media (max-width: 991.98px) {
  .header__menu-item.open_actions {
    display: flex;
  }
}
.header__select {
  width: 201px;
  background: #191919;
  border: 1px solid #D36E1C;
  border-radius: 10px;
  position: absolute;
  left: calc(-100px + 50%);
  top: calc(100% + 5px);
  transition: all 0.3s ease;
  z-index: 5;
  padding: 10px 0 6px 0;
}
@media (max-width: 1399.98px) {
  .header__select {
    width: 117px;
    left: calc(-59px + 50%);
    padding: 5px 0;
  }
}
@media (max-width: 991.98px) {
  .header__select {
    width: 100%;
  }
}
.header__select li {
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 13px;
}
@media (max-width: 1399.98px) {
  .header__select li {
    font-size: 9px;
    line-height: 9px;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .header__select li {
    font-size: 13px;
    line-height: 12px;
    padding: 0;
  }
}
.header__select li:hover {
  background: #D36E1C;
}
.header__select a {
  font-size: 14px;
  line-height: 13px;
  text-decoration: none;
  color: #fff;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 4px;
}
@media (max-width: 1399.98px) {
  .header__select a {
    font-size: 9px;
    line-height: 9px;
    padding: 4px 0;
  }
}
@media (max-width: 991.98px) {
  .header__select a {
    font-size: 13px;
    line-height: 12px;
    padding: 5px 0;
  }
}
@media (max-width: 991.98px) {
  .header__select {
    position: static;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: none;
    margin-top: 14px;
  }
  .header__select li:hover {
    background: transparent;
  }
  .header__select a {
    color: rgb(255, 255, 255);
    color: #000;
    font-size: 13px;
  }
  .header__select a:hover {
    color: #D36E1C;
  }
}
@media (max-width: 991.98px) {
  .header .select-closed ul {
    display: none;
    transform: rotateX(0deg);
  }
}
.header .burger-menu, .header__tel-icon, .header__logo-mobile, .header-mobile-section {
  display: none;
}
@media (max-width: 991.98px) {
  .header__tel-icon {
    display: flex;
    width: 25px;
    height: 25px;
  }
  .header__tel-icon img {
    width: 10px;
  }
}
@media (max-width: 991.98px) {
  .header .burger-menu {
    height: 19px;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: relative;
  }
  .header .burger-menu div {
    width: 100%;
    background: rgb(255, 255, 255);
    background: #D36E1C;
    height: 3px;
    border-radius: 67px;
    display: block;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .header .burger-menu div:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }
  .header .burger-menu div:nth-child(2) {
    top: 18px;
    transform-origin: left center;
  }
  .header .burger-menu div:nth-child(3) {
    top: 36px;
    transform-origin: left center;
  }
  .header .burger-menu.burger-menu_open div:nth-child(1) {
    transform: rotate(40deg);
    top: -3px;
    left: 8px;
  }
  .header .burger-menu.burger-menu_open div:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .header .burger-menu.burger-menu_open div:nth-child(3) {
    transform: rotate(-40deg);
    top: 39px;
    left: 8px;
  }
}
@media (max-width: 991.98px) {
  .header__logo-mobile {
    display: flex;
    max-width: 108px;
  }
  .header__logo-mobile svg {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .header-mobile-section {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.header__info-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .header__info-mobile {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    padding-left: 0;
    bottom: 0;
    position: fixed;
    background: #072348;
    width: 100%;
    margin: 0;
    padding-bottom: 16px;
    z-index: 99;
  }
  .header__info-mobile li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #737373;
    font-size: 14px;
  }
}
.header__menu-item img {
  display: none;
}
.header .flip {
  transform: rotateX(180deg);
}
.header.header-secondary .header__info-mobile {
  background: rgba(211, 110, 28, 0.1019607843);
  color: #989898;
}
.header.header-secondary .header__upper-section {
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .header.header-secondary .header__upper-section {
    background: #faf1ec;
    color: #989898;
  }
}
.header.header-secondary .header__upper-section .header-wrapper {
  background: transparent;
}
.header.header-secondary .logo-fill {
  fill: #000;
}
.header.header-secondary .header__menu .header__menu-item {
  color: rgb(38, 38, 38);
}
.header.header-secondary .header__wish,
.header.header-secondary .header__simile,
.header.header-secondary .header__tel-icon {
  background: #D36E1C;
}
.header.header-secondary .header__wish:hover,
.header.header-secondary .header__simile:hover,
.header.header-secondary .header__tel-icon:hover {
  background: rgb(255, 255, 255);
}
.header.header-secondary .header__wish:hover svg,
.header.header-secondary .header__simile:hover svg,
.header.header-secondary .header__tel-icon:hover svg {
  color: #D36E1C;
}
.header.header-secondary .header__wish svg,
.header.header-secondary .header__simile svg,
.header.header-secondary .header__tel-icon svg {
  color: rgb(255, 255, 255);
}
.header.header-secondary .burger-menu div {
  background: #D36E1C;
}
.header.header-secondary .header__lower-section.open {
  background: #d3e2f6;
}
.header.header-secondary .header__menu li:hover .header__menu-item {
  color: #D36E1C;
}
.header.header-secondary .header__select {
  background: rgb(255, 255, 255);
}
.header.header-secondary .header__select li:hover {
  background: rgba(211, 110, 28, 0.1);
}
.header.header-secondary .header__select a {
  color: #9E9E9E;
}
@media (max-width: 991.98px) {
  .header.header-secondary .header__select {
    position: static;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: none;
    gap: 10px;
    margin-top: 14px;
  }
  .header.header-secondary .header__select li:hover {
    background: transparent;
  }
  .header.header-secondary .header__select a {
    color: #000;
    font-size: 13px;
  }
  .header.header-secondary .header__select a:hover {
    color: #D36E1C;
  }
}
.header.header-secondary .header__tel {
  color: #D36E1C;
}
@media (max-width: 991.98px) {
  .header.header-secondary .select-closed ul {
    display: none;
    transform: rotateX(0deg);
  }
}
.header .header__wish,
.header .header__simile {
  background: #D36E1C;
}
.header .header__wish svg,
.header .header__simile svg {
  color: rgb(255, 255, 255);
}
.header .header__tel {
  color: #D36E1C;
}
.header .header__info li {
  color: rgb(115, 115, 115);
}
.header .header__menu-item {
  color: #000;
}
.header .menu__catalog-brand {
  color: #000;
}
.header .logo-fill {
  fill: #000;
}

.header-primary .header__info li,
.header-primary .header__info-mobile li {
  color: #fff;
}
.header-primary.js-scroll .header__info li,
.header-primary.js-scroll .header__info-mobile li {
  color: #989898;
}
.header-primary.js-scroll .header__info li path,
.header-primary.js-scroll .header__info-mobile li path {
  fill: #989898;
}

.menu__hover {
  position: fixed;
  top: 102px;
  left: 0;
  width: 100%;
  padding-top: 48px;
  opacity: 0;
  z-index: -1;
  display: none;
  transition: opacity 0.3s;
}
@media (max-width: 1399.98px) {
  .menu__hover {
    padding-top: 42px;
  }
}
.menu__hover.active {
  top: 102px;
  left: 0;
  padding-top: 0;
  opacity: 1;
  z-index: 2;
  display: block;
}
@media (max-width: 991.98px) {
  .menu__hover.active {
    top: 55px;
    overflow-y: scroll;
    height: 100%;
    padding: 0 0 24px;
  }
}
.menu__hover.brands-scroll {
  height: 100vh;
}
.menu__hover.brands-scroll .menu__catalog-container {
  height: 55%;
  overflow-y: scroll;
}

.menu__catalog-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  grid-row-gap: 5px;
  grid-column-gap: 130px;
}
@media (max-width: 1399.98px) {
  .menu__catalog-container {
    grid-column-gap: 45px;
  }
}
@media (max-width: 991.98px) {
  .menu__catalog-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}

.menu__catalog-brand-logo {
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.menu__catalog-brand-logo img {
  max-height: 40px;
  max-width: 75px;
}
@media (max-width: 991.98px) {
  .menu__catalog-brand-logo img {
    max-height: 35px;
  }
}

.catalog_hover {
  display: flex;
  align-items: center;
  gap: 5px;
}
.catalog_hover img {
  display: block;
  transform: scale(1);
  transition: transform 0.4s;
  margin-top: 3px;
}
.catalog_hover.active img {
  transform: scale(-1);
}

.menu__catalog {
  position: relative;
  padding: 30px 50px;
}
@media (max-width: 1399.98px) {
  .menu__catalog {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .menu__catalog {
    padding: 10px 0 44px;
  }
}
.menu__catalog::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(211, 110, 28, 0.65) 0%, rgba(211, 110, 28, 0.65) 46.85%, rgba(211, 110, 28, 0.65) 100%);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
@media (max-width: 991.98px) {
  .menu__catalog::before {
    background: #072348;
    background: #d3e2f6;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    height: 100vh;
  }
}
.menu__catalog .menu__catalog-head {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding-bottom: 40px;
  position: relative;
  display: none;
}
@media (max-width: 991.98px) {
  .menu__catalog .menu__catalog-head {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
    color: #1C69D3;
    text-transform: capitalize;
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .menu__catalog .menu__catalog-head::before {
    content: "";
    display: block;
    background: url(../img/svg/icons/arrow-catalog-mob.svg) no-repeat;
    width: 11px;
    height: 7px;
    background-size: contain;
  }
}
@media (max-width: 991.98px) {
  .menu__catalog .menu__catalog-head::after {
    content: "";
    display: block;
    width: 98%;
    height: 1px;
    background: linear-gradient(rgb(28, 105, 211), rgb(0, 227, 255));
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .menu__catalog .menu__catalog-head::after {
    bottom: 15px;
    display: none;
  }
}
.menu__catalog .menu__catalog-head.desk_hide {
  display: none;
}
@media (max-width: 991.98px) {
  .menu__catalog .menu__catalog-head.desk_hide {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .menu__catalog .menu__catalog-head.mob_hide {
    display: none;
  }
}
.menu__catalog .menu__catalog-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 29px;
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .menu__catalog .menu__catalog-btns {
    gap: 0;
    justify-content: center;
  }
}
.menu__catalog .menu__catalog-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #FFF;
  text-decoration: underline;
  flex-basis: 60%;
  display: block;
  text-align: right;
  cursor: pointer;
}
.menu__catalog .menu__catalog-closed {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #FFF;
  flex-basis: 45%;
  display: block;
  text-align: right;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .menu__catalog .menu__catalog-closed {
    flex-basis: 25%;
  }
}
.menu__catalog .catalog-brands__item:hover {
  border: 1px solid #FFF;
  box-shadow: none;
}
.menu__catalog .btn-show_more-icon {
  width: 35px;
  height: 40px;
  background: url(../img/svg/icons/btn-show_more_white.svg) no-repeat;
}
.menu__catalog .btn-show_more {
  color: #FFF;
}
.menu__catalog .btn-show_more span::after {
  background: #FFF;
}
.menu__catalog .btn-show_more:hover .btn-show_more-icon {
  transform: rotate(45deg);
}
.menu__catalog .btn-show_more.active .btn-show_more-icon {
  transform: rotate(165deg);
}
.menu__catalog .btn-show_more.active:hover .btn-show_more-icon {
  transform: rotate(275deg);
}
.menu__catalog.header-secondary::before {
  background: #FFF;
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
}
@media (max-width: 991.98px) {
  .menu__catalog.header-secondary::before {
    background: #D3E2F7;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}
.menu__catalog.header-secondary .menu__catalog-head {
  color: #191919;
}
.menu__catalog.header-secondary .catalog-brands__item {
  color: #191919;
}
.menu__catalog.header-secondary .catalog-brands__item:hover {
  border: 1px solid #191919;
  box-shadow: 0px 0px 6px 1px rgba(28, 105, 211, 0.3);
}
.menu__catalog.header-secondary .menu__catalog-link {
  color: #191919;
}
.menu__catalog.header-secondary .menu__catalog-closed {
  color: #191919;
}
.menu__catalog.header-secondary .btn-show_more {
  color: rgb(28, 105, 211);
}
.menu__catalog.header-secondary .btn-show_more span::after {
  background: rgb(28, 105, 211);
}
.menu__catalog.header-secondary .btn-show_more-icon {
  background: url(../img/svg/icons/btn-show_more.webp) no-repeat;
  background-size: contain;
}

.of-hidden {
  overflow: hidden;
}

::-webkit-scrollbar,
::-moz-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(211, 110, 28, 0.1);
}

::-webkit-scrollbar-thumb {
  color: #D36E1C;
  background-color: #D36E1C;
  border-radius: 10px;
}

body {
  padding-top: 89px;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 51px;
  }
}

.section {
  width: 100%;
  padding: 56px 0;
}
@media (max-width: 575.98px) {
  .section {
    padding: 30px 0;
  }
}
.section__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  line-height: 31px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section__title {
    font-size: 20px;
    line-height: 19px;
  }
}
.section__title::after {
  content: "";
  position: absolute;
  width: calc(100vw - (100vw - 1330px) / 2);
  left: 0;
  height: 2px;
  display: flex;
  margin-top: 16px;
  background: linear-gradient(90deg, #D36E1C 0%, #FAC599 75.13%);
  -webkit-animation: gradient 3s infinite ease;
          animation: gradient 3s infinite ease;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1399.98px) {
  .section__title::after {
    width: calc(100vw - (100vw - 1040px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .section__title::after {
    width: calc(100vw - (100vw - 960px) / 2);
  }
}
@media (max-width: 991.98px) {
  .section__title::after {
    width: calc(100vw - (100vw - 720px) / 2);
  }
}
@media (max-width: 767.98px) {
  .section__title::after {
    width: calc(100vw - (100vw - 540px) / 2);
  }
}
@media (max-width: 575.98px) {
  .section__title::after {
    width: calc(100% - 16px);
  }
}
.section__placeholder {
  width: 118px;
}
.section__arrows {
  display: flex;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .section__arrows {
    visibility: hidden;
  }
}
.section__upper {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .section__upper {
    margin-bottom: 50px;
  }
}
.section__upper button {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}
.section__upper button:last-child {
  margin-left: 10px;
}
.section__content {
  padding: 0;
}

@media screen and (max-width: 425px) {
  .section__placeholder, .section__arrows {
    display: none;
  }
  .section__upper {
    justify-content: center;
  }
  .section__title {
    font-size: 20px;
  }
  .section__title::after {
    margin-top: 8px;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 767.98px) {
  .section__placeholder, .section__arrows {
    display: none;
  }
}

.cars-stock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 50px;
}
.cars-stock .row > * {
  padding: 0;
}
@media (max-width: 1399.98px) {
  .cars-stock {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .cars-stock {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .cars-stock {
    grid-column-gap: 35px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .cars-stock {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 27px;
    padding-right: 27px;
  }
}
.cars-stock-special {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-column-gap: 45px;
  grid-row-gap: 60px;
  padding: 0;
}
.cars-stock-special .swiper {
  display: inherit;
}
.cars-stock-special .swiper-wrapper {
  display: flex;
}
.cars-stock-special .swiper-slide {
  display: inherit;
  max-width: 100% !important;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .cars-stock-special {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .cars-stock-special {
    grid-column-gap: 35px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .cars-stock-special {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cars-stock-brand {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 40px;
}
@media (max-width: 1399.98px) {
  .cars-stock-brand {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 46px;
  }
}
@media (max-width: 1279.98px) {
  .cars-stock-brand {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .cars-stock-brand {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575.98px) {
  .cars-stock-brand {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.cars-stock-brand .btn-show_more {
  margin-top: 50px;
  max-width: 180px;
  margin: 0 auto;
  margin-top: 50px;
}
.cars-stock-brand .btn-show_more.loading img {
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.error {
  max-width: 100%;
  left: 0;
}
.error img {
  width: 100%;
  aspect-ratio: 1920/1000;
}
@media (max-width: 767.98px) {
  .error img {
    aspect-ratio: 360/354;
  }
}
.error__text {
  margin-top: -21vw;
}
@media (max-width: 1399.98px) {
  .error__text {
    margin-top: -200px;
  }
}
.error h2, .error .h2, .error p {
  text-align: center;
  margin-bottom: 0;
}
.error h2, .error .h2 {
  line-height: 42px;
}
.error p {
  font-size: 18px;
  line-height: 17px;
  margin-top: 16px;
}
.error .btn {
  max-width: 290px;
  display: block;
  margin: 0 auto;
  margin-top: 58px;
  padding: 14px;
  font-size: 20px;
  line-height: 19px;
  max-height: 65px;
}
@media (max-width: 767.98px) {
  .error .btn {
    max-width: 328px;
    max-height: 45px;
    font-size: 16px;
    line-height: 15px;
  }
}

.banner-mark {
  background: url(../img/banners/main-banner-mark.webp) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 59px 0;
  margin-top: -16px;
}
@media (max-width: 1399.98px) {
  .banner-mark {
    padding: 43px 0 34px;
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-mark {
    background: url(../img/banners/main-banner-mark-mob.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 7px 0;
    margin-bottom: 98px;
  }
}
.banner-mark__grid-cont {
  display: grid;
  grid-template-areas: "info img" "form img";
  grid-row-gap: 50px;
  grid-column-gap: 38px;
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont {
    grid-row-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont {
    grid-row-gap: 28px;
  }
}
@media (max-width: 767.98px) {
  .banner-mark__grid-cont {
    grid-template-areas: "info" "img" "form";
  }
}
.banner-mark__grid-cont__info-text .date-hidden-desk {
  display: none;
}
@media (max-width: 767.98px) {
  .banner-mark__grid-cont__info-text .date-hidden-desk {
    display: flex;
    margin-left: auto;
    margin-bottom: 15px;
  }
}
.banner-mark__grid-cont__info-text__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.banner-mark__grid-cont__info-text__title-mob {
  display: inline;
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__info-text__title-mob {
    display: block;
  }
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__info-text__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__info-text__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 22px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__info-text__title .disign-horror {
    font-size: 36px;
    line-height: 42px;
    color: #D36E1C;
  }
}
.banner-mark__grid-cont__info-text__title .title-color {
  color: #D36E1C;
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__info-text__title .title-color {
    font-size: 36px;
    line-height: 42px;
  }
}
.banner-mark__grid-cont__info-text__list {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__info-text__list {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__info-text__list {
    gap: 12px;
  }
}
.banner-mark__grid-cont__info-text__list-item {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__info-text__list-item {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__info-text__list-item {
    gap: 7px;
  }
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__info-text__list-item__img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__info-text__list-item__img {
    width: 17px;
    height: 17px;
  }
}
.banner-mark__grid-cont__info-text__list-item__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: rgb(38, 38, 38);
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__info-text__list-item__text {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__info-text__list-item__text {
    font-size: 12px;
    line-height: 14px;
  }
}
.banner-mark__grid-cont__form__input-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__form__input-flex {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__form__input-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-mark__grid-cont__form__input-flex__input {
  background: #F1F1F1;
  height: 44px;
  width: 240px;
  padding: 12px 20px 12px 20px;
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__form__input-flex__input::-moz-placeholder {
    font-size: 16px;
    line-height: 15px;
  }
  .banner-mark__grid-cont__form__input-flex__input::placeholder {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__form__input-flex__input {
    width: 205px;
    height: 34px;
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__form__input-flex__input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 575.98px) {
  .banner-mark__grid-cont__form__input-flex__input {
    background: rgb(255, 255, 255);
    border-radius: 70px;
  }
}
.banner-mark__grid-cont__form__input-flex__input::-moz-placeholder {
  font-size: 20px;
  line-height: 19px;
}
.banner-mark__grid-cont__form__input-flex__input::placeholder {
  font-size: 20px;
  line-height: 19px;
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__form__input-flex__input::-moz-placeholder {
    font-size: 14px;
    line-height: 13px;
  }
  .banner-mark__grid-cont__form__input-flex__input::placeholder {
    font-size: 14px;
    line-height: 13px;
  }
}
.banner-mark__grid-cont__form__checkbox button {
  height: 50px;
  width: 500px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__form__checkbox button {
    width: 430px;
    height: 44px;
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__form__checkbox button {
    width: 100%;
    height: 45px;
  }
}
.banner-mark__grid-cont__img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__img {
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .banner-mark__grid-cont__img {
    justify-content: space-around;
  }
}
.banner-mark__grid-cont__img-car {
  width: 100%;
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__img-car {
    width: 474px;
    margin-right: -66px;
  }
}
@media (max-width: 1279.98px) {
  .banner-mark__grid-cont__img-car {
    width: 100%;
    margin-right: 0;
  }
}
.banner-mark__grid-cont__img-text {
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  color: #D36E1C;
  background: #FFFFFF;
  border-radius: 60.1481px;
  padding: 0 10px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399.98px) {
  .banner-mark__grid-cont__img-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 31px;
    font-size: 16px;
    line-height: 19px;
    margin-right: -61px;
  }
}
@media (max-width: 1279.98px) {
  .banner-mark__grid-cont__img-text {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .banner-mark__grid-cont__img-text.date-hidden-mob {
    display: none;
  }
}
.banner-mark .info {
  grid-area: info;
}
.banner-mark .img {
  grid-area: img;
  width: 700px;
}
@media (max-width: 1399.98px) {
  .banner-mark .img {
    width: 474px;
  }
}
@media (max-width: 991.98px) {
  .banner-mark .img {
    width: auto;
  }
}
.banner-mark .form {
  grid-area: form;
}
.banner-mark .checkbox__input-text input[type=checkbox] + .custom-checked {
  border: 1px solid #D36E1C;
}
.banner-mark .checkbox__input-text {
  margin-top: 10px;
  align-items: center;
}

.contacts {
  padding-top: 0;
}
.contacts .section__upper {
  justify-content: center;
}
.contacts__text {
  padding: 30px 0 30px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  background: #faf1ec;
  border-radius: 22px;
  gap: 35px;
}
@media (max-width: 1399.98px) {
  .contacts__text {
    gap: 0;
    flex-direction: row;
    padding: 25px 20px 30px;
  }
}
@media (max-width: 1279.98px) {
  .contacts__text {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .contacts__text {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contacts__text {
    width: 100%;
    flex-direction: column-reverse;
    padding: 20px 26px;
  }
}
@media (max-width: 575.98px) {
  .contacts__text {
    border-radius: 17px;
  }
}
.contacts__text h3, .contacts__text .h3 {
  font-size: 32px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .contacts__text h3, .contacts__text .h3 {
    font-size: 20px;
    line-height: 19px;
  }
}
@media (max-width: 1279.98px) {
  .contacts__text h3, .contacts__text .h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .contacts__text h3, .contacts__text .h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.contacts__item a, .contacts__item span {
  text-decoration: none;
  color: #D36E1C;
  display: block;
}
@media (max-width: 767.98px) {
  .contacts__item a, .contacts__item span {
    font-size: 14px;
    line-height: 13px;
  }
}
.contacts .section__content {
  display: flex;
  gap: 47px;
}
.contacts__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .contacts__main {
    gap: 42px;
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .contacts__main {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .contacts__main {
    padding: 0 15px;
  }
}
.contacts__inputs {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  gap: 11px;
}
@media (max-width: 1399.98px) {
  .contacts__inputs {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .contacts__inputs {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .contacts__inputs {
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
.contacts__inputs input {
  background: #F1F1F1;
}
.contacts__form {
  padding: 30px 0 0 20px;
}
@media (max-width: 1399.98px) {
  .contacts__form {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .contacts__form {
    padding: 20px 9px;
    background: #F1F1F1;
    border-radius: 21px;
  }
}
.contacts__form h3, .contacts__form .h3 {
  font-size: 32px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .contacts__form h3, .contacts__form .h3 {
    font-size: 20px;
    line-height: 19px;
  }
}
@media (max-width: 767.98px) {
  .contacts__form h3, .contacts__form .h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px;
  }
}
.contacts__form h3 + span, .contacts__form .h3 + span {
  color: #D36E1C;
  font-size: 20px;
  line-height: 19px;
}
@media (max-width: 1399.98px) {
  .contacts__form h3 + span, .contacts__form .h3 + span {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 767.98px) {
  .contacts__form h3 + span, .contacts__form .h3 + span {
    font-size: 12px;
    line-height: 11px;
  }
}
.contacts__form .input-name, .contacts__form .input-tel {
  padding: 10px 20px;
}
.contacts__form .input-name::-moz-placeholder, .contacts__form .input-tel::-moz-placeholder {
  font-size: 20px;
  line-height: 19px;
}
.contacts__form .input-name::placeholder, .contacts__form .input-tel::placeholder {
  font-size: 20px;
  line-height: 19px;
}
@media (max-width: 767.98px) {
  .contacts__form .input-name, .contacts__form .input-tel {
    background: rgb(255, 255, 255);
  }
}
.contacts__form .input-name {
  height: 44px;
}
@media (max-width: 575.98px) {
  .contacts__form .input-name {
    margin-top: 15px;
  }
}
.contacts__form .input-tel {
  height: 44px;
}
@media (max-width: 1399.98px) {
  .contacts__form .input-tel {
    margin-top: 0;
  }
}
.contacts__form .btn {
  margin-bottom: 5px;
}
@media (max-width: 1399.98px) {
  .contacts__form .btn {
    height: 44px;
    font-size: 16px;
    line-height: 15px;
  }
}
.contacts .checkbox__input-text {
  align-items: center;
}
.contacts .checkbox__input-text__checked {
  height: 23px;
}
.contacts .checkbox__input-text__info {
  font-size: 12px;
  line-height: 12px;
}
@media (max-width: 1399.98px) {
  .contacts .checkbox__input-text__info {
    font-size: 10px;
    line-height: 10px;
  }
}
.contacts .section.map {
  padding: 0;
  max-width: 773px;
}
@media (max-width: 1399.98px) {
  .contacts .section.map {
    padding-top: 24px;
  }
}
.contacts .map-container {
  height: 674px;
}
@media (max-width: 575.98px) {
  .contacts + .secion.map {
    display: none;
  }
}

.autocredit {
  background: url(../img/bg/bg-credit-top.webp) no-repeat;
  background-size: cover;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .autocredit {
    background: none;
  }
}
.autocredit .row {
  padding: 0;
}
@media (max-width: 575.98px) {
  .autocredit .row {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .autocredit .section__upper {
    margin-bottom: 40px;
  }
}
.autocredit-text {
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .autocredit-text {
    padding: 0;
  }
}
.autocredit-text__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 46px;
  color: #333333;
  margin-bottom: 16px;
}
@media (max-width: 1399.98px) {
  .autocredit-text__title {
    font-size: 35px;
    line-height: 33px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-text__title {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .autocredit-text__title {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 14px;
  }
}
.autocredit-text__title b {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .autocredit-text__title b {
    display: block;
  }
}
.autocredit-text__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #333333;
}
@media (max-width: 991.98px) {
  .autocredit-text__info {
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 575.98px) {
  .autocredit-text__info {
    font-size: 12px;
    line-height: 11px;
    margin: 0;
  }
}
.autocredit-cont {
  padding: 0;
}
.autocredit-cont__item {
  padding: 0;
  display: grid;
  grid-template-areas: "item car car" "credit car car" "trade trade trade" "data info info";
  padding-top: 48px;
}
.autocredit-cont__item .item {
  grid-area: item;
}
.autocredit-cont__item .car {
  grid-area: car;
}
.autocredit-cont__item .credit {
  grid-area: credit;
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item .credit {
    max-width: 360px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item .credit {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item .credit .autocredit-cont__item-title {
    margin-bottom: 30px;
  }
}
.autocredit-cont__item .trade {
  grid-area: trade;
}
.autocredit-cont__item .data {
  grid-area: data;
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item .data {
    max-width: 360px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item .data {
    max-width: 100%;
  }
}
.autocredit-cont__item .info {
  grid-area: info;
}
@media (max-width: 767.98px) {
  .autocredit-cont__item .info {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item {
    grid-template-areas: "item item" "credit credit" "trade trade" "car car" "data data" "info info";
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item {
    padding-top: 30px;
  }
}
.autocredit-cont__item-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .autocredit-cont__item-title {
    gap: 15px;
  }
}
.autocredit-cont__item-title__number {
  font-weight: 700;
  font-size: 70px;
  line-height: 67px;
  color: #D36E1C;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-title__number {
    font-size: 70px;
    line-height: 67px;
  }
}
@media (max-width: 575.98px) {
  .autocredit-cont__item-title__number {
    font-size: 42px;
    line-height: 26px;
  }
}
.autocredit-cont__item-title__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #333333;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-title__text {
    font-size: 22px;
    line-height: 21px;
  }
}
@media (max-width: 575.98px) {
  .autocredit-cont__item-title__text {
    font-size: 15px;
    line-height: 14px;
  }
}
.autocredit-cont__item-select__list {
  width: 300px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-select__list {
    width: 210px;
    font-size: 22px;
    line-height: 21px;
    padding-top: 29px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-select__list {
    width: 100%;
  }
}
.autocredit-cont__item-select__list .custom-select {
  max-height: 47px;
}
.autocredit-cont__item-credit {
  max-width: 419px;
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-credit {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-credit {
    padding-top: 40px;
  }
}
.autocredit-cont__item-credit__range {
  padding-top: 15px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-credit__range {
    padding-top: 27px;
  }
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-credit__range {
    width: 312px;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-credit__range {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .autocredit-cont__item-credit__range {
    padding: 0 10px;
  }
}
.autocredit-cont__item-credit__range-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #333333;
  display: inline-block;
  padding-bottom: 30px;
}
.autocredit-cont__item-credit__range-text__info {
  display: flex;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-credit__range-text__info {
    width: 100%;
    justify-content: space-between;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
  }
}
.autocredit-cont__item-credit__range:first-child {
  margin-top: 15px;
}
.autocredit-cont__item-credit__range:last-child {
  margin-top: 38px;
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-credit__range:last-child {
    margin-top: 60px;
  }
}
.autocredit-cont__item .range-text {
  color: #D36E1C;
}
.autocredit-cont__item .range-text__bold {
  font-weight: 700;
  color: #D36E1C;
}
.autocredit-cont__item-car {
  padding-top: 17px;
  padding-left: 62px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-car {
    padding-top: 0px;
    padding-left: 41px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-car {
    padding-left: 0;
  }
}
.autocredit-cont__item-car__text {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.autocredit-cont__item-car__text-mark {
  font-weight: 700;
  font-size: 32px;
  line-height: 31px;
  color: #333333;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-car__text-mark {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .autocredit-cont__item-car__text-mark {
    font-size: 20px;
    line-height: 19px;
  }
}
.autocredit-cont__item-car__text-model {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: #D36E1C;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-car__text-model {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .autocredit-cont__item-car__text-model {
    font-size: 16px;
    line-height: 15px;
  }
}
.autocredit-cont__item-car__flex {
  display: flex;
  justify-content: space-between;
  margin-left: 42px;
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-car__flex {
    margin-top: -74px;
    align-items: center;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-car__flex {
    margin: 0;
    margin-top: 30px;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-car__flex {
    margin-top: 50px;
  }
}
.autocredit-cont__item-car__flex-info {
  margin-top: -50px;
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-car__flex-info {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-car__flex-info {
    display: flex;
    flex-direction: column;
  }
}
.autocredit-cont__item-car__flex-info__stocks {
  background: url(../img/svg/icons/autocredit-stocks.svg);
  width: 129px;
  height: 129px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  margin-top: 25px;
  margin-left: 119px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-car__flex-info__stocks {
    width: 113px;
    height: 113px;
    background-size: cover;
    margin-top: 34px;
    margin-left: 80px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-car__flex-info__stocks {
    order: 2;
    margin-top: -32px;
    margin-left: 56px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-car__flex-info__stocks {
    width: 85px;
    height: 85px;
  }
}
.autocredit-cont__item-car__flex-info__stocks-info {
  font-weight: 700;
  font-size: 8px;
  line-height: 8px;
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-car__flex-info__stocks-info {
    max-width: 56px;
    text-align: center;
  }
}
.autocredit-cont__item-car__flex-info__stocks-date {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  margin-top: 5px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-car__flex-info__stocks-date {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-car__flex-info__stocks-date {
    font-size: 14px;
    line-height: 13px;
  }
}
.autocredit-cont__item-car__flex-info__credit {
  background: url(../img/svg/icons/autocredit-credit.svg);
  width: 201px;
  height: 201px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  margin-top: -70px;
  margin-right: 102px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-car__flex-info__credit {
    margin-top: -53px;
    margin-right: 29px;
    width: 165px;
    height: 165px;
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-car__flex-info__credit {
    order: 1;
    margin-top: -7px;
    margin-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-car__flex-info__credit {
    width: 111px;
    height: 111px;
  }
}
.autocredit-cont__item-car__flex-info__credit-text__bold {
  font-weight: 700;
  font-size: 48px;
  line-height: 46px;
  margin-bottom: 6px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-car__flex-info__credit-text__bold {
    font-size: 43px;
    line-height: 41px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-car__flex-info__credit-text__bold {
    font-size: 30px;
    line-height: 29px;
  }
}
.autocredit-cont__item-car__flex-info__credit-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-car__flex-info__credit-text {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-car__flex-info__credit-text {
    font-size: 8px;
    line-height: 8px;
  }
}
.autocredit-cont__item-car__img {
  margin-top: -67px;
  margin-left: 42px;
  width: 756px;
  height: 335px;
  display: flex;
  align-items: flex-end;
}
.autocredit-cont__item-car__img img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(1);
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-car__img img {
    margin-bottom: 97px;
  }
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-car__img img {
    margin-bottom: 44px;
  }
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-car__img {
    margin-top: -18px;
    margin-left: -5px;
  }
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-car__img {
    width: auto;
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-car__img {
    width: auto;
  }
}
.autocredit-cont__item-prices {
  margin-top: 80px;
  opacity: 0;
}
.autocredit-cont__item-prices__titles {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-prices__titles {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    margin-top: -80px;
  }
}
.autocredit-cont__item-prices__titles-item {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 13px;
  width: 33.33%;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-prices__titles-item {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-prices__titles-item {
    margin-top: 7px;
    font-size: 16px;
    line-height: 15px;
  }
}
.autocredit-cont__item-prices__titles-item:first-child {
  padding-left: 22px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-prices__titles-item:first-child {
    padding-left: 0;
  }
}
.autocredit-cont__item-prices__titles-item span {
  font-weight: 500;
}
.autocredit-cont__item-prices__titles-item::after {
  display: none;
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-prices__titles-item::after {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    width: calc(217px + (100vw - 540px) / 2);
    margin-top: 8px;
    left: 0;
    background: linear-gradient(270deg, #D36E1C 0%, #00e3ff 75.13%);
  }
}
@media (max-width: 575.98px) {
  .autocredit-cont__item-prices__titles-item::after {
    width: 232px;
  }
}
.autocredit-cont__item-prices__titles::after {
  content: "";
  position: absolute;
  width: calc(863px + (100vw - 1346px) / 2);
  right: 0;
  height: 1px;
  display: flex;
  margin-top: 23px;
  background: linear-gradient(270deg, #D36E1C 0%, #00e3ff 75.13%);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-prices__titles::after {
    width: calc(668px + (100vw - 1040px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-prices__titles::after {
    width: calc(588px + (100vw - 960px) / 2);
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-prices__titles::after {
    width: calc(677px + (100vw - 720px) / 2);
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-prices__titles::after {
    display: none;
  }
}
.autocredit-cont__item-prices__prices {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
.autocredit-cont__item-prices__prices-item {
  font-weight: 700;
  font-size: 32px;
  line-height: 31px;
  width: 33.33%;
  text-align: center;
  color: #333333;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-prices__prices-item {
    width: auto;
  }
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-prices__prices-item {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-prices__prices-item {
    font-size: 20px;
    line-height: 19px;
  }
}
.autocredit-cont__item-prices__prices-item:first-child {
  padding-left: 22px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-prices__prices-item:first-child {
    padding-left: 0;
  }
}
.autocredit-cont__item-trade {
  padding-top: 54px;
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-trade {
    padding-top: 40px;
  }
}
.autocredit-cont__item-trade__open {
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-trade__open {
    width: 28px;
    height: 28px;
  }
}
.autocredit-cont__item-trade__open img {
  width: 100%;
}
.autocredit-cont__item-trade__selects {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-trade__selects {
    padding-top: 34px;
  }
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-trade__selects {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-trade__selects {
    flex-direction: column;
    gap: 20px;
  }
}
.autocredit-cont__item-trade__selects .select2-selection.select2-selection--single {
  width: 100%;
}
.autocredit-cont__item-trade__selects-width {
  width: 300px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-trade__selects-width {
    width: 210px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-trade__selects-width {
    width: 100%;
  }
}
.autocredit-cont__item-trade__selects-width input::-moz-placeholder {
  color: #000;
  font-size: 14px;
}
.autocredit-cont__item-trade__selects-width input::placeholder {
  color: #000;
  font-size: 14px;
}
.autocredit-cont__item-data {
  padding-top: 39px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-data {
    padding-top: 28px;
    width: 330px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-data {
    width: 100%;
  }
}
.autocredit-cont__item-data__info {
  padding: 25px 0;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-data__info {
    padding: 36px 0 19px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-data__info {
    padding: 20px 0;
  }
}
.autocredit-cont__item-data__info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-data__info-text {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-data__info-text {
    text-transform: none;
  }
}
.autocredit-cont__item-data__form {
  display: grid;
  grid-row-gap: 20px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-data__form {
    width: 210px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-data__form {
    width: 100%;
  }
}
.autocredit-cont__item-data__form-input {
  width: 300px;
  height: 48px;
  border: 1px solid #D36E1C;
  border-radius: 30px;
  padding-left: 18px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-data__form-input {
    height: 35px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .autocredit-cont__item-data__form-input {
    display: block;
    width: 100%;
    height: 45px;
  }
}
.autocredit-cont__item-data__form-checkbox {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-data__form-checkbox {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.autocredit-cont__item-data__form-checkbox .checkbox__input-text input {
  height: 0;
}
.autocredit-cont__item-data__form-checkbox .checkbox__input-text input[type=checkbox] + .custom-checked {
  background-color: #f2f2f2;
}
.autocredit-cont__item-data__form-checkbox .checkbox__input-text input[type=checkbox]:checked + .custom-checked {
  background-size: 9px;
}
.autocredit-cont__item-data__form-checkbox .checkbox__input-text__info {
  font-size: 14px;
  line-height: 13px;
  max-width: 280px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-data__form-checkbox .checkbox__input-text__info {
    font-size: 10px;
    line-height: 10px;
    max-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-data__form-checkbox .checkbox__input-text__info {
    max-width: 100%;
  }
}
.autocredit-cont__item-data__form-btn {
  width: 300px;
  height: 52px;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #D36E1C;
  background: #D36E1C;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-data__form-btn {
    width: 210px;
    height: 35px;
    font-size: 11px;
    line-height: 10px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-data__form-btn {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .autocredit-cont__item-data__form-btn {
    height: 45px;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
  }
}
.autocredit-cont__item-info__text {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 146px;
  padding-top: 43px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-info__text {
    padding-left: 116px;
    padding-top: 41px;
  }
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-info__text {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-info__text {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-info__text {
    padding-top: 10px;
  }
}
.autocredit-cont__item-info__text-item {
  width: 406px;
  padding: 30px 3px 26px 40px;
  background: #faf1ec;
  border-radius: 22px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: rgba(211, 110, 28, 0.1);
}
.autocredit-cont__item-info__text-item:nth-child(2) {
  margin-left: auto;
  padding-right: 30px;
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-info__text-item:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-info__text-item {
    padding: 20px;
    width: 320px;
  }
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-info__text-item {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-info__text-item {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-info__text-item {
    padding: 20px 5px;
  }
}
.autocredit-cont__item-info__text-item__title {
  padding-bottom: 23px;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-info__text-item__title {
    padding-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-info__text-item__title {
    text-align: center;
  }
}
.autocredit-cont__item-info__text-item__title-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #333333;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-info__text-item__title-text {
    font-size: 16px;
    line-height: 15px;
  }
}
.autocredit-cont__item-info__text-item__list {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-row-gap: 10px;
  margin-bottom: 0;
}
.autocredit-cont__item-info__text-item__list-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-info__text-item__list-item {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 767.98px) {
  .autocredit-cont__item-info__text-item__list-item {
    font-size: 14px;
    line-height: 13px;
  }
}
.autocredit-cont__item-info__text-item__list-item b {
  font-weight: 500;
  color: #D36E1C;
}
.autocredit-cont__item-info__text-ignor {
  padding: 18px 25px;
  background: #faf1ec;
  border-radius: 22px;
  margin-top: 34px;
  background: rgba(211, 110, 28, 0.1);
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-info__text-ignor {
    padding: 14px 17px 14px 20px;
  }
}
@media (max-width: 1279.98px) {
  .autocredit-cont__item-info__text-ignor {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .autocredit-cont__item-info__text-ignor {
    display: none;
  }
}
.autocredit-cont__item-info__text-ignor p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .autocredit-cont__item-info__text-ignor p {
    font-size: 12px;
    line-height: 140%;
  }
}
.autocredit .input {
  height: 50px;
  width: 100%;
  border: 1px solid #D36E1C;
  border-radius: 53px;
  padding: 7px 25px 9px;
}
.autocredit .input::-moz-placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #9f9f9f;
}
.autocredit .input::placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #9f9f9f;
}
@media (max-width: 1399.98px) {
  .autocredit .input {
    height: 38px;
    padding: 0 10px 4px;
  }
}
@media (max-width: 991.98px) {
  .autocredit .input {
    height: 47px;
    margin-bottom: 0;
    padding-left: 15px;
  }
}

.js-trade-open {
  cursor: pointer;
  max-width: 250px;
}

@media (max-width: 767.98px) {
  .js_step-form {
    padding: 0;
  }
}

.comparison {
  padding-top: 0;
}
@media (max-width: 575.98px) {
  .comparison {
    padding: 0 15px;
  }
}
@media (max-width: 1399.98px) {
  .comparison .section__content {
    margin-right: calc((100vw - 1040px) / 2 * -1);
  }
}
@media (max-width: 1279.98px) {
  .comparison .section__content {
    margin-right: calc((100vw - 960px) / 2 * -1);
  }
}
@media (max-width: 991.98px) {
  .comparison .section__content {
    margin-right: calc((100vw - 720px) / 2 * -1);
  }
}
@media (max-width: 767.98px) {
  .comparison .section__content {
    margin-right: calc((100vw - 540px) / 2 * -1);
  }
}
@media (max-width: 575.98px) {
  .comparison .section__content {
    margin-right: -15px;
  }
}
.comparison-table th {
  padding: 0 10px;
  border-right: 1px solid #e1e1e1;
}
@media (max-width: 767.98px) {
  .comparison-table th {
    padding-left: 16px;
  }
}
.comparison-table th[data-type="2"],
.comparison-table th[data-type="1"] {
  padding: 5px 10px 0;
}
.comparison-table td {
  max-width: 340px;
  width: 340px;
  padding: 24px 40px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
@media (max-width: 767.98px) {
  .comparison-table td {
    font-size: 10px;
    line-height: 10px;
    padding: 10px 16px;
    max-width: 150px;
    width: 150px;
    text-align: center;
  }
  .comparison-table td b {
    float: left;
    text-align: left;
  }
}
.comparison-table .car-info {
  background: #f1f1f1;
  border-radius: 10px;
}
.comparison-table .table-filter {
  min-width: 310px;
  padding-top: 5px;
}
@media (max-width: 767.98px) {
  .comparison-table .table-filter {
    width: 150px;
    min-width: 150px;
  }
}
.comparison-table .table-btns {
  width: 215px;
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 20px;
  position: absolute;
  top: 5px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .comparison-table .table-btns {
    width: 100%;
    gap: 10px;
  }
}
.comparison-table .table-btns button {
  background: #f1f1f1;
  border-radius: 77px;
  border: none;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .comparison-table .table-btns button {
    background: transparent;
    color: #D36E1C;
    font-size: 8px;
    padding: 0;
    text-align: left;
  }
  .comparison-table .table-btns button span {
    display: none;
  }
}
.comparison-table .table-btns button.active {
  background: #D36E1C;
  color: #fff;
}
@media (max-width: 767.98px) {
  .comparison-table .table-btns button.active {
    text-transform: uppercase;
    color: #333333;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    background: transparent;
    order: -1;
  }
}
.comparison-table .table-btns button.active span {
  color: #fff;
}
.comparison-table .table-btns button span {
  color: #D36E1C;
  font-weight: 700;
}
.comparison-table .table-btns label {
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .comparison-table .table-btns label {
    font-size: 10px;
    line-height: 10px;
  }
}
.comparison-table .table-btns label input {
  display: none;
}
.comparison-table .table-btns label input:checked + .checkbox-icon {
  background: #D36E1C;
}
.comparison-table .table-btns label input:checked + .checkbox-icon img {
  opacity: 1;
}
.comparison-table .table-btns label .checkbox-icon {
  width: 20px;
  height: 20px;
  border: 1px solid #D36E1C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.comparison-table .table-btns label .checkbox-icon img {
  opacity: 0;
  width: 10px;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .comparison-table .table-btns label .checkbox-icon {
    width: 12px;
    height: 12px;
  }
  .comparison-table .table-btns label .checkbox-icon img {
    width: 8px;
    border: none;
  }
}
.comparison-table .car-preview__brand {
  font-weight: 700;
  font-size: 26px;
  line-height: 25px;
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 767.98px) {
  .comparison-table .car-preview__brand {
    font-size: 12px;
    line-height: 11px;
  }
}
.comparison-table .car-preview__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  color: #D36E1C;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .comparison-table .car-preview__name {
    font-size: 12px;
    line-height: 11px;
    margin-top: 3px;
  }
}
.comparison-table .car-preview__head {
  padding-top: 11px;
  padding-bottom: 16px;
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .comparison-table .car-preview__head {
    padding-top: 5px;
    padding-bottom: 7px;
  }
}
.comparison-table .car-preview__head a {
  text-decoration: none;
  display: block;
}
.comparison-table .car-preview__head button {
  background: transparent;
  border: none;
  color: #D36E1C;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 11px;
  position: absolute;
  right: 3px;
  top: 3px;
}
@media (max-width: 767.98px) {
  .comparison-table .car-preview__head button {
    top: 0;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .comparison-table .car-preview__head button {
    font-size: 7px;
    width: 20px;
    height: 20px;
  }
}
.comparison-table .car-preview__img img {
  max-height: 240px;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 1399.98px) {
  .comparison-table .car-preview__img img {
    max-height: 215px;
  }
}
@media (max-width: 1279.98px) {
  .comparison-table .car-preview__img img {
    max-height: 190px;
  }
}
@media (max-width: 991.98px) {
  .comparison-table .car-preview__img img {
    max-height: 150px;
  }
}
@media (max-width: 575.98px) {
  .comparison-table .car-preview__img img {
    max-height: 100px;
  }
}
.comparison .text-start {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 46px;
  color: #333333;
  font-weight: 400;
}
.comparison .text-start span {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .comparison .text-start {
    display: none;
  }
}

.js_comparison-table {
  overflow: hidden;
  margin-top: 60px;
  border-right: 3px solid #fff;
}
@media (max-width: 767.98px) {
  .js_comparison-table {
    overflow-x: scroll;
  }
}
.js_comparison-table table {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.comparison-table td:first-child,
.comparison-table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding-left: 0;
}

.comparison-table th:first-child {
  border-bottom: none;
}

.comparison-table td:last-child,
.comparison-table th:last-child {
  border-right: none;
}

.comparison-pagination {
  display: flex;
  gap: 5px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .comparison-pagination {
    display: none;
  }
}
.comparison-pagination span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #dadada;
  transition: all 0.3s;
}
@media (max-width: 1399.98px) {
  .comparison-pagination span {
    width: 8px;
    height: 8px;
  }
}
.comparison-pagination span.active {
  background: #D36E1C;
}

.favorites {
  padding-top: 0;
}
.favorites__bg {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .favorites__bg {
    display: none;
  }
}
.favorites .section__content {
  position: relative;
  z-index: 2;
}
.favorites .text-start {
  font-weight: 400;
  font-size: 48px;
  line-height: 46px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .favorites .text-start {
    font-size: 28px;
    line-height: 27px;
  }
}
.favorites .text-start span {
  font-weight: 700;
}
.favorites .catalog-select__list {
  display: none;
}
@media (max-width: 767.98px) {
  .favorites .catalog-select__list {
    display: block;
  }
}
.favorites button.favorites-filter__btn {
  width: 215px;
  background: #F1F1F1;
  border-radius: 76px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
  transition: all 0.4s;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .favorites button.favorites-filter__btn {
    display: none;
  }
}
.favorites button.favorites-filter__btn span {
  color: #D36E1C;
  font-weight: 700;
  transition: all 0.4s;
}
.favorites button.favorites-filter__btn.active {
  background: #D36E1C;
  color: #fff;
}
.favorites button.favorites-filter__btn.active span {
  color: #fff;
}
.favorites .js_favorite-tabs-block {
  margin-top: 50px;
}
.favorites__new {
  display: grid;
  grid-template-columns: repeat(2, minmax(380px, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  margin-top: 60px;
}
@media (max-width: 1399.98px) {
  .favorites__new {
    grid-column-gap: 46px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .favorites__new {
    grid-template-columns: repeat(1, minmax(380px, 1fr));
  }
}
@media (max-width: 575.98px) {
  .favorites__new {
    grid-row-gap: 30px;
  }
}
.favorites__used, .favorites__spec {
  display: grid;
  grid-template-columns: repeat(3, minmax(380px, 1fr));
  grid-column-gap: 48px;
  grid-row-gap: 40px;
  margin-top: 60px;
}
@media (max-width: 1399.98px) {
  .favorites__used, .favorites__spec {
    grid-column-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .favorites__used, .favorites__spec {
    grid-template-columns: repeat(2, minmax(380px, 1fr));
  }
}
@media (max-width: 767.98px) {
  .favorites__used, .favorites__spec {
    grid-template-columns: repeat(1, minmax(380px, 1fr));
  }
}
@media (max-width: 575.98px) {
  .favorites__used, .favorites__spec {
    grid-row-gap: 30px;
  }
}
.favorites .btn-show_more {
  margin-top: 50px;
}
.favorites .swiper {
  display: inherit;
}
.favorites .swiper-wrapper {
  display: flex;
}
.favorites .swiper-slide {
  display: inherit;
  width: auto !important;
  max-width: 100% !important;
  overflow: hidden;
}

.trade-in {
  background: url(../img/bg/bg-credit-top.webp) no-repeat;
  background-size: cover;
  padding-top: 0;
}
.trade-in .input {
  height: 48px;
  width: 100%;
  border: 1px solid #D36E1C;
  border-radius: 53px;
  padding: 7px 25px 9px;
  font-size: 14px;
}
.trade-in .input::-moz-placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #9f9f9f;
}
.trade-in .input::placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #9f9f9f;
}
.trade-in .custom-select {
  width: 100%;
  max-height: 47px;
}
@media (max-width: 991.98px) {
  .trade-in {
    background: none;
  }
}
.trade-in .row {
  padding: 0;
}
@media (max-width: 575.98px) {
  .trade-in .row {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .trade-in .section__upper {
    margin-bottom: 40px;
  }
}
.trade-in-text {
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .trade-in-text {
    padding: 0;
  }
}
.trade-in-text__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 46px;
  color: #333333;
  margin-bottom: 16px;
}
.trade-in-text__title span {
  color: #D36E1C;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .trade-in-text__title {
    font-size: 35px;
    line-height: 33px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-text__title {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .trade-in-text__title {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 0;
  }
}
.trade-in-text__title b {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .trade-in-text__title b {
    display: block;
  }
}
.trade-in-text__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #333333;
}
@media (max-width: 991.98px) {
  .trade-in-text__info {
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 575.98px) {
  .trade-in-text__info {
    font-size: 12px;
    line-height: 11px;
    margin: 0;
  }
}
.trade-in-cont__item {
  padding: 0;
  display: grid;
  grid-template-areas: "item item item" "credit car car" "trade car car" "data info info";
  padding-top: 48px;
}
.trade-in-cont__item .item {
  grid-area: item;
}
.trade-in-cont__item .car {
  grid-area: car;
}
.trade-in-cont__item .credit {
  grid-area: credit;
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item .credit {
    max-width: 360px;
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item .credit {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item .credit {
    margin-top: 0;
  }
}
.trade-in-cont__item .trade {
  grid-area: trade;
  margin-top: 30px;
}
.trade-in-cont__item .data {
  grid-area: data;
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item .data {
    max-width: 360px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item .data {
    max-width: 100%;
  }
}
.trade-in-cont__item .info {
  grid-area: info;
}
@media (max-width: 991.98px) {
  .trade-in-cont__item {
    grid-template-areas: "item item" "credit credit" "trade trade" "car car" "info info" "data data";
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item {
    padding-top: 30px;
  }
}
.trade-in-cont__item-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .trade-in-cont__item-title {
    gap: 15px;
  }
}
.trade-in-cont__item-title__number {
  font-weight: 700;
  font-size: 70px;
  line-height: 67px;
  color: #D36E1C;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-title__number {
    font-size: 70px;
    line-height: 67px;
  }
}
@media (max-width: 575.98px) {
  .trade-in-cont__item-title__number {
    font-size: 42px;
    line-height: 26px;
  }
}
.trade-in-cont__item-title__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #333333;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-title__text {
    font-size: 22px;
    line-height: 21px;
  }
}
@media (max-width: 575.98px) {
  .trade-in-cont__item-title__text {
    font-size: 15px;
    line-height: 14px;
  }
}
.trade-in-cont__item-select__list {
  width: 300px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-select__list {
    width: 210px;
    font-size: 22px;
    line-height: 21px;
    padding-top: 29px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-select__list {
    width: 100%;
  }
}
.trade-in-cont__item-credit {
  max-width: 380px;
  padding-top: 42px;
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item-credit {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-credit {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-credit {
    padding-top: 40px;
  }
}
.trade-in-cont__item-credit .input {
  height: 50px;
  width: 100%;
  border: 1px solid #D36E1C;
  border-radius: 53px;
  padding: 7px 25px 9px;
}
.trade-in-cont__item-credit .input::-moz-placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #9f9f9f;
}
.trade-in-cont__item-credit .input::placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #9f9f9f;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-credit .input {
    height: 38px;
    padding: 0 10px 4px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-credit .input {
    height: 47px;
    margin-bottom: 0;
    padding-left: 15px;
  }
}
.trade-in-cont__item-credit__range {
  width: 380px;
  padding-top: 15px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-credit__range {
    padding-top: 27px;
    width: 320px;
  }
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item-credit__range {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-credit__range {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .trade-in-cont__item-credit__range {
    padding: 0 10px;
  }
}
.trade-in-cont__item-credit__range-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #333333;
  display: inline-block;
  padding-bottom: 30px;
}
.trade-in-cont__item-credit__range-text__info {
  display: flex;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-credit__range-text__info {
    width: 100%;
    justify-content: space-between;
    font-weight: 700;
  }
}
.trade-in-cont__item-credit__range .range-text {
  color: #D36E1C;
}
.trade-in-cont__item-credit__range .range-text__bold {
  font-weight: 700;
  color: #D36E1C;
}
.trade-in-cont__item-credit__range:first-child {
  margin-top: 15px;
}
.trade-in-cont__item-credit__range:last-child {
  margin-top: 38px;
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item-credit__range:last-child {
    margin-top: 60px;
  }
}
.trade-in-cont__item-car {
  padding-top: 60px;
  padding-left: 62px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-car {
    padding-top: 0px;
    padding-left: 41px;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-car {
    padding-left: 0;
  }
}
.trade-in-cont__item-car__text {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.trade-in-cont__item-car__text-mark {
  font-weight: 700;
  font-size: 32px;
  line-height: 31px;
  color: #333333;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-car__text-mark {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .trade-in-cont__item-car__text-mark {
    font-size: 20px;
    line-height: 19px;
  }
}
.trade-in-cont__item-car__text-model {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: #D36E1C;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-car__text-model {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 575.98px) {
  .trade-in-cont__item-car__text-model {
    font-size: 16px;
    line-height: 15px;
  }
}
.trade-in-cont__item-car__flex {
  display: flex;
  justify-content: space-between;
  margin-left: 26px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-car__flex {
    margin-top: 60px;
    margin-left: 0;
  }
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item-car__flex {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-car__flex {
    margin: 0;
    margin-top: 55px;
  }
}
.trade-in-cont__item-car__flex-info {
  margin-top: -50px;
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item-car__flex-info {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-car__flex-info {
    display: flex;
    flex-direction: column;
  }
}
.trade-in-cont__item-car__flex-info__stocks {
  background: url(../img/svg/icons/autocredit-stocks.svg);
  width: 129px;
  height: 129px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  margin-top: 25px;
  margin-left: 119px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-car__flex-info__stocks {
    width: 113px;
    height: 113px;
    background-size: cover;
    margin-top: 34px;
    margin-left: 80px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-car__flex-info__stocks {
    order: 2;
    margin-top: -32px;
    margin-left: 56px;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-car__flex-info__stocks {
    width: 85px;
    height: 85px;
  }
}
.trade-in-cont__item-car__flex-info__stocks-info {
  font-weight: 700;
  font-size: 8px;
  line-height: 8px;
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-car__flex-info__stocks-info {
    max-width: 56px;
    text-align: center;
  }
}
.trade-in-cont__item-car__flex-info__stocks-date {
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  margin-top: 5px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-car__flex-info__stocks-date {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-car__flex-info__stocks-date {
    font-size: 14px;
    line-height: 13px;
  }
}
.trade-in-cont__item-car__flex-info__credit {
  background: url(../img/svg/icons/autocredit-credit.svg);
  width: 201px;
  height: 201px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  margin-top: -70px;
  margin-right: 102px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-car__flex-info__credit {
    margin-top: -53px;
    margin-right: 29px;
    width: 165px;
    height: 165px;
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-car__flex-info__credit {
    order: 1;
    margin-top: -7px;
    margin-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-car__flex-info__credit {
    width: 111px;
    height: 111px;
  }
}
.trade-in-cont__item-car__flex-info__credit-text__bold {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-car__flex-info__credit-text__bold {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-car__flex-info__credit-text__bold {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }
}
.trade-in-cont__item-car__flex-info__credit-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-car__flex-info__credit-text {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-car__flex-info__credit-text {
    font-size: 8px;
    line-height: 8px;
  }
}
.trade-in-cont__item-car__img {
  margin-top: -67px;
  width: 756px;
  height: 335px;
  display: flex;
  align-items: flex-end;
}
.trade-in-cont__item-car__img img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(1);
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item-car__img img {
    margin-bottom: 44px;
  }
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-car__img {
    margin-top: -18px;
    margin-left: -5px;
  }
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item-car__img {
    width: auto;
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-car__img {
    width: auto;
  }
}
.trade-in-cont__item-prices {
  margin-top: 80px;
  opacity: 0;
}
.trade-in-cont__item-prices__titles {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-prices__titles {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    margin-top: -80px;
  }
}
.trade-in-cont__item-prices__titles-item {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 13px;
  width: 33.33%;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-prices__titles-item {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-prices__titles-item {
    margin-top: 7px;
    font-size: 16px;
    line-height: 15px;
  }
}
.trade-in-cont__item-prices__titles-item span {
  font-weight: 500;
}
.trade-in-cont__item-prices__titles-item::after {
  display: none;
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-prices__titles-item::after {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    margin-top: 8px;
    right: 59%;
    background: linear-gradient(270deg, #D36E1C 0%, #00E3FF 75.13%);
  }
}
.trade-in-cont__item-prices__titles::after {
  content: "";
  position: absolute;
  width: 52.6%;
  right: 0;
  height: 1px;
  display: flex;
  margin-top: 23px;
  background: linear-gradient(270deg, #D36E1C 0%, #00E3FF 75.13%);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-prices__titles::after {
    width: 60.4%;
  }
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item-prices__titles::after {
    width: 55.2%;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-prices__titles::after {
    width: calc(100vw - (100vw - 610px) / 2);
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-prices__titles::after {
    display: none;
  }
}
.trade-in-cont__item-prices__prices {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
.trade-in-cont__item-prices__prices-item {
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  width: 33.33%;
  text-align: center;
  color: #333333;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-prices__prices-item {
    width: auto;
  }
}
@media (max-width: 1279.98px) {
  .trade-in-cont__item-prices__prices-item {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-prices__prices-item {
    font-size: 20px;
    line-height: 19px;
  }
}
.trade-in-cont__item-trade {
  min-width: 320px;
}
.trade-in-cont__item-trade .js-selects {
  flex-direction: column;
}
.trade-in-cont__item-trade__open {
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-trade__open {
    width: 28px;
    height: 28px;
  }
}
.trade-in-cont__item-trade__open img {
  cursor: pointer;
  width: 100%;
}
.trade-in-cont__item-trade__selects {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  gap: 50px;
}
.trade-in-cont__item-trade__selects .select2-selection.select2-selection--single {
  width: 300px;
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-trade__selects .select2-selection.select2-selection--single {
    width: 100%;
  }
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-trade__selects {
    padding-top: 34px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-trade__selects {
    flex-direction: column;
    gap: 20px;
  }
}
.trade-in-cont__item-trade__selects-width {
  width: 300px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-trade__selects-width {
    width: 210px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-trade__selects-width {
    width: 100%;
  }
}
.trade-in-cont__item-trade__selects-width input::-moz-placeholder {
  color: #000;
}
.trade-in-cont__item-trade__selects-width input::placeholder {
  color: #000;
}
.trade-in-cont__item-data {
  padding-top: 39px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-data {
    padding-top: 28px;
  }
}
.trade-in-cont__item-data__info {
  padding: 25px 0;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-data__info {
    padding: 36px 0 19px;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-data__info {
    padding: 20px 0;
  }
}
.trade-in-cont__item-data__info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-data__info-text {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-data__info-text {
    text-transform: none;
  }
}
.trade-in-cont__item-data__form {
  display: grid;
  grid-row-gap: 20px;
}
.trade-in-cont__item-data__form-input {
  width: 300px;
  height: 43px;
  margin-bottom: 20px;
  border: 1px solid #D36E1C;
  border-radius: 30px;
  padding-left: 18px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-data__form-input {
    width: 210px;
    height: 35px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-data__form-input {
    width: 49%;
  }
}
@media (max-width: 575.98px) {
  .trade-in-cont__item-data__form-input {
    display: block;
    width: 100%;
    height: 45px;
  }
}
.trade-in-cont__item-data__form-checkbox {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-data__form-checkbox {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.trade-in-cont__item-data__form-checkbox .checkbox__input-text {
  align-items: center;
}
.trade-in-cont__item-data__form-checkbox .checkbox__input-text input {
  height: 0;
}
.trade-in-cont__item-data__form-checkbox .checkbox__input-text__checked {
  height: 24px;
  padding: 2px 0;
}
.trade-in-cont__item-data__form-checkbox .checkbox__input-text input[type=checkbox] + .custom-checked {
  background-color: #F2F2F2;
}
.trade-in-cont__item-data__form-checkbox .checkbox__input-text input[type=checkbox]:checked + .custom-checked {
  background-size: 9px;
}
.trade-in-cont__item-data__form-checkbox .checkbox__input-text__info {
  font-size: 14px;
  line-height: 13px;
  max-width: 280px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-data__form-checkbox .checkbox__input-text__info {
    font-size: 10px;
    line-height: 10px;
    max-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-data__form-checkbox .checkbox__input-text__info {
    max-width: 100%;
  }
}
.trade-in-cont__item-data__form-btn {
  width: 300px;
  height: 52px;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #D36E1C;
  background: #D36E1C;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-data__form-btn {
    width: 210px;
    height: 35px;
    font-size: 11px;
    line-height: 10px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-data__form-btn {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .trade-in-cont__item-data__form-btn {
    height: 45px;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
  }
}
.trade-in-cont__item-info {
  padding-top: 39px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-info {
    margin-top: 10px;
  }
}
.trade-in-cont__item-info__text {
  padding: 40px 90px;
  border-radius: 22px;
  background: rgba(211, 110, 28, 0.1);
  max-width: 600px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-info__text {
    max-width: 484px;
    padding: 30px 60px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-info__text {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-info__text {
    padding: 20px 5px;
  }
}
.trade-in-cont__item-info__text span {
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-info__text span {
    font-size: 15px;
    line-height: 14px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .trade-in-cont__item-info__text span {
    font-size: 14px;
    line-height: 13px;
  }
}
.trade-in-cont__item-info__text ul {
  padding: 0;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-info__text ul {
    margin-top: 20px;
    gap: 15px;
  }
}
.trade-in-cont__item-info__text ul li {
  list-style-type: none;
  display: flex;
  gap: 5px;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-info__text ul li {
    font-size: 14px;
    line-height: 13px;
  }
}
.trade-in-cont__item-info__text ul li::before {
  content: "•";
  color: #D36E1C;
  font-weight: bold;
  display: inline-block;
}
.trade-in-cont__item-info__text-ignor {
  padding: 18px 25px;
  background: #faf1ec;
  border-radius: 22px;
  margin-top: 34px;
  background: rgba(211, 110, 28, 0.1);
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-info__text-ignor {
    padding: 14px 17px 14px 20px;
  }
}
@media (max-width: 991.98px) {
  .trade-in-cont__item-info__text-ignor {
    display: none;
  }
}
.trade-in-cont__item-info__text-ignor p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .trade-in-cont__item-info__text-ignor p {
    font-size: 12px;
    line-height: 140%;
  }
}

.credit-discount {
  background-color: #FAC599;
  color: #D36E1C;
  font-size: 20px;
  line-height: 19px;
  border-radius: 54px;
  padding: 6px 15px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 20px;
  display: block;
  text-align: center;
}
@media (max-width: 575.98px) {
  .credit-discount {
    font-size: 10px;
    line-height: 10px;
    padding: 3px 16px;
    margin-top: 10px;
  }
}

.news {
  /*==========Select style===========*/
  /*========Detail style=========*/
  /* .detail-info__title {
      font-weight: 900;
      font-size: 18.7856px;
      line-height: 20px;
  }
  .detail-info__title span {
      font-weight: 500;
      font-size: 16.0482px;
      line-height: 19px;
  } */
  /*=========Swiper detail style============*/
  /*========================================*/
  /* .result-number[data-number="1"] {
      background: linear-gradient(147.42deg, #FCC314 7.89%, #F68634 89.47%);
  }
  .result-number[data-number="2"] {
      background: linear-gradient(147.42deg, #696969 7.89%, #000000 89.47%);
  }
  .result-number[data-number="3"] {
      background: linear-gradient(147.42deg, #FF842B 7.89%, #5D0000 89.47%);
  } */
  /*============================*/
}
.news .grey-color {
  color: #8D8D8D;
}
.news .wrapper {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.news .select2-container--default .select2-selection--single {
  border: none;
}
.news .journal__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .journal__category {
  font-weight: 500;
  font-size: 20.3985px;
  line-height: 20px;
}
.news .journal__category span {
  cursor: pointer;
  background: #F1F3FF;
  border-radius: 2.2797px;
  padding: 0 7px;
}
.news .journal-card {
  position: relative;
  text-decoration: none;
}
.news .journal-card__img {
  width: 100%;
  display: block;
}
.news .journal-card__title {
  font-weight: 700;
  font-size: 14.7332px;
  line-height: 120.02%;
  color: #000;
  padding: 12px 0;
  display: block;
}
.news .journal-card__text {
  font-weight: 500;
  font-size: 11.7865px;
  line-height: 120.02%;
  color: #B6B6B6;
  display: block;
}
.news .journal__list {
  display: flex;
  gap: 43px;
  align-items: flex-start;
}
.news .journal__list .journal__list-flex:last-child .journal-card {
  flex-basis: 47%;
}
.news .journal__list .journal__list-flex:last-child .journal-card:nth-child(3n) {
  flex-basis: 100%;
}
.news .journal__list .journal__list-flex:first-child .journal-card {
  flex-basis: 47%;
}
.news .journal__list .journal__list-flex:first-child .journal-card:first-child {
  flex-basis: 100%;
}
.news .journal__list .journal__list-flex:first-child .journal-card:nth-child(3n) {
  flex-basis: 100%;
}
.news .journal__list .journal__list-flex:first-child .journal-card:nth-child(3) {
  flex-basis: 47%;
}
.news .journal__list-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  flex-basis: 50%;
}
.news .card-flex-basis {
  flex-basis: 47%;
}
.news .journal-card__info {
  display: flex;
  align-items: center;
  gap: 17px;
}
.news .card-views {
  display: flex;
  align-items: center;
  gap: 4px;
}
.news .card-views span {
  font-weight: 500;
  font-size: 14.9858px;
  line-height: 18px;
  color: #B6B6B6;
}
.news .journal-card__title-position {
  width: 95px;
  height: 22px;
  font-weight: 700;
  font-size: 8.83991px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 21.54px;
  position: absolute;
  left: 12px;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .journal-card__title-position[data-title=news] {
  background: #001AFF;
}
.news .journal-card__title-position[data-title=review] {
  background: #FCC314;
}
.news .journal-card__title-position[data-title=ratings] {
  background: #FF8888;
}
.news .journal-card__title-position[data-title=new] {
  background: #8D58FE;
}
.news .detail-info__data {
  display: flex;
  gap: 60px;
  padding: 18px 0 31px;
}
.news .data-info {
  display: flex;
  gap: 14px;
}
.news .data-info span {
  display: block;
  font-weight: 500;
  font-size: 10.5136px;
  line-height: 13px;
}
.news .detail-image img {
  width: 100%;
}
.news .detail-content {
  margin-top: 26px;
  background: #F1F3FF;
  padding: 5px 0 10px 14px;
  margin-bottom: 20px;
}
.news .detail-content__title {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16.6973px;
  line-height: 20px;
}
.news .detail-content__list {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #494949;
  padding-left: 10px;
  /* counter-reset: li; */
}
.news .detail-content__list ol {
  display: none;
}
.news .detail-content__list li:hover > ol {
  display: inherit;
}
.news ol {
  counter-reset: li;
}
.news li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.news .detail-content__list li {
  margin-top: 10px;
}
.news .detail-content__list h4, .news .detail-content__list .h4,
.news .detail-content__list h5,
.news .detail-content__list .h5 {
  display: inline;
}
.news .detail-content__list a {
  text-decoration: none;
  color: #494949;
}
.news .detail-content__list ol {
  padding-left: 10px;
}
.news .text-color {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 11px 0 11px 17px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #575757;
}
.news .bk-color-green {
  background: #DEF9E4;
}
.news .bk-color-red {
  background: #FFE6DA;
}
.news .bk-color-grey {
  background: #E3EEFC;
}
.news .text-bold {
  padding-left: 17px;
  border-left: 3px solid #001AFF;
}
.news .text-bold blockquote {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background: rgba(0, 0, 0, 0.07);
  padding: 16px 15px 11px 11px;
}
.news .swiper {
  width: 100%;
  height: 100%;
}
.news .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .swiper-detail .swiper-slide {
  opacity: 0.6;
}
.news .swiper-detail .swiper-slide-thumb-active {
  opacity: 1;
  position: relative;
}
.news .swiper-detail {
  padding-top: 19px;
  margin-bottom: 50px;
}
.news .swiper-detail .swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 3px;
  background: #001AFF;
  top: -9px;
}
.news .swiper-detail-car {
  padding-bottom: 35px;
}
.news .swiper-detail-car .swiper-slide {
  width: 70%;
}
.news .swiper-detail-car .swiper-slide:nth-child(2n) {
  width: 70%;
}
.news .swiper-detail-car .swiper-slide {
  display: block;
  border-radius: 16.5704px;
  border: 1px solid rgba(0, 0, 0, 0.2196078431);
  padding: 29px 29px 32px 29px;
}
.news .slide__title {
  font-weight: 900;
  font-size: 19.6075px;
  line-height: 24px;
}
.news .slide__sub-title {
  font-weight: 400;
  font-size: 19.6075px;
  line-height: 24px;
  text-align: left;
}
.news .slide-price {
  font-weight: 500;
  font-size: 26.5642px;
  line-height: 32px;
  padding: 8px 0;
}
.news .slide-btn {
  background: #001AFF;
  border-radius: 108.495px;
  width: 184px;
  height: 35px;
  font-weight: 700;
  font-size: 13.6092px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
}
.news .swiper-detail-car .swiper-pagination-bullet {
  width: 38px;
  height: 4px;
  background: rgba(174, 174, 174, 0.37);
  border-radius: 3px;
  opacity: 1;
}
.news .swiper-detail-car .swiper-pagination-bullet-active {
  background: #001AFF;
}
.news .detail-text p {
  margin-bottom: 20px;
}
.news .text-color p {
  margin-bottom: 0;
}
.news .text-color {
  margin-bottom: 20px;
}
.news .car__contrast-plus,
.news .car__contrast-minus {
  position: relative;
  margin-bottom: 21px;
}
.news .car__contrast-plus {
  margin-right: 218px;
}
.news .car__contrast-plus:before,
.news .car__contrast-minus:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #61A370;
  left: 35px;
}
.news .car__contrast-minus:before {
  background: #D96666;
}
.news .car__contrast-plus div,
.news .car__contrast-minus div {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 10px 0 10px;
}
.news .detail-car__contrast {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .benefits-rev li {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.news .benefits-rev strong {
  font-weight: 900;
  font-size: 20.1159px;
  line-height: 24px;
  padding: 43px 0 31px;
  flex-basis: 100%;
}
.news .range-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.news .range-line {
  position: relative;
  background: #D9D9D9;
  border-radius: 9px;
  width: 100%;
  height: 10px;
}
.news .range-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #0019FF;
  border-radius: 9px;
}
.news .range-line[value=effectiveness]:before {
  width: 80%;
  height: 10px;
}
.news .range-line[value=test]:before {
  width: 40%;
  height: 10px;
}
.news .range-line[value=quality]:before {
  width: 80%;
  height: 10px;
}
.news .range-numbber {
  font-weight: 900;
  font-size: 15.6px;
  line-height: 19px;
  color: #BEBEBE;
}
.news .range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  margin-bottom: 18px;
}
.news .contrast-result__range {
  margin-top: 72px;
  margin-bottom: 83px;
}
.news .detail-result {
  margin-top: 41px;
}
.news .result {
  display: flex;
  /* flex-wrap: wrap;
  align-items: center; */
  align-items: flex-start;
}
.news .result-ball {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #001AFF;
  font-weight: 900;
  font-size: 15.6px;
  line-height: 19px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.news .result-title {
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  margin-right: 37px;
}
.news .result-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #8D8D8D;
}
.news .result-number {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 22px;
}
.news .result-block-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #8D8D8D;
}
.news .result-text-color {
  font-weight: 500;
  font-size: 15.5357px;
  line-height: 19px;
  color: #0019FF;
}
.news .result-block {
  display: flex;
  align-items: center;
  border-radius: 2.2797px;
  margin-bottom: 14px;
  padding: 11px 16px 5px 5px;
}
.news .detail-result .result-block:nth-child(2n+1) {
  background: #F1F3FF;
}
.news .creator-img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
.news .creator-text p:nth-child(1) {
  font-weight: 700;
  font-size: 16.6973px;
  line-height: 20px;
  color: #B6B6B6;
}
.news .creator-text p:nth-child(2) {
  font-weight: 700;
  font-size: 27px;
  line-height: 33px;
}
.news .creator-text p:nth-child(3) {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #001AFF;
}
.news .creator {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 80px 0 66px;
}
.news .detail-title {
  font-weight: 900;
  font-size: 42.1407px;
  line-height: 44px;
  margin-bottom: 30px;
}
.news .tag {
  display: flex;
  gap: 16px;
}
.news .tag-title {
  font-weight: 700;
  font-size: 16.6973px;
  line-height: 20px;
}
.news .tags {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #001AFF;
  -moz-columns: 4;
       columns: 4;
}
.news .detail-text-style {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.news .hit-card {
  margin-bottom: 93px;
}
.news .hit-card__model {
  font-weight: 900;
  font-size: 29.9858px;
  line-height: 36px;
  color: #A0A0A0;
}
.news .hit-card__img {
  position: relative;
}
.news .hit-card__mark {
  font-weight: 900;
  font-size: 41.4096px;
  line-height: 50px;
  text-transform: uppercase;
  background: linear-gradient(88.56deg, rgba(0, 26, 255, 0.5) 2.07%, rgba(141, 88, 254, 0.5) 96.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
}
.news .hit-card__price {
  margin-bottom: 23px;
}
.news .hit-btn {
  width: 100%;
  height: 55px;
  border-radius: 169.627px;
  font-weight: 800;
  font-size: 24.6807px;
  line-height: 30px;
  cursor: pointer;
}
.news .detail__flex {
  display: flex;
  gap: 110px;
}
.news .detail-info {
  flex-basis: 70%;
}
.news .detail-sidebar {
  flex-basis: 35%;
}
.news .detail-info__title {
  font-weight: 900;
  font-size: 42.1407px;
  line-height: 44px;
}
.news .detail-info__title span {
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
}
@media screen and (max-width: 600px) {
  .news .wrapper,
.news main {
    min-width: auto;
    width: 100%;
    padding: 0 10px;
  }
  .news .journal__flex {
    display: flex;
    justify-content: space-between;
  }
  .news .journal__breadcrumbs {
    font-weight: 500;
    font-size: 8.70615px;
    line-height: 11px;
  }
  .news .journal__breadcrumbs a {
    color: #000;
    text-decoration: none;
  }
  .news .journal__category span {
    font-weight: 500;
    font-size: 11.3985px;
    line-height: 14px;
    background: #F1F3FF;
    border-radius: 2.2797px;
    padding: 0 5px;
    display: none;
  }
  .news .journal__list {
    display: block;
  }
  .news .journal__list-flex {
    display: block;
  }
  .news .journal-card__title {
    padding: 7px 0;
  }
  .news .journal-card__text {
    padding: 7px 0 10px;
  }
  .news .journal-card {
    margin-bottom: 44px;
  }
  .news .journal-card__img {
    height: 100%;
  }
  .news .journal-card__title-position {
    width: 115px;
    height: 27px;
  }
  .news .detail-info__title {
    font-weight: 900;
    font-size: 18.7856px;
    line-height: 20px;
  }
  .news .detail-info__title span {
    font-weight: 500;
    font-size: 16.0482px;
    line-height: 19px;
  }
  .news .detail-info__data {
    justify-content: space-between;
    gap: 0;
    padding: 18px 0 10px;
  }
  .news .data-info {
    gap: 10px;
  }
  .news .detail-image img {
    height: 100%;
  }
  .news .detail-content {
    margin-top: 10px;
  }
  .news .swiper-detail {
    padding-top: 9px;
  }
  .news .swiper-detail .swiper-slide-thumb-active:before {
    height: 1.32px;
    width: 51px;
    top: -5px;
  }
  .news .car__contrast-title {
    font-size: 16px;
    line-height: 19px;
  }
  .news .benefits-rev li {
    font-size: 16px;
    line-height: 19px;
  }
  .news .range-text {
    font-size: 16px;
    line-height: 19px;
  }
  .news .range-line {
    width: 128px;
    height: 10px;
  }
  .news .range-line:before {
    height: 10px;
  }
  .news .contrast-result__range {
    margin-top: 54px;
  }
  .news .result-ball {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #001AFF;
    font-weight: 900;
    font-size: 13.1529px;
    line-height: 16px;
    margin-left: 50px;
  }
  .news .result-title {
    font-size: 24.5828px;
    line-height: 30px;
  }
  .news .result-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 18px;
  }
  .news .result-block-text {
    font-size: 14px;
    line-height: 17px;
  }
  .news .result-number {
    margin-right: 20px;
  }
  .news .result-block {
    padding: 11px 5px 5px 5px;
  }
  .news .creator-img {
    width: 73px;
    height: 73px;
    border-radius: 50%;
  }
  .news .creator-text p:nth-child(1) {
    font-size: 16px;
    line-height: 19px;
  }
  .news .creator-text p:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
  }
  .news .creator {
    gap: 26px;
    padding: 28px 0 19px;
  }
  .news .detail-title {
    font-size: 32px;
    line-height: 103.52%;
  }
  .news .tag {
    flex-flow: column;
    gap: 0;
  }
  .news .tag-title {
    font-size: 16.6973px;
    line-height: 20px;
  }
  .news .tag p {
    margin-bottom: 7px;
  }
  .news .tags {
    font-size: 19px;
    line-height: 105.52%;
    -moz-columns: 2;
         columns: 2;
  }
  .news .tags p {
    margin-bottom: 20px;
  }
  .news .detail-text-style {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }
  .news .hit-card__model {
    font-size: 25.5823px;
    line-height: 31px;
  }
  .news .hit-btn {
    font-size: 21.0563px;
    line-height: 25px;
  }
  .news .detail__flex {
    display: block;
  }
  .news .detail-info {
    width: 100%;
  }
  .news .result {
    flex-wrap: wrap;
  }
  .news .hit-card {
    margin-bottom: 60px;
  }
}
.news .news-detail p img {
  width: 100%;
  height: auto;
}
.news .news-detail .plus-minus {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .news .news-detail .plus-minus {
    flex-direction: column;
  }
}
.news .news-detail .plus-minus ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-basis: 50%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .news .news-detail .plus-minus ul {
    flex-direction: column;
    align-items: center;
    gap: 21px;
  }
}
.news .news-detail .plus-minus ul:first-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #61A370;
  position: absolute;
  top: 0;
  left: 35px;
}
.news .news-detail .plus-minus ul:last-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #D96666;
  position: absolute;
  top: 0;
  left: 35px;
}
.news .news-detail .plus-minus li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: #000;
}
.news .news-detail .plus-minus li::before {
  display: none;
}

.news-button {
  background-color: #001AFF;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 500;
  margin: 7px 0 7px;
  display: inline-block;
  line-height: 16px;
}

.news-button:hover {
  background-color: #4954b8;
  color: white;
}

.detail-info.news-detail p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.cars-stock {
  margin-top: -33px;
  grid-row-gap: 17px;
}
@media (max-width: 575.98px) {
  .cars-stock {
    grid-row-gap: 0;
  }
}
.cars-stock .section__placeholder {
  width: 1px;
}

.swiper.salesHits, .swiper.archiveModels {
  width: 100%;
  margin-top: -33px;
  padding-bottom: 60px;
}
.swiper.salesHits .swiper-slide, .swiper.archiveModels .swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .swiper.salesHits .swiper-slide, .swiper.archiveModels .swiper-slide {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.benefits__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
}
@media (max-width: 1279.98px) {
  .benefits__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .benefits__wrapper {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.benefits__item {
  width: 100%;
  max-width: 322px;
  background: #F1F1F1;
  border-radius: 22px;
  display: flex;
  align-items: center;
  height: 148px;
  padding-right: 13px;
  cursor: pointer;
}
@media (max-width: 1399.98px) {
  .benefits__item {
    max-width: 250px;
    height: 135px;
    padding: 4px;
  }
}
@media (max-width: 1279.98px) {
  .benefits__item {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .benefits__item {
    width: 100%;
    max-width: 100%;
    padding: 15px 0px;
    height: 170px;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .benefits__item:nth-child(3) .benefits__item-text {
    width: 100px;
  }
}
.benefits__item-img {
  position: relative;
}
.benefits__item-img img {
  max-height: 100%;
  max-width: 100%;
  max-width: 103px;
}
@media (max-width: 1399.98px) {
  .benefits__item-img img {
    max-width: 70px;
  }
}
@media (max-width: 1279.98px) {
  .benefits__item-img img {
    max-width: 106px;
  }
}
@media (max-width: 575.98px) {
  .benefits__item-img img {
    max-width: 82px;
  }
}
.benefits__item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .benefits__item-text {
    margin: 0 auto;
    width: 122px;
  }
}
.benefits__item-text div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.benefits__item-text h5, .benefits__item-text .h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .benefits__item-text h5, .benefits__item-text .h5 {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 1279.98px) {
  .benefits__item-text h5, .benefits__item-text .h5 {
    font-size: 15px;
    line-height: 17px;
  }
}
.benefits__item-desc {
  font-size: 13px;
  color: #262626;
  max-width: 170px;
  line-height: 12px;
  opacity: 0.6;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .benefits__item-desc {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 575.98px) {
  .benefits__item-desc {
    max-width: 160px;
  }
}
.benefits__item button {
  padding: 5px;
  max-width: 173px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .benefits__item button {
    font-size: 10px;
    line-height: 10px;
    padding: 7px;
    max-width: 133px;
  }
}

@media (max-width: 1399.98px) {
  .benefits__item:nth-child(3) .benefits__item-desc {
    max-width: 128px;
  }
}

.benefitsSwiper {
  display: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 1279.98px) {
  .benefitsSwiper {
    display: block;
  }
}
.benefitsSwiper .swiper-wrapper {
  padding-bottom: 70px;
}
.benefitsSwiper .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog-brands__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 23px;
  margin-top: 12px;
}
@media (max-width: 1399.98px) {
  .catalog-brands__title {
    font-size: 20px;
    line-height: 19px;
    margin-top: -10px;
  }
}
@media (max-width: 991.98px) {
  .catalog-brands__title {
    display: none;
  }
}
.catalog-brands__main {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  grid-row-gap: 5px;
  grid-column-gap: 130px;
}
@media (max-width: 1399.98px) {
  .catalog-brands__main {
    grid-column-gap: 45px;
  }
}
@media (max-width: 1279.98px) {
  .catalog-brands__main {
    grid-column-gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .catalog-brands__main {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .catalog-brands__main {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 575.98px) {
  .catalog-brands__main {
    padding: 0 15px;
  }
}
.catalog-brands__item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 42px;
  min-height: 55px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  padding: 0 10px;
  gap: 22px;
}
@media (max-width: 991.98px) {
  .catalog-brands__item {
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
  }
}
@media (max-width: 575.98px) {
  .catalog-brands__item {
    padding: 0;
  }
}
.catalog-brands__item-logo {
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .catalog-brands__item-logo {
    margin-left: 0;
  }
}
.catalog-brands__item-logo img {
  max-height: 40px;
  max-width: 75px;
}
.catalog-brands__item-title {
  font-weight: 500;
}
.catalog-brands__item:active, .catalog-brands__item.active {
  outline: 1px solid #D36E1C;
  box-shadow: none;
}
.catalog-brands__item:hover {
  box-shadow: 0px 0px 6px 1px rgba(28, 105, 211, 0.3);
  cursor: pointer;
}
.catalog-brands .btn-show_more {
  max-width: 180px;
  margin: 0 auto;
  margin-top: 50px;
}

.brands-list {
  padding-top: 0;
}

.brands-list .section__placeholder {
  width: 1px;
}

@media (max-width: 575.98px) {
  .brands-list .section__upper {
    margin-bottom: 40px;
  }
}

.rotate {
  transform: rotateZ(180deg);
}

.catalog-models {
  margin-top: 80px;
}
.catalog-models__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
}
.catalog-models__main {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  grid-row-gap: 5px;
  grid-column-gap: 90px;
}
@media (max-width: 1399.98px) {
  .catalog-models__main {
    grid-column-gap: 45px;
  }
}
@media (max-width: 1279.98px) {
  .catalog-models__main {
    grid-column-gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .catalog-models__main {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .catalog-models__main {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
.catalog-models__item {
  box-sizing: border-box;
  text-align: center;
  border-radius: 42px;
  min-height: 40px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: all 0.3s;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 15px;
  max-width: 185px;
  background: transparent;
}
.catalog-models__item.active {
  outline: 1px solid #D36E1C;
  box-shadow: none;
}
.catalog-models__item:hover {
  box-shadow: 0px 0px 6px 1px rgba(28, 105, 211, 0.3);
  cursor: pointer;
}

.banner-main {
  height: 100%;
  color: rgb(255, 255, 255);
  position: relative;
  margin-top: -89px;
  aspect-ratio: 1920/916;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399.98px) {
  .banner-main {
    aspect-ratio: 1280/800;
  }
}
@media (max-width: 991.98px) {
  .banner-main {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-main {
    /* aspect-ratio: 360/638;*/
    height: 100vh;
    width: 100%;
    justify-content: flex-start;
  }
}
.banner-main__cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: end;
  aspect-ratio: 70/17.3;
  padding-left: 14.8%;
  z-index: 4;
}
@media (max-width: 1400px) {
  .banner-main__cont {
    aspect-ratio: 70/18;
  }
}
@media (max-width: 575.98px) {
  .banner-main__cont {
    aspect-ratio: 70/117;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.banner-main__button {
  width: 278px;
  height: 48px;
}
@media (max-width: 1279.98px) {
  .banner-main__button {
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .banner-main__button {
    height: 26px;
    font-size: 12px;
    width: 220px;
  }
}
@media (max-width: 575.98px) {
  .banner-main__button {
    height: 48px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
}
.banner-main picture {
  position: absolute;
  width: 100%;
}
.banner-main picture img {
  width: 100%;
}
.banner-main__text {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .banner-main__text {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .banner-main__text {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
}
.banner-main__content {
  padding-bottom: 225px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 5;
}
@media (max-width: 1399.98px) {
  .banner-main__content {
    padding-bottom: 165px;
  }
}
@media (max-width: 991.98px) {
  .banner-main__content {
    padding-bottom: 165px;
  }
}
@media (max-width: 767.98px) {
  .banner-main__content {
    margin-top: 45vw;
  }
}
@media (max-width: 575.98px) {
  .banner-main__content {
    padding-left: 10px;
  }
}
.banner-main__content div {
  z-index: 5;
}
.banner-main__content h1, .banner-main__content .h1,
.banner-main__content h3,
.banner-main__content .h3,
.banner-main__content span {
  text-transform: uppercase;
  text-shadow: 0px 3px 9px rgba(155, 155, 155, 0.3);
}
.banner-main__content h1, .banner-main__content .h1 {
  font-size: 64px;
  line-height: 53px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .banner-main__content h1, .banner-main__content .h1 {
    font-size: 36px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  .banner-main__content h1, .banner-main__content .h1 {
    font-size: 32px;
    line-height: 31px;
  }
}
.banner-main__content h3, .banner-main__content .h3,
.banner-main__content span {
  font-size: 32px;
  line-height: 31px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .banner-main__content h3, .banner-main__content .h3,
.banner-main__content span {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .banner-main__content h3, .banner-main__content .h3,
.banner-main__content span {
    font-size: 13px;
    line-height: 120%;
  }
}
.banner-main__content span {
  color: #FAC599;
}
.banner-main__content .btn {
  max-width: 255px;
  z-index: 5;
}
@media (max-width: 1399.98px) {
  .banner-main__content .btn {
    max-width: 170px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 991.98px) {
  .banner-main__content .btn {
    max-width: 184px;
    padding: 10px;
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner-main__content .btn {
    max-width: 184px;
    margin-top: 0;
    padding: 6px;
  }
}
.banner-main__content p {
  font-size: 20px;
  z-index: 5;
  max-width: 349px;
  margin-top: 220px;
}
@media (max-width: 1399.98px) {
  .banner-main__content p {
    font-size: 16px;
    line-height: 20px;
    max-width: 300px;
    margin-top: 150px;
  }
}
@media (max-width: 1279.98px) {
  .banner-main__content p {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .banner-main__content p {
    font-size: 13px;
    line-height: 16px;
    max-width: 250px;
    margin-top: 21px;
  }
}

.stock {
  margin-top: -110px;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .stock {
    margin-top: -70px;
  }
}
@media (max-width: 767.98px) {
  .stock .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.stock__desk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .stock__desk {
    display: none;
  }
}
.stock__desk-item {
  flex-basis: 31%;
  height: 269px;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .stock__desk-item {
    height: 220px;
    flex-basis: 33%;
  }
}
.stock__desk-item img {
  width: 100%;
  height: 100%;
}
.stock__desk-item p {
  position: absolute;
  top: 50px;
  left: 0;
  text-align: center;
  font-size: 35px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(255, 255, 255);
  width: 100%;
  padding: 0 10px;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .stock__desk-item p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .stock__desk-item p {
    font-size: 16px;
    line-height: 18px;
  }
}
.stock__desk-item span {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 1399.98px) {
  .stock__desk-item span {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 991.98px) {
  .stock__desk-item span {
    font-size: 14px;
    line-height: 16px;
  }
}
.stock .stock-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  padding: 10px !important;
  z-index: 99;
  display: none;
}
@media (max-width: 991.98px) {
  .stock .stock-slider {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767.98px) {
  .stock .stock-slider {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .stock .stock-slider {
    padding: 15px !important;
    margin: 0 !important;
    padding-right: 70px !important;
    padding-bottom: 80px !important;
    padding-left: 30px !important;
    margin-top: -110px;
  }
  .stock .stock-slider img {
    width: 100%;
    right: 0;
  }
}
.stock .stock-slider .swiper-slide {
  background: transparent;
  /* Center slide text vertically */
  justify-content: center;
  align-items: center;
  position: relative;
  height: 269px;
}
@media (max-width: 575.98px) {
  .stock .stock-slider .swiper-slide {
    height: 209px;
  }
}
.stock .stock-slider .swiper-slide {
  width: 80%;
}
.stock .stock-slider .swiper-slide:nth-child(2n) {
  width: 60%;
}
.stock .stock-slider .stock-slider__text {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 50px;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .stock .stock-slider .stock-slider__text {
    bottom: 40px;
    left: 0;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
  }
}
.stock .stock-slider a {
  height: 100%;
  display: block;
}
.stock .stock-slider p {
  text-decoration: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  transition: all 0.8s;
  z-index: 3;
}
@media (max-width: 1399.98px) {
  .stock .stock-slider p {
    font-size: 26px;
    line-height: 25px;
  }
}
@media (max-width: 575.98px) {
  .stock .stock-slider p {
    top: 40px;
    left: 0;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }
}
.stock .stock-slider img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.stock .stock-slider .section__arrows {
  justify-content: flex-end;
  margin-top: 20px;
  padding-bottom: 100px;
}
@media (max-width: 1279.98px) {
  .stock .stock-slider .section__arrows {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .stock .stock-slider .section__arrows {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .stock .stock-slider .swiper-slide a:hover {
    border-radius: 10px;
    box-shadow: 0px 1px 15px #D36E1C;
  }
  .stock .stock-slider .swiper-slide a:hover img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 15px rgba(28, 105, 211, 0.2);
  }
  .stock .stock-slider .swiper-slide a:hover .stock-overlay {
    visibility: visible;
    opacity: 0.3;
  }
  .stock .stock-slider .swiper-slide a:hover .stock__arrow {
    cursor: pointer;
    opacity: 1;
    z-index: 5;
  }
  .stock .stock-slider .swiper-slide a:hover .stock__arrow img {
    box-shadow: none;
  }
}
.stock .swiper-stock-button-next, .stock .swiper-stock-button-prev {
  border: none;
  background: transparent;
}
.stock .stock__arrow {
  background: transparent;
  border: none;
  width: 35%;
  position: absolute;
  right: 4%;
  bottom: 5%;
  opacity: 0;
  transition: all 0.8s;
}
.stock .stock__arrow :nth-child(2) {
  display: none;
}
@media (max-width: 1399.98px) {
  .stock .stock__arrow {
    opacity: 1;
    width: 20%;
  }
  .stock .stock__arrow :nth-child(1) {
    display: none;
  }
  .stock .stock__arrow :nth-child(2) {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .stock .stock__arrow {
    bottom: 5%;
    width: 50px;
  }
}
@media (max-width: 575.98px) {
  .stock .stock__arrow {
    bottom: 4%;
  }
}
.stock .stock__arrow img {
  width: 100%;
}
.stock .stock-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #000;
  z-index: 2;
  transition: all 0.8s;
}

@media (max-width: 575.98px) {
  .credit-calc .container > .row {
    padding: 15px;
  }
}
.credit-calc .calc-black {
  background: rgba(211, 110, 28, 0.1);
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .credit-calc .calc-black {
    padding: 25px 25px;
  }
}
@media (max-width: 1279.98px) {
  .credit-calc .calc-black {
    flex-wrap: wrap;
    gap: 60px;
  }
}
@media (max-width: 767.98px) {
  .credit-calc .calc-black {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 575.98px) {
  .credit-calc .calc-black {
    padding: 20px 15px;
  }
}
.credit-calc .calc-black__item {
  display: flex;
  flex-direction: column;
  width: 352px;
}
@media (max-width: 1399.98px) {
  .credit-calc .calc-black__item {
    width: 265px;
  }
}
@media (max-width: 767.98px) {
  .credit-calc .calc-black__item {
    width: 100%;
  }
}
.credit-calc .calc-black__item h5, .credit-calc .calc-black__item .h5 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
@media (max-width: 1399.98px) {
  .credit-calc .calc-black__item h5, .credit-calc .calc-black__item .h5 {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 767.98px) {
  .credit-calc .calc-black__item h5, .credit-calc .calc-black__item .h5 {
    font-size: 14px;
    line-height: 13px;
  }
}
.credit-calc .calc-black__item .range-text {
  color: #D36E1C;
}
.credit-calc .calc-black__item .range-text__bold {
  font-weight: 700;
  color: #D36E1C;
}
@media (max-width: 1399.98px) {
  .credit-calc .calc-black__item .range-text {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 991.98px) {
  .credit-calc .calc-black__item .range-text {
    font-weight: 700;
  }
}
@media (max-width: 767.98px) {
  .credit-calc .calc-black__item .range-text {
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 767.98px) {
  .credit-calc .calc-black__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.credit-calc .calc-black__text p {
  font-size: 16px;
  line-height: 15px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1399.98px) {
  .credit-calc .calc-black__text p {
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 767.98px) {
  .credit-calc .calc-black__text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
  }
}
.credit-calc .calc-black__text .js_used-model-price-month {
  font-size: 24px;
  line-height: 23px;
  margin-top: 20px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1399.98px) {
  .credit-calc .calc-black__text .js_used-model-price-month {
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 767.98px) {
  .credit-calc .calc-black__text .js_used-model-price-month {
    font-size: 20px;
    line-height: 19px;
  }
}
.credit-calc .calc-black__text .note {
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  color: #737373;
  margin-top: 9px;
}
@media (max-width: 1399.98px) {
  .credit-calc .calc-black__text .note {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 767.98px) {
  .credit-calc .calc-black__text .note {
    font-size: 9px;
    line-height: 9px;
  }
}
.credit-calc .btn {
  max-width: 222px;
  height: 47px;
  z-index: 999;
}
@media (max-width: 1399.98px) {
  .credit-calc .btn {
    max-width: 192px;
    height: 37px;
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 767.98px) {
  .credit-calc .btn {
    max-width: 100%;
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 15px;
  }
}

.actions {
  padding-top: 0;
}
.actions__main {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  -moz-column-gap: 58px;
       column-gap: 58px;
  row-gap: 60px;
}
@media (max-width: 1399.98px) {
  .actions__main {
    row-gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .actions__main {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    row-gap: 20px;
  }
}
.actions__item {
  padding: 20px 30px;
  border-radius: 25px;
  height: 260px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  line-height: 31px;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
}
.actions__item:hover {
  color: #fff;
}
@media (max-width: 1399.98px) {
  .actions__item {
    font-size: 26px;
    line-height: 25px;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 575.98px) {
  .actions__item {
    height: 204px;
    padding: 20px;
  }
}
.actions_family-car {
  background-image: url(../img/actions/actions_family-car.webp);
}
.actions_first-car {
  background-image: url(../img/actions/actions_first-car.webp);
}
.actions_installment {
  background-image: url(../img/actions/actions_installment.webp);
}
.actions_medicine {
  background-image: url(../img/actions/actions_medicine.webp);
}
.actions__arrow :nth-child(2) {
  display: none;
}
@media (max-width: 1399.98px) {
  .actions__arrow :nth-child(1) {
    display: none;
  }
  .actions__arrow :nth-child(2) {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .actions .row {
    padding: 0 15px;
  }
}
