@font-face {
  font-family: "Vidaloka";
  src: local("Vidaloka"), local("Vidaloka-Regular"), url("../fonts/Vidaloka-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: local("DM Sans Bold"), local("DMSans-Bold"), url("../fonts/DMSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: local("DM Sans Medium"), local("DMSans-Medium"), url("../fonts/DMSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: local("DM Sans Regular"), local("DMSans-Regular"), url("../fonts/DMSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: local("DM Sans SemiBold"), local("DMSans-SemiBold"), url("../fonts/DMSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: local("DM Sans Medium Italic"), local("DMSans-MediumItalic"), url("../fonts/DMSans-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --color-base: #111111;
  --color-blue: #143A66;
  --color-gray: #90949F;
  --color-light-blue: #A7B8D5;
  --color-red: #C0392B;
  --font-main: 'DM Sans', sans-serif;
  --h1-fs: 48px;
  --h2-fs: 48px;
  --h3-fs: 32px;
  --trans-base: all 0.25s ease-in-out;
  --radius-xs: 8px;
}

body {
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 1.2;
  background: var(--color-base);
  color: var(--color-base);
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main, .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
}
main > .container, .main > .container {
  position: relative;
  z-index: 0;
}

a {
  color: var(--color-blue);
  text-decoration: none;
  text-underline-position: under;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
a:hover {
  text-decoration: underline;
}

p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #90949F;
  margin: 0 0 20px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

div[class^=col-], .col {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1446px;
  }
}
svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, .mob-title, h3, h4, h5, h6 {
  font-family: var(--font-main);
  margin: 0;
  font-weight: 400;
  margin-top: 0;
}

h1, h2, .mob-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
@media (max-width: 1559.98px) {
  h1, h2, .mob-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  h1, h2, .mob-title {
    font-size: 32px;
  }
}

h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

h1.hero-title {
  margin: 0px auto 20px;
  text-wrap: balance;
  max-width: 686px;
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
}
@media (max-width: 1559.98px) {
  h1.hero-title {
    font-size: 62px;
  }
}
@media (max-width: 1199.98px) {
  h1.hero-title {
    font-size: 40px;
    max-width: 400px;
  }
}
@media (max-width: 991.98px) {
  h1.hero-title {
    margin-bottom: 20px;
  }
}

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

button {
  cursor: pointer;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  background: transparent;
  border: 1px solid var(--color-base);
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-align: center;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  color: var(--color-base);
}
.btn:hover, .btn:focus {
  background: var(--color-base);
  color: #fff;
  text-decoration: none;
}
.btn:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.btn-blue {
  background: var(--color-base);
  color: #fff;
}
.btn-blue:hover, .btn-blue:focus {
  background: #fff;
  color: var(--color-base);
}

.btn-sm {
  padding: 12px 20px;
}

.btn-trans {
  border-color: transparent;
  background: transparent;
  color: var(--color-base);
}
.btn-trans:hover, .btn-trans:focus {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff;
}

.btn-large {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 17px;
}

.btn-full {
  width: 100%;
  padding: 17px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  width: 280px;
}

.btn-light {
  gap: 10px;
  border-color: #D7D7D7;
  padding: 11px 19px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--color-gray);
}
.btn-light svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
  stroke: var(--color-blue);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.btn-light:hover, .btn-light:focus {
  border-color: var(--color-blue);
}
.btn-light:hover svg, .btn-light:focus svg {
  stroke: #fff;
}

.btns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.btns-group .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 235px;
          flex: 0 0 235px;
  max-width: 235px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  padding: 10px;
}
.btns-group .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-base);
  border-right: 2px solid var(--color-base);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.btns-group .btn:hover:before, .btns-group .btn:focus:before {
  border-color: #fff;
}
@media (max-width: 991.98px) {
  .btns-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btns-group .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

.btn-prev:before {
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.btn-next:before {
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.subtitle {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.8px;
  text-align: center;
  color: var(--color-gray);
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .subtitle {
    color: rgb(101.4507042254, 109.7323943662, 119.0492957746);
  }
}

.label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 6px 8px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  border-radius: 3px;
  color: #fff;
}

.label-new {
  background: var(--color-blue);
}

.label-live {
  background: var(--color-red);
  padding-left: 22px;
}
.label-live:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

.label-end {
  background: var(--color-base);
}

.label-green {
  background: #51B163;
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 46px;
}
.headline p {
  max-width: 703px;
  color: #686A71;
}
@media (max-width: 991.98px) {
  .headline {
    margin-bottom: 24px;
  }
  .headline p {
    max-width: 600px;
  }
}
@media (max-width: 575.98px) {
  .headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}

.size {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 140%;
  color: #90949F;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-align: right;
}
.size span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--color-base);
}
@media (max-width: 575.98px) {
  .size {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 600;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--color-gray);
  text-decoration: none;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  margin-bottom: 16px;
}
.more span {
  white-space: nowrap;
}
.more svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  stroke: var(--color-gray);
}
.more:hover, .more:focus {
  text-decoration: none;
  color: var(--color-base) svg;
  color-stroke: var(--color-base);
}
@media (max-width: 991.98px) {
  .more {
    margin-bottom: 16px;
  }
}

.socially {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.socially a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}
.socially a svg {
  fill: #fff;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.socially a:hover svg {
  fill: #A7B8D5;
}
@media (max-width: 1559.98px) {
  .socially {
    gap: 10px;
  }
}
@media (max-width: 1199.98px) {
  .socially {
    gap: 6px;
  }
  .socially a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    max-width: 22px;
    height: 22px;
  }
}

.socially-large {
  gap: 18px;
}
.socially-large a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
}
.socially-large a svg {
  fill: var(--color-base);
}
.socially-large a:hover svg {
  fill: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991.98px) {
  .socially-large {
    gap: 10px;
  }
  .socially-large a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    max-width: 32px;
    height: 32px;
  }
}

.main:not(:has(.hero)) {
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .main:not(:has(.hero)) {
    padding-top: 75px;
  }
}

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .content-row {
    display: block;
  }
}

.aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  max-width: 260px;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.sort p {
  margin: 0;
  color: var(--color-base);
}
@media (max-width: 991.98px) {
  .sort {
    margin-bottom: 24px;
  }
}

@media (max-width: 991.98px) {
  .sort-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
  }
}

.text-center .btn {
  margin-top: 0;
}

.header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
  padding: 22px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  .header {
    padding: 10px;
    position: fixed;
    z-index: 40;
    inset: 0 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--trans-base);
    transition: var(--trans-base);
  }
}

.logo-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 187px;
}
@media (max-width: 991.98px) {
  .logo-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
  }
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 16px;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: var(--color-base);
}
.logo svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  max-width: 21px;
  height: 24px;
  fill: var(--color-base);
}
.logo:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .logo {
    margin-right: 0;
    gap: 5px;
    font-size: 16px;
  }
  .logo svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
    height: 25px;
  }
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .header-actions .btn {
    font-size: 10px;
    padding: 10px;
  }
}

nav:has(.main-nav) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  padding-top: 12px;
}
.main-nav li a {
  display: block;
  position: relative;
  color: var(--color-base);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  text-decoration: none;
  padding: 16px 0;
  position: relative;
}
.main-nav li a:hover {
  color: var(--color-blue);
}
.main-nav li a.active {
  color: var(--color-blue);
}
@media (max-width: 991.98px) {
  .main-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 30;
    background: #fff;
    height: 100dvh;
    overflow: auto;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 14px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--trans-base);
    transition: var(--trans-base);
  }
}

.nav-ico {
  display: none;
  border: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
  position: relative;
  z-index: 50;
}
.nav-ico:before, .nav-ico:after {
  content: "";
  position: absolute;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  left: 6px;
  width: 20px;
}
.nav-ico:before {
  top: 9px;
  height: 2px;
  background: var(--color-base);
}
.nav-ico::after {
  top: 15px;
  height: 4px;
  border-top: 2px solid var(--color-base);
  border-bottom: 2px solid var(--color-base);
}
@media (max-width: 991.98px) {
  .nav-ico {
    display: block;
  }
}

[data-open=menu] {
  overflow: hidden;
}
[data-open=menu] .main-nav {
  opacity: 1;
  visibility: visible;
}
[data-open=menu] .nav-ico:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
[data-open=menu] .nav-ico:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  height: 1px;
  border-bottom: 0;
}
[data-open=menu] nav {
  opacity: 1;
  visibility: visible;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform-style: flat;
          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 {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-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;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          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;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          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 * {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  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 {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  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 {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

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

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

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

.hero {
  position: relative;
  z-index: 5;
}
.hero:has(.header) .header {
  background: transparent;
  border-bottom: 0;
}
.hero p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  max-width: 692px;
  margin: 0px auto 60px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .hero:has(.header) .header {
    background: #fff;
    border-bottom: 1px solid #D7D7D7;
  }
  .hero p {
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .hero p {
    margin-bottom: 24px;
  }
}

.hero-slider {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.hero-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.hero-slider .carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
  height: 100%;
  overflow: hidden;
}

.hero-slider .carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-text {
  padding: 112px 0;
}
@media (max-width: 991.98px) {
  .hero-text {
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .hero-text {
    padding-bottom: 40px;
    padding-top: 80px;
  }
}

.search {
  max-width: 692px;
  margin: 0px auto;
}
.search .form-group {
  position: relative;
  border-left: 1px solid #D7D7D7;
  height: 72px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search .form-control {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  height: 72px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--color-base);
  padding: 20px;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.search .form-control:focus {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  outline: none;
}
.search .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: var(--color-gray);
}
.search .form-control::-moz-placeholder {
  opacity: 1;
  color: var(--color-gray);
}
.search .form-control:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-gray);
}
.search .form-control::-ms-input-placeholder {
  opacity: 1;
  color: var(--color-gray);
}
.search .form-control::placeholder {
  opacity: 1;
  color: var(--color-gray);
}
@media (max-width: 991.98px) {
  .search .custom-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border-radius: 0 0 0 4px;
  }
  .search .form-group {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-left: 0;
    border-bottom: 1px solid #D7D7D7;
    border-radius: 4px 4px 0 0;
    height: auto;
  }
  .search .form-control {
    border-radius: 4px 4px 0 0;
    height: 50px;
    padding: 10px;
  }
  .search .custom-select-trigger {
    height: 50px;
    padding: 10px 24px 10px 10px;
  }
  .search .custom-select-trigger:after {
    width: 6px;
    height: 6px;
    right: 14px;
  }
  .search .custom-select-dropdown {
    border-radius: 4px;
  }
  .search .custom-select-option {
    padding-left: 10px;
  }
}

.search-ico {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 16px;
  width: 24px;
  height: 24px;
}
.search-ico svg {
  fill: var(--color-gray);
}
@media (max-width: 991.98px) {
  .search-ico {
    width: 18px;
    height: 18px;
    top: 16px;
    left: 8px;
  }
}

.search-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 16px 48px 0px rgba(47, 46, 103, 0.1215686275);
          box-shadow: 0px 16px 48px 0px rgba(47, 46, 103, 0.1215686275);
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .search-in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 4px;
  }
}

.search-btn {
  height: 72px;
  border-radius: 0 8px 8px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  max-width: 180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  text-transform: none;
}
.search-btn svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  stroke: #fff;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.search-btn:hover svg, .search-btn:focus svg {
  stroke: var(--color-blue);
}
.search-btn:active {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 991.98px) {
  .search-btn {
    height: 50px;
    font-size: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border-radius: 0 0 4px 0;
  }
  .search-btn svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
    height: 20px;
  }
}

.custom-select {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  max-width: 180px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: var(--color-base);
}
@media (max-width: 991.98px) {
  .custom-select {
    font-size: 14px;
  }
}
.custom-select-native {
  display: none;
}
.custom-select-trigger {
  position: relative;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 72px;
  padding: 20px 40px 20px 20px;
  line-height: 32px;
}
.custom-select-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.custom-select.active .custom-select-trigger::after {
  -webkit-transform: translateY(-30%) rotate(-135deg);
          transform: translateY(-30%) rotate(-135deg);
}
.custom-select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100;
}
.custom-select.active .custom-select-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.custom-select-option {
  padding: 12px 16px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media (max-width: 991.98px) {
  .custom-select-option {
    padding: 12px;
  }
}
.custom-select-option:hover, .custom-select-option.selected {
  background: #EDF0F3;
}

.custom-select-top {
  margin-left: 20px;
}
.custom-select-top .custom-select-trigger {
  height: 40px;
  padding: 10px 34px 10px 16px;
  line-height: 22px;
}
.custom-select-top .custom-select-dropdown {
  top: auto;
  bottom: calc(100% + 4px);
}
.custom-select-top.active .custom-select-dropdown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.custom-select-top .custom-select-dropdown {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.custom-select-lang {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 109px;
          flex: 0 0 109px;
  max-width: 109px;
}
@media (max-width: 991.98px) {
  .custom-select-lang .custom-select-trigger {
    font-size: 14px;
  }
}

.custom-select-val {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86px;
          flex: 0 0 86px;
  max-width: 86px;
}
@media (max-width: 991.98px) {
  .custom-select-val .custom-select-trigger {
    font-size: 14px;
  }
}

.custom-select-sm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 231px;
          flex: 0 0 231px;
  max-width: 231px;
}
.custom-select-sm .custom-select-trigger {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #D7D7D7;
  padding: 10px 35px 10px 15px;
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  color: #686A71;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .custom-select-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }
  .custom-select-sm .custom-select-trigger {
    font-size: 13px;
    padding-left: 10px;
  }
}

.category {
  padding: 30px 0 20px;
  border-bottom: 1px solid #E3E3E3;
}
@media (max-width: 575.98px) {
  .category {
    padding-top: 20px;
  }
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  max-width: 140px;
  color: var(--color-gray);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
}
.category-item:hover, .category-item.active {
  text-decoration: none;
  color: var(--color-base);
}
.category-item:hover .category-item-img::before, .category-item.active .category-item-img::before {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .category-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 3);
            flex: 0 0 calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    color: rgb(101.4507042254, 109.7323943662, 119.0492957746);
  }
}

.category-item-indent img {
  margin-right: -10px;
}

.category-item-img {
  overflow: hidden;
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E8ECF0;
}
.category-item-img::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  border: 2px solid #d6d6d6;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  opacity: 0;
  border-radius: 50%;
}

.catalog {
  padding: 30px 0 40px;
}
.catalog .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin: 0;
}
.catalog .text-center {
  padding-top: 30px;
}
.catalog .text-center .btn {
  width: 280px;
  padding: 18px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.catalog .text-center .btn:hover, .catalog .text-center .btn:focus {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
@media (max-width: 1559.98px) {
  .catalog .row {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .catalog {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .catalog .row {
    gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .catalog .text-center .btn {
    width: 100%;
  }
}

.catalog-card {
  background: #fff;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  padding: 0 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 160px) / 4);
          flex: 0 0 calc((100% - 160px) / 4);
  max-width: calc((100% - 160px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: default;
  position: relative;
  z-index: 1;
}
.catalog-card:hover {
  z-index: 2;
  -webkit-box-shadow: 0px 16px 48px 0px rgba(47, 46, 103, 0.15);
          box-shadow: 0px 16px 48px 0px rgba(47, 46, 103, 0.15);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (max-width: 1559.98px) {
  .catalog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 5);
            flex: 0 0 calc((100% - 80px) / 5);
    max-width: calc((100% - 80px) / 5);
  }
}
@media (max-width: 1199.98px) {
  .catalog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 4);
            flex: 0 0 calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 991.98px) {
  .catalog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 767.98px) {
  .catalog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px) / 2);
            flex: 0 0 calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
    margin-bottom: 0;
  }
}

.catalog-card-img {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 100%;
}
.catalog-card-img a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inset: 0;
}
.catalog-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .catalog-card-img {
    margin-bottom: 16px;
  }
}

.catalog-card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  padding: 0 20px;
}
.catalog-card-title a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: var(--color-base);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
@media (max-width: 1559.98px) {
  .catalog-card-title {
    padding: 0 12px;
  }
}
@media (max-width: 767.98px) {
  .catalog-card-title {
    font-size: 18px;
    padding: 0 8px;
  }
}
@media (max-width: 575.98px) {
  .catalog-card-title {
    margin-bottom: 10px;
  }
}

.catalog-card-autor {
  font-weight: 500;
  font-style: Italic;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--color-gray);
  margin-bottom: 3px;
  padding: 0 20px;
}
.catalog-card-autor a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: var(--color-gray);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
@media (max-width: 575.98px) {
  .catalog-card-autor a {
    color: rgb(89.7183098592, 97.0422535211, 105.2816901408);
  }
}
.catalog-card-autor a:hover {
  color: var(--color-base);
}
@media (max-width: 1559.98px) {
  .catalog-card-autor {
    padding: 0 12px;
  }
}
@media (max-width: 767.98px) {
  .catalog-card-autor {
    padding: 0 8px;
  }
}

.catalog-card-details {
  margin: 0 0 10px;
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--color-gray);
}
.catalog-card-details a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: var(--color-gray);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.catalog-card-details a:hover {
  color: var(--color-blue);
}
.catalog-card-details > div {
  margin-bottom: 4px;
}
.catalog-card-details dt, .catalog-card-details dd {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
}
.catalog-card-details dt:not(:last-child):after, .catalog-card-details dd:not(:last-child):after {
  display: inline-block;
  vertical-align: top;
  content: "|";
  margin-left: 5px;
}
@media (max-width: 1559.98px) {
  .catalog-card-details {
    padding: 0 12px;
  }
}
@media (max-width: 767.98px) {
  .catalog-card-details {
    padding: 0 8px;
  }
}

.catalog-card-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  padding: 0 20px;
}
@media (max-width: 1559.98px) {
  .catalog-card-price {
    padding: 0 12px;
  }
}
@media (max-width: 767.98px) {
  .catalog-card-price {
    padding: 0 8px;
  }
}

.content .catalog-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 120px) / 4);
          flex: 0 0 calc((100% - 120px) / 4);
  max-width: calc((100% - 120px) / 4);
}
.content .catalog {
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  .content .catalog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 767.98px) {
  .content .catalog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px) / 2);
            flex: 0 0 calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
  }
}

.sell {
  overflow: hidden;
  position: relative;
  background: #EFF1F7;
  padding: 20px 0;
}
.sell .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .sell .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

body:has(.eco-hero) .sell {
  background: #fff;
}

.sell-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 0 80px;
}
.sell-text .subtitle {
  color: var(--color-blue);
  text-align: left;
  margin-bottom: 16px;
}
.sell-text p {
  max-width: 648px;
  margin-bottom: 48px;
  color: #8C949D;
}
@media (max-width: 575.98px) {
  .sell-text p {
    color: rgb(101.4507042254, 109.7323943662, 119.0492957746);
    margin-bottom: 24px;
  }
}
.sell-text .btn {
  width: 280px;
  max-width: 100%;
}
@media (max-width: 1559.98px) {
  .sell-text {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .sell-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 575.98px) {
  .sell-text .btn {
    width: 100%;
  }
}

.sell-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .sell-img {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    position: static;
  }
}
@media (max-width: 575.98px) {
  .sell-img {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.auctions {
  padding: 60px 0 80px;
}
.auctions .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .auctions {
    padding: 40px 0;
  }
  .auctions .row {
    display: block;
  }
}

.auction-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  background: #fff;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  position: relative;
  z-index: 1;
}
.auction-card:hover {
  z-index: 2;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
@media (max-width: 1559.98px) {
  .auction-card {
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .auction-card {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .auction-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
}

.auction-card-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 184px;
          flex: 0 0 184px;
  max-width: 184px;
  overflow: hidden;
  height: 184px;
}
.auction-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .auction-card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    width: 100%;
    height: 300px;
  }
}

.auction-card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.auction-card-body h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.auction-card-body h3 a {
  color: var(--color-base);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.auction-card-body h3 a:hover {
  color: var(--color-blue);
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .auction-card-body h3 {
    font-size: 20px;
  }
}

.auction-card-date {
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-blue);
  margin-bottom: 6px;
}

.auction-card-text {
  color: var(--color-gray);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 575.98px) {
  .auction-card-text {
    color: rgb(101.4507042254, 109.7323943662, 119.0492957746);
  }
}

.auction-card-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.auction-card-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: var(--color-gray);
}
@media (max-width: 575.98px) {
  .auction-card-location {
    color: rgb(101.4507042254, 109.7323943662, 119.0492957746);
  }
}
.auction-card-location svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
}

.app {
  background-size: cover;
}
.app h2, .app .mob-title {
  text-wrap: balance;
  max-width: 400px;
}
.app p {
  margin-bottom: 32px;
  max-width: 528px;
  text-wrap: balance;
}
.app .sell-text {
  padding: 0;
}
@media (max-width: 991.98px) {
  .app .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .app .sell-text {
    padding: 20px 0;
  }
}

.app-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app-btm img {
  max-width: 100%;
}

.app-img {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.app-img img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .app-img {
    max-width: none;
  }
}

.footer {
  background: var(--color-base);
}

.footer-top {
  padding: 80px 0 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.footer-top .footer-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  max-width: 320px;
}
.footer-top .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-top .logo {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.footer-top .logo svg {
  fill: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  max-width: 35px;
  height: 40px;
}
.footer-top p {
  font-size: 16px;
  color: #90949F;
}
.footer-top .subtitle {
  text-align: left;
  color: #90949F;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1559.98px) {
  .footer-top {
    gap: 20px;
  }
  .footer-top .footer-col,
  .footer-top .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 5);
            flex: 0 0 calc((100% - 80px) / 5);
    max-width: calc((100% - 80px) / 5);
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .footer-top .logo {
    gap: 5px;
    font-size: 16px;
  }
  .footer-top .logo svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
    height: 25px;
  }
}
@media (max-width: 991.98px) {
  .footer-top {
    padding: 40px 0 0;
    display: block;
  }
  .footer-top p, .footer-top .subtitle {
    font-size: 14px;
  }
  .footer-top .footer-col,
  .footer-top .col {
    max-width: none;
  }
  .footer-top .socially {
    margin-bottom: 24px;
  }
  .footer-top .subtitle {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 20px 14px 0;
    margin-bottom: 0;
    position: relative;
  }
  .footer-top .subtitle:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    top: 13px;
    right: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.footer-list {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.footer-list li {
  display: block;
  margin-bottom: 8px;
}
.footer-list li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: var(--trans-base);
  color: #fff;
}
.footer-list li a:hover {
  color: #A7B8D5;
}
@media (max-width: 1199.98px) {
  .footer-list {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .footer-list {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: var(--trans-base);
    transition: var(--trans-base);
    font-size: 14px;
  }
}

.active > .footer-list {
  max-height: 2000px;
}

.footer-btm {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .footer-btm {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-btm .custom-select-lang {
    margin-left: 0;
  }
}

.copy {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #90949F;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  .copy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.footer-links a {
  color: #90949F;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.footer-links a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 991.98px) {
  .footer-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.breadcrumbs {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 5px;
}
.breadcrumbs li:not(:first-child) {
  padding-left: 10px;
  position: relative;
}
.breadcrumbs li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 4px;
  left: 1px;
  width: 5px;
  height: 9px;
  background: url(../img/arr.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.breadcrumbs a {
  text-decoration: none;
  color: #788089;
}
@media (max-width: 575.98px) {
  .breadcrumbs a {
    color: rgb(84.185770751, 89.8932806324, 96.314229249);
  }
}
.breadcrumbs a {
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.breadcrumbs a:hover {
  text-decoration: underline;
  text-decoration-color: var(--color-blue);
  text-underline-position: under;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  color: var(--color-blue);
}
.breadcrumbs [aria-current=page] {
  color: #788089;
}
@media (max-width: 575.98px) {
  .breadcrumbs [aria-current=page] {
    color: rgb(96.0790513834, 102.5928853755, 109.9209486166);
  }
}

.breadcrums-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 36px;
}
.breadcrums-wrapper .breadcrumbs {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .breadcrums-wrapper {
    display: block;
    margin-bottom: 0;
  }
}

.filter {
  margin-bottom: 40px;
}
.filter .btn {
  width: 100%;
  padding: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.filter .btn:not(:last-child) {
  margin-bottom: 10px;
}
.filter .clear-btn {
  border-color: #E3E3E3;
  color: #686A71;
}
.filter .clear-btn:hover {
  border-color: var(--color-base);
  color: #fff;
}
@media (max-width: 991.98px) {
  .filter {
    margin-bottom: 0;
    position: fixed;
    inset: 0 0 auto;
    height: 100dvh;
    overflow: auto;
    padding: 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--trans-base);
    transition: var(--trans-base);
    z-index: 50;
  }
}

body[data-filter=open] {
  overflow: hidden;
}
body[data-filter=open] .header {
  z-index: 0;
}
body[data-filter=open] .filter {
  opacity: 1;
  visibility: visible;
}

.filter-ico {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  border: 0;
  background: none;
  padding: 0;
  margin-bottom: 24px;
}
.filter-ico svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 991.98px) {
  .filter-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.price-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.price-inputs input {
  width: 100%;
  height: 40px;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  padding: 0 12px 0 30px;
  -moz-appearance: textfield;
  font-size: 16px;
  color: #686A71;
}
.price-inputs input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.price-inputs input[type=number]::-webkit-outer-spin-button,
.price-inputs input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-input-item {
  position: relative;
}

.price-input-val {
  position: absolute;
  left: 10px;
  top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #686A71;
}

.noUi-target {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 3px;
  border: 1px solid #D7D7D7;
  margin-bottom: 10px;
  padding-right: 20px;
}

.noUi-connect {
  background: #153f73;
}

.noUi-handle {
  width: 20px !important;
  height: 20px !important;
  right: -20px !important;
  top: -9px !important;
  border-radius: 50%;
  border: 1px solid var(--color-base);
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

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

.filter-group {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E3E3E3;
}

.ch-item {
  position: relative;
}
.ch-item:not(:last-child) {
  margin-bottom: 8px;
}
.ch-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.ch-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  position: relative;
  margin: 0;
  padding-left: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #686A71;
  cursor: pointer;
}
.ch-item label span:last-child {
  color: #90949F;
  font-size: 14px;
  text-align: right;
}
.ch-item label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #E3E3E3;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.ch-item label::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 6px;
  width: 9px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.ch-item label:has(input:checked):before {
  border-color: var(--color-base);
  background: var(--color-base);
}
.ch-item label:has(input:checked):after {
  opacity: 1;
}

.filter-title {
  display: block;
  width: 100%;
  position: relative;
  border: 0;
  padding: 0 20px 0 0;
  color: var(--color-base);
  text-align: left;
  background: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.filter-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-base);
  border-bottom: 2px solid var(--color-base);
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.filter-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}

.filter-group.active .filter-content {
  max-height: 1000px;
}
.filter-group.active .filter-title:before {
  -webkit-transform: translateY(-20%) rotate(-135deg);
          transform: translateY(-20%) rotate(-135deg);
}

.filter-content-body {
  padding-top: 15px;
}

.filter-headline {
  display: none;
}
.filter-headline .close {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  border: 0;
  padding: 0;
  background: none;
  margin-right: -5px;
}
.filter-headline .close:before, .filter-headline .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--color-blue);
  border-radius: 2px;
}
.filter-headline .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.filter-headline .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 991.98px) {
  .filter-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 8px;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  background: transparent;
  color: #90949F;
}
.pagination a:hover, .pagination span:hover {
  color: var(--color-base);
  text-decoration: none;
}
.pagination a.active, .pagination span.active {
  pointer-events: none;
  background: var(--color-base);
  color: #fff;
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev:before,
.pagination .next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #90949F;
  border-left: 2px solid #90949F;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.pagination .prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 2px;
}
.pagination .next:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: -2px;
}
@media (max-width: 991.98px) {
  .pagination {
    margin-bottom: 24px;
  }
}

.not-found {
  padding-top: 100px;
  padding-bottom: 40px;
  max-width: 480px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.not-found .ico {
  width: 80px;
  height: 80px;
  background: #E8ECF0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.not-found .ico svg {
  width: 19px;
  height: 19px;
  fill: #788089;
}
.not-found p {
  margin-bottom: 30px;
  color: #686A71;
}
.not-found .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--color-base);
  padding: 13px 60px;
}
.not-found .btn:hover {
  color: #fff;
}
@media (max-width: 991.98px) {
  .not-found {
    padding: 60px 0;
  }
  .not-found .ico {
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
  }
}

.details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .details-wrapper {
    display: block;
  }
}

.details-view {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .details-view {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    max-width: 58%;
  }
}
@media (max-width: 991.98px) {
  .details-view {
    max-width: none;
  }
}

.product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .product-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.product-gallery-thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .product-gallery-thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .product-gallery-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scrollbar-width: none;
    margin-right: -15px;
    max-width: calc(100% + 15px);
  }
  .product-gallery-thumbs::-webkit-scrollbar {
    display: none;
  }
}

.thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  cursor: pointer;
  padding: 0;
  background: none;
}
.thumb.active {
  border-color: var(--color-base);
}
.thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
  }
}

.product-gallery-main-wrapper {
  position: relative;
  aspect-ratio: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  .product-gallery-main-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.product-gallery-main {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  visibility: hidden;
}

.gallery-image.active {
  opacity: 1;
  visibility: visible;
}

.details-descript {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 80px;
}
.details-descript hr {
  border-top: 1px solid #D7D7D7;
  margin: 0 0 15px;
}
.details-descript .btn {
  width: 100%;
  padding: 20px;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.details-descript .btn-buy {
  padding: 13px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.details-descript h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
@media (max-width: 1559.98px) {
  .details-descript {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .details-descript {
    padding-left: 0px;
  }
  .details-descript h1 {
    display: none;
  }
}

.lot-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  color: #788089;
}
.lot-details span {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.lot-details span:not(:last-child) {
  margin-right: 6px;
}
.lot-details span:not(:first-child) {
  margin-left: 8px;
  position: relative;
}
.lot-details span:not(:first-child):before {
  content: "";
  position: absolute;
  top: 6px;
  left: -8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #788089;
}
.lot-details .label {
  top: auto;
  left: auto;
  padding: 3px 8px;
}
.lot-details .lot-status {
  padding: 3px 8px;
  border-radius: 3px;
  background: #EDF0F3;
}
.lot-details .lot-name {
  color: var(--color-base);
}
.lot-details:has(.label, .lot-status) span:not(:first-child)::before {
  top: 8px;
}

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

.lot-price {
  padding: 15px 0 30px;
}

.lot-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #788089;
  margin-bottom: 10px;
}

.price {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.min-bid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 20px;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #788089;
}
@media (max-width: 991.98px) {
  .min-bid {
    padding: 20px;
  }
}

.min-bid-left span {
  color: var(--color-base);
}

.or {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 10px;
  color: #788089;
}

.lot-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.lot-actions .btn {
  color: #788089;
  gap: 10px;
  padding: 15px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  border-color: #E3E3E3;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.lot-actions .btn:hover, .lot-actions .btn:focus {
  border-color: #EDF0F3;
  background: #EDF0F3;
}
.lot-actions .btn span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.lot-actions .btn svg {
  stroke: #788089;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
}

.harakteristick {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #788089;
}
.harakteristick li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #E3E3E3;
  padding: 13px 0 15px;
}
.harakteristick li span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
  color: var(--color-base);
}
@media (max-width: 767.98px) {
  .harakteristick li {
    display: block;
  }
  .harakteristick li span {
    display: block;
  }
  .harakteristick li span:first-child {
    max-width: none;
  }
}

.seller {
  background: #EFF1F7;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  gap: 20px;
  border-radius: 8px;
}
.seller p {
  color: #788089;
  margin: 0;
}
@media (max-width: 991.98px) {
  .seller {
    margin-bottom: 40px;
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .seller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.seller-img {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.seller-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .seller-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
  }
}

.seller-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.seller-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.seller-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.seller-rating-num {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-right: 6px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.rating span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
}

.seller-sold {
  position: relative;
  padding-left: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #788089;
}
.seller-sold:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #788089;
}

.seller-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.seller-btns .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
  padding: 13px 10px;
}
.seller-btns .btn:not(.btn-blue) {
  background: transparent;
}
.seller-btns .btn:hover, .seller-btns .btn:focus {
  background: transparent;
}
.seller-btns .btn:hover:not(.btn-base), .seller-btns .btn:focus:not(.btn-base) {
  background: var(--color-base);
}
.seller-btns .btn-blue:hover, .seller-btns .btn-blue:focus {
  background: transparent !important;
}
@media (max-width: 991.98px) {
  .seller-btns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 100px;
  }
}
@media (max-width: 767.98px) {
  .seller-btns {
    padding-left: 0;
    width: 100%;
  }
  .seller-btns .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

.proposal {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .proposal {
    margin-bottom: 40px;
  }
}

.proposal-title {
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .proposal-title {
    margin-bottom: 24px;
  }
}

.carousel {
  overflow: hidden;
}

.proposal .carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
@media (max-width: 991.98px) {
  .proposal .carousel-track {
    gap: 15px;
  }
}

.proposal .carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 5);
          flex: 0 0 calc((100% - 80px) / 5);
  max-width: calc((100% - 80px) / 5);
}
.proposal .carousel-slide .catalog-card {
  max-width: none;
  border: 1px solid transparent;
  height: 100%;
}
.proposal .carousel-slide .catalog-card:hover {
  border: 1px solid rgba(20, 58, 102, 0.15);
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
@media (max-width: 1199.98px) {
  .proposal .carousel-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 4);
            flex: 0 0 calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 991.98px) {
  .proposal .carousel-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 3);
            flex: 0 0 calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767.98px) {
  .proposal .carousel-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px) / 2);
            flex: 0 0 calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}

.auction-timer {
  padding: 15px;
  background: #EFF1F7;
  border-radius: 8px;
  margin-bottom: 20px;
}

.auction-timer-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #788089;
  margin-bottom: 20px;
}

.auction-timer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auction-timer-item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.auction-timer-item span {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.auction-timer-item small {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #788089;
}

.separator {
  position: relative;
  width: 2px;
  height: 7px;
}
.separator:before, .separator:after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #788089;
}
.separator:before {
  top: 0;
}
.separator::after {
  bottom: 0;
}

.tabs-wrapper {
  max-width: 60%;
  padding-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .tabs-wrapper {
    max-width: none;
  }
}

.tabs-scroll {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .tabs-scroll {
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .tabs-scroll::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .tabs-scroll {
    margin-right: -15px;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E3E3E3;
}
@media (max-width: 767.98px) {
  .tabs {
    min-width: 640px;
  }
}

.tab-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: -1px;
  border: 0;
  padding: 18px 10px;
  background: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #788089;
  position: relative;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.tab-btn:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  background: var(--color-base);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  height: 0px;
}
.tab-btn:hover {
  color: var(--color-blue);
}
.tab-btn.active {
  color: var(--color-base);
}
.tab-btn.active:before {
  background: var(--color-base);
  height: 1px;
}

.tab-content {
  display: none;
  padding-right: 56px;
}
@media (max-width: 991.98px) {
  .tab-content {
    padding-right: 0;
  }
}

.tab-content.active {
  display: block;
}

.tab-text {
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .tab-text {
    padding-bottom: 0;
  }
}

body:has(.about-hero) .main {
  padding-top: 0;
}

.about-hero {
  padding: 20px 0 0;
  background: url(../img/about-bg-mob.webp) center bottom no-repeat;
  background-size: cover;
}
.about-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .about-hero {
    padding-top: 90px;
  }
  .about-hero .container {
    display: block;
  }
}

@media (min-width: 577px) {
  .about-hero {
    background: url(../img/about-bg.webp) center bottom no-repeat;
    background-size: cover;
  }
}
.about-hero-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}
.about-hero-img img {
  width: 426px;
  max-width: 100%;
  vertical-align: top;
}
@media (max-width: 1199.98px) {
  .about-hero-img img {
    width: 326px;
  }
}
@media (max-width: 991.98px) {
  .about-hero-img {
    max-width: none;
  }
  .about-hero-img img {
    width: 220px;
  }
}

.about-hero-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 590px;
          flex: 0 0 590px;
  max-width: 590px;
}
.about-hero-text h1 {
  text-align: left;
  color: var(--color-base);
  margin-bottom: 20px;
}
.about-hero-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #686A71;
  margin-bottom: 40px;
}
.about-hero-text .app-btm .app-btn {
  border-radius: 8px;
  -webkit-box-shadow: 0px 16px 48px 0px rgba(47, 46, 103, 0.15);
          box-shadow: 0px 16px 48px 0px rgba(47, 46, 103, 0.15);
  background: #fff;
  text-align: center;
}
.about-hero-text .app-btm .app-btn img {
  vertical-align: top;
}
@media (max-width: 1199.98px) {
  .about-hero-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 490px;
            flex: 0 0 490px;
    max-width: 490px;
  }
  .about-hero-text h1.hero-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about-hero-text {
    max-width: none;
    margin-bottom: 24px;
  }
  .about-hero-text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-hero-text .app-btm {
    gap: 10px;
  }
  .about-hero-text .app-btm .app-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

.secure {
  padding: 60px 0;
}
.secure .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .secure .container {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .secure {
    padding: 40px 0;
  }
  .secure .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.secure-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
  text-align: center;
}
.secure-img img {
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .secure-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 991.98px) {
  .secure-img {
    display: none;
  }
}

.secure-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
  padding: 0 80px 0 40px;
}
.secure-text p {
  color: #686A71;
  margin-bottom: 32px;
}
@media (max-width: 1559.98px) {
  .secure-text {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .secure-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 991.98px) {
  .secure-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
  }
  .secure-text p {
    margin-bottom: 24px;
  }
}

.secure-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.secure-btns .btn {
  padding: 11px 40px;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.secure-btns .btn svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  stroke: var(--color-base);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.secure-btns .btn:hover svg, .secure-btns .btn:focus svg {
  stroke: #fff;
}
.secure-btns .btn.btn-blue {
  padding: 12px 40px;
}
@media (max-width: 767.98px) {
  .secure-btns {
    gap: 10px;
  }
  .secure-btns .btn, .secure-btns .btn-blue {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

.community {
  padding: 80px 0;
  background: #EDF0F3;
}
.community .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.community .subtitle {
  color: var(--color-base);
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .community .container {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .community {
    padding: 40px 0;
  }
  .community .container {
    display: block;
  }
}

.community-sign,
.community-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
}
@media (max-width: 1199.98px) {
  .community-sign,
  .community-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 991.98px) {
  .community-sign,
  .community-text {
    max-width: none;
  }
}

.community-sign p {
  font-size: 16px;
  margin-bottom: 50px;
  color: #686A71;
}
@media (max-width: 991.98px) {
  .community-sign p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.community-text h2, .community-text .mob-title {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .community-text {
    margin-bottom: 24px;
  }
  .community-text h2, .community-text .mob-title {
    margin-bottom: 16px;
  }
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.form-row .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  padding: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .form-row .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }
}

.form-control {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  height: 50px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--trans-base);
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.form-control::-webkit-input-placeholder {
  color: #788089;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #788089;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #788089;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #788089;
  opacity: 1;
}
.form-control::placeholder {
  color: #788089;
  opacity: 1;
}
.form-control:focus {
  outline: none;
  border-color: var(--color-blue);
}
@media (max-width: 575.98px) {
  .form-control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }
}

body:has(.eco-hero) .main {
  padding-top: 0;
}

.eco-hero {
  padding: 59px 0;
  background: url(../img/eco-bg-mob.webp) center bottom no-repeat;
  background-size: cover;
}
.eco-hero h1.hero-title {
  max-width: 590px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  color: var(--color-base);
}
.eco-hero p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #686A71;
  max-width: 550px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .eco-hero {
    padding: 90px 0 40px 0;
  }
  .eco-hero p {
    font-size: 14px;
  }
}

@media (min-width: 577px) {
  .eco-hero {
    background: url(../img/eco-bg.webp) center bottom -2px no-repeat;
    background-size: cover;
  }
}
.advantages {
  padding: 80px 0;
}
.advantages .text-center .btn {
  font-size: 20px;
  padding: 19px;
}
@media (max-width: 991.98px) {
  .advantages {
    padding: 40px 0;
  }
  .advantages .text-center .btn {
    font-size: 16px;
  }
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1559.98px) {
  .advantages-list {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .advantages-list {
    gap: 10px;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}

.advantages-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 120px) / 4);
          flex: 0 0 calc((100% - 120px) / 4);
  max-width: calc((100% - 120px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.advantages-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  color: #686A71;
}
@media (max-width: 1559.98px) {
  .advantages-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 4);
            flex: 0 0 calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 1199.98px) {
  .advantages-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 991.98px) {
  .advantages-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    gap: 10px;
  }
  .advantages-card p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .advantages-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.advantages-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  background: #EDF0F3;
  border-radius: 50%;
}
@media (max-width: 1559.98px) {
  .advantages-ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
    max-width: 66px;
    height: 66px;
  }
}
@media (max-width: 991.98px) {
  .advantages-ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
    max-width: 56px;
    height: 56px;
  }
}
@media (max-width: 575.98px) {
  .advantages-ico {
    width: 56px;
    height: 56px;
  }
}

.advantages-case svg {
  width: 32px;
  height: 27px;
}

.advantages-flight svg {
  width: 36px;
  height: 22px;
}

.advantages-auction svg {
  width: 32px;
  height: 32px;
}

.advantages-card svg {
  width: 27px;
  height: 32px;
}

.advantages-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.advantages-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .advantages-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.text-center {
  text-align: center;
}
.text-center .btn {
  padding: 22px;
  width: 320px;
  -webkit-box-shadow: 0px 16px 48px 0px rgba(47, 46, 103, 0.3);
          box-shadow: 0px 16px 48px 0px rgba(47, 46, 103, 0.3);
}
.text-center .btn:hover {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(47, 46, 103, 0.3);
          box-shadow: 0px 20px 60px 0px rgba(47, 46, 103, 0.3);
}
@media (max-width: 991.98px) {
  .text-center .btn {
    padding: 14px;
  }
}
@media (max-width: 575.98px) {
  .text-center .btn {
    width: 100%;
  }
}

.finance {
  padding: 80px 0;
  background: var(--color-base);
  color: #fff;
}
@media (max-width: 991.98px) {
  .finance {
    padding: 40px 0;
  }
}

.finance-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .finance-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .finance-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.finance-top-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  text-align: center;
}
.finance-top-img img {
  width: 668px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .finance-top-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
  }
  .finance-top-img img {
    max-width: 200px;
  }
}

.finance-top-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  padding-top: 20px;
}
.finance-top-text h2, .finance-top-text .mob-title {
  color: #fff;
  margin-bottom: 50px;
  text-wrap: balance;
}
@media (max-width: 1559.98px) {
  .finance-top-text h2, .finance-top-text .mob-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .finance-top-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
  }
}

.finance-list {
  counter-reset: my-list-counter;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #90949F;
  max-width: 505px;
}
.finance-list li {
  display: block;
  position: relative;
  margin-bottom: 50px;
  padding-left: 100px;
  counter-increment: my-list-counter;
  text-wrap: balance;
}
.finance-list li span {
  display: block;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.finance-list li:before {
  content: counter(my-list-counter);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #484B52;
  border-radius: 50%;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
@media (max-width: 1559.98px) {
  .finance-list li {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .finance-list {
    font-size: 14px;
    max-width: none;
  }
  .finance-list li {
    padding-left: 75px;
  }
  .finance-list li span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .finance-list li:before {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .finance-list li {
    padding-left: 55px;
  }
  .finance-list li span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .finance-list li:before {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.finance-nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #90949F;
  text-align: center;
}
.finance-nums li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 120px) / 4);
          flex: 0 0 calc((100% - 120px) / 4);
  max-width: calc((100% - 120px) / 4);
}
.finance-nums span {
  display: block;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.05em;
}
@media (max-width: 1199.98px) {
  .finance-nums span {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .finance-nums {
    gap: 10px;
    font-size: 14px;
  }
  .finance-nums li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 4);
            flex: 0 0 calc((100% - 30px) / 4);
    max-width: calc((100% - 30px) / 4);
  }
  .finance-nums span {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .finance-nums li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
/*# sourceMappingURL=all.css.map */
